Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 2a562b15833fe87adf03405edec6bd7235945f7f rather than 17f87af551082cc2454a094edc2de8bfe784f8de Obtained Jenkinsfile from 2a562b15833fe87adf03405edec6bd7235945f7f 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-42575@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-30T09:13:51.198Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-30T09:13:51.203Z] Trying to pass milestone 1 [Pipeline] milestone [2021-06-30T09:13:51.256Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-30T09:13:51.513Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e3d86000f062672b) in /home/ubuntu/workspace/moby_PR-42575 [Pipeline] { [Pipeline] checkout [2021-06-30T09:13:51.582Z] The recommended git tool is: git [2021-06-30T09:13:53.636Z] using credential docker-jenkins-github-credentials [2021-06-30T09:13:53.643Z] Cloning the remote Git repository [2021-06-30T09:13:53.643Z] Cloning with configured refspecs honoured and without tags [2021-06-30T09:13:53.664Z] Cloning repository https://github.com/moby/moby.git [2021-06-30T09:13:53.716Z] > git init /home/ubuntu/workspace/moby_PR-42575 # timeout=10 [2021-06-30T09:13:53.940Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:13:53.940Z] > git --version # timeout=10 [2021-06-30T09:13:53.955Z] > git --version # 'git version 2.17.1' [2021-06-30T09:13:53.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:13:53.958Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:09.981Z] Fetching without tags [2021-06-30T09:14:10.325Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit 17f87af551082cc2454a094edc2de8bfe784f8de [2021-06-30T09:14:09.927Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:09.935Z] > git config --add remote.origin.fetch +refs/pull/42575/head:refs/remotes/origin/PR-42575 # timeout=10 [2021-06-30T09:14:09.949Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:09.967Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:09.984Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:09.985Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:09.988Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:10.334Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:10.347Z] > git checkout -f 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [2021-06-30T09:14:10.900Z] > git remote # timeout=10 [2021-06-30T09:14:10.937Z] > git config --get remote.origin.url # timeout=10 [2021-06-30T09:14:10.952Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:10.953Z] > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10 [2021-06-30T09:14:11.602Z] Merge succeeded, producing 66fbbda570dc4fcfb9ee6ddb5497c73c59b216a6 [2021-06-30T09:14:11.602Z] Checking out Revision 66fbbda570dc4fcfb9ee6ddb5497c73c59b216a6 (PR-42575) [2021-06-30T09:14:11.591Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-30T09:14:11.605Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:11.621Z] > git checkout -f 66fbbda570dc4fcfb9ee6ddb5497c73c59b216a6 # timeout=10 [2021-06-30T09:14:15.197Z] Commit message: "Merge commit '2a562b15833fe87adf03405edec6bd7235945f7f' into HEAD" [2021-06-30T09:14:15.200Z] > git rev-list --no-walk 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-30T09:14:16.294Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/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-30T09:14:20.467Z] Unable to find image 'alpine:latest' locally [2021-06-30T09:14:20.467Z] latest: Pulling from library/alpine [2021-06-30T09:14:20.467Z] 5843afab3874: Pulling fs layer [2021-06-30T09:14:20.467Z] 5843afab3874: Verifying Checksum [2021-06-30T09:14:20.467Z] 5843afab3874: Download complete [2021-06-30T09:14:20.727Z] 5843afab3874: Pull complete [2021-06-30T09:14:20.727Z] Digest: sha256:234cb88d3020898631af0ccbbcca9a66ae7306ecd30c9720690858c1b007d2a0 [2021-06-30T09:14:20.727Z] Status: Downloaded newer image for alpine:latest [2021-06-30T09:14:27.284Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "arm64" skipped due to when conditional Stage "win-RS5" skipped due to when conditional Stage "win-2022" skipped due to when conditional Stage "win-2022-c8d" 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 [Pipeline] node [2021-06-30T09:14:27.551Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e3d86000f062672b) in /home/ubuntu/workspace/moby_PR-42575 [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } Stage "win-2022" skipped due to when conditional [Pipeline] } Stage "win-2022-c8d" 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-30T09:14:27.624Z] The recommended git tool is: git [2021-06-30T09:14:27.631Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] // stage [2021-06-30T09:14:27.654Z] Fetching changes from the remote Git repository [2021-06-30T09:14:27.659Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] // stage [2021-06-30T09:14:27.706Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-061166a5849cc9056) in /home/ubuntu/workspace/moby_PR-42575 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } Stage "win-2022" skipped due to when conditional [Pipeline] } Stage "win-2022-c8d" 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] { [Pipeline] checkout [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-06-30T09:14:27.881Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit 17f87af551082cc2454a094edc2de8bfe784f8de [2021-06-30T09:14:27.886Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] // stage Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-30T09:14:28.131Z] Merge succeeded, producing d70dc9487420852256e2082157c533847eb0aa9e [2021-06-30T09:14:28.132Z] Checking out Revision d70dc9487420852256e2082157c533847eb0aa9e (PR-42575) [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2021-06-30T09:14:28.194Z] Commit message: "Merge commit '2a562b15833fe87adf03405edec6bd7235945f7f' into HEAD" [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2021-06-30T09:14:27.639Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42575/.git # timeout=10 [2021-06-30T09:14:27.656Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:27.664Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:27.665Z] > git --version # timeout=10 [2021-06-30T09:14:27.667Z] > git --version # 'git version 2.17.1' [2021-06-30T09:14:27.667Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:27.668Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:27.884Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:27.889Z] > git checkout -f 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [2021-06-30T09:14:27.956Z] > git remote # timeout=10 [2021-06-30T09:14:28.018Z] > git config --get remote.origin.url # timeout=10 [2021-06-30T09:14:28.042Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:28.047Z] > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10 [2021-06-30T09:14:28.123Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-30T09:14:28.134Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:28.140Z] > git checkout -f d70dc9487420852256e2082157c533847eb0aa9e # timeout=10 [2021-06-30T09:14:28.196Z] > git rev-list --no-walk 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-30T09:14:29.117Z] + [ PR != PR ] [2021-06-30T09:14:29.117Z] + [ master != master ] [2021-06-30T09:14:29.117Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-30T09:14:29.486Z] + docker version [2021-06-30T09:14:29.486Z] Client: Docker Engine - Community [2021-06-30T09:14:29.486Z] Version: 20.10.6 [2021-06-30T09:14:29.486Z] API version: 1.41 [2021-06-30T09:14:29.486Z] Go version: go1.13.15 [2021-06-30T09:14:29.486Z] Git commit: 370c289 [2021-06-30T09:14:29.486Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-30T09:14:29.486Z] OS/Arch: linux/amd64 [2021-06-30T09:14:29.486Z] Context: default [2021-06-30T09:14:29.486Z] Experimental: true [2021-06-30T09:14:29.486Z] [2021-06-30T09:14:29.486Z] Server: Docker Engine - Community [2021-06-30T09:14:29.486Z] Engine: [2021-06-30T09:14:29.486Z] Version: 20.10.6 [2021-06-30T09:14:29.486Z] API version: 1.41 (minimum version 1.12) [2021-06-30T09:14:29.486Z] Go version: go1.13.15 [2021-06-30T09:14:29.486Z] Git commit: 8728dd2 [2021-06-30T09:14:29.486Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-30T09:14:29.486Z] OS/Arch: linux/amd64 [2021-06-30T09:14:29.486Z] Experimental: true [2021-06-30T09:14:29.486Z] containerd: [2021-06-30T09:14:29.486Z] Version: 1.4.6 [2021-06-30T09:14:29.486Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:14:29.486Z] runc: [2021-06-30T09:14:29.486Z] Version: 1.0.0-rc95 [2021-06-30T09:14:29.486Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:14:29.486Z] docker-init: [2021-06-30T09:14:29.486Z] Version: 0.19.0 [2021-06-30T09:14:29.486Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-30T09:14:29.770Z] + docker info [2021-06-30T09:14:29.941Z] using credential docker-jenkins-github-credentials [2021-06-30T09:14:29.947Z] Cloning the remote Git repository [2021-06-30T09:14:29.947Z] Cloning with configured refspecs honoured and without tags [2021-06-30T09:14:30.003Z] Cloning repository https://github.com/moby/moby.git [2021-06-30T09:14:30.056Z] > git init /home/ubuntu/workspace/moby_PR-42575 # timeout=10 [2021-06-30T09:14:30.252Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:30.253Z] > git --version # timeout=10 [2021-06-30T09:14:30.268Z] > git --version # 'git version 2.17.1' [2021-06-30T09:14:30.268Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:30.270Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:37.051Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0fbfe66a091d67eee) in /home/ubuntu/workspace/moby_PR-42575 [Pipeline] { [Pipeline] checkout [2021-06-30T09:14:37.081Z] The recommended git tool is: git [2021-06-30T09:14:37.092Z] using credential docker-jenkins-github-credentials [2021-06-30T09:14:37.100Z] Cloning the remote Git repository [2021-06-30T09:14:37.100Z] Cloning with configured refspecs honoured and without tags [2021-06-30T09:14:37.862Z] Client: [2021-06-30T09:14:37.862Z] Context: default [2021-06-30T09:14:37.862Z] Debug Mode: false [2021-06-30T09:14:37.862Z] Plugins: [2021-06-30T09:14:37.862Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-30T09:14:37.862Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-30T09:14:37.862Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-30T09:14:37.862Z] [2021-06-30T09:14:37.862Z] Server: [2021-06-30T09:14:37.862Z] Containers: 0 [2021-06-30T09:14:37.862Z] Running: 0 [2021-06-30T09:14:37.862Z] Paused: 0 [2021-06-30T09:14:37.862Z] Stopped: 0 [2021-06-30T09:14:37.862Z] Images: 1 [2021-06-30T09:14:37.862Z] Server Version: 20.10.6 [2021-06-30T09:14:37.862Z] Storage Driver: overlay2 [2021-06-30T09:14:37.863Z] Backing Filesystem: extfs [2021-06-30T09:14:37.863Z] Supports d_type: true [2021-06-30T09:14:37.863Z] Native Overlay Diff: true [2021-06-30T09:14:37.863Z] userxattr: false [2021-06-30T09:14:37.863Z] Logging Driver: json-file [2021-06-30T09:14:37.863Z] Cgroup Driver: cgroupfs [2021-06-30T09:14:37.863Z] Cgroup Version: 1 [2021-06-30T09:14:37.863Z] Plugins: [2021-06-30T09:14:37.863Z] Volume: local [2021-06-30T09:14:37.863Z] Network: bridge host ipvlan macvlan null overlay [2021-06-30T09:14:37.863Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-30T09:14:37.863Z] Swarm: inactive [2021-06-30T09:14:37.863Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-30T09:14:37.863Z] Default Runtime: runc [2021-06-30T09:14:37.863Z] Init Binary: docker-init [2021-06-30T09:14:37.863Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:14:37.863Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:14:37.863Z] init version: de40ad0 [2021-06-30T09:14:37.863Z] Security Options: [2021-06-30T09:14:37.863Z] apparmor [2021-06-30T09:14:37.863Z] seccomp [2021-06-30T09:14:37.863Z] Profile: default [2021-06-30T09:14:37.863Z] Kernel Version: 5.4.0-1048-aws [2021-06-30T09:14:37.863Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-30T09:14:37.863Z] OSType: linux [2021-06-30T09:14:37.863Z] Architecture: x86_64 [2021-06-30T09:14:37.863Z] CPUs: 2 [2021-06-30T09:14:37.863Z] Total Memory: 7.569GiB [2021-06-30T09:14:37.863Z] Name: ip-10-100-76-133 [2021-06-30T09:14:37.863Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-30T09:14:37.863Z] Docker Root Dir: /var/lib/docker [2021-06-30T09:14:37.863Z] Debug Mode: false [2021-06-30T09:14:37.863Z] Registry: https://index.docker.io/v1/ [2021-06-30T09:14:37.863Z] Labels: [2021-06-30T09:14:37.863Z] Experimental: true [2021-06-30T09:14:37.863Z] Insecure Registries: [2021-06-30T09:14:37.863Z] 127.0.0.0/8 [2021-06-30T09:14:37.863Z] Live Restore Enabled: true [2021-06-30T09:14:37.863Z] [2021-06-30T09:14:37.863Z] WARNING: No swap limit support [Pipeline] sh [2021-06-30T09:14:37.103Z] Cloning repository https://github.com/moby/moby.git [2021-06-30T09:14:37.103Z] > git init /home/ubuntu/workspace/moby_PR-42575 # timeout=10 [2021-06-30T09:14:37.117Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:37.117Z] > git --version # timeout=10 [2021-06-30T09:14:37.125Z] > git --version # 'git version 2.17.1' [2021-06-30T09:14:37.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:37.126Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:38.137Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:14:38.137Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:14:38.137Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42575/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-30T09:14:38.137Z] + bash /home/ubuntu/workspace/moby_PR-42575/check-config.sh [2021-06-30T09:14:38.137Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-30T09:14:38.137Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-30T09:14:38.137Z] [2021-06-30T09:14:38.137Z] Generally Necessary: [2021-06-30T09:14:38.137Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-30T09:14:38.137Z] - apparmor: enabled and tools installed [2021-06-30T09:14:38.137Z] - CONFIG_NAMESPACES: enabled [2021-06-30T09:14:38.137Z] - CONFIG_NET_NS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_PID_NS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_IPC_NS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_UTS_NS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUPS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CPUSETS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_MEMCG: enabled [2021-06-30T09:14:38.137Z] - CONFIG_KEYS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_VETH: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-30T09:14:38.137Z] [2021-06-30T09:14:38.137Z] Optional Features: [2021-06-30T09:14:38.137Z] - CONFIG_USER_NS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_SECCOMP: enabled [2021-06-30T09:14:38.137Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-30T09:14:38.137Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-30T09:14:38.137Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-30T09:14:38.137Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-30T09:14:38.137Z] - CONFIG_BLK_CGROUP: enabled [2021-06-30T09:14:38.137Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_PERF: enabled [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-30T09:14:38.137Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-30T09:14:38.137Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-30T09:14:38.138Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-30T09:14:38.138Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-30T09:14:38.138Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-30T09:14:38.138Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_IP_VS: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-30T09:14:38.394Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-30T09:14:38.394Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-30T09:14:38.394Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-30T09:14:38.394Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-30T09:14:38.394Z] - CONFIG_EXT4_FS: enabled [2021-06-30T09:14:38.394Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-30T09:14:38.394Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-30T09:14:38.394Z] - Network Drivers: [2021-06-30T09:14:38.394Z] - "overlay": [2021-06-30T09:14:38.394Z] - CONFIG_VXLAN: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-30T09:14:38.394Z] Optional (for encrypted networks): [2021-06-30T09:14:38.394Z] - CONFIG_CRYPTO: enabled [2021-06-30T09:14:38.394Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-30T09:14:38.394Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-30T09:14:38.394Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-30T09:14:38.394Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-30T09:14:38.394Z] - CONFIG_XFRM: enabled [2021-06-30T09:14:38.394Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-30T09:14:38.394Z] - "ipvlan": [2021-06-30T09:14:38.394Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-30T09:14:38.394Z] - "macvlan": [2021-06-30T09:14:38.394Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_DUMMY: enabled (as module) [2021-06-30T09:14:38.394Z] - "ftp,tftp client in container": [2021-06-30T09:14:38.394Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-30T09:14:38.394Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-30T09:14:38.394Z] - Storage Drivers: [2021-06-30T09:14:38.395Z] - "aufs": [2021-06-30T09:14:38.395Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-30T09:14:38.395Z] - "btrfs": [2021-06-30T09:14:38.395Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-30T09:14:38.395Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-30T09:14:38.395Z] - "devicemapper": [2021-06-30T09:14:38.395Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-30T09:14:38.395Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-30T09:14:38.395Z] - "overlay": [2021-06-30T09:14:38.395Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-30T09:14:38.395Z] - "zfs": [2021-06-30T09:14:38.395Z] - /dev/zfs: present [2021-06-30T09:14:38.395Z] - zfs command: missing [2021-06-30T09:14:38.395Z] - zpool command: missing [2021-06-30T09:14:38.395Z] [2021-06-30T09:14:38.395Z] Limits: [2021-06-30T09:14:38.395Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-30T09:14:38.395Z] [2021-06-30T09:14:38.395Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-30T09:14:38.728Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:d70dc9487420852256e2082157c533847eb0aa9e . [2021-06-30T09:14:38.984Z] #1 [internal] load build definition from Dockerfile [2021-06-30T09:14:38.984Z] #1 sha256:6c8c85cbc01815956d76efd25498620aee565306687570bbd51bb9f9b34a4c83 [2021-06-30T09:14:38.984Z] #1 transferring dockerfile: 16.59kB done [2021-06-30T09:14:38.984Z] #1 DONE 0.0s [2021-06-30T09:14:38.984Z] [2021-06-30T09:14:38.984Z] #2 [internal] load .dockerignore [2021-06-30T09:14:38.984Z] #2 sha256:c09ea5efd6205accb4e54c6575587b5095ab332713be554830bebe3d61444c18 [2021-06-30T09:14:38.984Z] #2 transferring context: 87B done [2021-06-30T09:14:38.984Z] #2 DONE 0.0s [2021-06-30T09:14:38.984Z] [2021-06-30T09:14:38.984Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-30T09:14:38.984Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-30T09:14:39.244Z] #3 DONE 0.3s [2021-06-30T09:14:39.244Z] [2021-06-30T09:14:39.244Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-30T09:14:39.244Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-30T09:14:39.244Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2021-06-30T09:14:39.244Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-30T09:14:39.244Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 5.24MB / 9.64MB 0.1s [2021-06-30T09:14:39.244Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-30T09:14:39.244Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-30T09:14:39.244Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.1s done [2021-06-30T09:14:39.244Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-30T09:14:39.500Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-30T09:14:39.500Z] #4 DONE 0.5s [2021-06-30T09:14:39.756Z] [2021-06-30T09:14:39.756Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:14:39.756Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-30T09:14:40.684Z] #8 DONE 0.8s [2021-06-30T09:14:40.684Z] [2021-06-30T09:14:40.684Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:14:40.684Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-30T09:14:40.684Z] #7 DONE 0.8s [2021-06-30T09:14:40.684Z] [2021-06-30T09:14:40.684Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-06-30T09:14:40.684Z] #6 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-30T09:14:40.684Z] #6 DONE 0.8s [2021-06-30T09:14:40.684Z] [2021-06-30T09:14:40.684Z] #5 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-30T09:14:40.684Z] #5 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-30T09:14:40.684Z] #5 DONE 0.8s [2021-06-30T09:14:40.940Z] [2021-06-30T09:14:40.940Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:14:40.940Z] #33 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:14:40.940Z] #33 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.1s done [2021-06-30T09:14:41.203Z] #33 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done [2021-06-30T09:14:41.203Z] #33 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-06-30T09:14:41.203Z] #33 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-06-30T09:14:41.203Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0B / 50.44MB 0.1s [2021-06-30T09:14:41.461Z] #33 ... [2021-06-30T09:14:41.461Z] [2021-06-30T09:14:41.461Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-30T09:14:41.461Z] #49 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-30T09:14:41.461Z] #49 DONE 0.0s [2021-06-30T09:14:41.461Z] [2021-06-30T09:14:41.461Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:14:41.461Z] #33 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:14:41.461Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 13.63MB / 50.44MB 0.3s [2021-06-30T09:14:41.461Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 25.37MB / 50.44MB 0.4s [2021-06-30T09:14:41.461Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 33.55MB / 50.44MB 0.5s [2021-06-30T09:14:41.718Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 48.23MB / 50.44MB 0.8s [2021-06-30T09:14:42.552Z] Still waiting to schedule task [2021-06-30T09:14:42.552Z] Waiting for next available executor on ‘amd64&&ubuntu-2004&&cgroup2’ [2021-06-30T09:14:42.663Z] #33 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.3s done [2021-06-30T09:14:42.920Z] #33 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0.5s [2021-06-30T09:14:43.856Z] #33 ... [2021-06-30T09:14:43.856Z] [2021-06-30T09:14:43.856Z] #30 [internal] load build context [2021-06-30T09:14:43.856Z] #30 sha256:db77df98dbd6ef1b08a14a577c3a42b0a1b0f810eb501705a2cd9d86cc0898f0 [2021-06-30T09:14:43.856Z] #30 transferring context: 55.68MB 2.8s done [2021-06-30T09:14:43.856Z] #30 DONE 3.0s [2021-06-30T09:14:44.113Z] [2021-06-30T09:14:44.113Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:44.113Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:44.113Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 0.1s done [2021-06-30T09:14:44.113Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done [2021-06-30T09:14:44.113Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.3s done [2021-06-30T09:14:44.113Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 0.3s done [2021-06-30T09:14:44.113Z] #9 sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 1.86kB / 1.86kB done [2021-06-30T09:14:44.113Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done [2021-06-30T09:14:44.113Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.5s done [2021-06-30T09:14:44.113Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 1.7s done [2021-06-30T09:14:44.113Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 2.4s done [2021-06-30T09:14:44.113Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 2.5s done [2021-06-30T09:14:44.113Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 34.59MB / 129.05MB 3.0s [2021-06-30T09:14:44.113Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 50.57MB / 129.05MB 3.2s [2021-06-30T09:14:44.369Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 59.77MB / 129.05MB 3.4s [2021-06-30T09:14:44.625Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 76.78MB / 129.05MB 3.6s [2021-06-30T09:14:44.882Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 91.23MB / 129.05MB 3.8s [2021-06-30T09:14:44.882Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 100.66MB / 129.05MB 3.9s [2021-06-30T09:14:45.139Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 108.00MB / 129.05MB 4.0s [2021-06-30T09:14:45.139Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 115.34MB / 129.05MB 4.1s [2021-06-30T09:14:45.139Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 125.58MB / 129.05MB 4.2s [2021-06-30T09:14:46.915Z] Fetching without tags [2021-06-30T09:14:47.045Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 5.6s done [2021-06-30T09:14:47.045Z] #9 ... [2021-06-30T09:14:47.045Z] [2021-06-30T09:14:47.045Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:14:47.045Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-30T09:14:47.045Z] #70 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-30T09:14:47.045Z] #70 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-30T09:14:47.045Z] #70 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-30T09:14:47.045Z] #70 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-30T09:14:47.045Z] #70 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.1s done [2021-06-30T09:14:47.045Z] #70 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.5s done [2021-06-30T09:14:47.045Z] #70 DONE 5.7s [2021-06-30T09:14:47.045Z] [2021-06-30T09:14:47.045Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:14:47.045Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-30T09:14:47.045Z] #72 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-30T09:14:47.046Z] #72 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-30T09:14:47.046Z] #72 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-30T09:14:47.046Z] #72 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-30T09:14:47.046Z] #72 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.0s done [2021-06-30T09:14:47.046Z] #72 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done [2021-06-30T09:14:47.046Z] #72 DONE 5.8s [2021-06-30T09:14:47.046Z] [2021-06-30T09:14:47.046Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:47.046Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:47.046Z] #9 ... [2021-06-30T09:14:47.046Z] [2021-06-30T09:14:47.046Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:14:47.046Z] #33 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:14:47.178Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit 17f87af551082cc2454a094edc2de8bfe784f8de [2021-06-30T09:14:46.844Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:46.855Z] > git config --add remote.origin.fetch +refs/pull/42575/head:refs/remotes/origin/PR-42575 # timeout=10 [2021-06-30T09:14:46.878Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:46.894Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:46.918Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:46.918Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:46.919Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:47.184Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:47.202Z] > git checkout -f 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [2021-06-30T09:14:47.975Z] #33 DONE 7.0s [2021-06-30T09:14:47.975Z] [2021-06-30T09:14:47.975Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:47.975Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:47.975Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.6s done [2021-06-30T09:14:47.975Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.3s [2021-06-30T09:14:47.975Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.3s done [2021-06-30T09:14:48.231Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 [2021-06-30T09:14:48.360Z] Merge succeeded, producing c38b7b9be79a59226cfb6ebeafae9d84288a7818 [2021-06-30T09:14:48.360Z] Checking out Revision c38b7b9be79a59226cfb6ebeafae9d84288a7818 (PR-42575) [2021-06-30T09:14:48.487Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.3s done [2021-06-30T09:14:49.417Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-06-30T09:14:47.771Z] > git remote # timeout=10 [2021-06-30T09:14:47.790Z] > git config --get remote.origin.url # timeout=10 [2021-06-30T09:14:47.802Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:47.803Z] > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10 [2021-06-30T09:14:48.338Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-30T09:14:48.361Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:48.378Z] > git checkout -f c38b7b9be79a59226cfb6ebeafae9d84288a7818 # timeout=10 [2021-06-30T09:14:50.351Z] #9 ... [2021-06-30T09:14:50.351Z] [2021-06-30T09:14:50.351Z] #71 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-30T09:14:50.351Z] #71 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-30T09:14:50.351Z] #71 DONE 0.6s [2021-06-30T09:14:50.351Z] [2021-06-30T09:14:50.351Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:50.351Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:51.282Z] #9 ... [2021-06-30T09:14:51.282Z] [2021-06-30T09:14:51.282Z] #73 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-30T09:14:51.282Z] #73 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-30T09:14:51.282Z] #73 DONE 0.9s [2021-06-30T09:14:51.282Z] [2021-06-30T09:14:51.282Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:51.282Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:51.743Z] Fetching without tags [2021-06-30T09:14:51.982Z] Commit message: "Merge commit '2a562b15833fe87adf03405edec6bd7235945f7f' into HEAD" [2021-06-30T09:14:52.011Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit 17f87af551082cc2454a094edc2de8bfe784f8de [2021-06-30T09:14:51.984Z] > git rev-list --no-walk 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-30T09:14:51.721Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:51.723Z] > git config --add remote.origin.fetch +refs/pull/42575/head:refs/remotes/origin/PR-42575 # timeout=10 [2021-06-30T09:14:51.729Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:51.738Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:14:51.746Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:14:51.747Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:51.747Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:14:52.014Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:52.025Z] > git checkout -f 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [2021-06-30T09:14:52.488Z] > git remote # timeout=10 [2021-06-30T09:14:52.494Z] > git config --get remote.origin.url # timeout=10 [2021-06-30T09:14:52.500Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:14:52.500Z] > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10 [2021-06-30T09:14:53.176Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 4.1s done [2021-06-30T09:14:53.198Z] + docker version [2021-06-30T09:14:53.259Z] Merge succeeded, producing d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e [2021-06-30T09:14:53.259Z] Checking out Revision d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e (PR-42575) [2021-06-30T09:14:53.322Z] Commit message: "Merge commit '2a562b15833fe87adf03405edec6bd7235945f7f' into HEAD" [2021-06-30T09:14:53.253Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-30T09:14:53.262Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:14:53.267Z] > git checkout -f d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e # timeout=10 [2021-06-30T09:14:53.325Z] > git rev-list --no-walk 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [Pipeline] withEnv [Pipeline] { [2021-06-30T09:14:53.739Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-30T09:14:54.038Z] + docker version [2021-06-30T09:14:54.038Z] Client: Docker Engine - Community [2021-06-30T09:14:54.038Z] Version: 20.10.6 [2021-06-30T09:14:54.038Z] API version: 1.41 [2021-06-30T09:14:54.038Z] Go version: go1.13.15 [2021-06-30T09:14:54.038Z] Git commit: 370c289 [2021-06-30T09:14:54.038Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-30T09:14:54.038Z] OS/Arch: linux/amd64 [2021-06-30T09:14:54.038Z] Context: default [2021-06-30T09:14:54.038Z] Experimental: true [2021-06-30T09:14:54.038Z] [2021-06-30T09:14:54.038Z] Server: Docker Engine - Community [2021-06-30T09:14:54.038Z] Engine: [2021-06-30T09:14:54.038Z] Version: 20.10.6 [2021-06-30T09:14:54.038Z] API version: 1.41 (minimum version 1.12) [2021-06-30T09:14:54.038Z] Go version: go1.13.15 [2021-06-30T09:14:54.038Z] Git commit: 8728dd2 [2021-06-30T09:14:54.038Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-30T09:14:54.038Z] OS/Arch: linux/amd64 [2021-06-30T09:14:54.038Z] Experimental: true [2021-06-30T09:14:54.038Z] containerd: [2021-06-30T09:14:54.038Z] Version: 1.4.6 [2021-06-30T09:14:54.038Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:14:54.038Z] runc: [2021-06-30T09:14:54.038Z] Version: 1.0.0-rc95 [2021-06-30T09:14:54.038Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:14:54.038Z] docker-init: [2021-06-30T09:14:54.038Z] Version: 0.19.0 [2021-06-30T09:14:54.038Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-30T09:14:54.323Z] + docker info [2021-06-30T09:14:54.323Z] Client: [2021-06-30T09:14:54.323Z] Context: default [2021-06-30T09:14:54.323Z] Debug Mode: false [2021-06-30T09:14:54.323Z] Plugins: [2021-06-30T09:14:54.323Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-30T09:14:54.323Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-30T09:14:54.323Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-30T09:14:54.323Z] [2021-06-30T09:14:54.323Z] Server: [2021-06-30T09:14:54.323Z] Containers: 0 [2021-06-30T09:14:54.323Z] Running: 0 [2021-06-30T09:14:54.323Z] Paused: 0 [2021-06-30T09:14:54.323Z] Stopped: 0 [2021-06-30T09:14:54.323Z] Images: 5 [2021-06-30T09:14:54.323Z] Server Version: 20.10.6 [2021-06-30T09:14:54.323Z] Storage Driver: overlay2 [2021-06-30T09:14:54.323Z] Backing Filesystem: extfs [2021-06-30T09:14:54.323Z] Supports d_type: true [2021-06-30T09:14:54.323Z] Native Overlay Diff: true [2021-06-30T09:14:54.323Z] userxattr: false [2021-06-30T09:14:54.323Z] Logging Driver: json-file [2021-06-30T09:14:54.323Z] Cgroup Driver: cgroupfs [2021-06-30T09:14:54.323Z] Cgroup Version: 1 [2021-06-30T09:14:54.323Z] Plugins: [2021-06-30T09:14:54.323Z] Volume: local [2021-06-30T09:14:54.323Z] Network: bridge host ipvlan macvlan null overlay [2021-06-30T09:14:54.323Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-30T09:14:54.323Z] Swarm: inactive [2021-06-30T09:14:54.323Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-06-30T09:14:54.323Z] Default Runtime: runc [2021-06-30T09:14:54.323Z] Init Binary: docker-init [2021-06-30T09:14:54.323Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:14:54.323Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:14:54.323Z] init version: de40ad0 [2021-06-30T09:14:54.323Z] Security Options: [2021-06-30T09:14:54.323Z] apparmor [2021-06-30T09:14:54.323Z] seccomp [2021-06-30T09:14:54.323Z] Profile: default [2021-06-30T09:14:54.323Z] Kernel Version: 5.4.0-1048-aws [2021-06-30T09:14:54.323Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-30T09:14:54.323Z] OSType: linux [2021-06-30T09:14:54.323Z] Architecture: x86_64 [2021-06-30T09:14:54.323Z] CPUs: 2 [2021-06-30T09:14:54.323Z] Total Memory: 7.569GiB [2021-06-30T09:14:54.323Z] Name: ip-10-100-60-11 [2021-06-30T09:14:54.323Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-30T09:14:54.323Z] Docker Root Dir: /var/lib/docker [2021-06-30T09:14:54.323Z] Debug Mode: false [2021-06-30T09:14:54.323Z] Registry: https://index.docker.io/v1/ [2021-06-30T09:14:54.323Z] Labels: [2021-06-30T09:14:54.323Z] Experimental: true [2021-06-30T09:14:54.323Z] Insecure Registries: [2021-06-30T09:14:54.323Z] 127.0.0.0/8 [2021-06-30T09:14:54.323Z] Live Restore Enabled: true [2021-06-30T09:14:54.323Z] [2021-06-30T09:14:54.323Z] WARNING: No swap limit support [Pipeline] sh [2021-06-30T09:14:54.608Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:14:54.608Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:14:54.608Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42575/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-30T09:14:54.608Z] + bash /home/ubuntu/workspace/moby_PR-42575/check-config.sh [2021-06-30T09:14:54.608Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-30T09:14:54.608Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-30T09:14:54.608Z] [2021-06-30T09:14:54.608Z] Generally Necessary: [2021-06-30T09:14:54.608Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-30T09:14:54.608Z] - apparmor: enabled and tools installed [2021-06-30T09:14:54.608Z] - CONFIG_NAMESPACES: enabled [2021-06-30T09:14:54.608Z] - CONFIG_NET_NS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_PID_NS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_IPC_NS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_UTS_NS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUPS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CPUSETS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_MEMCG: enabled [2021-06-30T09:14:54.608Z] - CONFIG_KEYS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_VETH: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-30T09:14:54.608Z] [2021-06-30T09:14:54.608Z] Optional Features: [2021-06-30T09:14:54.608Z] - CONFIG_USER_NS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_SECCOMP: enabled [2021-06-30T09:14:54.608Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-30T09:14:54.608Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-30T09:14:54.608Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-30T09:14:54.608Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-30T09:14:54.608Z] - CONFIG_BLK_CGROUP: enabled [2021-06-30T09:14:54.608Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_PERF: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-30T09:14:54.608Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-30T09:14:54.608Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-30T09:14:54.608Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-30T09:14:54.608Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-30T09:14:54.608Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_IP_VS: enabled (as module) [2021-06-30T09:14:54.608Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-30T09:14:54.868Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-30T09:14:54.868Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-30T09:14:54.868Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-30T09:14:54.868Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-30T09:14:54.868Z] - CONFIG_EXT4_FS: enabled [2021-06-30T09:14:54.868Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-30T09:14:54.868Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-30T09:14:54.868Z] - Network Drivers: [2021-06-30T09:14:54.868Z] - "overlay": [2021-06-30T09:14:54.868Z] - CONFIG_VXLAN: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-30T09:14:54.868Z] Optional (for encrypted networks): [2021-06-30T09:14:54.868Z] - CONFIG_CRYPTO: enabled [2021-06-30T09:14:54.868Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-30T09:14:54.868Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-30T09:14:54.868Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-30T09:14:54.868Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-30T09:14:54.868Z] - CONFIG_XFRM: enabled [2021-06-30T09:14:54.868Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-30T09:14:54.868Z] - "ipvlan": [2021-06-30T09:14:54.868Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-30T09:14:54.868Z] - "macvlan": [2021-06-30T09:14:54.868Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_DUMMY: enabled (as module) [2021-06-30T09:14:54.868Z] - "ftp,tftp client in container": [2021-06-30T09:14:54.868Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-30T09:14:54.868Z] - Storage Drivers: [2021-06-30T09:14:54.868Z] - "aufs": [2021-06-30T09:14:54.868Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-30T09:14:54.868Z] - "btrfs": [2021-06-30T09:14:54.868Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-30T09:14:54.868Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-30T09:14:54.868Z] - "devicemapper": [2021-06-30T09:14:54.868Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-30T09:14:54.868Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-30T09:14:54.868Z] - "overlay": [2021-06-30T09:14:54.868Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-30T09:14:54.868Z] - "zfs": [2021-06-30T09:14:54.868Z] - /dev/zfs: present [2021-06-30T09:14:54.868Z] - zfs command: missing [2021-06-30T09:14:54.868Z] - zpool command: missing [2021-06-30T09:14:54.868Z] [2021-06-30T09:14:54.868Z] Limits: [2021-06-30T09:14:54.868Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-30T09:14:54.868Z] [2021-06-30T09:14:54.868Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-30T09:14:55.212Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e . [2021-06-30T09:14:55.212Z] #1 [internal] load build definition from Dockerfile [2021-06-30T09:14:55.212Z] #1 sha256:500ad2689e1b9d330a56a1c5b8588a628bf293b98f98880e10a145e1ed3f9476 [2021-06-30T09:14:55.212Z] #1 transferring dockerfile: 16.59kB done [2021-06-30T09:14:55.212Z] #1 DONE 0.0s [2021-06-30T09:14:55.212Z] [2021-06-30T09:14:55.212Z] #2 [internal] load .dockerignore [2021-06-30T09:14:55.212Z] #2 sha256:353578936868dd469135345799f20e5fedcf9939e16eca90770b95d8ec6b4cac [2021-06-30T09:14:55.212Z] #2 transferring context: 87B done [2021-06-30T09:14:55.212Z] #2 DONE 0.0s [2021-06-30T09:14:55.212Z] [2021-06-30T09:14:55.212Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-30T09:14:55.212Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-30T09:14:55.212Z] #3 DONE 0.1s [2021-06-30T09:14:55.473Z] [2021-06-30T09:14:55.473Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-30T09:14:55.473Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-30T09:14:55.473Z] #4 CACHED [2021-06-30T09:14:55.473Z] [2021-06-30T09:14:55.473Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:14:55.473Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-30T09:14:55.473Z] #7 DONE 0.1s [2021-06-30T09:14:55.473Z] [2021-06-30T09:14:55.473Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:14:55.473Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-30T09:14:55.733Z] #8 DONE 0.1s [2021-06-30T09:14:55.733Z] [2021-06-30T09:14:55.733Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-30T09:14:55.733Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-30T09:14:55.733Z] #5 DONE 0.1s [2021-06-30T09:14:55.733Z] [2021-06-30T09:14:55.733Z] #6 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-30T09:14:55.733Z] #6 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-30T09:14:55.995Z] #6 DONE 0.3s [2021-06-30T09:14:55.995Z] [2021-06-30T09:14:55.995Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:14:55.995Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-30T09:14:55.995Z] #65 DONE 0.0s [2021-06-30T09:14:55.995Z] [2021-06-30T09:14:55.995Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:14:55.995Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-30T09:14:55.995Z] #63 DONE 0.0s [2021-06-30T09:14:55.995Z] [2021-06-30T09:14:55.995Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:55.995Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:55.995Z] #9 DONE 0.0s [2021-06-30T09:14:55.995Z] [2021-06-30T09:14:55.995Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:14:55.995Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:14:55.995Z] #26 DONE 0.0s [2021-06-30T09:14:55.995Z] [2021-06-30T09:14:55.995Z] #23 [internal] load build context [2021-06-30T09:14:55.995Z] #23 sha256:86d89316aa06e6d5ac0e75bcfce9f58f3a900bd3a257f31c68ecc062743daa64 [2021-06-30T09:14:56.474Z] Client: Docker Engine - Community [2021-06-30T09:14:56.474Z] Version: 20.10.6 [2021-06-30T09:14:56.474Z] API version: 1.41 [2021-06-30T09:14:56.474Z] Go version: go1.13.15 [2021-06-30T09:14:56.474Z] Git commit: 370c289 [2021-06-30T09:14:56.474Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-30T09:14:56.474Z] OS/Arch: linux/amd64 [2021-06-30T09:14:56.474Z] Context: default [2021-06-30T09:14:56.474Z] Experimental: true [2021-06-30T09:14:56.474Z] [2021-06-30T09:14:56.474Z] Server: Docker Engine - Community [2021-06-30T09:14:56.474Z] Engine: [2021-06-30T09:14:56.474Z] Version: 20.10.6 [2021-06-30T09:14:56.474Z] API version: 1.41 (minimum version 1.12) [2021-06-30T09:14:56.474Z] Go version: go1.13.15 [2021-06-30T09:14:56.474Z] Git commit: 8728dd2 [2021-06-30T09:14:56.474Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-30T09:14:56.474Z] OS/Arch: linux/amd64 [2021-06-30T09:14:56.474Z] Experimental: true [2021-06-30T09:14:56.474Z] containerd: [2021-06-30T09:14:56.474Z] Version: 1.4.6 [2021-06-30T09:14:56.474Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:14:56.474Z] runc: [2021-06-30T09:14:56.474Z] Version: 1.0.0-rc95 [2021-06-30T09:14:56.474Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:14:56.474Z] docker-init: [2021-06-30T09:14:56.474Z] Version: 0.19.0 [2021-06-30T09:14:56.474Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-30T09:14:56.565Z] #23 ... [2021-06-30T09:14:56.565Z] [2021-06-30T09:14:56.565Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-30T09:14:56.565Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-30T09:14:56.565Z] #42 DONE 0.4s [2021-06-30T09:14:56.565Z] [2021-06-30T09:14:56.565Z] #23 [internal] load build context [2021-06-30T09:14:56.565Z] #23 sha256:86d89316aa06e6d5ac0e75bcfce9f58f3a900bd3a257f31c68ecc062743daa64 [2021-06-30T09:14:56.820Z] + docker info [2021-06-30T09:14:57.028Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.5s done [2021-06-30T09:14:57.286Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 [2021-06-30T09:14:57.954Z] #23 transferring context: 55.68MB 1.7s done [2021-06-30T09:14:57.954Z] #23 DONE 1.7s [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-30T09:14:57.954Z] #60 sha256:d311547fdc254aeea752447ef8b93665e0837658b0934128f0253712ee4465fb [2021-06-30T09:14:57.954Z] #60 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-30T09:14:57.954Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-30T09:14:57.954Z] #17 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-30T09:14:57.954Z] #67 sha256:f513e29f934adc94d807af480173e1053623bc34d20008edc319d8ec74627b4e [2021-06-30T09:14:57.954Z] #67 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #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-30T09:14:57.954Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:14:57.954Z] #40 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-30T09:14:57.954Z] #38 sha256:f553b52e9fde20e72aada896508b27d1b0b7d897189068fa3dc603a70e043679 [2021-06-30T09:14:57.954Z] #38 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-30T09:14:57.954Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-30T09:14:57.954Z] #64 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-30T09:14:57.954Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-30T09:14:57.954Z] #19 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-30T09:14:57.954Z] #25 sha256:9affd3a60a7ce4fcbf94fc274440204c344d8eeedae5481ffe9d6f52c0d48664 [2021-06-30T09:14:57.954Z] #25 CACHED [2021-06-30T09:14:57.954Z] [2021-06-30T09:14:57.954Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #55 sha256:61fe9bb9c2e7c32a4e2596407bbb02a72b7aefed9449efe73788f8991f3b7b5f [2021-06-30T09:14:57.955Z] #55 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.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-30T09:14:57.955Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:14:57.955Z] #36 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-30T09:14:57.955Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-30T09:14:57.955Z] #22 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:14:57.955Z] #32 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:14:57.955Z] #56 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #54 sha256:32766297ee87a040f5c4c17b3433fa2d400c37738d16fb604a744d8d4ceb80ae [2021-06-30T09:14:57.955Z] #54 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-30T09:14:57.955Z] #43 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:14:57.955Z] #27 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:14:57.955Z] #20 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-30T09:14:57.955Z] #30 sha256:57074b663c5e8c2238823a161d9920f7bd01890ab53fb4a124f10acc176081a9 [2021-06-30T09:14:57.955Z] #30 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #49 sha256:d11f3575dd30024b08aa855854fe6c626708b4d1269d3e7be2eb4d612b506750 [2021-06-30T09:14:57.955Z] #49 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-30T09:14:57.955Z] #48 sha256:ce5882838e81548e4c420f2088e3617803ac0186f67302dff9c1041193087102 [2021-06-30T09:14:57.955Z] #48 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-30T09:14:57.955Z] #11 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #57 sha256:24991e669f9fba9e11ee7ee39752df0ecb0bdf9da47c2e31dd596bc840770df7 [2021-06-30T09:14:57.955Z] #57 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-30T09:14:57.955Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-30T09:14:57.955Z] #31 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:14:57.955Z] #13 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #51 sha256:86d5d2f79baf926399dbcc95def1c131171c2b43f047587eb581cb35bec94124 [2021-06-30T09:14:57.955Z] #51 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-30T09:14:57.955Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-30T09:14:57.955Z] #39 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #53 sha256:3d3d7f2b0e6d9445418acf597519fb96321a1cd7258a71f94e34daf157b9fc0c [2021-06-30T09:14:57.955Z] #53 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #59 sha256:768b6115245d57f53dbb372bfef408f3d6734f1d4a43c34dcb6b2274b8ed9dc0 [2021-06-30T09:14:57.955Z] #59 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #45 sha256:d6bf0d2239f33a07e63393b1595ff26918e129bbb44f9b655e8afd4eec84f5a7 [2021-06-30T09:14:57.955Z] #45 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #52 sha256:0f4c51efe3d82e1d642a431b447b8ce0a13ac82f6d5233c3daf766af4081de72 [2021-06-30T09:14:57.955Z] #52 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #41 sha256:9500d259fbf206205f2d21bbbacd328d8ccc1e776e2f740ac57e88a0287ec2cc [2021-06-30T09:14:57.955Z] #41 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-30T09:14:57.955Z] #61 sha256:ebd86b7a275c981a1501d8fd732980be4b99a205b9754a6e1167ff129f8b49e3 [2021-06-30T09:14:57.955Z] #61 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #62 sha256:b477be73cf615a73e8965e96642de4ca2f3b55995ce61d5dfbeb6443647921de [2021-06-30T09:14:57.955Z] #62 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #24 sha256:ddcaba917cf0939a092c2e114be9e3477789b6d5a4fe9204cc79e8789bd89e01 [2021-06-30T09:14:57.955Z] #24 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-30T09:14:57.955Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-30T09:14:57.955Z] #16 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #58 sha256:26b2f7f5ab1126ce159cdc62390b09e39bb817f058bd908201cd49694636ec14 [2021-06-30T09:14:57.955Z] #58 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-30T09:14:57.955Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-30T09:14:57.955Z] #18 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-30T09:14:57.955Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-30T09:14:57.955Z] #10 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #37 sha256:3c658e7ea6f11204416ca2e16f16f48dd6dc0ff5cf729abd586bb0bba25688b1 [2021-06-30T09:14:57.955Z] #37 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-30T09:14:57.955Z] #28 sha256:504edba5667c2e9a096ac291b24dd6a26392ba7052525500a2fffacf10bc7f5e [2021-06-30T09:14:57.955Z] #28 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-30T09:14:57.955Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-30T09:14:57.955Z] #66 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #46 sha256:c4a4c67130ee44b12178532a306865ad35cca1b4e2f3e6fbba616844adaeffad [2021-06-30T09:14:57.955Z] #46 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #29 sha256:20bf3e4757423f3597142ac554998559904e6c19e504e0d57b56e11f69b5e2bf [2021-06-30T09:14:57.955Z] #29 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #34 sha256:45f9869af44246268b382c2f648531a26644a48f027fe9347c65c882247bebba [2021-06-30T09:14:57.955Z] #34 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-30T09:14:57.955Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-30T09:14:57.955Z] #14 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-30T09:14:57.955Z] #15 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #33 sha256:b4477dfbec649d4e93e58db4557a38339617e09f9e50555e744c0813c8be18c5 [2021-06-30T09:14:57.955Z] #33 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.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-30T09:14:57.955Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:14:57.955Z] #44 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-30T09:14:57.955Z] #12 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #47 sha256:dfe52a30a2c9bb283fbd2e47c21fb29c288483f2b9589b3dc06ac5b7a5e6b87b [2021-06-30T09:14:57.955Z] #47 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #50 sha256:68c373346bdf275921beed8393d434950d9888001f7de87b316d6f58976f121a [2021-06-30T09:14:57.955Z] #50 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-30T09:14:57.955Z] #35 sha256:562919e21512f7f9ac8496e67d6fee236317f7c4011ad99679e0761c68a03bb6 [2021-06-30T09:14:57.955Z] #35 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #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-30T09:14:57.955Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-30T09:14:57.955Z] #21 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-30T09:14:57.955Z] #68 sha256:7223f7ec569278a7403a46d8f831b381d6f5766f2abab0b252d8e8b3f571fc6e [2021-06-30T09:14:57.955Z] #68 CACHED [2021-06-30T09:14:57.955Z] [2021-06-30T09:14:57.955Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-30T09:14:57.955Z] #69 sha256:d24a75e37f21226a8e38d86730c5d2cc38e5332c95c02bbc6370b5674d94313a [2021-06-30T09:14:58.214Z] #9 ... [2021-06-30T09:14:58.214Z] [2021-06-30T09:14:58.214Z] #34 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-30T09:14:58.214Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:14:58.214Z] #34 2.563 Get:1 http://deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:14:58.214Z] #34 2.563 Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:14:58.214Z] #34 2.576 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:14:58.214Z] #34 2.709 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:14:58.214Z] #34 2.939 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:14:58.214Z] #34 3.366 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:14:58.214Z] #34 4.883 Fetched 8453 kB in 3s (3278 kB/s) [2021-06-30T09:14:58.214Z] #34 4.883 Reading package lists... [2021-06-30T09:14:58.214Z] #34 5.727 Reading package lists... [2021-06-30T09:14:58.214Z] #34 6.641 Building dependency tree... [2021-06-30T09:14:58.214Z] #34 6.959 The following additional packages will be installed: [2021-06-30T09:14:58.214Z] #34 6.959 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-30T09:14:58.214Z] #34 6.959 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-30T09:14:58.214Z] #34 6.959 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-30T09:14:58.214Z] #34 6.960 Suggested packages: [2021-06-30T09:14:58.214Z] #34 6.960 krb5-doc krb5-user [2021-06-30T09:14:58.214Z] #34 6.960 Recommended packages: [2021-06-30T09:14:58.214Z] #34 6.960 krb5-locales publicsuffix libsasl2-modules [2021-06-30T09:14:58.214Z] #34 7.200 The following NEW packages will be installed: [2021-06-30T09:14:58.214Z] #34 7.201 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-30T09:14:58.214Z] #34 7.201 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-30T09:14:58.214Z] #34 7.202 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-30T09:14:58.214Z] #34 7.202 libssh2-1 libssl1.1 openssl [2021-06-30T09:14:58.214Z] #34 7.473 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:14:58.214Z] #34 7.473 Need to get 5059 kB of archives. [2021-06-30T09:14:58.214Z] #34 7.473 After this operation, 12.1 MB of additional disk space will be used. [2021-06-30T09:14:58.214Z] #34 7.473 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-30T09:14:58.214Z] #34 7.492 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-30T09:14:58.214Z] #34 7.503 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-30T09:14:58.214Z] #34 7.507 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-30T09:14:58.214Z] #34 7.507 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-30T09:14:58.214Z] #34 7.508 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-30T09:14:58.214Z] #34 7.511 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-30T09:14:58.214Z] #34 7.516 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-30T09:14:58.214Z] #34 7.519 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-30T09:14:58.214Z] #34 7.521 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-30T09:14:58.214Z] #34 7.523 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-30T09:14:58.214Z] #34 7.524 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-30T09:14:58.214Z] #34 7.528 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-30T09:14:58.214Z] #34 7.543 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-30T09:14:58.214Z] #34 7.543 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-30T09:14:58.214Z] #34 7.543 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-30T09:14:58.214Z] #34 7.543 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-30T09:14:58.214Z] #34 7.547 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-30T09:14:58.214Z] #34 7.551 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:14:58.214Z] #34 7.554 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:14:58.214Z] #34 7.558 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:14:58.214Z] #34 7.712 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:14:58.214Z] #34 7.736 Fetched 5059 kB in 0s (14.8 MB/s) [2021-06-30T09:14:58.214Z] #34 7.794 Selecting previously unselected package libssl1.1:amd64. [2021-06-30T09:14:58.214Z] #34 7.794 (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-30T09:14:58.214Z] #34 7.794 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:14:58.214Z] #34 7.813 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:14:58.214Z] #34 8.060 Selecting previously unselected package openssl. [2021-06-30T09:14:58.214Z] #34 8.060 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:14:58.214Z] #34 8.079 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:14:58.214Z] #34 8.220 Selecting previously unselected package ca-certificates. [2021-06-30T09:14:58.214Z] #34 8.220 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-30T09:14:58.214Z] #34 8.226 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-30T09:14:58.215Z] #34 8.332 Selecting previously unselected package libkeyutils1:amd64. [2021-06-30T09:14:58.215Z] #34 8.332 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.340 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:14:58.215Z] #34 8.391 Selecting previously unselected package libkrb5support0:amd64. [2021-06-30T09:14:58.215Z] #34 8.391 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.399 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.448 Selecting previously unselected package libk5crypto3:amd64. [2021-06-30T09:14:58.215Z] #34 8.448 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.451 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.548 Selecting previously unselected package libkrb5-3:amd64. [2021-06-30T09:14:58.215Z] #34 8.548 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.551 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.673 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-30T09:14:58.215Z] #34 8.673 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.685 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.752 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-30T09:14:58.215Z] #34 8.752 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.760 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.819 Selecting previously unselected package libsasl2-2:amd64. [2021-06-30T09:14:58.215Z] #34 8.819 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.826 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 8.890 Selecting previously unselected package libldap-common. [2021-06-30T09:14:58.215Z] #34 8.890 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-30T09:14:58.215Z] #34 8.898 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:14:58.215Z] #34 8.948 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-30T09:14:58.215Z] #34 8.948 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 8.953 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:14:58.215Z] #34 9.046 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-30T09:14:58.215Z] #34 9.046 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.050 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:14:58.215Z] #34 9.124 Selecting previously unselected package libpsl5:amd64. [2021-06-30T09:14:58.215Z] #34 9.124 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.135 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:14:58.215Z] #34 9.218 Selecting previously unselected package librtmp1:amd64. [2021-06-30T09:14:58.215Z] #34 9.219 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.231 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:14:58.215Z] #34 9.290 Selecting previously unselected package libssh2-1:amd64. [2021-06-30T09:14:58.215Z] #34 9.290 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.298 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:14:58.215Z] #34 9.371 Selecting previously unselected package libcurl4:amd64. [2021-06-30T09:14:58.215Z] #34 9.371 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.387 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:14:58.215Z] #34 9.479 Selecting previously unselected package curl. [2021-06-30T09:14:58.215Z] #34 9.479 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.487 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-30T09:14:58.215Z] #34 9.574 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:14:58.215Z] #34 9.574 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.579 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:14:58.215Z] #34 9.685 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:14:58.215Z] #34 9.685 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.694 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:14:58.215Z] #34 9.804 Selecting previously unselected package jq. [2021-06-30T09:14:58.215Z] #34 9.804 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:14:58.215Z] #34 9.814 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:14:58.215Z] #34 9.890 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:14:58.215Z] #34 9.963 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:14:58.215Z] #34 10.09 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:14:58.215Z] #34 ... [2021-06-30T09:14:58.215Z] [2021-06-30T09:14:58.215Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:14:58.215Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:14:58.526Z] #69 DONE 0.8s [2021-06-30T09:14:58.785Z] [2021-06-30T09:14:58.785Z] #70 exporting to image [2021-06-30T09:14:58.785Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-30T09:14:58.785Z] #70 exporting layers [2021-06-30T09:14:59.725Z] #70 exporting layers 1.0s done [2021-06-30T09:14:59.725Z] #70 writing image sha256:f687a075838e3dfe7c97ce139b76332f6693c096fc64fc01fa914878d6b792bf done [2021-06-30T09:14:59.725Z] #70 naming to docker.io/library/docker:d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e done [2021-06-30T09:14:59.725Z] #70 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-30T09:15:00.078Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e -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:d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e hack/make.sh dynbinary test-integration [2021-06-30T09:15:00.648Z] [2021-06-30T09:15:00.648Z] Removing bundles/ [2021-06-30T09:15:00.648Z] [2021-06-30T09:15:00.648Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-30T09:15:00.648Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:15:00.648Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:15:02.394Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 5.0s [2021-06-30T09:15:03.362Z] Client: [2021-06-30T09:15:03.362Z] Context: default [2021-06-30T09:15:03.362Z] Debug Mode: false [2021-06-30T09:15:03.362Z] Plugins: [2021-06-30T09:15:03.362Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-30T09:15:03.362Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-30T09:15:03.362Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-30T09:15:03.362Z] [2021-06-30T09:15:03.362Z] Server: [2021-06-30T09:15:03.362Z] Containers: 0 [2021-06-30T09:15:03.362Z] Running: 0 [2021-06-30T09:15:03.362Z] Paused: 0 [2021-06-30T09:15:03.362Z] Stopped: 0 [2021-06-30T09:15:03.362Z] Images: 0 [2021-06-30T09:15:03.362Z] Server Version: 20.10.6 [2021-06-30T09:15:03.362Z] Storage Driver: overlay2 [2021-06-30T09:15:03.362Z] Backing Filesystem: extfs [2021-06-30T09:15:03.362Z] Supports d_type: true [2021-06-30T09:15:03.362Z] Native Overlay Diff: true [2021-06-30T09:15:03.362Z] userxattr: false [2021-06-30T09:15:03.362Z] Logging Driver: json-file [2021-06-30T09:15:03.362Z] Cgroup Driver: cgroupfs [2021-06-30T09:15:03.362Z] Cgroup Version: 1 [2021-06-30T09:15:03.362Z] Plugins: [2021-06-30T09:15:03.362Z] Volume: local [2021-06-30T09:15:03.362Z] Network: bridge host ipvlan macvlan null overlay [2021-06-30T09:15:03.362Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-30T09:15:03.362Z] Swarm: inactive [2021-06-30T09:15:03.362Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-06-30T09:15:03.362Z] Default Runtime: runc [2021-06-30T09:15:03.362Z] Init Binary: docker-init [2021-06-30T09:15:03.362Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:15:03.362Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:15:03.362Z] init version: de40ad0 [2021-06-30T09:15:03.362Z] Security Options: [2021-06-30T09:15:03.362Z] apparmor [2021-06-30T09:15:03.362Z] seccomp [2021-06-30T09:15:03.362Z] Profile: default [2021-06-30T09:15:03.362Z] Kernel Version: 5.4.0-1048-aws [2021-06-30T09:15:03.362Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-30T09:15:03.362Z] OSType: linux [2021-06-30T09:15:03.362Z] Architecture: x86_64 [2021-06-30T09:15:03.362Z] CPUs: 2 [2021-06-30T09:15:03.362Z] Total Memory: 7.569GiB [2021-06-30T09:15:03.362Z] Name: ip-10-100-68-148 [2021-06-30T09:15:03.362Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-30T09:15:03.362Z] Docker Root Dir: /var/lib/docker [2021-06-30T09:15:03.362Z] Debug Mode: false [2021-06-30T09:15:03.362Z] Registry: https://index.docker.io/v1/ [2021-06-30T09:15:03.362Z] Labels: [2021-06-30T09:15:03.362Z] Experimental: true [2021-06-30T09:15:03.362Z] Insecure Registries: [2021-06-30T09:15:03.362Z] 127.0.0.0/8 [2021-06-30T09:15:03.362Z] Live Restore Enabled: true [2021-06-30T09:15:03.362Z] [2021-06-30T09:15:03.362Z] WARNING: No swap limit support [Pipeline] sh [2021-06-30T09:15:03.689Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:15:03.689Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-30T09:15:03.689Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42575/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-30T09:15:03.689Z] + bash /home/ubuntu/workspace/moby_PR-42575/check-config.sh [2021-06-30T09:15:03.689Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-30T09:15:03.689Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-30T09:15:03.689Z] [2021-06-30T09:15:03.689Z] Generally Necessary: [2021-06-30T09:15:03.689Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-30T09:15:03.689Z] - apparmor: enabled and tools installed [2021-06-30T09:15:03.689Z] - CONFIG_NAMESPACES: enabled [2021-06-30T09:15:03.689Z] - CONFIG_NET_NS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_PID_NS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_IPC_NS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_UTS_NS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUPS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CPUSETS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_MEMCG: enabled [2021-06-30T09:15:03.689Z] - CONFIG_KEYS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_VETH: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-30T09:15:03.689Z] [2021-06-30T09:15:03.689Z] Optional Features: [2021-06-30T09:15:03.689Z] - CONFIG_USER_NS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_SECCOMP: enabled [2021-06-30T09:15:03.689Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-30T09:15:03.689Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-30T09:15:03.689Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-30T09:15:03.689Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-30T09:15:03.689Z] - CONFIG_BLK_CGROUP: enabled [2021-06-30T09:15:03.689Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_PERF: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-30T09:15:03.689Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-30T09:15:03.689Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-30T09:15:03.689Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-30T09:15:03.689Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-30T09:15:03.689Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-30T09:15:03.689Z] - CONFIG_IP_VS: enabled (as module) [2021-06-30T09:15:03.768Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 6.2s done [2021-06-30T09:15:03.956Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-30T09:15:03.956Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-30T09:15:03.956Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-30T09:15:03.956Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-30T09:15:03.956Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-30T09:15:03.956Z] - CONFIG_EXT4_FS: enabled [2021-06-30T09:15:03.956Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-30T09:15:03.956Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-30T09:15:03.956Z] - Network Drivers: [2021-06-30T09:15:03.956Z] - "overlay": [2021-06-30T09:15:03.956Z] - CONFIG_VXLAN: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-30T09:15:03.956Z] Optional (for encrypted networks): [2021-06-30T09:15:03.956Z] - CONFIG_CRYPTO: enabled [2021-06-30T09:15:03.956Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-30T09:15:03.956Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-30T09:15:03.956Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-30T09:15:03.956Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-30T09:15:03.956Z] - CONFIG_XFRM: enabled [2021-06-30T09:15:03.956Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-30T09:15:03.956Z] - "ipvlan": [2021-06-30T09:15:03.956Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-30T09:15:03.956Z] - "macvlan": [2021-06-30T09:15:03.956Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_DUMMY: enabled (as module) [2021-06-30T09:15:03.956Z] - "ftp,tftp client in container": [2021-06-30T09:15:03.956Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-30T09:15:03.956Z] - Storage Drivers: [2021-06-30T09:15:03.956Z] - "aufs": [2021-06-30T09:15:03.956Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-30T09:15:03.956Z] - "btrfs": [2021-06-30T09:15:03.956Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-30T09:15:03.956Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-30T09:15:03.956Z] - "devicemapper": [2021-06-30T09:15:03.956Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-30T09:15:03.956Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-30T09:15:03.956Z] - "overlay": [2021-06-30T09:15:03.956Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-30T09:15:03.956Z] - "zfs": [2021-06-30T09:15:03.956Z] - /dev/zfs: present [2021-06-30T09:15:03.956Z] - zfs command: missing [2021-06-30T09:15:03.956Z] - zpool command: missing [2021-06-30T09:15:03.956Z] [2021-06-30T09:15:03.956Z] Limits: [2021-06-30T09:15:03.956Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-30T09:15:03.956Z] [2021-06-30T09:15:03.956Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-30T09:15:04.293Z] + sudo modprobe ip_vs [2021-06-30T09:15:04.293Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 . [2021-06-30T09:15:04.328Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 [2021-06-30T09:15:04.328Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done [2021-06-30T09:15:04.549Z] #1 [internal] load build definition from Dockerfile [2021-06-30T09:15:04.549Z] #1 sha256:a44dbf8be525d34623bda68a813fe4a2b846f0ae010b73b28e5bfb7168cfb1bf [2021-06-30T09:15:04.550Z] #1 transferring dockerfile: 16.59kB done [2021-06-30T09:15:04.550Z] #1 DONE 0.1s [2021-06-30T09:15:04.550Z] [2021-06-30T09:15:04.550Z] #2 [internal] load .dockerignore [2021-06-30T09:15:04.550Z] #2 sha256:ecdd8317eb64077d4099903983bc3ad23a2b2f9a5a848619ea4ebddf87f846a9 [2021-06-30T09:15:04.550Z] #2 transferring context: 87B done [2021-06-30T09:15:04.550Z] #2 DONE 0.1s [2021-06-30T09:15:04.550Z] [2021-06-30T09:15:04.550Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-30T09:15:04.550Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-30T09:15:05.116Z] #3 DONE 0.4s [2021-06-30T09:15:05.116Z] [2021-06-30T09:15:05.116Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-30T09:15:05.116Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-30T09:15:05.116Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 0.0s done [2021-06-30T09:15:05.116Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-30T09:15:05.116Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s [2021-06-30T09:15:05.116Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-30T09:15:05.116Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-30T09:15:05.116Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-30T09:15:05.373Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done [2021-06-30T09:15:05.373Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-06-30T09:15:05.636Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done [2021-06-30T09:15:05.636Z] #4 DONE 0.6s [2021-06-30T09:15:05.892Z] [2021-06-30T09:15:05.892Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:15:05.892Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-30T09:15:06.462Z] #8 ... [2021-06-30T09:15:06.462Z] [2021-06-30T09:15:06.462Z] #6 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-30T09:15:06.462Z] #6 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-30T09:15:06.462Z] #6 DONE 0.7s [2021-06-30T09:15:06.719Z] [2021-06-30T09:15:06.719Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-30T09:15:06.719Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-30T09:15:06.719Z] #5 DONE 0.8s [2021-06-30T09:15:06.719Z] [2021-06-30T09:15:06.719Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:15:06.719Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-30T09:15:06.719Z] #7 DONE 0.8s [2021-06-30T09:15:06.719Z] [2021-06-30T09:15:06.719Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:15:06.719Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-30T09:15:06.719Z] #8 DONE 0.8s [2021-06-30T09:15:07.282Z] [2021-06-30T09:15:07.282Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:15:07.282Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-30T09:15:07.282Z] #63 DONE 0.0s [2021-06-30T09:15:07.282Z] [2021-06-30T09:15:07.282Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:07.282Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:07.282Z] #9 DONE 0.0s [2021-06-30T09:15:07.282Z] [2021-06-30T09:15:07.282Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:15:07.282Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:15:07.282Z] #26 DONE 0.0s [2021-06-30T09:15:07.282Z] [2021-06-30T09:15:07.282Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-30T09:15:07.282Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-30T09:15:08.221Z] #42 DONE 0.0s [2021-06-30T09:15:08.221Z] [2021-06-30T09:15:08.221Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:08.221Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:08.221Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 0.1s done [2021-06-30T09:15:08.221Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done [2021-06-30T09:15:08.221Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done [2021-06-30T09:15:08.221Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 0.4s done [2021-06-30T09:15:08.221Z] #9 sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 1.86kB / 1.86kB done [2021-06-30T09:15:08.221Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 34.60MB / 50.44MB 0.6s [2021-06-30T09:15:08.221Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 0.3s done [2021-06-30T09:15:08.221Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 19.92MB / 51.84MB 0.6s [2021-06-30T09:15:08.221Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 1.27MB / 68.75MB 0.6s [2021-06-30T09:15:08.221Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 41.94MB / 50.44MB 0.7s [2021-06-30T09:15:08.221Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 30.41MB / 51.84MB 0.7s [2021-06-30T09:15:08.221Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 12.58MB / 68.75MB 0.7s [2021-06-30T09:15:08.221Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 0.9s [2021-06-30T09:15:08.221Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 47.19MB / 51.84MB 0.9s [2021-06-30T09:15:08.221Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 23.16MB / 68.75MB 0.9s [2021-06-30T09:15:08.478Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 1.0s [2021-06-30T09:15:08.478Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 32.24MB / 68.75MB 1.0s [2021-06-30T09:15:08.478Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 40.89MB / 68.75MB 1.1s [2021-06-30T09:15:08.496Z] #9 DONE 26.8s [2021-06-30T09:15:08.497Z] [2021-06-30T09:15:08.497Z] #34 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-30T09:15:08.497Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:15:08.497Z] #34 10.27 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.29 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:08.497Z] #34 10.32 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.33 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:15:08.497Z] #34 10.38 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.40 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.42 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:15:08.497Z] #34 10.44 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 10.46 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:15:08.497Z] #34 10.51 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:15:08.497Z] #34 10.53 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:15:08.497Z] #34 10.55 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:08.497Z] #34 10.57 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-30T09:15:08.497Z] #34 11.18 Updating certificates in /etc/ssl/certs... [2021-06-30T09:15:08.497Z] #34 11.94 137 added, 0 removed; done. [2021-06-30T09:15:08.497Z] #34 12.00 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:08.497Z] #34 12.02 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:15:08.497Z] #34 12.04 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:15:08.497Z] #34 12.05 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-30T09:15:08.497Z] #34 12.07 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:15:08.497Z] #34 12.09 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-30T09:15:08.497Z] #34 12.10 Updating certificates in /etc/ssl/certs... [2021-06-30T09:15:08.497Z] #34 12.77 0 added, 0 removed; done. [2021-06-30T09:15:08.497Z] #34 12.77 Running hooks in /etc/ca-certificates/update.d... [2021-06-30T09:15:08.497Z] #34 12.77 done. [2021-06-30T09:15:08.497Z] #34 ... [2021-06-30T09:15:08.497Z] [2021-06-30T09:15:08.497Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-30T09:15:08.497Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-30T09:15:08.497Z] #10 ... [2021-06-30T09:15:08.497Z] [2021-06-30T09:15:08.497Z] #34 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-06-30T09:15:08.497Z] #34 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:15:08.497Z] #34 DONE 20.1s [2021-06-30T09:15:08.497Z] [2021-06-30T09:15:08.497Z] #35 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-30T09:15:08.497Z] #35 sha256:94ef3aff994d9c6e479439863da2e303484883cb2bc5570ba0b460e7f701836d [2021-06-30T09:15:08.497Z] #35 DONE 0.1s [2021-06-30T09:15:08.497Z] [2021-06-30T09:15:08.497Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:08.497Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:08.742Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 51.38MB / 68.75MB 1.2s [2021-06-30T09:15:08.742Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 61.87MB / 68.75MB 1.3s [2021-06-30T09:15:08.755Z] #36 ... [2021-06-30T09:15:08.755Z] [2021-06-30T09:15:08.755Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-30T09:15:08.755Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-30T09:15:08.755Z] #10 DONE 1.0s [2021-06-30T09:15:09.001Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.3s done [2021-06-30T09:15:09.001Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 1.4s [2021-06-30T09:15:09.012Z] [2021-06-30T09:15:09.012Z] #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-30T09:15:09.012Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-30T09:15:09.265Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 1.8s done [2021-06-30T09:15:09.265Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 0.3s [2021-06-30T09:15:09.265Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 1.9s [2021-06-30T09:15:09.265Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 1.05MB / 129.05MB 1.9s [2021-06-30T09:15:09.525Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 9.44MB / 129.05MB 2.0s [2021-06-30T09:15:09.525Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 18.31MB / 129.05MB 2.1s [2021-06-30T09:15:09.585Z] #11 DONE 0.7s [2021-06-30T09:15:09.585Z] [2021-06-30T09:15:09.585Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-06-30T09:15:09.585Z] #12 sha256:4ba1b820d7cf7fab04de28c302cc5ad6ba5c1bce5b0faa2c8c7476b3cb90f15d [2021-06-30T09:15:09.783Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 40.89MB / 129.05MB 2.4s [2021-06-30T09:15:09.783Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 54.13MB / 129.05MB 2.5s [2021-06-30T09:15:09.934Z] #12 ... [2021-06-30T09:15:09.934Z] [2021-06-30T09:15:09.934Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-30T09:15:09.934Z] #38 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-30T09:15:09.934Z] #38 DONE 0.3s [2021-06-30T09:15:09.934Z] [2021-06-30T09:15:09.934Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:09.934Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:09.934Z] #36 1.125 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-30T09:15:09.934Z] #36 1.216 [2021-06-30T09:15:09.934Z] #36 1.358 ######## 11.2% ############################### 43.6% ############################################# 63.5% ############################################################ 83.4% ######################################################################## 100.0% [2021-06-30T09:15:10.040Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 70.25MB / 129.05MB 2.7s [2021-06-30T09:15:10.239Z] #36 1.895 [2021-06-30T09:15:10.301Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 2.7s done [2021-06-30T09:15:10.301Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 2.8s done [2021-06-30T09:15:10.301Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 83.89MB / 129.05MB 2.9s [2021-06-30T09:15:10.495Z] #36 2.010 ### 5.3%#36 ... [2021-06-30T09:15:10.495Z] [2021-06-30T09:15:10.495Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-30T09:15:10.495Z] #46 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-30T09:15:10.495Z] #46 DONE 0.9s [2021-06-30T09:15:10.495Z] [2021-06-30T09:15:10.495Z] #50 [criu 1/2] ADD --chmod=0644 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key /etc/apt/trusted.gpg.d/criu.gpg.asc [2021-06-30T09:15:10.495Z] #50 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-30T09:15:10.495Z] #50 DONE 1.0s [2021-06-30T09:15:10.495Z] [2021-06-30T09:15:10.495Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:10.495Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:10.495Z] #36 2.010 ### 5.3% ######################################################################## 100.0% [2021-06-30T09:15:10.495Z] #36 2.237 [2021-06-30T09:15:10.562Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 91.23MB / 129.05MB 3.0s [2021-06-30T09:15:10.562Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 99.61MB / 129.05MB 3.1s [2021-06-30T09:15:10.751Z] #36 2.390 ######################### 35.2% ######################################################################## 100.0% [2021-06-30T09:15:10.751Z] #36 2.547 [2021-06-30T09:15:10.818Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 117.44MB / 129.05MB 3.3s [2021-06-30T09:15:11.075Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 125.83MB / 129.05MB 3.5s [2021-06-30T09:15:11.529Z] #36 2.747 ##### 6.9% ############### 21.7% ################################# 46.5% ################################################ 67.1% ############################################################### 88.7% ######################################################################## 100.0% [2021-06-30T09:15:11.529Z] #36 3.434 [2021-06-30T09:15:12.454Z] #9 ... [2021-06-30T09:15:12.454Z] [2021-06-30T09:15:12.454Z] #23 [internal] load build context [2021-06-30T09:15:12.454Z] #23 sha256:2b327fd8afe0717d54e8ab95f8d5cb5083666062ab6741e4591b8f5b95d053a1 [2021-06-30T09:15:12.454Z] #23 transferring context: 55.68MB 4.3s done [2021-06-30T09:15:12.454Z] #23 DONE 4.9s [2021-06-30T09:15:12.454Z] [2021-06-30T09:15:12.454Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:15:12.454Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-30T09:15:12.454Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-30T09:15:12.454Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-30T09:15:12.454Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-30T09:15:12.454Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-30T09:15:12.454Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.2s done [2021-06-30T09:15:12.454Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.4s done [2021-06-30T09:15:12.454Z] #63 DONE 5.0s [2021-06-30T09:15:12.454Z] [2021-06-30T09:15:12.454Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:12.454Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:12.454Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 4.8s done [2021-06-30T09:15:12.454Z] #9 ... [2021-06-30T09:15:12.454Z] [2021-06-30T09:15:12.454Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:15:12.454Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-30T09:15:12.454Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-30T09:15:12.454Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-30T09:15:12.454Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-30T09:15:12.454Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.4s done [2021-06-30T09:15:12.454Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.5s done [2021-06-30T09:15:12.454Z] #65 DONE 5.1s [2021-06-30T09:15:12.454Z] [2021-06-30T09:15:12.454Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:15:12.454Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:15:12.454Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.0s done [2021-06-30T09:15:12.454Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done [2021-06-30T09:15:12.454Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-06-30T09:15:12.454Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-06-30T09:15:12.454Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.3s done [2021-06-30T09:15:13.597Z] #36 3.570 ## 2.8% ###### 8.3% ######### 13.5% ############## 20.3% ################## 25.5% ###################### 30.7% ######################### 35.3% ########################### 38.6% ############################### 43.5% #################################### 50.6% ####################################### 55.1% ########################################## 59.6% ############################################## 64.3% ################################################# 69.1% ##################################################### 74.5% ########################################################### 82.9% ################################################################## 92.6% ####################################################################### 99.4% ######################################################################## 100.0% [2021-06-30T09:15:13.848Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 4.7s done [2021-06-30T09:15:13.853Z] #36 5.429 [2021-06-30T09:15:14.110Z] #36 5.824 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-30T09:15:14.367Z] #36 5.984 [2021-06-30T09:15:14.367Z] #36 6.063 ######################################################################## 100.0% [2021-06-30T09:15:14.367Z] #36 6.127 [2021-06-30T09:15:14.411Z] #26 DONE 6.8s [2021-06-30T09:15:14.411Z] [2021-06-30T09:15:14.411Z] #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-30T09:15:14.411Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:15:14.624Z] #36 6.423 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-30T09:15:14.880Z] #36 6.714 [2021-06-30T09:15:14.974Z] #27 ... [2021-06-30T09:15:14.974Z] [2021-06-30T09:15:14.974Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-30T09:15:14.974Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-30T09:15:14.974Z] #64 DONE 0.7s [2021-06-30T09:15:15.137Z] #36 6.885 ################################## 48.3% ######################################################################## 100.0% [2021-06-30T09:15:15.137Z] #36 7.014 [2021-06-30T09:15:15.230Z] [2021-06-30T09:15:15.230Z] #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-30T09:15:15.230Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:15:15.230Z] #27 1.002 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:15.230Z] #27 1.002 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:15.230Z] #27 1.002 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:15.487Z] #27 1.166 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:15.746Z] #27 1.418 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:16.002Z] #27 1.701 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:16.002Z] #27 ... [2021-06-30T09:15:16.002Z] [2021-06-30T09:15:16.002Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-30T09:15:16.002Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-30T09:15:16.002Z] #66 DONE 0.9s [2021-06-30T09:15:16.066Z] #36 7.652 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-30T09:15:16.066Z] #36 ... [2021-06-30T09:15:16.066Z] [2021-06-30T09:15:16.066Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-06-30T09:15:16.066Z] #12 sha256:4ba1b820d7cf7fab04de28c302cc5ad6ba5c1bce5b0faa2c8c7476b3cb90f15d [2021-06-30T09:15:16.066Z] #12 DONE 6.5s [2021-06-30T09:15:16.066Z] [2021-06-30T09:15:16.066Z] #13 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-06-30T09:15:16.066Z] #13 sha256:e140c858d0ae984f613493f6e398b12ac1fe8911fce7f7e228f0b580d079bca7 [2021-06-30T09:15:16.258Z] [2021-06-30T09:15:16.258Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:16.258Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:16.258Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 0.5s done [2021-06-30T09:15:16.258Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.5s done [2021-06-30T09:15:16.258Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-06-30T09:15:18.586Z] #13 DONE 2.1s [2021-06-30T09:15:18.586Z] [2021-06-30T09:15:18.586Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:18.586Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:18.586Z] #36 7.945 [2021-06-30T09:15:18.586Z] #36 8.112 0.6% ##### 7.6% ########## 14.8% ############## 19.8% #################### 28.7% ############################# 41.0% ##################################### 51.9% ########################################### 60.1% ################################################# 68.7% ###################################################### 75.7% ########################################################## 80.8% ############################################################### 88.4% #################################################################### 95.6% ######################################################################## 100.0% [2021-06-30T09:15:18.586Z] #36 9.540 [2021-06-30T09:15:18.586Z] #36 10.45 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-30T09:15:19.158Z] #36 10.80 [2021-06-30T09:15:19.421Z] #36 11.00 ######################################################################## 100.0% [2021-06-30T09:15:19.421Z] #36 11.16 [2021-06-30T09:15:19.421Z] #36 ... [2021-06-30T09:15:19.421Z] [2021-06-30T09:15:19.421Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:15:19.421Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:15:19.421Z] #53 4.860 + RM_GOPATH=0 [2021-06-30T09:15:19.421Z] #53 4.860 + TMP_GOPATH= [2021-06-30T09:15:19.421Z] #53 4.860 + : /build [2021-06-30T09:15:19.421Z] #53 4.860 + '[' -z '' ']' [2021-06-30T09:15:19.421Z] #53 4.860 ++ mktemp -d [2021-06-30T09:15:19.421Z] #53 4.860 + export GOPATH=/tmp/tmp.PFMsYZ0nAs [2021-06-30T09:15:19.421Z] #53 4.860 + GOPATH=/tmp/tmp.PFMsYZ0nAs [2021-06-30T09:15:19.421Z] #53 4.860 + RM_GOPATH=1 [2021-06-30T09:15:19.421Z] #53 4.860 + case "$(go env GOARCH)" in [2021-06-30T09:15:19.421Z] #53 4.860 ++ go env GOARCH [2021-06-30T09:15:19.421Z] #53 4.865 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.421Z] #53 4.865 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.421Z] #53 4.865 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:19.421Z] #53 4.866 + dir=/tmp/install [2021-06-30T09:15:19.421Z] #53 4.866 + bin=vndr [2021-06-30T09:15:19.421Z] #53 4.867 + shift [2021-06-30T09:15:19.421Z] #53 4.867 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-30T09:15:19.421Z] #53 4.867 + . /tmp/install/vndr.installer [2021-06-30T09:15:19.421Z] #53 4.867 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:19.421Z] #53 4.867 + install_vndr [2021-06-30T09:15:19.421Z] #53 4.867 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-30T09:15:19.421Z] #53 4.867 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:19.421Z] #53 4.867 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.PFMsYZ0nAs/src/github.com/LK4D4/vndr [2021-06-30T09:15:19.421Z] #53 4.869 Cloning into '/tmp/tmp.PFMsYZ0nAs/src/github.com/LK4D4/vndr'... [2021-06-30T09:15:19.421Z] #53 5.830 + cd /tmp/tmp.PFMsYZ0nAs/src/github.com/LK4D4/vndr [2021-06-30T09:15:19.421Z] #53 5.831 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:19.421Z] #53 5.842 + go build -buildmode=pie -v -o /build/vndr . [2021-06-30T09:15:19.421Z] #53 6.647 internal/cpu [2021-06-30T09:15:19.421Z] #53 6.647 internal/unsafeheader [2021-06-30T09:15:19.421Z] #53 6.781 runtime/internal/atomic [2021-06-30T09:15:19.421Z] #53 7.195 runtime/internal/sys [2021-06-30T09:15:19.421Z] #53 7.367 internal/bytealg [2021-06-30T09:15:19.421Z] #53 7.476 runtime/internal/math [2021-06-30T09:15:19.421Z] #53 7.607 internal/race [2021-06-30T09:15:19.421Z] #53 7.760 sync/atomic [2021-06-30T09:15:19.421Z] #53 7.975 unicode [2021-06-30T09:15:19.421Z] #53 8.401 runtime [2021-06-30T09:15:19.678Z] #53 ... [2021-06-30T09:15:19.678Z] [2021-06-30T09:15:19.678Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-06-30T09:15:19.678Z] #14 sha256:ec239385c399ab19d8fa3dbf6c1477cd5664cd9f5387025175700edbf3476eac [2021-06-30T09:15:19.678Z] #14 DONE 1.5s [2021-06-30T09:15:19.678Z] [2021-06-30T09:15:19.678Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-30T09:15:19.678Z] #57 sha256:97f705c5f512c6b0ae3fde752a576b4bbbd22175c4d708dbac3891d5fd2891db [2021-06-30T09:15:19.678Z] #57 5.216 + RM_GOPATH=0 [2021-06-30T09:15:19.678Z] #57 5.216 + TMP_GOPATH= [2021-06-30T09:15:19.678Z] #57 5.216 + : /build [2021-06-30T09:15:19.678Z] #57 5.216 + '[' -z '' ']' [2021-06-30T09:15:19.678Z] #57 5.220 ++ mktemp -d [2021-06-30T09:15:19.678Z] #57 5.224 + export GOPATH=/tmp/tmp.m7aT5nxNLf [2021-06-30T09:15:19.678Z] #57 5.224 + GOPATH=/tmp/tmp.m7aT5nxNLf [2021-06-30T09:15:19.678Z] #57 5.224 + RM_GOPATH=1 [2021-06-30T09:15:19.678Z] #57 5.224 + case "$(go env GOARCH)" in [2021-06-30T09:15:19.678Z] #57 5.224 ++ go env GOARCH [2021-06-30T09:15:19.678Z] #57 5.247 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.678Z] #57 5.247 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.678Z] #57 5.250 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:19.679Z] #57 5.263 + dir=/tmp/install [2021-06-30T09:15:19.679Z] #57 5.263 + bin=golangci_lint [2021-06-30T09:15:19.679Z] #57 5.263 + shift [2021-06-30T09:15:19.679Z] #57 5.263 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-30T09:15:19.679Z] #57 5.263 + . /tmp/install/golangci_lint.installer [2021-06-30T09:15:19.679Z] #57 5.263 ++ : v1.23.8 [2021-06-30T09:15:19.679Z] #57 5.263 + install_golangci_lint [2021-06-30T09:15:19.679Z] #57 5.263 + set -e [2021-06-30T09:15:19.679Z] #57 5.263 + export GO111MODULE=on [2021-06-30T09:15:19.679Z] #57 5.263 + GO111MODULE=on [2021-06-30T09:15:19.679Z] #57 5.263 + GOBIN=/build [2021-06-30T09:15:19.679Z] #57 5.263 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-30T09:15:19.679Z] #57 5.906 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-30T09:15:19.935Z] #57 ... [2021-06-30T09:15:19.935Z] [2021-06-30T09:15:19.935Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-30T09:15:19.935Z] #55 sha256:6c663d941f22018a139387cc3b22bdb95516af3014fab1e2ab77ead40b89cd58 [2021-06-30T09:15:19.935Z] #55 4.648 + RM_GOPATH=0 [2021-06-30T09:15:19.935Z] #55 4.648 + TMP_GOPATH= [2021-06-30T09:15:19.935Z] #55 4.649 + : /build [2021-06-30T09:15:19.935Z] #55 4.649 + '[' -z '' ']' [2021-06-30T09:15:19.935Z] #55 4.649 ++ mktemp -d [2021-06-30T09:15:19.935Z] #55 4.649 + export GOPATH=/tmp/tmp.sKYGIifnJv [2021-06-30T09:15:19.935Z] #55 4.649 + GOPATH=/tmp/tmp.sKYGIifnJv [2021-06-30T09:15:19.935Z] #55 4.649 + RM_GOPATH=1 [2021-06-30T09:15:19.935Z] #55 4.650 + case "$(go env GOARCH)" in [2021-06-30T09:15:19.935Z] #55 4.650 ++ go env GOARCH [2021-06-30T09:15:19.935Z] #55 4.660 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.935Z] #55 4.660 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:19.935Z] #55 4.660 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:19.935Z] #55 4.660 + dir=/tmp/install [2021-06-30T09:15:19.935Z] #55 4.660 + bin=gotestsum [2021-06-30T09:15:19.935Z] #55 4.660 + shift [2021-06-30T09:15:19.935Z] #55 4.660 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-30T09:15:19.935Z] #55 4.660 + . /tmp/install/gotestsum.installer [2021-06-30T09:15:19.935Z] #55 4.660 ++ : v0.5.3 [2021-06-30T09:15:19.935Z] #55 4.660 + install_gotestsum [2021-06-30T09:15:19.935Z] #55 4.660 + set -e [2021-06-30T09:15:19.935Z] #55 4.660 + export GO111MODULE=on [2021-06-30T09:15:19.935Z] #55 4.660 + GO111MODULE=on [2021-06-30T09:15:19.935Z] #55 4.660 + GOBIN=/build [2021-06-30T09:15:19.935Z] #55 4.660 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-30T09:15:19.935Z] #55 5.259 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-30T09:15:19.935Z] #55 7.717 go: downloading github.com/fatih/color v1.9.0 [2021-06-30T09:15:19.935Z] #55 7.717 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-30T09:15:19.935Z] #55 7.767 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:15:19.935Z] #55 7.801 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-30T09:15:19.935Z] #55 8.030 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-30T09:15:19.935Z] #55 8.152 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-30T09:15:19.935Z] #55 8.313 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-30T09:15:19.935Z] #55 8.323 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-30T09:15:19.935Z] #55 8.621 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-30T09:15:19.935Z] #55 9.461 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-30T09:15:19.935Z] #55 ... [2021-06-30T09:15:19.935Z] [2021-06-30T09:15:19.935Z] #41 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-30T09:15:19.935Z] #41 sha256:80e55bc218b3defb6599b3593c4639426d888d639011addfb34710aff3f012e0 [2021-06-30T09:15:19.935Z] #41 5.343 Install go-toml version v1.8.1 [2021-06-30T09:15:19.935Z] #41 6.002 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-30T09:15:19.935Z] #41 9.314 github.com/pelletier/go-toml [2021-06-30T09:15:20.194Z] #41 ... [2021-06-30T09:15:20.194Z] [2021-06-30T09:15:20.194Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:15:20.194Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:15:20.194Z] #59 4.492 + RM_GOPATH=0 [2021-06-30T09:15:20.194Z] #59 4.492 + TMP_GOPATH= [2021-06-30T09:15:20.194Z] #59 4.492 + : /build [2021-06-30T09:15:20.194Z] #59 4.492 + '[' -z '' ']' [2021-06-30T09:15:20.194Z] #59 4.492 ++ mktemp -d [2021-06-30T09:15:20.194Z] #59 4.492 + export GOPATH=/tmp/tmp.dpLzKftOk8 [2021-06-30T09:15:20.194Z] #59 4.492 + GOPATH=/tmp/tmp.dpLzKftOk8 [2021-06-30T09:15:20.194Z] #59 4.492 + RM_GOPATH=1 [2021-06-30T09:15:20.194Z] #59 4.492 + case "$(go env GOARCH)" in [2021-06-30T09:15:20.194Z] #59 4.492 ++ go env GOARCH [2021-06-30T09:15:20.194Z] #59 4.511 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:15:20.194Z] #59 4.512 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:20.194Z] #59 4.512 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:20.194Z] #59 4.512 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:20.194Z] #59 4.512 + dir=/tmp/install [2021-06-30T09:15:20.194Z] #59 4.512 + bin=shfmt [2021-06-30T09:15:20.194Z] #59 4.512 + shift [2021-06-30T09:15:20.194Z] #59 4.512 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-30T09:15:20.194Z] #59 4.512 + . /tmp/install/shfmt.installer [2021-06-30T09:15:20.194Z] #59 4.512 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:15:20.194Z] #59 4.512 + install_shfmt [2021-06-30T09:15:20.194Z] #59 4.512 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-30T09:15:20.194Z] #59 4.512 + git clone https://github.com/mvdan/sh.git /tmp/tmp.dpLzKftOk8/src/github.com/mvdan/sh [2021-06-30T09:15:20.194Z] #59 4.512 Cloning into '/tmp/tmp.dpLzKftOk8/src/github.com/mvdan/sh'... [2021-06-30T09:15:20.194Z] #59 ... [2021-06-30T09:15:20.194Z] [2021-06-30T09:15:20.194Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:15:20.194Z] #39 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:15:20.194Z] #39 4.930 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-30T09:15:20.194Z] #39 4.938 Cloning into '.'... [2021-06-30T09:15:20.457Z] #39 ... [2021-06-30T09:15:20.457Z] [2021-06-30T09:15:20.457Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-06-30T09:15:20.457Z] #15 sha256:e3fc2e67146fa8b81da8d1e6deb2aa1d0b4b0723b9b644b4562650f1364464ff [2021-06-30T09:15:20.457Z] #15 ... [2021-06-30T09:15:20.457Z] [2021-06-30T09:15:20.457Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:15:20.457Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:15:20.457Z] #47 4.397 + git clone https://github.com/docker/distribution.git . [2021-06-30T09:15:20.457Z] #47 4.404 Cloning into '.'... [2021-06-30T09:15:20.620Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 4.2s done [2021-06-30T09:15:20.620Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 [2021-06-30T09:15:20.620Z] #9 ... [2021-06-30T09:15:20.620Z] [2021-06-30T09:15:20.620Z] #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-30T09:15:20.620Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:15:20.620Z] #27 3.306 Fetched 8453 kB in 3s (3291 kB/s) [2021-06-30T09:15:20.620Z] #27 3.306 Reading package lists... [2021-06-30T09:15:20.620Z] #27 4.241 Reading package lists... [2021-06-30T09:15:20.620Z] #27 5.149 Building dependency tree... [2021-06-30T09:15:20.620Z] #27 5.500 The following additional packages will be installed: [2021-06-30T09:15:20.620Z] #27 5.500 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-30T09:15:20.620Z] #27 5.500 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-30T09:15:20.620Z] #27 5.501 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-30T09:15:20.620Z] #27 5.502 Suggested packages: [2021-06-30T09:15:20.620Z] #27 5.502 krb5-doc krb5-user [2021-06-30T09:15:20.620Z] #27 5.502 Recommended packages: [2021-06-30T09:15:20.620Z] #27 5.502 krb5-locales publicsuffix libsasl2-modules [2021-06-30T09:15:20.620Z] #27 5.750 The following NEW packages will be installed: [2021-06-30T09:15:20.620Z] #27 5.751 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-30T09:15:20.620Z] #27 5.751 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-30T09:15:20.620Z] #27 5.752 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-30T09:15:20.620Z] #27 5.752 libssh2-1 libssl1.1 openssl [2021-06-30T09:15:20.620Z] #27 6.022 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:15:20.620Z] #27 6.022 Need to get 5059 kB of archives. [2021-06-30T09:15:20.620Z] #27 6.022 After this operation, 12.1 MB of additional disk space will be used. [2021-06-30T09:15:20.620Z] #27 6.022 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-30T09:15:20.620Z] #27 6.049 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-30T09:15:20.620Z] #27 6.073 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-30T09:15:20.620Z] #27 6.073 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-30T09:15:20.620Z] #27 6.073 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-30T09:15:20.620Z] #27 6.073 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-30T09:15:20.620Z] #27 6.074 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-30T09:15:20.620Z] #27 6.080 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-30T09:15:20.620Z] #27 6.120 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-30T09:15:20.620Z] #27 6.132 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-30T09:15:20.620Z] #27 6.132 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-30T09:15:20.620Z] #27 6.132 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-30T09:15:20.620Z] #27 6.143 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:15:20.620Z] #27 6.143 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:15:20.620Z] #27 6.147 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:15:20.620Z] #27 6.356 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:15:20.620Z] #27 6.387 Fetched 5059 kB in 0s (13.4 MB/s) [2021-06-30T09:15:20.620Z] #27 6.436 Selecting previously unselected package libssl1.1:amd64. [2021-06-30T09:15:20.620Z] #27 6.436 (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-30T09:15:20.620Z] #27 6.444 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:15:20.620Z] #27 6.453 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:15:20.713Z] #47 ... [2021-06-30T09:15:20.713Z] [2021-06-30T09:15:20.713Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:20.713Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:20.713Z] #51 5.228 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:20.713Z] #51 5.291 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:20.713Z] #51 5.292 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:20.713Z] #51 5.528 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-30T09:15:20.713Z] #51 6.652 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:20.713Z] #51 8.600 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:20.713Z] #51 ... [2021-06-30T09:15:20.713Z] [2021-06-30T09:15:20.713Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:20.713Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:20.713Z] #36 12.20 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-30T09:15:20.713Z] #36 12.59 [2021-06-30T09:15:20.878Z] #27 6.650 Selecting previously unselected package openssl. [2021-06-30T09:15:20.878Z] #27 6.651 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:15:20.878Z] #27 6.656 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:15:20.969Z] #36 ... [2021-06-30T09:15:20.969Z] [2021-06-30T09:15:20.969Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-06-30T09:15:20.969Z] #15 sha256:e3fc2e67146fa8b81da8d1e6deb2aa1d0b4b0723b9b644b4562650f1364464ff [2021-06-30T09:15:20.969Z] #15 DONE 1.5s [2021-06-30T09:15:20.969Z] [2021-06-30T09:15:20.969Z] #36 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:15:20.969Z] #36 sha256:d027748c2430dfdda02a15f38ec8d85f48d058ef91ddc581cf8fdf3f9b0a1c61 [2021-06-30T09:15:20.969Z] #36 12.79 ######################################################################## 100.0% [2021-06-30T09:15:21.143Z] #27 6.827 Selecting previously unselected package ca-certificates. [2021-06-30T09:15:21.143Z] #27 6.827 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-30T09:15:21.143Z] #27 6.832 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-30T09:15:21.143Z] #27 6.923 Selecting previously unselected package libkeyutils1:amd64. [2021-06-30T09:15:21.143Z] #27 6.923 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-30T09:15:21.143Z] #27 6.925 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:15:21.143Z] #27 6.999 Selecting previously unselected package libkrb5support0:amd64. [2021-06-30T09:15:21.143Z] #27 6.999 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:15:21.143Z] #27 7.006 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:21.143Z] #27 7.060 Selecting previously unselected package libk5crypto3:amd64. [2021-06-30T09:15:21.143Z] #27 7.060 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:15:21.225Z] #36 12.95 [2021-06-30T09:15:21.402Z] #27 7.070 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:21.402Z] #27 7.132 Selecting previously unselected package libkrb5-3:amd64. [2021-06-30T09:15:21.402Z] #27 7.132 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:15:21.402Z] #27 7.146 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:21.402Z] #27 7.256 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-30T09:15:21.402Z] #27 7.256 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:15:21.402Z] #27 7.264 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:21.485Z] #36 13.21 Download of images into '/build' complete. [2021-06-30T09:15:21.485Z] #36 13.21 Use something like the following to load the result into a Docker daemon: [2021-06-30T09:15:21.485Z] #36 13.22 tar -cC '/build' . | docker load [2021-06-30T09:15:21.659Z] #27 7.321 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-30T09:15:21.659Z] #27 7.321 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:15:21.659Z] #27 7.327 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:21.659Z] #27 7.373 Selecting previously unselected package libsasl2-2:amd64. [2021-06-30T09:15:21.659Z] #27 7.373 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:15:21.659Z] #27 7.382 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:21.659Z] #27 7.487 Selecting previously unselected package libldap-common. [2021-06-30T09:15:21.659Z] #27 7.487 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-30T09:15:21.659Z] #27 7.502 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:21.659Z] #27 7.570 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-30T09:15:21.659Z] #27 7.570 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-30T09:15:21.740Z] #36 DONE 13.4s [2021-06-30T09:15:21.740Z] [2021-06-30T09:15:21.740Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:15:21.740Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:15:21.740Z] #59 11.84 + cd /tmp/tmp.dpLzKftOk8/src/github.com/mvdan/sh [2021-06-30T09:15:21.740Z] #59 11.84 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:15:21.740Z] #59 12.08 + GO111MODULE=on [2021-06-30T09:15:21.740Z] #59 12.08 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-30T09:15:21.916Z] #27 7.575 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:21.916Z] #27 7.653 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-30T09:15:21.916Z] #27 7.653 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-30T09:15:21.916Z] #27 7.659 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:15:21.916Z] #27 7.737 Selecting previously unselected package libpsl5:amd64. [2021-06-30T09:15:21.916Z] #27 7.737 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-30T09:15:21.916Z] #27 7.752 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:15:21.916Z] #27 7.804 Selecting previously unselected package librtmp1:amd64. [2021-06-30T09:15:21.916Z] #27 7.804 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-30T09:15:22.173Z] #27 7.808 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:15:22.173Z] #27 7.848 Selecting previously unselected package libssh2-1:amd64. [2021-06-30T09:15:22.173Z] #27 7.850 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-30T09:15:22.173Z] #27 7.855 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:15:22.173Z] #27 7.909 Selecting previously unselected package libcurl4:amd64. [2021-06-30T09:15:22.173Z] #27 7.909 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:15:22.173Z] #27 7.915 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:15:22.173Z] #27 8.005 Selecting previously unselected package curl. [2021-06-30T09:15:22.173Z] #27 8.005 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:15:22.173Z] #27 8.009 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-30T09:15:22.173Z] #27 8.080 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:15:22.173Z] #27 8.080 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:15:22.173Z] #27 8.087 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:15:22.173Z] #27 8.148 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:15:22.173Z] #27 8.148 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:15:22.431Z] #27 8.154 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:15:22.431Z] #27 8.207 Selecting previously unselected package jq. [2021-06-30T09:15:22.431Z] #27 8.207 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:15:22.431Z] #27 8.211 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:15:22.431Z] #27 8.257 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:15:22.431Z] #27 8.270 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:15:22.431Z] #27 8.281 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:15:22.669Z] #59 13.18 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-30T09:15:22.669Z] #59 13.18 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-30T09:15:22.688Z] #27 8.418 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.432 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:22.688Z] #27 8.444 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.455 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.469 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:15:22.688Z] #27 8.486 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.504 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.514 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:15:22.688Z] #27 8.527 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:22.688Z] #27 8.542 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:15:22.688Z] #27 8.558 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:15:22.688Z] #27 8.569 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:15:22.688Z] #27 8.582 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:15:22.688Z] #27 8.597 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-30T09:15:22.975Z] #59 13.30 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-30T09:15:23.241Z] #59 ... [2021-06-30T09:15:23.241Z] [2021-06-30T09:15:23.241Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-06-30T09:15:23.241Z] #16 sha256:b943fb6d8e4bfd933f8fb6ce9991b2bdb2e0b97bcf7e6b55faa4484cfac8d541 [2021-06-30T09:15:23.241Z] #16 DONE 2.2s [2021-06-30T09:15:23.498Z] [2021-06-30T09:15:23.498Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:15:23.498Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:15:23.619Z] #27 9.186 Updating certificates in /etc/ssl/certs... [2021-06-30T09:15:24.183Z] #27 10.00 137 added, 0 removed; done. [2021-06-30T09:15:24.183Z] #27 10.09 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:15:24.183Z] #27 10.11 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:15:24.183Z] #27 10.12 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:15:24.183Z] #27 10.13 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-30T09:15:24.183Z] #27 10.15 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:15:24.441Z] #27 10.17 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-30T09:15:24.441Z] #27 10.18 Updating certificates in /etc/ssl/certs... [2021-06-30T09:15:25.008Z] #27 10.89 0 added, 0 removed; done. [2021-06-30T09:15:25.008Z] #27 10.89 Running hooks in /etc/ca-certificates/update.d... [2021-06-30T09:15:25.008Z] #27 10.89 done. [2021-06-30T09:15:26.073Z] #17 2.264 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:26.073Z] #17 2.450 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:26.073Z] #17 2.450 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:26.635Z] #17 3.301 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-30T09:15:27.565Z] #17 4.369 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-30T09:15:28.279Z] #27 DONE 13.8s [2021-06-30T09:15:28.279Z] [2021-06-30T09:15:28.279Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-30T09:15:28.279Z] #28 sha256:e1b5cfb2ad9cb83ad7a66517498deb1cddb0ff03da7f9413ecb8509f3b730835 [2021-06-30T09:15:28.536Z] #28 DONE 0.6s [2021-06-30T09:15:28.536Z] [2021-06-30T09:15:28.536Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:28.536Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:28.536Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.6s done [2021-06-30T09:15:28.536Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 4.0s [2021-06-30T09:15:28.937Z] #17 ... [2021-06-30T09:15:28.937Z] [2021-06-30T09:15:28.937Z] #41 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-30T09:15:28.937Z] #41 sha256:80e55bc218b3defb6599b3593c4639426d888d639011addfb34710aff3f012e0 [2021-06-30T09:15:28.937Z] #41 17.09 github.com/pelletier/go-toml/cmd/tomll [2021-06-30T09:15:28.937Z] #41 DONE 19.0s [2021-06-30T09:15:28.937Z] [2021-06-30T09:15:28.937Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-30T09:15:28.937Z] #57 sha256:97f705c5f512c6b0ae3fde752a576b4bbbd22175c4d708dbac3891d5fd2891db [2021-06-30T09:15:28.937Z] #57 17.22 go: downloading github.com/fatih/color v1.7.0 [2021-06-30T09:15:28.937Z] #57 17.24 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-30T09:15:28.937Z] #57 17.27 go: downloading github.com/pkg/errors v0.8.1 [2021-06-30T09:15:28.937Z] #57 17.28 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-30T09:15:28.937Z] #57 17.33 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-30T09:15:28.937Z] #57 17.60 go: downloading github.com/spf13/viper v1.6.1 [2021-06-30T09:15:28.937Z] #57 17.97 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-30T09:15:28.937Z] #57 17.97 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-30T09:15:28.937Z] #57 18.70 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-30T09:15:28.937Z] #57 18.89 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-30T09:15:30.440Z] #9 ... [2021-06-30T09:15:30.440Z] [2021-06-30T09:15:30.440Z] #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-30T09:15:30.440Z] #29 sha256:2eec68fc75fcabd6533ace40ecf88d51958b33dbf7a9dc127265f15890e82a80 [2021-06-30T09:15:30.440Z] #29 1.155 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-30T09:15:30.440Z] #29 1.241 [2021-06-30T09:15:30.440Z] #29 1.358 ########## 14.3% ########################### 37.7% ######################################## 56.0% ####################################################### 76.5% ###################################################################### 97.5% ######################################################################## 100.0% [2021-06-30T09:15:30.440Z] #29 1.873 [2021-06-30T09:15:30.696Z] #29 2.000 ######################################################################## 100.0% [2021-06-30T09:15:30.696Z] #29 2.094 [2021-06-30T09:15:30.696Z] #29 2.207 ################################################################# 91.2% ######################################################################## 100.0% [2021-06-30T09:15:30.696Z] #29 2.274 [2021-06-30T09:15:30.843Z] #57 ... [2021-06-30T09:15:30.843Z] [2021-06-30T09:15:30.843Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-30T09:15:30.843Z] #55 sha256:6c663d941f22018a139387cc3b22bdb95516af3014fab1e2ab77ead40b89cd58 [2021-06-30T09:15:30.843Z] #55 11.07 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-30T09:15:30.843Z] #55 ... [2021-06-30T09:15:30.843Z] [2021-06-30T09:15:30.843Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:15:30.843Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:15:30.843Z] #47 19.77 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-30T09:15:30.957Z] [2021-06-30T09:15:30.957Z] #29 ... [2021-06-30T09:15:30.957Z] [2021-06-30T09:15:30.957Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:15:30.957Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:15:30.957Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 5.9s done [2021-06-30T09:15:30.957Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done [2021-06-30T09:15:30.957Z] #9 DONE 23.5s [2021-06-30T09:15:30.957Z] [2021-06-30T09:15:30.957Z] #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-30T09:15:30.957Z] #29 sha256:2eec68fc75fcabd6533ace40ecf88d51958b33dbf7a9dc127265f15890e82a80 [2021-06-30T09:15:31.100Z] #47 ... [2021-06-30T09:15:31.100Z] [2021-06-30T09:15:31.100Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:15:31.100Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:15:31.100Z] #53 11.39 unicode/utf8 [2021-06-30T09:15:31.100Z] #53 12.08 math/bits [2021-06-30T09:15:31.100Z] #53 12.94 math [2021-06-30T09:15:31.100Z] #53 17.59 encoding [2021-06-30T09:15:31.100Z] #53 17.74 unicode/utf16 [2021-06-30T09:15:31.100Z] #53 17.90 container/list [2021-06-30T09:15:31.100Z] #53 18.34 crypto/internal/subtle [2021-06-30T09:15:31.100Z] #53 18.41 crypto/subtle [2021-06-30T09:15:31.100Z] #53 18.49 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-30T09:15:31.100Z] #53 18.60 internal/nettrace [2021-06-30T09:15:31.100Z] #53 18.67 runtime/cgo [2021-06-30T09:15:31.100Z] #53 ... [2021-06-30T09:15:31.100Z] [2021-06-30T09:15:31.100Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:15:31.100Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:15:31.100Z] #17 6.039 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-30T09:15:31.100Z] #17 7.428 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:31.480Z] #29 2.406 ####### 10.9% ######################### 35.5% ######################################## 56.4% ###################################################### 75.7% ################################################################### 93.5% ######################################################################## 100.0% [2021-06-30T09:15:31.480Z] #29 2.940 [2021-06-30T09:15:31.663Z] #17 ... [2021-06-30T09:15:31.663Z] [2021-06-30T09:15:31.663Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:31.663Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:31.663Z] #51 10.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:31.663Z] #51 13.49 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-30T09:15:31.663Z] #51 20.76 Fetched 8457 kB in 16s (529 kB/s) [2021-06-30T09:15:31.663Z] #51 20.76 Reading package lists... [2021-06-30T09:15:31.663Z] #51 ... [2021-06-30T09:15:31.663Z] [2021-06-30T09:15:31.663Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:15:31.663Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:15:31.663Z] #47 20.89 + 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-30T09:15:33.567Z] #29 3.071 # 1.7% ####### 10.2% ########### 15.4% ############## 20.6% ################## 25.8% ###################### 31.0% ########################## 36.2% ############################ 39.3% ################################## 47.8% ###################################### 53.1% ######################################### 58.1% ############################################# 63.5% ################################################# 68.7% ##################################################### 73.9% ######################################################## 79.1% ############################################################ 84.3% ################################################################ 89.5% #################################################################### 94.7% ####################################################################### 99.9% ######################################################################## 100.0% [2021-06-30T09:15:33.567Z] #29 4.942 [2021-06-30T09:15:33.567Z] #29 5.149 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-30T09:15:33.823Z] #29 5.209 [2021-06-30T09:15:34.079Z] #29 5.299 ######################################################################## 100.0% [2021-06-30T09:15:34.079Z] #29 5.336 [2021-06-30T09:15:34.079Z] #29 5.580 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-30T09:15:34.335Z] #29 5.632 [2021-06-30T09:15:34.335Z] #29 5.702 ################29 ... [2021-06-30T09:15:34.335Z] [2021-06-30T09:15:34.335Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-30T09:15:34.335Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-30T09:15:34.335Z] #10 DONE 3.5s [2021-06-30T09:15:34.335Z] [2021-06-30T09:15:34.335Z] #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-30T09:15:34.335Z] #29 sha256:2eec68fc75fcabd6533ace40ecf88d51958b33dbf7a9dc127265f15890e82a80 [2021-06-30T09:15:34.335Z] #29 5.702 ######################################################################## 100.0% [2021-06-30T09:15:34.335Z] #29 5.718 [2021-06-30T09:15:34.591Z] #29 6.062 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-30T09:15:34.850Z] #29 6.142 [2021-06-30T09:15:35.366Z] #29 6.269 ### 4.9% ######################## 33.9% ##################################### 52.8% ################################################### 70.9% ################################################################ 89.0% ######################################################################## 100.0% [2021-06-30T09:15:35.366Z] #29 6.746 [2021-06-30T09:15:35.623Z] #29 6.944 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-30T09:15:35.623Z] #29 6.997 [2021-06-30T09:15:35.623Z] #29 7.039 ######################################################################## 100.0% [2021-06-30T09:15:35.623Z] #29 7.055 [2021-06-30T09:15:35.837Z] #47 ... [2021-06-30T09:15:35.837Z] [2021-06-30T09:15:35.837Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:15:35.837Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:15:35.837Z] #59 15.74 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-30T09:15:35.837Z] #59 18.57 runtime [2021-06-30T09:15:35.837Z] #59 ... [2021-06-30T09:15:35.837Z] [2021-06-30T09:15:35.837Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-30T09:15:35.837Z] #57 sha256:97f705c5f512c6b0ae3fde752a576b4bbbd22175c4d708dbac3891d5fd2891db [2021-06-30T09:15:35.837Z] #57 21.77 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-30T09:15:35.837Z] #57 21.79 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-30T09:15:35.837Z] #57 21.86 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-30T09:15:35.837Z] #57 21.92 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-30T09:15:35.837Z] #57 22.02 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-30T09:15:35.837Z] #57 22.07 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-30T09:15:35.837Z] #57 22.12 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-30T09:15:35.837Z] #57 22.20 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-30T09:15:35.837Z] #57 22.50 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-30T09:15:35.837Z] #57 22.51 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-30T09:15:35.837Z] #57 22.54 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-30T09:15:35.837Z] #57 22.57 go: downloading github.com/spf13/afero v1.1.2 [2021-06-30T09:15:35.837Z] #57 22.69 go: downloading github.com/spf13/cast v1.3.0 [2021-06-30T09:15:35.837Z] #57 22.71 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-30T09:15:35.837Z] #57 22.74 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-30T09:15:35.837Z] #57 22.78 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-30T09:15:35.837Z] #57 22.80 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-30T09:15:35.837Z] #57 22.93 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-30T09:15:35.837Z] #57 22.96 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.01 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.03 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.04 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.05 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.06 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-30T09:15:35.837Z] #57 23.13 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-30T09:15:35.837Z] #57 23.14 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-30T09:15:35.837Z] #57 23.20 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-30T09:15:35.837Z] #57 23.22 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-30T09:15:35.837Z] #57 23.25 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-30T09:15:35.837Z] #57 23.32 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-30T09:15:35.837Z] #57 23.32 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-30T09:15:35.837Z] #57 23.41 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-30T09:15:35.837Z] #57 23.47 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-30T09:15:35.837Z] #57 23.58 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-30T09:15:35.837Z] #57 23.61 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-30T09:15:35.837Z] #57 23.65 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-30T09:15:35.837Z] #57 23.68 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-30T09:15:35.837Z] #57 23.71 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-30T09:15:35.837Z] #57 23.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-30T09:15:35.837Z] #57 23.79 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-30T09:15:35.837Z] #57 23.89 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-30T09:15:35.837Z] #57 23.94 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-30T09:15:35.837Z] #57 23.95 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-30T09:15:35.837Z] #57 24.11 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-30T09:15:35.837Z] #57 24.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-30T09:15:35.837Z] #57 24.26 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-30T09:15:35.837Z] #57 24.37 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-30T09:15:35.837Z] #57 24.37 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-30T09:15:35.837Z] #57 24.51 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-30T09:15:35.837Z] #57 24.55 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-30T09:15:35.837Z] #57 25.25 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-30T09:15:35.837Z] #57 25.26 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-30T09:15:35.837Z] #57 25.34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-30T09:15:35.837Z] #57 25.35 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-30T09:15:35.837Z] #57 25.43 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-30T09:15:35.837Z] #57 25.56 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-30T09:15:35.837Z] #57 25.60 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-30T09:15:35.837Z] #57 25.86 go: downloading golang.org/x/text v0.3.2 [2021-06-30T09:15:35.878Z] #29 7.187 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-30T09:15:35.878Z] #29 7.250 [2021-06-30T09:15:35.878Z] #29 7.291 ######################################################################## 100.0% [2021-06-30T09:15:35.878Z] #29 7.313 [2021-06-30T09:15:35.878Z] #29 7.323 Download of images into '/build' complete. [2021-06-30T09:15:35.878Z] #29 7.323 Use something like the following to load the result into a Docker daemon: [2021-06-30T09:15:35.878Z] #29 7.323 tar -cC '/build' . | docker load [2021-06-30T09:15:36.135Z] #29 ... [2021-06-30T09:15:36.135Z] [2021-06-30T09:15:36.135Z] #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-30T09:15:36.135Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-30T09:15:36.135Z] #11 DONE 1.9s [2021-06-30T09:15:36.393Z] [2021-06-30T09:15:36.393Z] #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-30T09:15:36.393Z] #29 sha256:2eec68fc75fcabd6533ace40ecf88d51958b33dbf7a9dc127265f15890e82a80 [2021-06-30T09:15:36.393Z] #29 DONE 7.7s [2021-06-30T09:15:36.393Z] [2021-06-30T09:15:36.393Z] #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-30T09:15:36.393Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-30T09:15:36.652Z] #43 ... [2021-06-30T09:15:36.652Z] [2021-06-30T09:15:36.652Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-30T09:15:36.652Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-30T09:15:36.652Z] #39 DONE 0.3s [2021-06-30T09:15:36.652Z] [2021-06-30T09:15:36.652Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-30T09:15:36.652Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-30T09:15:36.652Z] #31 DONE 0.4s [2021-06-30T09:15:36.652Z] [2021-06-30T09:15:36.652Z] #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-30T09:15:36.652Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-30T09:15:36.652Z] #43 DONE 0.4s [2021-06-30T09:15:36.652Z] [2021-06-30T09:15:36.652Z] #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-30T09:15:36.652Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:40.033Z] #44 ... [2021-06-30T09:15:40.033Z] [2021-06-30T09:15:40.033Z] #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-30T09:15:40.033Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-30T09:15:40.033Z] #12 DONE 3.8s [2021-06-30T09:15:40.290Z] [2021-06-30T09:15:40.290Z] #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-30T09:15:40.290Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:15:41.093Z] #57 31.17 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-30T09:15:41.093Z] #57 31.20 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-30T09:15:41.093Z] #57 31.25 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-30T09:15:41.093Z] #57 31.30 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-30T09:15:41.093Z] #57 31.31 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-30T09:15:41.659Z] #57 32.14 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-30T09:15:41.916Z] #57 32.32 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-30T09:15:42.174Z] #57 32.46 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-30T09:15:42.174Z] #57 ... [2021-06-30T09:15:42.174Z] [2021-06-30T09:15:42.174Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:15:42.174Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:15:42.174Z] #17 8.634 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-30T09:15:42.174Z] #17 9.578 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-30T09:15:42.174Z] #17 10.44 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-30T09:15:42.174Z] #17 10.53 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-30T09:15:42.174Z] #17 10.53 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-30T09:15:42.174Z] #17 10.57 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-30T09:15:42.174Z] #17 10.62 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:42.174Z] #17 10.67 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-30T09:15:42.174Z] #17 10.70 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:42.174Z] #17 10.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-30T09:15:42.174Z] #17 10.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-30T09:15:42.174Z] #17 10.70 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-30T09:15:42.174Z] #17 10.70 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-30T09:15:42.174Z] #17 10.71 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-30T09:15:42.174Z] #17 ... [2021-06-30T09:15:42.174Z] [2021-06-30T09:15:42.174Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:42.174Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:42.174Z] #51 20.76 Reading package lists... [2021-06-30T09:15:42.174Z] #51 24.85 Reading package lists... [2021-06-30T09:15:42.174Z] #51 28.82 Building dependency tree... [2021-06-30T09:15:42.174Z] #51 30.59 The following additional packages will be installed: [2021-06-30T09:15:42.174Z] #51 30.60 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-30T09:15:42.174Z] #51 30.60 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-30T09:15:42.174Z] #51 30.60 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:15:42.174Z] #51 30.60 python3.7-minimal [2021-06-30T09:15:42.174Z] #51 30.60 Suggested packages: [2021-06-30T09:15:42.174Z] #51 30.60 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-30T09:15:42.174Z] #51 30.60 python3.7-doc binfmt-support [2021-06-30T09:15:42.174Z] #51 31.45 The following NEW packages will be installed: [2021-06-30T09:15:42.174Z] #51 31.46 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-30T09:15:42.174Z] #51 31.46 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-30T09:15:42.174Z] #51 31.47 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:15:42.174Z] #51 31.47 python3.7-minimal [2021-06-30T09:15:42.431Z] #51 31.82 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:15:42.431Z] #51 31.82 Need to get 6695 kB of archives. [2021-06-30T09:15:42.431Z] #51 31.82 After this operation, 33.1 MB of additional disk space will be used. [2021-06-30T09:15:42.432Z] #51 31.82 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-30T09:15:42.432Z] #51 31.85 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-30T09:15:42.432Z] #51 32.01 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-30T09:15:42.688Z] #51 32.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:15:42.688Z] #51 32.03 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-30T09:15:42.688Z] #51 32.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:15:42.688Z] #51 32.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:15:42.688Z] #51 32.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:15:42.688Z] #51 32.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-30T09:15:42.688Z] #51 32.24 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-30T09:15:42.688Z] #51 32.24 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:15:42.688Z] #51 32.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-30T09:15:42.688Z] #51 32.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-30T09:15:42.688Z] #51 32.28 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-30T09:15:42.946Z] #51 32.28 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-30T09:15:42.946Z] #51 32.29 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-30T09:15:43.876Z] #51 33.40 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:15:44.132Z] #51 33.51 Fetched 6695 kB in 1s (5877 kB/s) [2021-06-30T09:15:44.132Z] #51 33.59 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:15:44.132Z] #51 33.59 (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-30T09:15:44.132Z] #51 33.67 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:15:44.132Z] #51 33.68 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:44.467Z] #13 4.101 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:15:44.467Z] #13 4.214 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:44.467Z] #13 4.214 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:44.467Z] #13 4.214 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:44.696Z] #51 34.20 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:15:44.696Z] #51 34.20 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:15:44.696Z] #51 34.21 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:15:45.260Z] #51 ... [2021-06-30T09:15:45.260Z] [2021-06-30T09:15:45.260Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:15:45.260Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:15:45.260Z] #59 35.69 internal/reflectlite [2021-06-30T09:15:45.260Z] #59 35.69 sync [2021-06-30T09:15:45.907Z] #13 5.424 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:15:45.907Z] #13 ... [2021-06-30T09:15:45.907Z] [2021-06-30T09:15:45.907Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:45.907Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:45.907Z] #44 6.378 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:45.907Z] #44 6.478 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:45.907Z] #44 6.480 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:45.907Z] #44 7.091 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-30T09:15:45.907Z] #44 8.453 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:46.191Z] #59 ... [2021-06-30T09:15:46.191Z] [2021-06-30T09:15:46.191Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:15:46.191Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:15:46.191Z] #53 26.34 vendor/golang.org/x/crypto/internal/subtle [2021-06-30T09:15:46.191Z] #53 35.90 internal/reflectlite [2021-06-30T09:15:46.191Z] #53 35.90 sync [2021-06-30T09:15:46.191Z] #53 ... [2021-06-30T09:15:46.191Z] [2021-06-30T09:15:46.191Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:15:46.191Z] #39 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:15:46.191Z] #39 35.56 Checking out files: 98% (1505/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-06-30T09:15:46.191Z] #39 35.60 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-30T09:15:46.191Z] #39 35.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:15:46.469Z] #44 ... [2021-06-30T09:15:46.469Z] [2021-06-30T09:15:46.470Z] #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-30T09:15:46.470Z] #24 sha256:790cd29879a9158f391ba7e716e53b786eceb5c583f75692ce19ccdac4b73bcb [2021-06-30T09:15:46.470Z] #24 6.001 + RM_GOPATH=0 [2021-06-30T09:15:46.470Z] #24 6.001 + TMP_GOPATH= [2021-06-30T09:15:46.470Z] #24 6.001 + : /build [2021-06-30T09:15:46.470Z] #24 6.001 + '[' -z '' ']' [2021-06-30T09:15:46.470Z] #24 6.001 ++ mktemp -d [2021-06-30T09:15:46.470Z] #24 6.001 + export GOPATH=/tmp/tmp.6lLAtfMPGV [2021-06-30T09:15:46.470Z] #24 6.001 + GOPATH=/tmp/tmp.6lLAtfMPGV [2021-06-30T09:15:46.470Z] #24 6.001 + RM_GOPATH=1 [2021-06-30T09:15:46.470Z] #24 6.001 + case "$(go env GOARCH)" in [2021-06-30T09:15:46.470Z] #24 6.001 ++ go env GOARCH [2021-06-30T09:15:46.470Z] #24 6.026 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.470Z] #24 6.026 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.470Z] #24 6.040 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:46.470Z] #24 6.041 Install docker/cli version 17.06.2-ce from stable [2021-06-30T09:15:46.470Z] #24 6.045 + dir=/tmp/install [2021-06-30T09:15:46.470Z] #24 6.045 + bin=dockercli [2021-06-30T09:15:46.470Z] #24 6.045 + shift [2021-06-30T09:15:46.470Z] #24 6.045 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-30T09:15:46.470Z] #24 6.045 + . /tmp/install/dockercli.installer [2021-06-30T09:15:46.470Z] #24 6.045 ++ : stable [2021-06-30T09:15:46.470Z] #24 6.045 ++ : 17.06.2-ce [2021-06-30T09:15:46.470Z] #24 6.045 + install_dockercli [2021-06-30T09:15:46.470Z] #24 6.045 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-30T09:15:46.470Z] #24 6.045 ++ uname -m [2021-06-30T09:15:46.470Z] #24 6.069 + arch=x86_64 [2021-06-30T09:15:46.470Z] #24 6.069 + '[' x86_64 '!=' x86_64 ']' [2021-06-30T09:15:46.470Z] #24 6.069 + url=https://download.docker.com/linux/static [2021-06-30T09:15:46.470Z] #24 6.079 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-30T09:15:46.470Z] #24 6.136 + tar -xz docker/docker [2021-06-30T09:15:46.470Z] #24 ... [2021-06-30T09:15:46.470Z] [2021-06-30T09:15:46.470Z] #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-30T09:15:46.470Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:15:46.470Z] #50 5.172 + RM_GOPATH=0 [2021-06-30T09:15:46.470Z] #50 5.172 + TMP_GOPATH= [2021-06-30T09:15:46.470Z] #50 5.172 + : /build [2021-06-30T09:15:46.470Z] #50 5.172 + '[' -z '' ']' [2021-06-30T09:15:46.470Z] #50 5.172 ++ mktemp -d [2021-06-30T09:15:46.470Z] #50 5.178 + export GOPATH=/tmp/tmp.rx9BWbH9iF [2021-06-30T09:15:46.470Z] #50 5.178 + GOPATH=/tmp/tmp.rx9BWbH9iF [2021-06-30T09:15:46.470Z] #50 5.178 + RM_GOPATH=1 [2021-06-30T09:15:46.470Z] #50 5.178 + case "$(go env GOARCH)" in [2021-06-30T09:15:46.470Z] #50 5.180 ++ go env GOARCH [2021-06-30T09:15:46.470Z] #50 5.191 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.470Z] #50 5.191 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.470Z] #50 5.198 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:46.470Z] #50 5.198 + dir=/tmp/install [2021-06-30T09:15:46.470Z] #50 5.198 + bin=golangci_lint [2021-06-30T09:15:46.470Z] #50 5.198 + shift [2021-06-30T09:15:46.470Z] #50 5.198 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-30T09:15:46.470Z] #50 5.198 + . /tmp/install/golangci_lint.installer [2021-06-30T09:15:46.470Z] #50 5.198 ++ : v1.23.8 [2021-06-30T09:15:46.470Z] #50 5.198 + install_golangci_lint [2021-06-30T09:15:46.470Z] #50 5.198 + set -e [2021-06-30T09:15:46.470Z] #50 5.198 + export GO111MODULE=on [2021-06-30T09:15:46.470Z] #50 5.198 + GO111MODULE=on [2021-06-30T09:15:46.470Z] #50 5.198 + GOBIN=/build [2021-06-30T09:15:46.470Z] #50 5.198 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-30T09:15:46.470Z] #50 5.670 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-30T09:15:46.470Z] #50 ... [2021-06-30T09:15:46.470Z] [2021-06-30T09:15:46.470Z] #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-30T09:15:46.470Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:15:46.470Z] #56 5.019 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:46.470Z] #56 5.049 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:46.470Z] #56 5.215 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:46.470Z] #56 5.474 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:46.470Z] #56 7.258 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:46.470Z] #56 9.697 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:46.726Z] #56 ... [2021-06-30T09:15:46.726Z] [2021-06-30T09:15:46.726Z] #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-30T09:15:46.726Z] #59 sha256:26da61de2b77fcec75a986c4ece5f5300428be2a298199b76961a8d042d5e533 [2021-06-30T09:15:46.726Z] #59 6.229 + RM_GOPATH=0 [2021-06-30T09:15:46.726Z] #59 6.229 + TMP_GOPATH= [2021-06-30T09:15:46.726Z] #59 6.229 + : /build [2021-06-30T09:15:46.726Z] #59 6.229 + '[' -z '' ']' [2021-06-30T09:15:46.726Z] #59 6.229 ++ mktemp -d [2021-06-30T09:15:46.726Z] #59 6.229 + export GOPATH=/tmp/tmp.pfKZi5F0xc [2021-06-30T09:15:46.726Z] #59 6.229 + GOPATH=/tmp/tmp.pfKZi5F0xc [2021-06-30T09:15:46.726Z] #59 6.229 + RM_GOPATH=1 [2021-06-30T09:15:46.726Z] #59 6.229 + case "$(go env GOARCH)" in [2021-06-30T09:15:46.726Z] #59 6.258 ++ go env GOARCH [2021-06-30T09:15:46.726Z] #59 6.282 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.726Z] #59 6.282 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.726Z] #59 6.282 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:46.726Z] #59 6.308 + dir=/tmp/install [2021-06-30T09:15:46.726Z] #59 6.308 + bin=rootlesskit [2021-06-30T09:15:46.726Z] #59 6.308 + shift [2021-06-30T09:15:46.726Z] #59 6.308 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-30T09:15:46.726Z] #59 6.308 + . /tmp/install/rootlesskit.installer [2021-06-30T09:15:46.726Z] #59 6.308 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:15:46.726Z] #59 6.308 + install_rootlesskit [2021-06-30T09:15:46.726Z] #59 6.309 + case "$1" in [2021-06-30T09:15:46.726Z] #59 6.309 + export CGO_ENABLED=0 [2021-06-30T09:15:46.727Z] #59 6.309 + CGO_ENABLED=0 [2021-06-30T09:15:46.727Z] #59 6.310 + _install_rootlesskit [2021-06-30T09:15:46.727Z] #59 6.313 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-30T09:15:46.727Z] #59 6.318 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:15:46.727Z] #59 6.321 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.pfKZi5F0xc/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:15:46.727Z] #59 6.338 Cloning into '/tmp/tmp.pfKZi5F0xc/src/github.com/rootless-containers/rootlesskit'... [2021-06-30T09:15:46.984Z] #59 ... [2021-06-30T09:15:46.984Z] [2021-06-30T09:15:46.984Z] #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-30T09:15:46.984Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:15:46.984Z] #32 5.748 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-30T09:15:46.984Z] #32 5.755 Cloning into '.'... [2021-06-30T09:15:46.984Z] #32 ... [2021-06-30T09:15:46.984Z] [2021-06-30T09:15:46.984Z] #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-30T09:15:46.984Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:15:46.984Z] #46 4.763 + RM_GOPATH=0 [2021-06-30T09:15:46.984Z] #46 4.763 + TMP_GOPATH= [2021-06-30T09:15:46.984Z] #46 4.763 + : /build [2021-06-30T09:15:46.984Z] #46 4.763 + '[' -z '' ']' [2021-06-30T09:15:46.984Z] #46 4.763 ++ mktemp -d [2021-06-30T09:15:46.984Z] #46 4.763 + export GOPATH=/tmp/tmp.jINBx4FprE [2021-06-30T09:15:46.984Z] #46 4.763 + GOPATH=/tmp/tmp.jINBx4FprE [2021-06-30T09:15:46.984Z] #46 4.763 + RM_GOPATH=1 [2021-06-30T09:15:46.984Z] #46 4.763 + case "$(go env GOARCH)" in [2021-06-30T09:15:46.984Z] #46 4.763 ++ go env GOARCH [2021-06-30T09:15:46.984Z] #46 4.763 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.984Z] #46 4.763 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:46.984Z] #46 4.763 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:46.984Z] #46 4.763 + dir=/tmp/install [2021-06-30T09:15:46.984Z] #46 4.763 + bin=vndr [2021-06-30T09:15:46.984Z] #46 4.763 + shift [2021-06-30T09:15:46.984Z] #46 4.763 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-30T09:15:46.984Z] #46 4.763 + . /tmp/install/vndr.installer [2021-06-30T09:15:46.984Z] #46 4.763 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:46.984Z] #46 4.763 + install_vndr [2021-06-30T09:15:46.984Z] #46 4.763 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-30T09:15:46.984Z] #46 4.763 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.jINBx4FprE/src/github.com/LK4D4/vndr [2021-06-30T09:15:46.984Z] #46 4.763 Cloning into '/tmp/tmp.jINBx4FprE/src/github.com/LK4D4/vndr'... [2021-06-30T09:15:46.984Z] #46 4.766 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:46.984Z] #46 5.180 + cd /tmp/tmp.jINBx4FprE/src/github.com/LK4D4/vndr [2021-06-30T09:15:46.984Z] #46 5.180 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:15:46.984Z] #46 5.180 + go build -buildmode=pie -v -o /build/vndr . [2021-06-30T09:15:46.984Z] #46 5.696 internal/cpu [2021-06-30T09:15:46.984Z] #46 5.766 internal/unsafeheader [2021-06-30T09:15:46.984Z] #46 5.824 runtime/internal/atomic [2021-06-30T09:15:46.984Z] #46 5.866 internal/bytealg [2021-06-30T09:15:46.984Z] #46 5.866 runtime/internal/sys [2021-06-30T09:15:46.984Z] #46 6.023 runtime/internal/math [2021-06-30T09:15:46.984Z] #46 6.136 internal/race [2021-06-30T09:15:46.984Z] #46 6.282 sync/atomic [2021-06-30T09:15:46.984Z] #46 6.882 runtime [2021-06-30T09:15:46.984Z] #46 7.104 unicode [2021-06-30T09:15:47.241Z] #46 ... [2021-06-30T09:15:47.241Z] [2021-06-30T09:15:47.241Z] #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-30T09:15:47.241Z] #48 sha256:3502f2b65022453418cd4fd03cdaf242075402f6cbbd8a8b4541be8d9b429f31 [2021-06-30T09:15:47.241Z] #48 5.522 + RM_GOPATH=0 [2021-06-30T09:15:47.241Z] #48 5.522 + TMP_GOPATH= [2021-06-30T09:15:47.241Z] #48 5.522 + : /build [2021-06-30T09:15:47.241Z] #48 5.522 + '[' -z '' ']' [2021-06-30T09:15:47.241Z] #48 5.522 ++ mktemp -d [2021-06-30T09:15:47.241Z] #48 5.541 + export GOPATH=/tmp/tmp.5yRdXyMrAO [2021-06-30T09:15:47.241Z] #48 5.541 + GOPATH=/tmp/tmp.5yRdXyMrAO [2021-06-30T09:15:47.241Z] #48 5.541 + RM_GOPATH=1 [2021-06-30T09:15:47.241Z] #48 5.541 + case "$(go env GOARCH)" in [2021-06-30T09:15:47.241Z] #48 5.541 ++ go env GOARCH [2021-06-30T09:15:47.241Z] #48 5.550 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:47.241Z] #48 5.550 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:47.241Z] #48 5.550 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:47.241Z] #48 5.550 + dir=/tmp/install [2021-06-30T09:15:47.241Z] #48 5.550 + bin=gotestsum [2021-06-30T09:15:47.241Z] #48 5.550 + shift [2021-06-30T09:15:47.241Z] #48 5.550 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-30T09:15:47.241Z] #48 5.550 + . /tmp/install/gotestsum.installer [2021-06-30T09:15:47.241Z] #48 5.550 ++ : v0.5.3 [2021-06-30T09:15:47.241Z] #48 5.550 + install_gotestsum [2021-06-30T09:15:47.241Z] #48 5.558 + set -e [2021-06-30T09:15:47.241Z] #48 5.558 + export GO111MODULE=on [2021-06-30T09:15:47.241Z] #48 5.558 + GO111MODULE=on [2021-06-30T09:15:47.241Z] #48 5.558 + GOBIN=/build [2021-06-30T09:15:47.241Z] #48 5.558 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-30T09:15:47.241Z] #48 6.505 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-30T09:15:47.241Z] #48 9.050 go: downloading github.com/fatih/color v1.9.0 [2021-06-30T09:15:47.241Z] #48 9.056 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-30T09:15:47.241Z] #48 9.093 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:15:47.241Z] #48 9.117 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-30T09:15:47.241Z] #48 9.455 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-30T09:15:47.241Z] #48 9.474 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-30T09:15:47.241Z] #48 9.662 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-30T09:15:47.241Z] #48 9.748 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-30T09:15:47.241Z] #48 9.794 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-30T09:15:47.241Z] #48 10.31 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-30T09:15:47.241Z] #48 ... [2021-06-30T09:15:47.241Z] [2021-06-30T09:15:47.241Z] #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-30T09:15:47.241Z] #34 sha256:26d5fa1f2e8ac8209a690ca8aebe1319db9ccd1c698468aa74c6f1316c933259 [2021-06-30T09:15:47.241Z] #34 5.368 Install go-toml version v1.8.1 [2021-06-30T09:15:47.241Z] #34 6.410 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-30T09:15:47.241Z] #34 9.925 github.com/pelletier/go-toml [2021-06-30T09:15:47.498Z] #34 ... [2021-06-30T09:15:47.498Z] [2021-06-30T09:15:47.498Z] #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-30T09:15:47.498Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:15:47.498Z] #52 5.793 + RM_GOPATH=0 [2021-06-30T09:15:47.498Z] #52 5.793 + TMP_GOPATH= [2021-06-30T09:15:47.498Z] #52 5.793 + : /build [2021-06-30T09:15:47.498Z] #52 5.793 + '[' -z '' ']' [2021-06-30T09:15:47.498Z] #52 5.793 ++ mktemp -d [2021-06-30T09:15:47.498Z] #52 5.793 + export GOPATH=/tmp/tmp.DyvYo5aKwn [2021-06-30T09:15:47.498Z] #52 5.793 + GOPATH=/tmp/tmp.DyvYo5aKwn [2021-06-30T09:15:47.498Z] #52 5.793 + RM_GOPATH=1 [2021-06-30T09:15:47.498Z] #52 5.793 + case "$(go env GOARCH)" in [2021-06-30T09:15:47.498Z] #52 5.793 ++ go env GOARCH [2021-06-30T09:15:47.498Z] #52 5.886 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:47.498Z] #52 5.886 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:15:47.498Z] #52 5.886 ++ dirname /tmp/install/install.sh [2021-06-30T09:15:47.498Z] #52 5.886 + dir=/tmp/install [2021-06-30T09:15:47.498Z] #52 5.886 + bin=shfmt [2021-06-30T09:15:47.498Z] #52 5.886 + shift [2021-06-30T09:15:47.498Z] #52 5.886 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-30T09:15:47.498Z] #52 5.886 + . /tmp/install/shfmt.installer [2021-06-30T09:15:47.498Z] #52 5.886 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:15:47.498Z] #52 5.886 + install_shfmt [2021-06-30T09:15:47.498Z] #52 5.886 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-30T09:15:47.498Z] #52 5.886 + git clone https://github.com/mvdan/sh.git /tmp/tmp.DyvYo5aKwn/src/github.com/mvdan/sh [2021-06-30T09:15:47.498Z] #52 5.886 Cloning into '/tmp/tmp.DyvYo5aKwn/src/github.com/mvdan/sh'... [2021-06-30T09:15:47.498Z] #52 5.886 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:15:47.498Z] #52 ... [2021-06-30T09:15:47.498Z] [2021-06-30T09:15:47.498Z] #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-30T09:15:47.498Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:15:47.498Z] #36 6.835 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:15:47.498Z] #36 6.893 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:15:47.498Z] #36 6.893 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:15:47.498Z] #36 8.700 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:47.498Z] #36 10.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:47.755Z] #36 ... [2021-06-30T09:15:47.755Z] [2021-06-30T09:15:47.755Z] #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-30T09:15:47.755Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:15:47.755Z] #40 5.763 + git clone https://github.com/docker/distribution.git . [2021-06-30T09:15:47.755Z] #40 5.766 Cloning into '.'... [2021-06-30T09:15:47.755Z] #40 ... [2021-06-30T09:15:47.755Z] [2021-06-30T09:15:47.755Z] #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-30T09:15:47.755Z] #59 sha256:26da61de2b77fcec75a986c4ece5f5300428be2a298199b76961a8d042d5e533 [2021-06-30T09:15:47.755Z] #59 11.41 + cd /tmp/tmp.pfKZi5F0xc/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:15:47.755Z] #59 11.41 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:15:47.755Z] #59 11.46 + export GO111MODULE=on [2021-06-30T09:15:47.755Z] #59 11.46 + GO111MODULE=on [2021-06-30T09:15:47.755Z] #59 11.46 + export GOPROXY=https://proxy.golang.org [2021-06-30T09:15:47.755Z] #59 11.46 + GOPROXY=https://proxy.golang.org [2021-06-30T09:15:47.755Z] #59 11.46 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:15:47.755Z] #59 11.46 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-30T09:15:49.649Z] #59 13.19 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:15:49.649Z] #59 13.19 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-30T09:15:49.649Z] #59 13.28 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-30T09:15:50.212Z] #59 13.92 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-30T09:15:51.475Z] #39 ... [2021-06-30T09:15:51.475Z] [2021-06-30T09:15:51.475Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:51.475Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:51.475Z] #51 35.18 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:51.475Z] #51 35.22 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:15:51.475Z] #51 37.79 Selecting previously unselected package python3-minimal. [2021-06-30T09:15:51.475Z] #51 37.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 ... 15661 files and directories currently installed.) [2021-06-30T09:15:51.475Z] #51 37.82 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 37.83 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:15:51.475Z] #51 37.98 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:15:51.475Z] #51 37.98 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 38.00 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:15:51.475Z] #51 38.12 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:15:51.475Z] #51 38.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 38.12 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:51.475Z] #51 39.41 Selecting previously unselected package python3.7. [2021-06-30T09:15:51.475Z] #51 39.41 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 39.44 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:51.475Z] #51 39.59 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:15:51.475Z] #51 39.59 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 39.60 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:15:51.475Z] #51 39.75 Setting up python3-minimal (3.7.3-1) ... [2021-06-30T09:15:51.475Z] #51 40.90 Selecting previously unselected package python3. [2021-06-30T09:15:51.475Z] #51 40.90 (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-30T09:15:51.475Z] #51 40.93 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:15:51.475Z] #51 40.96 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:15:51.581Z] #59 ... [2021-06-30T09:15:51.582Z] [2021-06-30T09:15:51.582Z] #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-30T09:15:51.582Z] #24 sha256:790cd29879a9158f391ba7e716e53b786eceb5c583f75692ce19ccdac4b73bcb [2021-06-30T09:15:51.582Z] #24 14.63 + mkdir -p /build [2021-06-30T09:15:51.582Z] #24 14.64 + mv docker/docker /build/ [2021-06-30T09:15:51.582Z] #24 14.64 + rmdir docker [2021-06-30T09:15:51.582Z] #24 DONE 15.1s [2021-06-30T09:15:51.582Z] [2021-06-30T09:15:51.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-30T09:15:51.582Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:15:51.582Z] #46 11.50 unicode/utf8 [2021-06-30T09:15:51.582Z] #46 12.38 math/bits [2021-06-30T09:15:51.582Z] #46 12.97 math [2021-06-30T09:15:51.733Z] #51 41.32 Selecting previously unselected package libprotobuf17:amd64. [2021-06-30T09:15:51.990Z] #51 41.32 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-30T09:15:51.990Z] #51 41.37 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:15:51.990Z] #51 ... [2021-06-30T09:15:51.990Z] [2021-06-30T09:15:51.990Z] #55 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-30T09:15:51.990Z] #55 sha256:6c663d941f22018a139387cc3b22bdb95516af3014fab1e2ab77ead40b89cd58 [2021-06-30T09:15:51.990Z] #55 DONE 42.5s [2021-06-30T09:15:51.990Z] [2021-06-30T09:15:51.990Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:15:51.990Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:15:51.990Z] #53 36.87 github.com/LK4D4/vndr/godl/singleflight [2021-06-30T09:15:51.990Z] #53 37.09 math/rand [2021-06-30T09:15:51.990Z] #53 37.90 internal/singleflight [2021-06-30T09:15:51.990Z] #53 38.23 sort [2021-06-30T09:15:51.990Z] #53 38.23 io [2021-06-30T09:15:51.990Z] #53 38.99 strconv [2021-06-30T09:15:51.990Z] #53 39.13 bytes [2021-06-30T09:15:51.990Z] #53 40.62 strings [2021-06-30T09:15:51.990Z] #53 41.81 reflect [2021-06-30T09:15:52.554Z] #53 42.97 bufio [2021-06-30T09:15:52.554Z] #53 ... [2021-06-30T09:15:52.554Z] [2021-06-30T09:15:52.554Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:52.554Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:52.554Z] #51 42.03 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:15:52.554Z] #51 42.03 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:15:52.554Z] #51 42.05 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:15:52.813Z] #51 42.46 Selecting previously unselected package python3-six. [2021-06-30T09:15:52.953Z] #46 ... [2021-06-30T09:15:52.953Z] [2021-06-30T09:15:52.953Z] #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-30T09:15:52.953Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:15:52.953Z] #50 16.60 go: downloading github.com/fatih/color v1.7.0 [2021-06-30T09:15:52.953Z] #50 16.63 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-30T09:15:53.070Z] #51 42.46 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-30T09:15:53.070Z] #51 42.51 Unpacking python3-six (1.12.0-1) ... [2021-06-30T09:15:53.070Z] #51 42.58 Selecting previously unselected package python3-protobuf. [2021-06-30T09:15:53.070Z] #51 42.58 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-30T09:15:53.209Z] #50 16.70 go: downloading github.com/pkg/errors v0.8.1 [2021-06-30T09:15:53.209Z] #50 16.71 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-30T09:15:53.209Z] #50 16.78 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-30T09:15:53.215Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-096dcbfa6d368168b) in /home/ubuntu/workspace/moby_PR-42575 [Pipeline] { [Pipeline] checkout [2021-06-30T09:15:53.328Z] #51 42.58 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:15:53.385Z] The recommended git tool is: git [2021-06-30T09:15:53.476Z] #50 17.11 go: downloading github.com/spf13/viper v1.6.1 [2021-06-30T09:15:53.595Z] #51 43.06 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:15:53.595Z] #51 43.06 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:15:53.595Z] #51 43.07 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:15:53.852Z] #51 43.18 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:15:53.852Z] #51 43.18 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:15:53.852Z] #51 43.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:15:53.852Z] #51 43.32 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:15:53.852Z] #51 43.32 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:15:53.852Z] #51 43.33 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:15:53.852Z] #51 43.43 Selecting previously unselected package criu. [2021-06-30T09:15:53.852Z] #51 43.43 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-30T09:15:54.046Z] #50 17.61 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-30T09:15:54.046Z] #50 17.63 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-30T09:15:54.046Z] #50 17.71 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-30T09:15:54.046Z] #50 17.72 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-30T09:15:54.109Z] #51 43.44 Unpacking criu (3.15-1) ... [2021-06-30T09:15:54.366Z] #51 43.95 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:15:54.366Z] #51 43.97 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:15:54.366Z] #51 43.99 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:15:54.624Z] #51 44.03 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:15:54.624Z] #51 44.05 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:15:54.624Z] #51 44.07 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:54.624Z] #51 44.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:15:54.624Z] #51 44.14 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:15:54.975Z] #50 18.65 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-30T09:15:55.231Z] #50 18.92 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-30T09:15:56.167Z] #50 ... [2021-06-30T09:15:56.167Z] [2021-06-30T09:15:56.167Z] #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-30T09:15:56.167Z] #34 sha256:26d5fa1f2e8ac8209a690ca8aebe1319db9ccd1c698468aa74c6f1316c933259 [2021-06-30T09:15:56.167Z] #34 17.55 github.com/pelletier/go-toml/cmd/tomll [2021-06-30T09:15:56.167Z] #34 DONE 20.0s [2021-06-30T09:15:56.393Z] using credential docker-jenkins-github-credentials [2021-06-30T09:15:56.400Z] Cloning the remote Git repository [2021-06-30T09:15:56.400Z] Cloning with configured refspecs honoured and without tags [2021-06-30T09:15:56.424Z] [2021-06-30T09:15:56.424Z] #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-30T09:15:56.424Z] #59 sha256:26da61de2b77fcec75a986c4ece5f5300428be2a298199b76961a8d042d5e533 [2021-06-30T09:15:56.424Z] #59 17.71 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-30T09:15:56.424Z] #59 18.15 go: downloading github.com/google/uuid v1.2.0 [2021-06-30T09:15:56.424Z] #59 18.17 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-30T09:15:56.424Z] #59 18.21 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-30T09:15:56.424Z] #59 18.22 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-30T09:15:56.424Z] #59 18.23 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-30T09:15:56.424Z] #59 18.58 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-30T09:15:56.424Z] #59 19.07 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-30T09:15:56.424Z] #59 19.20 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-30T09:15:56.521Z] #51 ... [2021-06-30T09:15:56.521Z] [2021-06-30T09:15:56.521Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:15:56.521Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:15:56.521Z] #59 36.75 internal/testlog [2021-06-30T09:15:56.521Z] #59 37.56 errors [2021-06-30T09:15:56.521Z] #59 37.56 sort [2021-06-30T09:15:56.521Z] #59 37.88 io [2021-06-30T09:15:56.521Z] #59 38.56 internal/oserror [2021-06-30T09:15:56.521Z] #59 38.63 syscall [2021-06-30T09:15:56.521Z] #59 38.91 bytes [2021-06-30T09:15:56.521Z] #59 40.39 strconv [2021-06-30T09:15:56.521Z] #59 42.76 reflect [2021-06-30T09:15:56.521Z] #59 44.94 time [2021-06-30T09:15:56.421Z] Cloning repository https://github.com/moby/moby.git [2021-06-30T09:15:56.481Z] > git init /home/ubuntu/workspace/moby_PR-42575 # timeout=10 [2021-06-30T09:15:56.774Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:15:56.775Z] > git --version # timeout=10 [2021-06-30T09:15:56.789Z] > git --version # 'git version 2.25.1' [2021-06-30T09:15:56.790Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:15:56.791Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:15:57.355Z] #59 ... [2021-06-30T09:15:57.355Z] [2021-06-30T09:15:57.355Z] #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-30T09:15:57.355Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:57.355Z] #44 10.36 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:57.355Z] #44 12.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:57.355Z] #44 14.72 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-30T09:15:57.355Z] #44 ... [2021-06-30T09:15:57.355Z] [2021-06-30T09:15:57.355Z] #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-30T09:15:57.355Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:15:57.355Z] #13 7.175 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:15:57.355Z] #13 9.002 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:15:57.355Z] #13 11.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:57.355Z] #13 ... [2021-06-30T09:15:57.355Z] [2021-06-30T09:15:57.355Z] #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-30T09:15:57.355Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:15:57.355Z] #56 21.18 Fetched 8453 kB in 16s (517 kB/s) [2021-06-30T09:15:58.417Z] #59 ... [2021-06-30T09:15:58.417Z] [2021-06-30T09:15:58.417Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:15:58.417Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:15:58.417Z] #51 47.65 Setting up python3 (3.7.3-1) ... [2021-06-30T09:15:58.674Z] #51 48.17 Setting up python3-six (1.12.0-1) ... [2021-06-30T09:15:59.251Z] #56 21.18 Reading package lists... [2021-06-30T09:15:59.251Z] #56 ... [2021-06-30T09:15:59.251Z] [2021-06-30T09:15:59.251Z] #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-30T09:15:59.251Z] #48 sha256:3502f2b65022453418cd4fd03cdaf242075402f6cbbd8a8b4541be8d9b429f31 [2021-06-30T09:15:59.251Z] #48 12.88 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-30T09:15:59.508Z] #48 ... [2021-06-30T09:15:59.508Z] [2021-06-30T09:15:59.508Z] #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-30T09:15:59.508Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:15:59.508Z] #36 12.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:15:59.508Z] #36 ... [2021-06-30T09:15:59.508Z] [2021-06-30T09:15:59.508Z] #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-30T09:15:59.508Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:15:59.508Z] #50 22.18 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-30T09:15:59.508Z] #50 22.18 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-30T09:15:59.508Z] #50 22.35 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-30T09:15:59.508Z] #50 22.44 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-30T09:15:59.508Z] #50 22.48 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-30T09:15:59.508Z] #50 22.51 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-30T09:15:59.508Z] #50 22.85 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-30T09:15:59.508Z] #50 22.85 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-30T09:15:59.508Z] #50 23.00 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-30T09:15:59.508Z] #50 23.00 go: downloading github.com/spf13/afero v1.1.2 [2021-06-30T09:15:59.508Z] #50 23.18 go: downloading github.com/spf13/cast v1.3.0 [2021-06-30T09:15:59.508Z] #50 23.24 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-30T09:15:59.508Z] #50 23.26 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-30T09:15:59.508Z] #50 23.28 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-30T09:15:59.508Z] #50 23.38 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-30T09:15:59.605Z] #51 49.01 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:15:59.764Z] #50 23.53 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-30T09:15:59.764Z] #50 23.58 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-30T09:15:59.764Z] #50 23.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-30T09:16:00.021Z] #50 23.71 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-30T09:16:00.021Z] #50 23.76 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-30T09:16:00.021Z] #50 23.85 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-30T09:16:00.278Z] #50 23.91 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-30T09:16:00.278Z] #50 23.94 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-30T09:16:00.278Z] #50 24.14 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-30T09:16:00.534Z] #50 24.19 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-30T09:16:00.534Z] #50 24.23 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-30T09:16:00.534Z] #50 24.29 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-30T09:16:00.534Z] #50 24.40 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-30T09:16:00.539Z] #51 50.08 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:16:00.791Z] #50 24.45 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-30T09:16:01.354Z] #50 24.97 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-30T09:16:01.354Z] #50 25.00 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-30T09:16:01.354Z] #50 25.02 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-30T09:16:01.611Z] #50 25.37 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-30T09:16:01.875Z] #50 25.43 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-30T09:16:01.875Z] #50 25.57 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-30T09:16:01.875Z] #50 25.62 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-30T09:16:02.444Z] #50 26.10 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-30T09:16:02.444Z] #50 26.15 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-30T09:16:02.444Z] #50 26.18 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-30T09:16:02.444Z] #50 26.24 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-30T09:16:02.701Z] #50 26.30 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-30T09:16:02.701Z] #50 26.34 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-30T09:16:02.958Z] #50 26.68 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-30T09:16:03.062Z] #51 52.51 Setting up criu (3.15-1) ... [2021-06-30T09:16:03.215Z] #50 26.95 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-30T09:16:03.472Z] #50 27.05 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-30T09:16:03.472Z] #50 27.20 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-30T09:16:03.472Z] #50 27.27 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-30T09:16:03.472Z] #50 27.27 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-30T09:16:03.729Z] #50 27.35 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-30T09:16:03.729Z] #50 ... [2021-06-30T09:16:03.729Z] [2021-06-30T09:16:03.729Z] #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-30T09:16:03.729Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:16:03.729Z] #52 17.36 + cd /tmp/tmp.DyvYo5aKwn/src/github.com/mvdan/sh [2021-06-30T09:16:03.729Z] #52 17.39 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:16:03.729Z] #52 17.53 + GO111MODULE=on [2021-06-30T09:16:03.729Z] #52 17.53 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-30T09:16:03.729Z] #52 18.62 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-30T09:16:03.729Z] #52 18.65 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-30T09:16:03.729Z] #52 18.73 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-30T09:16:03.729Z] #52 21.07 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-30T09:16:03.729Z] #52 24.28 runtime [2021-06-30T09:16:03.986Z] #52 ... [2021-06-30T09:16:03.986Z] [2021-06-30T09:16:03.986Z] #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-30T09:16:03.986Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:03.986Z] #46 17.56 encoding [2021-06-30T09:16:03.986Z] #46 17.67 unicode/utf16 [2021-06-30T09:16:03.986Z] #46 17.88 container/list [2021-06-30T09:16:03.986Z] #46 18.48 crypto/internal/subtle [2021-06-30T09:16:03.986Z] #46 18.61 crypto/subtle [2021-06-30T09:16:03.986Z] #46 18.82 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-30T09:16:03.986Z] #46 18.99 internal/nettrace [2021-06-30T09:16:03.986Z] #46 19.16 runtime/cgo [2021-06-30T09:16:03.986Z] #46 ... [2021-06-30T09:16:03.986Z] [2021-06-30T09:16:03.986Z] #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-30T09:16:03.986Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:16:03.986Z] #40 23.47 Checking out files: 91% (1555/1696) Checking out files: 92% (1561/1696) Checking out files: 93% (1578/1696) Checking out files: 94% (1595/1696) Checking out files: 95% (1612/1696) Checking out files: 96% (1629/1696) Checking out files: 97% (1646/1696) Checking out files: 98% (1663/1696) Checking out files: 99% (1680/1696) Checking out files: 100% (1696/1696) Checking out files: 100% (1696/1696), done. [2021-06-30T09:16:03.986Z] #40 23.61 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-30T09:16:03.986Z] #40 25.09 + 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-30T09:16:03.996Z] #51 ... [2021-06-30T09:16:03.996Z] [2021-06-30T09:16:03.996Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:03.996Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:03.996Z] #53 44.49 syscall [2021-06-30T09:16:03.996Z] #53 49.02 internal/syscall/unix [2021-06-30T09:16:03.996Z] #53 49.27 internal/poll [2021-06-30T09:16:03.996Z] #53 50.79 internal/fmtsort [2021-06-30T09:16:03.996Z] #53 51.02 internal/syscall/execenv [2021-06-30T09:16:03.996Z] #53 51.16 path [2021-06-30T09:16:03.996Z] #53 51.33 regexp/syntax [2021-06-30T09:16:03.996Z] #53 51.71 io/fs [2021-06-30T09:16:03.996Z] #53 52.74 os [2021-06-30T09:16:04.258Z] #53 54.60 regexp [2021-06-30T09:16:04.258Z] #53 ... [2021-06-30T09:16:04.258Z] [2021-06-30T09:16:04.258Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:16:04.258Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:16:04.258Z] #59 48.68 context [2021-06-30T09:16:04.258Z] #59 49.34 internal/poll [2021-06-30T09:16:04.258Z] #59 50.74 encoding/binary [2021-06-30T09:16:04.258Z] #59 50.96 internal/fmtsort [2021-06-30T09:16:04.258Z] #59 51.31 path [2021-06-30T09:16:04.258Z] #59 51.71 io/fs [2021-06-30T09:16:04.258Z] #59 52.34 encoding/base64 [2021-06-30T09:16:04.258Z] #59 52.70 os [2021-06-30T09:16:04.258Z] #59 52.85 golang.org/x/sys/unix [2021-06-30T09:16:04.516Z] #59 ... [2021-06-30T09:16:04.516Z] [2021-06-30T09:16:04.516Z] #51 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:16:04.516Z] #51 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:04.516Z] #51 53.89 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:16:04.516Z] #51 53.95 Processing triggers for mime-support (3.62) ... [2021-06-30T09:16:05.081Z] #51 DONE 54.6s [2021-06-30T09:16:05.081Z] [2021-06-30T09:16:05.081Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:05.081Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:05.081Z] #53 55.53 fmt [2021-06-30T09:16:06.507Z] #40 ... [2021-06-30T09:16:06.507Z] [2021-06-30T09:16:06.507Z] #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-30T09:16:06.507Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:06.507Z] #46 30.24 vendor/golang.org/x/crypto/internal/subtle [2021-06-30T09:16:07.602Z] #53 57.59 path/filepath [2021-06-30T09:16:08.166Z] #53 58.50 internal/lazyregexp [2021-06-30T09:16:08.166Z] #53 58.71 flag [2021-06-30T09:16:08.422Z] #53 58.72 go/token [2021-06-30T09:16:08.986Z] #53 59.38 go/scanner [2021-06-30T09:16:09.243Z] #53 59.65 net/url [2021-06-30T09:16:10.173Z] #53 60.36 go/ast [2021-06-30T09:16:10.429Z] #53 60.88 text/template/parse [2021-06-30T09:16:10.677Z] #46 ... [2021-06-30T09:16:10.678Z] [2021-06-30T09:16:10.678Z] #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-30T09:16:10.678Z] #59 sha256:26da61de2b77fcec75a986c4ece5f5300428be2a298199b76961a8d042d5e533 [2021-06-30T09:16:10.678Z] #59 24.00 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-30T09:16:10.678Z] #59 24.06 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-30T09:16:10.678Z] #59 ... [2021-06-30T09:16:10.678Z] [2021-06-30T09:16:10.678Z] #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-30T09:16:10.678Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:16:10.678Z] #36 24.18 Fetched 8453 kB in 18s (481 kB/s) [2021-06-30T09:16:10.678Z] #36 24.18 Reading package lists... [2021-06-30T09:16:10.678Z] #36 30.01 Reading package lists... [2021-06-30T09:16:10.678Z] #36 ... [2021-06-30T09:16:10.678Z] [2021-06-30T09:16:10.678Z] #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-30T09:16:10.678Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:10.678Z] #44 23.82 Fetched 8457 kB in 18s (478 kB/s) [2021-06-30T09:16:10.678Z] #44 23.82 Reading package lists... [2021-06-30T09:16:10.678Z] #44 29.84 Reading package lists... [2021-06-30T09:16:10.678Z] #44 ... [2021-06-30T09:16:10.678Z] [2021-06-30T09:16:10.678Z] #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-30T09:16:10.678Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:16:10.678Z] #50 28.18 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-30T09:16:10.678Z] #50 28.18 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-30T09:16:10.678Z] #50 28.35 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-30T09:16:10.678Z] #50 28.38 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-30T09:16:10.678Z] #50 28.44 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-30T09:16:10.678Z] #50 28.51 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-30T09:16:10.678Z] #50 28.58 go: downloading golang.org/x/text v0.3.2 [2021-06-30T09:16:10.678Z] #50 34.29 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-30T09:16:10.678Z] #50 34.29 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-30T09:16:10.678Z] #50 34.37 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-30T09:16:10.678Z] #50 34.44 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-30T09:16:10.678Z] #50 34.44 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-30T09:16:11.611Z] #50 ... [2021-06-30T09:16:11.611Z] [2021-06-30T09:16:11.611Z] #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-30T09:16:11.611Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:16:11.611Z] #36 30.01 Reading package lists... [2021-06-30T09:16:11.867Z] #36 35.45 Building dependency tree... [2021-06-30T09:16:11.867Z] #36 ... [2021-06-30T09:16:11.867Z] [2021-06-30T09:16:11.867Z] #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-30T09:16:11.867Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:16:11.867Z] #13 21.74 Fetched 8984 kB in 18s (498 kB/s) [2021-06-30T09:16:11.867Z] #13 21.74 Reading package lists... [2021-06-30T09:16:12.124Z] #13 28.12 Reading package lists... [2021-06-30T09:16:12.124Z] #13 ... [2021-06-30T09:16:12.124Z] [2021-06-30T09:16:12.124Z] #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-30T09:16:12.124Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:12.124Z] #44 29.84 Reading package lists... [2021-06-30T09:16:12.951Z] #53 63.33 go/parser [2021-06-30T09:16:13.309Z] #44 35.52 Building dependency tree... [2021-06-30T09:16:13.309Z] #44 ... [2021-06-30T09:16:13.309Z] [2021-06-30T09:16:13.309Z] #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-30T09:16:13.309Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:16:13.309Z] #56 21.18 Reading package lists... [2021-06-30T09:16:13.309Z] #56 27.12 Reading package lists... [2021-06-30T09:16:13.309Z] #56 32.89 Building dependency tree... [2021-06-30T09:16:13.309Z] #56 35.92 The following additional packages will be installed: [2021-06-30T09:16:13.309Z] #56 35.93 libbtrfs0 [2021-06-30T09:16:13.309Z] #56 36.06 The following NEW packages will be installed: [2021-06-30T09:16:13.309Z] #56 36.07 libbtrfs-dev libbtrfs0 [2021-06-30T09:16:13.309Z] #56 36.45 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:16:13.309Z] #56 36.45 Need to get 119 kB of archives. [2021-06-30T09:16:13.309Z] #56 36.45 After this operation, 387 kB of additional disk space will be used. [2021-06-30T09:16:13.309Z] #56 36.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:16:13.309Z] #56 36.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:16:13.309Z] #56 ... [2021-06-30T09:16:13.309Z] [2021-06-30T09:16:13.309Z] #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-30T09:16:13.309Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:16:13.310Z] #36 35.45 Building dependency tree... [2021-06-30T09:16:13.882Z] #53 64.09 text/template [2021-06-30T09:16:14.138Z] #53 ... [2021-06-30T09:16:14.138Z] [2021-06-30T09:16:14.138Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:16:14.138Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:16:14.138Z] #59 55.80 fmt [2021-06-30T09:16:14.138Z] #59 58.80 encoding/json [2021-06-30T09:16:14.138Z] #59 58.91 flag [2021-06-30T09:16:14.138Z] #59 59.88 github.com/pkg/diff [2021-06-30T09:16:14.138Z] #59 60.83 go/ast [2021-06-30T09:16:14.138Z] #59 62.66 golang.org/x/crypto/ssh/terminal [2021-06-30T09:16:14.138Z] #59 63.61 io/ioutil [2021-06-30T09:16:14.138Z] #59 63.75 mvdan.cc/editorconfig [2021-06-30T09:16:14.138Z] #59 64.00 mvdan.cc/sh/v3/fileutil [2021-06-30T09:16:14.138Z] #59 64.17 text/tabwriter [2021-06-30T09:16:14.138Z] #59 64.60 mvdan.cc/sh/v3/syntax [2021-06-30T09:16:14.677Z] #36 38.43 The following additional packages will be installed: [2021-06-30T09:16:14.800Z] Fetching without tags [2021-06-30T09:16:14.934Z] #36 38.43 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-30T09:16:14.934Z] #36 38.43 Suggested packages: [2021-06-30T09:16:14.934Z] #36 38.43 cmake-doc ninja-build lrzip [2021-06-30T09:16:14.934Z] #36 38.43 Recommended packages: [2021-06-30T09:16:14.934Z] #36 38.43 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-30T09:16:15.059Z] Merging remotes/origin/master commit 2a562b15833fe87adf03405edec6bd7235945f7f into PR head commit 17f87af551082cc2454a094edc2de8bfe784f8de [2021-06-30T09:16:14.747Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:16:14.756Z] > git config --add remote.origin.fetch +refs/pull/42575/head:refs/remotes/origin/PR-42575 # timeout=10 [2021-06-30T09:16:14.770Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:16:14.785Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-30T09:16:14.803Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-30T09:16:14.803Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:16:14.804Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42575/head:refs/remotes/origin/PR-42575 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-30T09:16:15.066Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:16:15.082Z] > git checkout -f 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [2021-06-30T09:16:15.497Z] #36 ... [2021-06-30T09:16:15.497Z] [2021-06-30T09:16:15.497Z] #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-30T09:16:15.497Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:16:15.497Z] #56 37.49 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:16:15.497Z] #56 37.68 Fetched 119 kB in 0s (419 kB/s) [2021-06-30T09:16:15.497Z] #56 37.77 Selecting previously unselected package libbtrfs0. [2021-06-30T09:16:15.497Z] #56 37.77 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:16:15.497Z] #56 37.86 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:16:15.497Z] #56 37.87 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:16:15.497Z] #56 37.98 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:16:15.497Z] #56 37.98 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:16:15.497Z] #56 37.99 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:16:15.497Z] #56 38.29 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:16:15.497Z] #56 38.33 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:16:15.497Z] #56 38.38 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:16:15.497Z] #56 DONE 39.1s [2021-06-30T09:16:15.497Z] [2021-06-30T09:16:15.497Z] #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-30T09:16:15.497Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:16:16.032Z] #59 ... [2021-06-30T09:16:16.032Z] [2021-06-30T09:16:16.032Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:16.032Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:16.032Z] #53 66.15 log [2021-06-30T09:16:16.289Z] #53 66.79 encoding/xml [2021-06-30T09:16:16.457Z] Merge succeeded, producing 800cf9d702808af3802acd040c5e7950634009c5 [2021-06-30T09:16:16.458Z] Checking out Revision 800cf9d702808af3802acd040c5e7950634009c5 (PR-42575) [2021-06-30T09:16:16.863Z] #57 1.113 + RM_GOPATH=0 [2021-06-30T09:16:16.863Z] #57 1.113 + TMP_GOPATH= [2021-06-30T09:16:16.863Z] #57 1.113 + : /build [2021-06-30T09:16:16.863Z] #57 1.113 + '[' -z '' ']' [2021-06-30T09:16:16.863Z] #57 1.113 ++ mktemp -d [2021-06-30T09:16:16.863Z] #57 1.123 + export GOPATH=/tmp/tmp.his7gcrwsX [2021-06-30T09:16:16.863Z] #57 1.123 + GOPATH=/tmp/tmp.his7gcrwsX [2021-06-30T09:16:16.863Z] #57 1.123 + RM_GOPATH=1 [2021-06-30T09:16:16.863Z] #57 1.124 + case "$(go env GOARCH)" in [2021-06-30T09:16:16.863Z] #57 1.124 ++ go env GOARCH [2021-06-30T09:16:16.863Z] #57 1.146 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:16:16.863Z] #57 1.146 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:16:16.863Z] #57 1.151 ++ dirname /tmp/install/install.sh [2021-06-30T09:16:16.863Z] #57 1.155 + dir=/tmp/install [2021-06-30T09:16:16.863Z] #57 1.155 + bin=containerd [2021-06-30T09:16:16.863Z] #57 1.155 + shift [2021-06-30T09:16:16.863Z] #57 1.155 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-30T09:16:16.863Z] #57 1.156 + . /tmp/install/containerd.installer [2021-06-30T09:16:16.863Z] #57 1.156 ++ set -e [2021-06-30T09:16:16.863Z] #57 1.156 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:16:16.863Z] #57 1.156 + install_containerd [2021-06-30T09:16:16.863Z] #57 1.159 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-30T09:16:16.863Z] #57 1.159 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:16:16.863Z] #57 1.159 + git clone https://github.com/containerd/containerd.git /tmp/tmp.his7gcrwsX/src/github.com/containerd/containerd [2021-06-30T09:16:16.863Z] #57 1.175 Cloning into '/tmp/tmp.his7gcrwsX/src/github.com/containerd/containerd'... [2021-06-30T09:16:17.218Z] #53 67.62 go/doc [2021-06-30T09:16:15.761Z] > git remote # timeout=10 [2021-06-30T09:16:15.785Z] > git config --get remote.origin.url # timeout=10 [2021-06-30T09:16:15.801Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-30T09:16:15.802Z] > git merge 2a562b15833fe87adf03405edec6bd7235945f7f # timeout=10 [2021-06-30T09:16:16.443Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-30T09:16:16.460Z] > git config core.sparsecheckout # timeout=10 [2021-06-30T09:16:16.475Z] > git checkout -f 800cf9d702808af3802acd040c5e7950634009c5 # timeout=10 [2021-06-30T09:16:19.107Z] #53 ... [2021-06-30T09:16:19.107Z] [2021-06-30T09:16:19.107Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:16:19.107Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:16:19.107Z] #17 45.58 Fetched 48.3 MB in 44s (1109 kB/s) [2021-06-30T09:16:19.107Z] #17 45.58 Reading package lists... [2021-06-30T09:16:19.107Z] #17 ... [2021-06-30T09:16:19.107Z] [2021-06-30T09:16:19.107Z] #59 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-06-30T09:16:19.107Z] #59 sha256:55d19b9a2bbec686c6d6d332d1951216ad9b920e5162bd6922f33ed5983dbc6a [2021-06-30T09:16:19.107Z] #59 68.53 mvdan.cc/sh/v3/cmd/shfmt [2021-06-30T09:16:20.008Z] Commit message: "Merge commit '2a562b15833fe87adf03405edec6bd7235945f7f' into HEAD" [2021-06-30T09:16:20.011Z] > git rev-list --no-walk 17f87af551082cc2454a094edc2de8bfe784f8de # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [2021-06-30T09:16:20.473Z] #59 DONE 71.1s [2021-06-30T09:16:20.473Z] [2021-06-30T09:16:20.473Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:20.473Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:20.473Z] #53 69.99 github.com/LK4D4/vndr/build [2021-06-30T09:16:20.473Z] #53 70.56 github.com/LK4D4/vndr/versioned [2021-06-30T09:16:20.473Z] #53 70.67 compress/flate [Pipeline] { (Print info) [Pipeline] sh [2021-06-30T09:16:21.035Z] #57 ... [2021-06-30T09:16:21.035Z] [2021-06-30T09:16:21.035Z] #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-30T09:16:21.035Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:16:21.174Z] + docker version [2021-06-30T09:16:21.552Z] #32 44.38 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-06-30T09:16:21.552Z] #32 44.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-30T09:16:21.552Z] #32 44.85 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:16:21.840Z] #53 72.31 hash/crc32 [2021-06-30T09:16:22.116Z] #32 ... [2021-06-30T09:16:22.116Z] [2021-06-30T09:16:22.116Z] #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-30T09:16:22.116Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:16:22.116Z] #50 35.70 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-30T09:16:22.116Z] #50 35.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-30T09:16:22.116Z] #50 36.16 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-30T09:16:22.116Z] #50 ... [2021-06-30T09:16:22.116Z] [2021-06-30T09:16:22.116Z] #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-30T09:16:22.116Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:22.116Z] #44 35.52 Building dependency tree... [2021-06-30T09:16:22.116Z] #44 38.72 The following additional packages will be installed: [2021-06-30T09:16:22.116Z] #44 38.72 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-30T09:16:22.116Z] #44 38.72 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-30T09:16:22.116Z] #44 38.72 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:16:22.116Z] #44 38.72 python3.7-minimal [2021-06-30T09:16:22.116Z] #44 38.76 Suggested packages: [2021-06-30T09:16:22.116Z] #44 38.76 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-30T09:16:22.116Z] #44 38.76 python3.7-doc binfmt-support [2021-06-30T09:16:22.116Z] #44 40.17 The following NEW packages will be installed: [2021-06-30T09:16:22.116Z] #44 40.17 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-30T09:16:22.116Z] #44 40.18 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-30T09:16:22.116Z] #44 40.18 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:16:22.116Z] #44 40.18 python3.7-minimal [2021-06-30T09:16:22.116Z] #44 40.62 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:16:22.116Z] #44 40.62 Need to get 6695 kB of archives. [2021-06-30T09:16:22.116Z] #44 40.62 After this operation, 33.1 MB of additional disk space will be used. [2021-06-30T09:16:22.116Z] #44 40.62 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-30T09:16:22.116Z] #44 40.65 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-30T09:16:22.116Z] #44 40.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-30T09:16:22.116Z] #44 40.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:16:22.116Z] #44 40.88 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-30T09:16:22.116Z] #44 41.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:16:22.116Z] #44 41.10 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:16:22.116Z] #44 41.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:16:22.116Z] #44 41.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-30T09:16:22.116Z] #44 41.17 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:16:22.116Z] #44 41.18 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-30T09:16:22.116Z] #44 41.19 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-30T09:16:22.116Z] #44 41.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-30T09:16:22.116Z] #44 41.21 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-30T09:16:22.116Z] #44 41.22 Get:15 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-30T09:16:22.116Z] #44 41.23 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-30T09:16:22.116Z] #44 42.60 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:16:22.116Z] #44 42.77 Fetched 6695 kB in 1s (5185 kB/s) [2021-06-30T09:16:22.116Z] #44 42.91 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:16:22.116Z] #44 42.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 ... 15421 files and directories currently installed.) [2021-06-30T09:16:22.116Z] #44 42.98 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:16:22.116Z] #44 42.99 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:22.116Z] #44 43.82 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:16:22.116Z] #44 43.83 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:16:22.116Z] #44 43.85 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:16:22.374Z] #44 45.53 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:22.374Z] #44 45.57 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:16:22.410Z] #53 72.68 compress/gzip [2021-06-30T09:16:22.410Z] #53 72.77 crypto/x509/pkix [2021-06-30T09:16:22.666Z] #53 73.12 net [2021-06-30T09:16:22.922Z] #53 73.21 vendor/golang.org/x/crypto/chacha20 [2021-06-30T09:16:23.178Z] #53 73.65 vendor/golang.org/x/crypto/poly1305 [2021-06-30T09:16:23.741Z] #53 73.98 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-30T09:16:23.749Z] #44 ... [2021-06-30T09:16:23.749Z] [2021-06-30T09:16:23.749Z] #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-30T09:16:23.749Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:16:23.749Z] #52 47.42 sort [2021-06-30T09:16:23.749Z] #52 47.42 io [2021-06-30T09:16:24.007Z] #52 ... [2021-06-30T09:16:24.007Z] [2021-06-30T09:16:24.007Z] #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-30T09:16:24.007Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:16:24.007Z] #13 28.12 Reading package lists... [2021-06-30T09:16:24.007Z] #13 33.96 Building dependency tree... [2021-06-30T09:16:24.007Z] #13 37.10 The following additional packages will be installed: [2021-06-30T09:16:24.007Z] #13 37.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-30T09:16:24.007Z] #13 37.11 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-30T09:16:24.007Z] #13 37.11 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-30T09:16:24.007Z] #13 37.11 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-30T09:16:24.007Z] #13 37.12 mingw-w64-x86-64-dev [2021-06-30T09:16:24.007Z] #13 37.12 Suggested packages: [2021-06-30T09:16:24.007Z] #13 37.14 gcc-8-locales seccomp wine64 [2021-06-30T09:16:24.007Z] #13 38.21 The following NEW packages will be installed: [2021-06-30T09:16:24.007Z] #13 38.23 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-30T09:16:24.007Z] #13 38.23 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-30T09:16:24.007Z] #13 38.23 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-30T09:16:24.007Z] #13 38.23 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-30T09:16:24.007Z] #13 38.23 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-30T09:16:24.007Z] #13 38.24 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-30T09:16:24.007Z] #13 38.25 The following packages will be upgraded: [2021-06-30T09:16:24.007Z] #13 38.27 libseccomp2 [2021-06-30T09:16:24.007Z] #13 38.70 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:16:24.007Z] #13 38.70 Need to get 77.8 MB of archives. [2021-06-30T09:16:24.007Z] #13 38.70 After this operation, 487 MB of additional disk space will be used. [2021-06-30T09:16:24.007Z] #13 38.70 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-30T09:16:24.007Z] #13 38.70 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-30T09:16:24.007Z] #13 38.73 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-30T09:16:24.007Z] #13 38.87 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-30T09:16:24.007Z] #13 39.10 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-30T09:16:24.007Z] #13 39.13 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-30T09:16:24.007Z] #13 39.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-30T09:16:24.007Z] #13 39.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-30T09:16:24.007Z] #13 39.56 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-30T09:16:24.007Z] #13 39.83 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-30T09:16:24.007Z] #13 39.84 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-30T09:16:24.007Z] #13 42.52 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-30T09:16:24.007Z] #13 ... [2021-06-30T09:16:24.007Z] [2021-06-30T09:16:24.007Z] #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-30T09:16:24.007Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:16:24.007Z] #36 39.43 The following NEW packages will be installed: [2021-06-30T09:16:24.007Z] #36 39.43 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-30T09:16:24.007Z] #36 39.43 vim-common xxd [2021-06-30T09:16:24.007Z] #36 39.93 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:16:24.008Z] #36 39.93 Need to get 14.9 MB of archives. [2021-06-30T09:16:24.008Z] #36 39.93 After this operation, 61.8 MB of additional disk space will be used. [2021-06-30T09:16:24.008Z] #36 39.93 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:16:24.008Z] #36 39.94 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-30T09:16:24.008Z] #36 39.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-30T09:16:24.008Z] #36 40.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-30T09:16:24.008Z] #36 40.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-06-30T09:16:24.008Z] #36 40.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-30T09:16:24.008Z] #36 40.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-30T09:16:24.008Z] #36 40.92 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-30T09:16:24.008Z] #36 40.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-30T09:16:24.008Z] #36 40.94 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-30T09:16:24.008Z] #36 42.05 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:16:24.008Z] #36 42.25 Fetched 14.9 MB in 2s (9754 kB/s) [2021-06-30T09:16:24.008Z] #36 42.33 Selecting previously unselected package xxd. [2021-06-30T09:16:24.008Z] #36 42.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:16:24.008Z] #36 42.39 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:16:24.008Z] #36 42.40 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:16:24.008Z] #36 42.61 Selecting previously unselected package vim-common. [2021-06-30T09:16:24.008Z] #36 42.62 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:16:24.008Z] #36 42.66 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:16:24.008Z] #36 43.03 Selecting previously unselected package cmake-data. [2021-06-30T09:16:24.008Z] #36 43.04 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-30T09:16:24.008Z] #36 43.04 Unpacking cmake-data (3.13.4-1) ... [2021-06-30T09:16:24.008Z] #36 46.15 Selecting previously unselected package libicu63:amd64. [2021-06-30T09:16:24.008Z] #36 46.15 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-30T09:16:24.008Z] #36 46.17 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:16:24.302Z] #53 74.76 vendor/golang.org/x/crypto/curve25519 [2021-06-30T09:16:24.901Z] #53 75.26 vendor/golang.org/x/crypto/hkdf [2021-06-30T09:16:24.901Z] #53 75.35 vendor/golang.org/x/text/transform [2021-06-30T09:16:24.939Z] #36 ... [2021-06-30T09:16:24.939Z] [2021-06-30T09:16:24.939Z] #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-30T09:16:24.939Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:16:24.939Z] #13 44.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-30T09:16:24.939Z] #13 44.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-30T09:16:24.939Z] #13 44.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:16:24.939Z] #13 44.86 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:16:24.939Z] #13 44.86 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-30T09:16:24.939Z] #13 44.86 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-30T09:16:24.939Z] #13 44.87 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-30T09:16:24.939Z] #13 44.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-30T09:16:24.939Z] #13 44.92 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-30T09:16:24.939Z] #13 44.94 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-30T09:16:24.939Z] #13 44.95 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-30T09:16:25.199Z] #13 44.99 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-30T09:16:25.199Z] #13 45.00 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-30T09:16:25.199Z] #13 45.01 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-30T09:16:25.484Z] #53 75.93 vendor/golang.org/x/text/unicode/bidi [2021-06-30T09:16:26.130Z] #13 45.98 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:16:26.388Z] #13 46.21 Fetched 77.8 MB in 7s (11.8 MB/s) [2021-06-30T09:16:26.418Z] #53 76.97 vendor/golang.org/x/text/secure/bidirule [2021-06-30T09:16:26.645Z] #13 46.32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:16:26.645Z] #13 46.43 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:16:26.645Z] #13 46.49 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-30T09:16:26.675Z] #53 77.21 vendor/golang.org/x/text/unicode/norm [2021-06-30T09:16:26.902Z] #13 46.67 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:16:27.159Z] #13 46.81 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-30T09:16:27.159Z] #13 46.81 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:16:27.159Z] #13 46.87 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:16:27.159Z] #13 46.88 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:16:29.055Z] #13 ... [2021-06-30T09:16:29.055Z] [2021-06-30T09:16:29.056Z] #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-30T09:16:29.056Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:29.056Z] #46 42.77 sync [2021-06-30T09:16:29.056Z] #46 42.77 internal/reflectlite [2021-06-30T09:16:29.057Z] #46 44.09 internal/testlog [2021-06-30T09:16:29.057Z] #46 44.42 github.com/LK4D4/vndr/godl/singleflight [2021-06-30T09:16:29.057Z] #46 44.73 math/rand [2021-06-30T09:16:29.057Z] #46 45.83 internal/singleflight [2021-06-30T09:16:29.057Z] #46 46.24 sort [2021-06-30T09:16:29.057Z] #46 46.24 errors [2021-06-30T09:16:29.057Z] #46 46.63 io [2021-06-30T09:16:29.057Z] #46 47.57 strconv [2021-06-30T09:16:29.057Z] #46 48.01 bytes [2021-06-30T09:16:29.057Z] #46 50.24 strings [2021-06-30T09:16:29.057Z] #46 51.91 reflect [2021-06-30T09:16:29.195Z] #53 79.56 vendor/golang.org/x/net/idna [2021-06-30T09:16:29.277Z] Client: Docker Engine - Community [2021-06-30T09:16:29.277Z] Version: 20.10.6 [2021-06-30T09:16:29.277Z] API version: 1.41 [2021-06-30T09:16:29.277Z] Go version: go1.13.15 [2021-06-30T09:16:29.277Z] Git commit: 370c289 [2021-06-30T09:16:29.277Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-30T09:16:29.277Z] OS/Arch: linux/amd64 [2021-06-30T09:16:29.277Z] Context: default [2021-06-30T09:16:29.277Z] Experimental: true [2021-06-30T09:16:29.277Z] [2021-06-30T09:16:29.277Z] Server: Docker Engine - Community [2021-06-30T09:16:29.277Z] Engine: [2021-06-30T09:16:29.277Z] Version: 20.10.6 [2021-06-30T09:16:29.277Z] API version: 1.41 (minimum version 1.12) [2021-06-30T09:16:29.277Z] Go version: go1.13.15 [2021-06-30T09:16:29.277Z] Git commit: 8728dd2 [2021-06-30T09:16:29.277Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-30T09:16:29.277Z] OS/Arch: linux/amd64 [2021-06-30T09:16:29.277Z] Experimental: true [2021-06-30T09:16:29.277Z] containerd: [2021-06-30T09:16:29.277Z] Version: 1.4.6 [2021-06-30T09:16:29.277Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:16:29.277Z] runc: [2021-06-30T09:16:29.277Z] Version: 1.0.0-rc95 [2021-06-30T09:16:29.277Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:16:29.277Z] docker-init: [2021-06-30T09:16:29.277Z] Version: 0.19.0 [2021-06-30T09:16:29.277Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-30T09:16:29.314Z] #46 ... [2021-06-30T09:16:29.314Z] [2021-06-30T09:16:29.314Z] #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-30T09:16:29.314Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:29.314Z] #44 49.50 Selecting previously unselected package python3-minimal. [2021-06-30T09:16:29.314Z] #44 49.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 ... 15661 files and directories currently installed.) [2021-06-30T09:16:29.314Z] #44 49.57 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:16:29.314Z] #44 49.59 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:16:29.314Z] #44 49.70 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:16:29.314Z] #44 49.70 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:16:29.314Z] #44 49.71 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:16:29.314Z] #44 49.86 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:16:29.314Z] #44 49.87 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:16:29.314Z] #44 49.88 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:29.314Z] #44 51.53 Selecting previously unselected package python3.7. [2021-06-30T09:16:29.314Z] #44 51.53 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:16:29.314Z] #44 51.56 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:29.314Z] #44 51.78 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:16:29.314Z] #44 51.78 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:16:29.314Z] #44 51.79 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:16:29.314Z] #44 51.95 Setting up python3-minimal (3.7.3-1) ... [2021-06-30T09:16:29.619Z] + docker info [2021-06-30T09:16:29.880Z] #44 ... [2021-06-30T09:16:29.880Z] [2021-06-30T09:16:29.880Z] #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-30T09:16:29.880Z] #48 sha256:3502f2b65022453418cd4fd03cdaf242075402f6cbbd8a8b4541be8d9b429f31 [2021-06-30T09:16:29.880Z] #48 DONE 53.6s [2021-06-30T09:16:30.137Z] [2021-06-30T09:16:30.137Z] #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-30T09:16:30.137Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:16:30.137Z] #13 49.66 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-30T09:16:30.137Z] #13 49.67 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:16:30.137Z] #13 49.68 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:16:30.561Z] #53 80.88 vendor/golang.org/x/net/http2/hpack [2021-06-30T09:16:31.489Z] #53 81.76 mime [2021-06-30T09:16:32.419Z] #53 82.66 mime/quotedprintable [2021-06-30T09:16:32.419Z] #53 82.94 net/http/internal [2021-06-30T09:16:33.348Z] #53 ... [2021-06-30T09:16:33.348Z] [2021-06-30T09:16:33.348Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:16:33.348Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:16:33.348Z] #17 45.58 Reading package lists... [2021-06-30T09:16:33.416Z] #13 52.75 Selecting previously unselected package binutils-mingw-w64. [2021-06-30T09:16:33.416Z] #13 52.75 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-30T09:16:33.416Z] #13 52.76 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:16:33.416Z] #13 52.95 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-30T09:16:33.416Z] #13 52.95 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:16:33.416Z] #13 52.97 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:16:33.416Z] #13 53.25 Selecting previously unselected package dmsetup. [2021-06-30T09:16:33.416Z] #13 53.26 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:16:33.416Z] #13 53.27 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-30T09:16:33.673Z] #13 53.48 Selecting previously unselected package mingw-w64-common. [2021-06-30T09:16:33.673Z] #13 53.48 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-30T09:16:33.673Z] #13 53.49 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-30T09:16:34.277Z] #17 60.14 Reading package lists... [2021-06-30T09:16:34.277Z] #17 ... [2021-06-30T09:16:34.277Z] [2021-06-30T09:16:34.277Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:34.277Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:34.277Z] #53 84.85 crypto/tls [2021-06-30T09:16:35.042Z] #13 ... [2021-06-30T09:16:35.042Z] [2021-06-30T09:16:35.042Z] #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-30T09:16:35.042Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:16:35.042Z] #52 48.73 internal/oserror [2021-06-30T09:16:35.042Z] #52 48.81 bytes [2021-06-30T09:16:35.042Z] #52 48.93 syscall [2021-06-30T09:16:35.042Z] #52 51.35 strconv [2021-06-30T09:16:35.042Z] #52 54.48 reflect [2021-06-30T09:16:35.042Z] #52 58.03 time [2021-06-30T09:16:35.299Z] #52 ... [2021-06-30T09:16:35.299Z] [2021-06-30T09:16:35.299Z] #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-30T09:16:35.299Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:35.299Z] #44 53.70 Selecting previously unselected package python3. [2021-06-30T09:16:35.299Z] #44 53.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 ... 16073 files and directories currently installed.) [2021-06-30T09:16:35.299Z] #44 53.80 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:16:35.299Z] #44 53.87 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:16:35.299Z] #44 54.21 Selecting previously unselected package libprotobuf17:amd64. [2021-06-30T09:16:35.299Z] #44 54.22 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-30T09:16:35.299Z] #44 54.24 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:16:35.299Z] #44 54.93 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:16:35.299Z] #44 54.93 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:16:35.299Z] #44 54.94 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:16:35.299Z] #44 55.14 Selecting previously unselected package python3-six. [2021-06-30T09:16:35.299Z] #44 55.14 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-30T09:16:35.299Z] #44 55.15 Unpacking python3-six (1.12.0-1) ... [2021-06-30T09:16:35.300Z] #44 55.24 Selecting previously unselected package python3-protobuf. [2021-06-30T09:16:35.300Z] #44 55.26 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-30T09:16:35.300Z] #44 55.27 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:16:35.300Z] #44 55.71 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:16:35.300Z] #44 55.72 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:16:35.300Z] #44 55.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:16:35.300Z] #44 55.81 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:16:35.300Z] #44 55.81 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:16:35.300Z] #44 55.82 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:16:35.300Z] #44 55.99 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:16:35.300Z] #44 55.99 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:16:35.300Z] #44 56.01 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:16:35.300Z] #44 56.10 Selecting previously unselected package criu. [2021-06-30T09:16:35.300Z] #44 56.10 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-30T09:16:35.300Z] #44 56.11 Unpacking criu (3.15-1) ... [2021-06-30T09:16:35.300Z] #44 56.97 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:16:35.300Z] #44 57.02 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:16:35.300Z] #44 57.07 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:16:35.300Z] #44 57.17 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:16:35.300Z] #44 57.20 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:16:35.300Z] #44 57.22 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:35.300Z] #44 57.23 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:16:35.300Z] #44 57.26 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:16:35.557Z] #44 ... [2021-06-30T09:16:35.557Z] [2021-06-30T09:16:35.557Z] #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-30T09:16:35.557Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:16:35.557Z] #36 52.42 Selecting previously unselected package libxml2:amd64. [2021-06-30T09:16:35.557Z] #36 52.42 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 52.44 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:16:35.557Z] #36 53.39 Selecting previously unselected package libarchive13:amd64. [2021-06-30T09:16:35.557Z] #36 53.40 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 53.50 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:16:35.557Z] #36 53.90 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-30T09:16:35.557Z] #36 53.90 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 53.91 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:16:35.557Z] #36 54.12 Selecting previously unselected package librhash0:amd64. [2021-06-30T09:16:35.557Z] #36 54.15 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 54.16 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:16:35.557Z] #36 54.51 Selecting previously unselected package libuv1:amd64. [2021-06-30T09:16:35.557Z] #36 54.51 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 54.54 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:16:35.557Z] #36 54.88 Selecting previously unselected package cmake. [2021-06-30T09:16:35.557Z] #36 54.90 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-30T09:16:35.557Z] #36 54.95 Unpacking cmake (3.13.4-1) ... [2021-06-30T09:16:35.557Z] #36 57.88 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:16:35.557Z] #36 57.92 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:16:35.557Z] #36 57.95 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:16:35.557Z] #36 57.96 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:16:35.557Z] #36 58.00 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:16:35.557Z] #36 58.03 Setting up cmake-data (3.13.4-1) ... [2021-06-30T09:16:35.557Z] #36 58.07 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:16:35.557Z] #36 58.11 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:16:35.557Z] #36 58.15 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:16:35.557Z] #36 58.18 Setting up cmake (3.13.4-1) ... [2021-06-30T09:16:35.557Z] #36 58.22 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:16:35.557Z] #36 58.26 Processing triggers for mime-support (3.62) ... [2021-06-30T09:16:35.557Z] #36 DONE 59.2s [2021-06-30T09:16:35.557Z] [2021-06-30T09:16:35.557Z] #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-30T09:16:35.557Z] #37 sha256:32f2703391051a7e8cff23ea281f94af509f00196298fb6d48ee876eed4143ed [2021-06-30T09:16:36.533Z] #37 1.100 + RM_GOPATH=0 [2021-06-30T09:16:36.887Z] #37 1.101 + TMP_GOPATH= [2021-06-30T09:16:36.887Z] #37 1.101 + : /build [2021-06-30T09:16:36.887Z] #37 1.101 + '[' -z '' ']' [2021-06-30T09:16:36.887Z] #37 1.101 ++ mktemp -d [2021-06-30T09:16:36.887Z] #37 1.112 + export GOPATH=/tmp/tmp.5G6H0WfmIu [2021-06-30T09:16:36.887Z] #37 1.112 + GOPATH=/tmp/tmp.5G6H0WfmIu [2021-06-30T09:16:36.887Z] #37 1.112 + RM_GOPATH=1 [2021-06-30T09:16:36.887Z] #37 1.112 + case "$(go env GOARCH)" in [2021-06-30T09:16:36.887Z] #37 1.115 ++ go env GOARCH [2021-06-30T09:16:36.887Z] #37 1.127 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:16:36.887Z] #37 1.127 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:16:36.887Z] #37 1.127 ++ dirname /tmp/install/install.sh [2021-06-30T09:16:36.887Z] #37 1.139 + dir=/tmp/install [2021-06-30T09:16:36.887Z] #37 1.139 + bin=tini [2021-06-30T09:16:36.887Z] #37 1.139 + shift [2021-06-30T09:16:36.887Z] #37 1.139 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-30T09:16:36.887Z] #37 1.139 + . /tmp/install/tini.installer [2021-06-30T09:16:36.887Z] #37 1.139 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:16:36.887Z] #37 1.139 + install_tini [2021-06-30T09:16:36.887Z] #37 1.140 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-30T09:16:36.887Z] #37 1.140 + git clone https://github.com/krallin/tini.git /tmp/tmp.5G6H0WfmIu/tini [2021-06-30T09:16:36.887Z] #37 1.140 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:16:36.887Z] #37 1.141 Cloning into '/tmp/tmp.5G6H0WfmIu/tini'... [2021-06-30T09:16:37.151Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:16:37.151Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:16:37.151Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:16:37.151Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:16:37.151Z] [2021-06-30T09:16:37.151Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-30T09:16:37.151Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-30T09:16:37.151Z] HOSTNAME=b50d274968cd [2021-06-30T09:16:37.151Z] DEST=bundles/test-integration [2021-06-30T09:16:37.151Z] PWD=/go/src/github.com/docker/docker [2021-06-30T09:16:37.151Z] DOCKER_ROOTLESS=1 [2021-06-30T09:16:37.151Z] DOCKER_GITCOMMIT=d7ba8bf0cc1c5635fe091f33fc8ec4f1de0a790e [2021-06-30T09:16:37.151Z] container=docker [2021-06-30T09:16:37.151Z] HOME=/root [2021-06-30T09:16:37.151Z] GOLANG_VERSION=1.16.5 [2021-06-30T09:16:37.151Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-30T09:16:37.151Z] VALIDATE_BRANCH=master [2021-06-30T09:16:37.151Z] TERM=xterm [2021-06-30T09:16:37.151Z] DOCKER_PKG=github.com/docker/docker [2021-06-30T09:16:37.151Z] SHLVL=1 [2021-06-30T09:16:37.151Z] TIMEOUT=120m [2021-06-30T09:16:37.151Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-30T09:16:37.151Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-30T09:16:37.151Z] GO111MODULE=off [2021-06-30T09:16:37.151Z] DOCKER_EXPERIMENTAL=1 [2021-06-30T09:16:37.151Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-30T09:16:37.151Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-30T09:16:37.151Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-30T09:16:37.151Z] GOPATH=/go [2021-06-30T09:16:37.151Z] PKG_CONFIG=pkg-config [2021-06-30T09:16:37.151Z] _=/usr/bin/env [2021-06-30T09:16:37.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-30T09:16:37.468Z] #37 1.839 + cd /tmp/tmp.5G6H0WfmIu/tini [2021-06-30T09:16:37.468Z] #37 1.851 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:16:37.468Z] #37 1.864 + cmake . [2021-06-30T09:16:38.059Z] #37 2.505 -- The C compiler identification is GNU 8.3.0 [2021-06-30T09:16:38.059Z] #37 2.538 -- Check for working C compiler: /usr/bin/cc [2021-06-30T09:16:38.579Z] #53 89.07 net/http/httptrace [2021-06-30T09:16:38.836Z] #53 89.25 net/http [2021-06-30T09:16:38.995Z] #37 3.289 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-30T09:16:38.995Z] #37 3.307 -- Detecting C compiler ABI info [2021-06-30T09:16:39.564Z] #37 3.980 -- Detecting C compiler ABI info - done [2021-06-30T09:16:39.564Z] #37 4.044 -- Detecting C compile features [2021-06-30T09:16:39.564Z] #37 ... [2021-06-30T09:16:39.564Z] [2021-06-30T09:16:39.564Z] #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-30T09:16:39.564Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:39.564Z] #46 53.34 bufio [2021-06-30T09:16:39.564Z] #46 55.51 syscall [2021-06-30T09:16:39.564Z] #46 62.60 internal/syscall/unix [2021-06-30T09:16:39.564Z] #46 62.95 time [2021-06-30T09:16:39.820Z] #46 ... [2021-06-30T09:16:39.820Z] [2021-06-30T09:16:39.820Z] #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-30T09:16:39.820Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:39.820Z] #44 62.94 Setting up python3 (3.7.3-1) ... [2021-06-30T09:16:40.382Z] #44 63.55 Setting up python3-six (1.12.0-1) ... [2021-06-30T09:16:40.729Z] #53 ... [2021-06-30T09:16:40.729Z] [2021-06-30T09:16:40.729Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:16:40.729Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:16:40.729Z] #17 60.14 Reading package lists... [2021-06-30T09:16:40.729Z] #17 72.39 Building dependency tree... [2021-06-30T09:16:40.729Z] #17 77.27 The following additional packages will be installed: [2021-06-30T09:16:40.729Z] #17 77.27 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-06-30T09:16:40.729Z] #17 77.27 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.27 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.28 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-06-30T09:16:40.729Z] #17 77.28 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.28 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.28 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-06-30T09:16:40.729Z] #17 77.28 g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf [2021-06-30T09:16:40.729Z] #17 77.28 g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu g++-aarch64-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.28 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-06-30T09:16:40.729Z] #17 77.28 g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base [2021-06-30T09:16:40.730Z] #17 77.28 gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base [2021-06-30T09:16:40.730Z] #17 77.28 gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base [2021-06-30T09:16:40.730Z] #17 77.28 gcc-8-powerpc64le-linux-gnu gcc-8-powerpc64le-linux-gnu-base [2021-06-30T09:16:40.730Z] #17 77.28 gcc-8-s390x-linux-gnu gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-06-30T09:16:40.730Z] #17 77.28 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-06-30T09:16:40.730Z] #17 77.28 gcc-s390x-linux-gnu libasan5-arm64-cross libasan5-armel-cross [2021-06-30T09:16:40.730Z] #17 77.28 libasan5-armhf-cross libasan5-ppc64el-cross libasan5-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.28 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.28 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.28 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.28 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.28 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.28 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-06-30T09:16:40.730Z] #17 77.28 libfile-homedir-perl libfile-which-perl libgcc-8-dev-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.28 libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross libgcc-8-dev-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.28 libgcc-8-dev-s390x-cross libgcc1-arm64-cross libgcc1-armel-cross [2021-06-30T09:16:40.730Z] #17 77.29 libgcc1-armhf-cross libgcc1-ppc64el-cross libgcc1-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.29 libgomp1-arm64-cross libgomp1-armel-cross libgomp1-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.29 libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 libio-string-perl [2021-06-30T09:16:40.730Z] #17 77.29 libitm1-arm64-cross libitm1-ppc64el-cross libitm1-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.29 liblocale-gettext-perl liblsan0-arm64-cross liblsan0-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.30 libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.30 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-06-30T09:16:40.730Z] #17 77.30 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.30 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-06-30T09:16:40.730Z] #17 77.30 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.30 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.30 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.30 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-06-30T09:16:40.730Z] #17 77.30 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-06-30T09:16:40.730Z] #17 77.30 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-06-30T09:16:40.730Z] #17 77.30 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.31 linux-libc-dev-s390x-cross patch xz-utils [2021-06-30T09:16:40.730Z] #17 77.34 Suggested packages: [2021-06-30T09:16:40.730Z] #17 77.34 binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch [2021-06-30T09:16:40.730Z] #17 77.34 debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.34 libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.34 libstdc++6-8-dbg-ppc64el-cross g++-8-multilib-s390x-linux-gnu [2021-06-30T09:16:40.730Z] #17 77.34 libstdc++6-8-dbg-s390x-cross libgcc1-dbg-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.34 libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross libatomic1-dbg-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.34 libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross libtsan0-dbg-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.34 libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross [2021-06-30T09:16:40.730Z] #17 77.35 libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross [2021-06-30T09:16:40.730Z] #17 77.35 libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross [2021-06-30T09:16:40.730Z] #17 77.35 libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross [2021-06-30T09:16:40.730Z] #17 77.35 libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross [2021-06-30T09:16:40.730Z] #17 77.35 libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.35 libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.35 libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.35 libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross [2021-06-30T09:16:40.730Z] #17 77.35 libquadmath0-dbg-armhf-cross libgcc1-dbg-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.35 libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.35 libatomic1-dbg-ppc64el-cross libasan5-dbg-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.35 liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.35 libubsan1-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross [2021-06-30T09:16:40.730Z] #17 77.35 libquadmath0-dbg-ppc64el-cross gcc-8-multilib-s390x-linux-gnu [2021-06-30T09:16:40.730Z] #17 77.35 libgcc1-dbg-s390x-cross libgomp1-dbg-s390x-cross libitm1-dbg-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.35 libatomic1-dbg-s390x-cross libasan5-dbg-s390x-cross liblsan0-dbg-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.35 libtsan0-dbg-s390x-cross libubsan1-dbg-s390x-cross libmpx2-dbg-s390x-cross [2021-06-30T09:16:40.730Z] #17 77.35 libquadmath0-dbg-s390x-cross manpages-dev autoconf automake libtool flex [2021-06-30T09:16:40.730Z] #17 77.35 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-06-30T09:16:40.730Z] #17 77.35 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-06-30T09:16:40.730Z] #17 77.35 libyaml-shell-perl ed diffutils-doc [2021-06-30T09:16:40.730Z] #17 77.35 Recommended packages: [2021-06-30T09:16:40.730Z] #17 77.35 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-06-30T09:16:40.730Z] #17 77.35 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-06-30T09:16:41.746Z] #44 64.57 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:16:43.112Z] #44 66.08 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:16:44.477Z] Client: [2021-06-30T09:16:44.477Z] Context: default [2021-06-30T09:16:44.477Z] Debug Mode: false [2021-06-30T09:16:44.477Z] Plugins: [2021-06-30T09:16:44.477Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-30T09:16:44.477Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-30T09:16:44.477Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-30T09:16:44.477Z] [2021-06-30T09:16:44.477Z] Server: [2021-06-30T09:16:44.477Z] Containers: 0 [2021-06-30T09:16:44.477Z] Running: 0 [2021-06-30T09:16:44.477Z] Paused: 0 [2021-06-30T09:16:44.477Z] Stopped: 0 [2021-06-30T09:16:44.477Z] Images: 0 [2021-06-30T09:16:44.477Z] Server Version: 20.10.6 [2021-06-30T09:16:44.477Z] Storage Driver: overlay2 [2021-06-30T09:16:44.477Z] Backing Filesystem: extfs [2021-06-30T09:16:44.477Z] Supports d_type: true [2021-06-30T09:16:44.477Z] Native Overlay Diff: true [2021-06-30T09:16:44.477Z] userxattr: false [2021-06-30T09:16:44.477Z] Logging Driver: json-file [2021-06-30T09:16:44.477Z] Cgroup Driver: systemd [2021-06-30T09:16:44.477Z] Cgroup Version: 2 [2021-06-30T09:16:44.477Z] Plugins: [2021-06-30T09:16:44.477Z] Volume: local [2021-06-30T09:16:44.477Z] Network: bridge host ipvlan macvlan null overlay [2021-06-30T09:16:44.477Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-30T09:16:44.477Z] Swarm: inactive [2021-06-30T09:16:44.477Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-30T09:16:44.477Z] Default Runtime: runc [2021-06-30T09:16:44.477Z] Init Binary: docker-init [2021-06-30T09:16:44.477Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-30T09:16:44.477Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-30T09:16:44.477Z] init version: de40ad0 [2021-06-30T09:16:44.477Z] Security Options: [2021-06-30T09:16:44.477Z] apparmor [2021-06-30T09:16:44.477Z] seccomp [2021-06-30T09:16:44.477Z] Profile: default [2021-06-30T09:16:44.477Z] cgroupns [2021-06-30T09:16:44.477Z] Kernel Version: 5.4.0-1048-aws [2021-06-30T09:16:44.477Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-30T09:16:44.477Z] OSType: linux [2021-06-30T09:16:44.477Z] Architecture: x86_64 [2021-06-30T09:16:44.477Z] CPUs: 2 [2021-06-30T09:16:44.477Z] Total Memory: 7.569GiB [2021-06-30T09:16:44.477Z] Name: ip-10-100-77-67 [2021-06-30T09:16:44.477Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-30T09:16:44.477Z] Docker Root Dir: /var/lib/docker [2021-06-30T09:16:44.477Z] Debug Mode: false [2021-06-30T09:16:44.477Z] Registry: https://index.docker.io/v1/ [2021-06-30T09:16:44.477Z] Labels: [2021-06-30T09:16:44.477Z] Experimental: true [2021-06-30T09:16:44.477Z] Insecure Registries: [2021-06-30T09:16:44.477Z] 127.0.0.0/8 [2021-06-30T09:16:44.477Z] Live Restore Enabled: true [2021-06-30T09:16:44.477Z] [2021-06-30T09:16:44.477Z] WARNING: No kernel memory limit support [2021-06-30T09:16:44.477Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-30T09:16:44.843Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:800cf9d702808af3802acd040c5e7950634009c5 . [2021-06-30T09:16:44.843Z] #2 [internal] load .dockerignore [2021-06-30T09:16:44.843Z] #2 sha256:8403481f1649a30f71aeb532480d6b8cbd9b28617b245215c6c702d18fd548c0 [2021-06-30T09:16:44.843Z] #2 transferring context: [2021-06-30T09:16:45.099Z] #2 transferring context: 87B done [2021-06-30T09:16:45.099Z] #2 DONE 0.1s [2021-06-30T09:16:45.099Z] [2021-06-30T09:16:45.099Z] #1 [internal] load build definition from Dockerfile [2021-06-30T09:16:45.099Z] #1 sha256:8d6e3e97f839eeedffd6c970cffd2b3c9abe1fce0bb3d1aab99306c366696793 [2021-06-30T09:16:45.099Z] #1 transferring dockerfile: 16.59kB done [2021-06-30T09:16:45.099Z] #1 DONE 0.2s [2021-06-30T09:16:45.099Z] [2021-06-30T09:16:45.099Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-30T09:16:45.099Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-30T09:16:45.628Z] #44 ... [2021-06-30T09:16:45.628Z] [2021-06-30T09:16:45.628Z] #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-30T09:16:45.628Z] #37 sha256:32f2703391051a7e8cff23ea281f94af509f00196298fb6d48ee876eed4143ed [2021-06-30T09:16:45.628Z] #37 6.014 -- Detecting C compile features - done [2021-06-30T09:16:45.628Z] #37 6.047 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-30T09:16:45.628Z] #37 6.298 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-30T09:16:45.628Z] #37 6.390 -- Configuring done [2021-06-30T09:16:45.628Z] #37 6.424 -- Generating done [2021-06-30T09:16:45.628Z] #37 6.428 -- Build files have been written to: /tmp/tmp.5G6H0WfmIu/tini [2021-06-30T09:16:45.628Z] #37 6.436 + make tini-static [2021-06-30T09:16:45.628Z] #37 6.770 Scanning dependencies of target tini-static [2021-06-30T09:16:45.628Z] #37 7.021 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-30T09:16:45.628Z] #37 8.352 [100%] Linking C executable tini-static [2021-06-30T09:16:45.628Z] #37 8.971 [100%] Built target tini-static [2021-06-30T09:16:45.628Z] #37 9.026 + mkdir -p /build [2021-06-30T09:16:45.628Z] #37 9.038 + cp tini-static /build/docker-init [2021-06-30T09:16:45.628Z] #37 DONE 9.8s [2021-06-30T09:16:45.628Z] [2021-06-30T09:16:45.628Z] #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-30T09:16:45.628Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:45.628Z] #46 65.22 internal/fmtsort [2021-06-30T09:16:45.628Z] #46 65.73 internal/syscall/execenv [2021-06-30T09:16:45.628Z] #46 65.87 path [2021-06-30T09:16:45.628Z] #46 66.27 regexp/syntax [2021-06-30T09:16:45.628Z] #46 68.19 os [2021-06-30T09:16:45.661Z] #3 DONE 0.4s [2021-06-30T09:16:45.661Z] [2021-06-30T09:16:45.661Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-30T09:16:45.661Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-30T09:16:45.661Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-30T09:16:45.661Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-30T09:16:45.662Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-30T09:16:45.662Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-30T09:16:45.662Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 4.19MB / 9.64MB 0.1s [2021-06-30T09:16:45.662Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-30T09:16:45.920Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-30T09:16:45.920Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-06-30T09:16:45.992Z] #17 81.97 The following NEW packages will be installed: [2021-06-30T09:16:45.992Z] #17 81.97 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-06-30T09:16:45.992Z] #17 81.97 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.97 binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.97 cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf [2021-06-30T09:16:45.992Z] #17 81.97 cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.97 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.97 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-06-30T09:16:45.992Z] #17 81.97 crossbuild-essential-armel crossbuild-essential-armhf [2021-06-30T09:16:45.992Z] #17 81.98 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-06-30T09:16:45.992Z] #17 81.98 file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi [2021-06-30T09:16:45.992Z] #17 81.98 g++-8-arm-linux-gnueabihf g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.98 g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf [2021-06-30T09:16:45.992Z] #17 81.98 g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.98 gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi [2021-06-30T09:16:45.992Z] #17 81.98 gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf [2021-06-30T09:16:45.992Z] #17 81.98 gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-8-powerpc64le-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.98 gcc-8-powerpc64le-linux-gnu-base gcc-8-s390x-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.98 gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi [2021-06-30T09:16:45.992Z] #17 81.98 gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu [2021-06-30T09:16:45.992Z] #17 81.98 libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross [2021-06-30T09:16:45.992Z] #17 81.98 libasan5-ppc64el-cross libasan5-s390x-cross libatomic1-arm64-cross [2021-06-30T09:16:45.992Z] #17 81.98 libatomic1-armel-cross libatomic1-armhf-cross libatomic1-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 81.99 libatomic1-s390x-cross libc6-arm64-cross libc6-armel-cross libc6-armhf-cross [2021-06-30T09:16:45.992Z] #17 81.99 libc6-dev-arm64-cross libc6-dev-armel-cross libc6-dev-armhf-cross [2021-06-30T09:16:45.992Z] #17 81.99 libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 81.99 libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl [2021-06-30T09:16:45.992Z] #17 81.99 libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl [2021-06-30T09:16:45.992Z] #17 81.99 libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross [2021-06-30T09:16:45.992Z] #17 81.99 libgcc-8-dev-ppc64el-cross libgcc-8-dev-s390x-cross libgcc1-arm64-cross [2021-06-30T09:16:45.992Z] #17 81.99 libgcc1-armel-cross libgcc1-armhf-cross libgcc1-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 81.99 libgcc1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-06-30T09:16:45.992Z] #17 81.99 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 [2021-06-30T09:16:45.992Z] #17 81.99 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 81.99 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-06-30T09:16:45.992Z] #17 82.00 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 82.00 libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross [2021-06-30T09:16:45.992Z] #17 82.00 libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 82.00 libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-06-30T09:16:45.992Z] #17 82.00 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-06-30T09:16:45.992Z] #17 82.00 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-06-30T09:16:45.992Z] #17 82.00 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 82.00 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-06-30T09:16:45.992Z] #17 82.00 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-06-30T09:16:45.992Z] #17 82.00 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-06-30T09:16:45.992Z] #17 82.00 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-06-30T09:16:45.992Z] #17 82.01 linux-libc-dev-s390x-cross patch xz-utils [2021-06-30T09:16:45.992Z] #17 82.52 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:16:45.992Z] #17 82.52 Need to get 169 MB of archives. [2021-06-30T09:16:45.992Z] #17 82.52 After this operation, 612 MB of additional disk space will be used. [2021-06-30T09:16:45.992Z] #17 82.52 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB] [2021-06-30T09:16:45.992Z] #17 82.52 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-06-30T09:16:45.992Z] #17 82.53 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB] [2021-06-30T09:16:45.992Z] #17 82.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB] [2021-06-30T09:16:45.992Z] #17 82.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB] [2021-06-30T09:16:45.992Z] #17 82.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-30T09:16:45.992Z] #17 82.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB] [2021-06-30T09:16:45.992Z] #17 82.69 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB] [2021-06-30T09:16:45.992Z] #17 82.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB] [2021-06-30T09:16:46.186Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-30T09:16:46.186Z] #4 DONE 0.7s [2021-06-30T09:16:46.248Z] #17 82.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-powerpc64le-linux-gnu amd64 2.31.1-16 [2427 kB] [2021-06-30T09:16:46.453Z] [2021-06-30T09:16:46.453Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-30T09:16:46.453Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-30T09:16:46.524Z] #17 83.05 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-s390x-linux-gnu amd64 2.31.1-16 [2127 kB] [2021-06-30T09:16:46.524Z] #17 83.14 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-30T09:16:46.524Z] #17 83.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB] [2021-06-30T09:16:46.781Z] #17 83.42 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi-base amd64 8.3.0-2cross1 [190 kB] [2021-06-30T09:16:46.781Z] #17 83.42 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6552 kB] [2021-06-30T09:16:47.038Z] #17 83.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf-base amd64 8.3.0-2cross1 [190 kB] [2021-06-30T09:16:47.038Z] #17 83.69 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB] [2021-06-30T09:16:47.294Z] #17 83.91 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-30T09:16:47.294Z] #17 83.92 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [6591 kB] [2021-06-30T09:16:47.522Z] #46 70.86 regexp [2021-06-30T09:16:47.551Z] #17 84.16 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu-base amd64 8.3.0-2cross1 [190 kB] [2021-06-30T09:16:47.551Z] #17 84.17 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-s390x-linux-gnu amd64 8.3.0-2cross1 [5937 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-aarch64-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabi amd64 4:8.3.0-1 [16.5 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-arm-linux-gnueabihf amd64 4:8.3.0-1 [16.5 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-powerpc64le-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-s390x-linux-gnu amd64 4:8.3.0-1 [16.5 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB] [2021-06-30T09:16:47.551Z] #17 84.38 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB] [2021-06-30T09:16:47.551Z] #17 84.39 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB] [2021-06-30T09:16:47.778Z] #46 ... [2021-06-30T09:16:47.778Z] [2021-06-30T09:16:47.778Z] #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-30T09:16:47.778Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:16:47.778Z] #13 59.71 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-30T09:16:47.778Z] #13 59.73 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-30T09:16:47.778Z] #13 59.74 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:16:47.778Z] #13 65.77 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-30T09:16:47.779Z] #13 65.79 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:16:47.779Z] #13 65.83 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:16:47.779Z] #13 66.06 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-30T09:16:47.779Z] #13 66.07 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:16:47.779Z] #13 66.08 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:16:47.808Z] #17 84.43 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB] [2021-06-30T09:16:47.809Z] #17 84.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB] [2021-06-30T09:16:47.809Z] #17 84.44 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB] [2021-06-30T09:16:47.809Z] #17 84.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B] [2021-06-30T09:16:47.809Z] #17 84.44 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB] [2021-06-30T09:16:47.809Z] #17 84.47 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB] [2021-06-30T09:16:47.809Z] #17 84.49 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB] [2021-06-30T09:16:47.809Z] #17 84.50 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB] [2021-06-30T09:16:47.809Z] #17 84.52 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB] [2021-06-30T09:16:47.809Z] #17 84.53 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB] [2021-06-30T09:16:47.809Z] #17 84.56 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB] [2021-06-30T09:16:48.373Z] #17 84.87 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-06-30T09:16:48.373Z] #17 84.88 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB] [2021-06-30T09:16:48.373Z] #17 84.93 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB] [2021-06-30T09:16:48.373Z] #17 85.01 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB] [2021-06-30T09:16:48.373Z] #17 85.06 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB] [2021-06-30T09:16:48.629Z] #17 85.33 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-06-30T09:16:48.709Z] #13 ... [2021-06-30T09:16:48.709Z] [2021-06-30T09:16:48.709Z] #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-30T09:16:48.709Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:16:48.709Z] #44 69.69 Setting up criu (3.15-1) ... [2021-06-30T09:16:48.709Z] #44 71.42 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:16:48.709Z] #44 71.48 Processing triggers for mime-support (3.62) ... [2021-06-30T09:16:48.709Z] #44 DONE 71.9s [2021-06-30T09:16:48.709Z] [2021-06-30T09:16:48.709Z] #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-30T09:16:48.709Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:16:48.709Z] #52 64.01 context [2021-06-30T09:16:48.709Z] #52 65.05 internal/poll [2021-06-30T09:16:48.709Z] #52 66.94 encoding/binary [2021-06-30T09:16:48.709Z] #52 67.18 io/fs [2021-06-30T09:16:48.709Z] #52 68.49 os [2021-06-30T09:16:48.709Z] #52 69.41 encoding/base64 [2021-06-30T09:16:48.709Z] #52 70.55 golang.org/x/sys/unix [2021-06-30T09:16:48.886Z] #17 85.34 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-30T09:16:48.886Z] #17 85.34 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB] [2021-06-30T09:16:48.886Z] #17 85.42 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB] [2021-06-30T09:16:48.886Z] #17 85.42 Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB] [2021-06-30T09:16:48.886Z] #17 85.42 Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-30T09:16:48.977Z] #8 ... [2021-06-30T09:16:48.977Z] [2021-06-30T09:16:48.977Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:16:48.977Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-30T09:16:48.977Z] #7 DONE 2.5s [2021-06-30T09:16:48.977Z] [2021-06-30T09:16:48.977Z] #8 [internal] load metadata for docker.io/library/golang:1.16.5-buster [2021-06-30T09:16:48.977Z] #8 sha256:5b598169bc25a262f97211ff08be8a7e496384ebd52790ffb7b2935baf13f75d [2021-06-30T09:16:48.977Z] #8 DONE 2.5s [2021-06-30T09:16:48.977Z] [2021-06-30T09:16:48.977Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-30T09:16:48.977Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-30T09:16:48.977Z] #5 DONE 2.5s [2021-06-30T09:16:48.977Z] [2021-06-30T09:16:48.977Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-30T09:16:48.977Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-30T09:16:48.977Z] #6 DONE 2.5s [2021-06-30T09:16:49.145Z] #17 85.73 Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-06-30T09:16:49.145Z] #17 85.75 Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB] [2021-06-30T09:16:49.145Z] #17 85.76 Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB] [2021-06-30T09:16:49.145Z] #17 85.76 Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB] [2021-06-30T09:16:49.145Z] #17 85.76 Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB] [2021-06-30T09:16:49.145Z] #17 85.78 Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-06-30T09:16:49.145Z] #17 85.78 Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB] [2021-06-30T09:16:49.145Z] #17 85.79 Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB] [2021-06-30T09:16:49.145Z] #17 85.79 Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-06-30T09:16:49.145Z] #17 85.80 Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB] [2021-06-30T09:16:49.145Z] #17 85.80 Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB] [2021-06-30T09:16:49.145Z] #17 85.80 Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB] [2021-06-30T09:16:49.145Z] #17 85.81 Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B] [2021-06-30T09:16:49.145Z] #17 85.81 Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB] [2021-06-30T09:16:49.145Z] #17 85.87 Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB] [2021-06-30T09:16:49.401Z] #17 85.89 Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB] [2021-06-30T09:16:49.401Z] #17 85.89 Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B] [2021-06-30T09:16:49.401Z] #17 85.89 Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB] [2021-06-30T09:16:49.401Z] #17 85.90 Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB] [2021-06-30T09:16:49.401Z] #17 85.91 Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB] [2021-06-30T09:16:49.401Z] #17 85.92 Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB] [2021-06-30T09:16:49.401Z] #17 85.94 Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB] [2021-06-30T09:16:49.543Z] [2021-06-30T09:16:49.543Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:16:49.543Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:16:49.543Z] #26 resolve docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 0.0s done [2021-06-30T09:16:49.644Z] #52 ... [2021-06-30T09:16:49.644Z] [2021-06-30T09:16:49.644Z] #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-30T09:16:49.644Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:16:49.644Z] #46 73.12 fmt [2021-06-30T09:16:49.658Z] #17 86.22 Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B] [2021-06-30T09:16:49.658Z] #17 86.22 Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB] [2021-06-30T09:16:49.658Z] #17 86.26 Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB] [2021-06-30T09:16:49.658Z] #17 86.34 Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB] [2021-06-30T09:16:49.658Z] #17 86.41 Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB] [2021-06-30T09:16:49.803Z] #26 sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b 1.85kB / 1.85kB done [2021-06-30T09:16:49.803Z] #26 sha256:5625c115ad881f19967a9b66416f8d40710bb307ad607d037f8ad8289260f75f 529B / 529B done [2021-06-30T09:16:49.803Z] #26 sha256:7a4951775d157843b47250a2a5cc7b561d2abe0b29ae6f19737a04635302eacf 1.46kB / 1.46kB done [2021-06-30T09:16:50.064Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 1.53MB / 50.44MB 0.3s [2021-06-30T09:16:50.064Z] #26 ... [2021-06-30T09:16:50.064Z] [2021-06-30T09:16:50.064Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-30T09:16:50.064Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-30T09:16:50.064Z] #42 DONE 0.0s [2021-06-30T09:16:50.064Z] [2021-06-30T09:16:50.064Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:16:50.064Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:16:50.064Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 9.44MB / 50.44MB 0.4s [2021-06-30T09:16:50.221Z] #17 86.77 Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B] [2021-06-30T09:16:50.221Z] #17 86.77 Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B] [2021-06-30T09:16:50.221Z] #17 86.77 Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB] [2021-06-30T09:16:50.221Z] #17 86.83 Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB] [2021-06-30T09:16:50.221Z] #17 86.83 Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB] [2021-06-30T09:16:50.221Z] #17 86.83 Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B] [2021-06-30T09:16:50.221Z] #17 86.84 Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB] [2021-06-30T09:16:50.221Z] #17 86.85 Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB] [2021-06-30T09:16:50.221Z] #17 86.86 Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB] [2021-06-30T09:16:50.221Z] #17 86.87 Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB] [2021-06-30T09:16:50.221Z] #17 86.89 Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB] [2021-06-30T09:16:50.323Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 21.62MB / 50.44MB 0.5s [2021-06-30T09:16:50.479Z] #17 87.21 Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B] [2021-06-30T09:16:50.479Z] #17 87.21 Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB] [2021-06-30T09:16:50.479Z] #17 87.26 Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB] [2021-06-30T09:16:50.574Z] #46 74.38 path/filepath [2021-06-30T09:16:50.585Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 41.94MB / 50.44MB 0.8s [2021-06-30T09:16:50.585Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 0.9s [2021-06-30T09:16:50.735Z] #17 87.35 Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB] [2021-06-30T09:16:50.735Z] #17 87.40 Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB] [2021-06-30T09:16:50.991Z] #17 87.65 Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B] [2021-06-30T09:16:50.991Z] #17 87.66 Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B] [2021-06-30T09:16:50.991Z] #17 87.67 Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-ppc64el-cross all 2.28-7cross1 [1606 kB] [2021-06-30T09:16:50.991Z] #17 87.76 Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-ppc64el-cross all 1:8.3.0-2cross1 [30.3 kB] [2021-06-30T09:16:51.153Z] #26 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.5s done [2021-06-30T09:16:51.247Z] #17 87.77 Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-ppc64el-cross all 8.3.0-2cross1 [77.5 kB] [2021-06-30T09:16:51.247Z] #17 87.78 Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-ppc64el-cross all 8.3.0-2cross1 [29.0 kB] [2021-06-30T09:16:51.247Z] #17 87.79 Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-ppc64el-cross all 8.3.0-2cross1 [9628 B] [2021-06-30T09:16:51.247Z] #17 87.80 Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-ppc64el-cross all 8.3.0-2cross1 [400 kB] [2021-06-30T09:16:51.247Z] #17 87.84 Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-ppc64el-cross all 8.3.0-2cross1 [375 kB] [2021-06-30T09:16:51.247Z] #17 87.87 Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-ppc64el-cross all 8.3.0-2cross1 [142 kB] [2021-06-30T09:16:51.247Z] #17 87.88 Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-ppc64el-cross all 8.3.0-2cross1 [284 kB] [2021-06-30T09:16:51.247Z] #17 87.90 Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-ppc64el-cross all 8.3.0-2cross1 [131 kB] [2021-06-30T09:16:51.247Z] #17 87.90 Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0-ppc64el-cross all 8.3.0-2cross1 [136 kB] [2021-06-30T09:16:51.247Z] #17 87.91 Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-ppc64el-cross all 8.3.0-2cross1 [1187 kB] [2021-06-30T09:16:51.247Z] #17 87.99 Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7028 kB] [2021-06-30T09:16:51.506Z] #17 88.28 Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1472 B] [2021-06-30T09:16:51.763Z] #17 ... [2021-06-30T09:16:51.763Z] [2021-06-30T09:16:51.763Z] #53 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:16:51.763Z] #53 sha256:2ffb215b90512858fa3fa996fed17827193b2a1de7e93171f03fbbb4761b8f85 [2021-06-30T09:16:51.763Z] #53 97.51 github.com/LK4D4/vndr/godl [2021-06-30T09:16:51.763Z] #53 98.11 github.com/LK4D4/vndr [2021-06-30T09:16:51.763Z] #53 DONE 102.2s [2021-06-30T09:16:51.763Z] [2021-06-30T09:16:51.763Z] #39 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:16:51.763Z] #39 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:16:51.763Z] #39 DONE 101.9s [2021-06-30T09:16:51.763Z] [2021-06-30T09:16:51.763Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:16:51.763Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:16:51.763Z] #17 88.29 Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-ppc64el-cross all 4.19.20-1cross1 [1223 kB] [2021-06-30T09:16:51.763Z] #17 88.31 Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-ppc64el-cross all 2.28-7cross1 [2747 kB] [2021-06-30T09:16:51.763Z] #17 88.50 Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-ppc64el-cross all 8.3.0-2cross1 [1572 kB] [2021-06-30T09:16:51.943Z] #46 75.68 internal/lazyregexp [2021-06-30T09:16:52.020Z] #17 88.62 Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7169 kB] [2021-06-30T09:16:52.199Z] #46 75.92 io/ioutil [2021-06-30T09:16:52.280Z] #17 88.89 Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1184 B] [2021-06-30T09:16:52.280Z] #17 88.89 Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-ppc64el all 12.6 [6580 B] [2021-06-30T09:16:52.280Z] #17 88.89 Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-s390x-cross all 2.28-7cross1 [1308 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-s390x-cross all 1:8.3.0-2cross1 [24.8 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-s390x-cross all 8.3.0-2cross1 [67.4 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-s390x-cross all 8.3.0-2cross1 [26.3 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-s390x-cross all 8.3.0-2cross1 [8088 B] [2021-06-30T09:16:52.280Z] #17 89.02 Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-s390x-cross all 8.3.0-2cross1 [353 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-s390x-cross all 8.3.0-2cross1 [314 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-s390x-cross all 8.3.0-2cross1 [113 kB] [2021-06-30T09:16:52.280Z] #17 89.02 Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-s390x-cross all 8.3.0-2cross1 [641 kB] [2021-06-30T09:16:52.456Z] #46 76.19 github.com/LK4D4/vndr/versioned [2021-06-30T09:16:52.538Z] #17 89.04 Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6368 kB] [2021-06-30T09:16:52.538Z] #17 89.28 Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-s390x-linux-gnu amd64 4:8.3.0-1 [1456 B] [2021-06-30T09:16:52.538Z] #17 89.28 Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-s390x-cross all 4.19.20-1cross1 [1227 kB] [2021-06-30T09:16:52.713Z] #46 76.34 hash/crc32 [2021-06-30T09:16:52.795Z] #17 89.32 Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-s390x-cross all 2.28-7cross1 [2255 kB] [2021-06-30T09:16:52.795Z] #17 89.43 Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-s390x-cross all 8.3.0-2cross1 [1483 kB] [2021-06-30T09:16:52.795Z] #17 89.50 Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6515 kB] [2021-06-30T09:16:53.052Z] #17 89.83 Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-s390x-linux-gnu amd64 4:8.3.0-1 [1176 B] [2021-06-30T09:16:53.052Z] #17 89.83 Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-s390x all 12.6 [6568 B] [2021-06-30T09:16:53.276Z] #46 76.96 go/token [2021-06-30T09:16:53.276Z] #46 76.97 flag [2021-06-30T09:16:53.722Z] #26 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 1.9s [2021-06-30T09:16:53.991Z] #17 90.73 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:16:54.205Z] #46 77.77 go/scanner [2021-06-30T09:16:54.552Z] #17 91.14 Fetched 169 MB in 8s (22.3 MB/s) [2021-06-30T09:16:54.552Z] #17 91.32 Selecting previously unselected package liblocale-gettext-perl. [2021-06-30T09:16:54.768Z] #46 78.38 net/url [2021-06-30T09:16:54.808Z] #17 91.36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:16:54.808Z] #17 91.36 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3+b4_amd64.deb ... [2021-06-30T09:16:54.808Z] #17 91.37 Unpacking liblocale-gettext-perl (1.07-3+b4) ... [2021-06-30T09:16:54.808Z] #17 91.52 Selecting previously unselected package bzip2. [2021-06-30T09:16:54.808Z] #17 91.52 Preparing to unpack .../001-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-30T09:16:54.808Z] #17 91.55 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:16:55.024Z] #46 78.83 go/ast [2021-06-30T09:16:55.064Z] #17 91.65 Selecting previously unselected package libmagic-mgc. [2021-06-30T09:16:55.064Z] #17 91.65 Preparing to unpack .../002-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-30T09:16:55.064Z] #17 91.67 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ... [2021-06-30T09:16:55.320Z] #17 91.91 Selecting previously unselected package libmagic1:amd64. [2021-06-30T09:16:55.320Z] #17 91.92 Preparing to unpack .../003-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-30T09:16:55.320Z] #17 91.93 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-06-30T09:16:55.320Z] #17 92.02 Selecting previously unselected package file. [2021-06-30T09:16:55.320Z] #17 92.02 Preparing to unpack .../004-file_1%3a5.35-4+deb10u2_amd64.deb ... [2021-06-30T09:16:55.320Z] #17 92.03 Unpacking file (1:5.35-4+deb10u2) ... [2021-06-30T09:16:55.576Z] #17 92.12 Selecting previously unselected package xz-utils. [2021-06-30T09:16:55.576Z] #17 92.13 Preparing to unpack .../005-xz-utils_5.2.4-1_amd64.deb ... [2021-06-30T09:16:55.576Z] #17 92.13 Unpacking xz-utils (5.2.4-1) ... [2021-06-30T09:16:55.576Z] #17 92.25 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-06-30T09:16:55.576Z] #17 92.25 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-30T09:16:55.576Z] #17 92.26 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-06-30T09:16:55.673Z] #26 ... [2021-06-30T09:16:55.673Z] [2021-06-30T09:16:55.673Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:16:55.673Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:16:55.673Z] #9 resolve docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 0.0s done [2021-06-30T09:16:55.673Z] #9 sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 1.86kB / 1.86kB done [2021-06-30T09:16:55.673Z] #9 sha256:ee23292e282684136ded9a63f7f96b3aea50e19e9a5cec684aa7d107d6e1cc30 7.00kB / 7.00kB done [2021-06-30T09:16:55.673Z] #9 sha256:be99fa59acd78bb22a41bbc1e15ebfab2262498ee0c2e28c3d09bc44d51d1774 1.79kB / 1.79kB done [2021-06-30T09:16:55.673Z] #9 sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 50.44MB / 50.44MB 1.5s done [2021-06-30T09:16:55.673Z] #9 sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 7.83MB / 7.83MB 1.8s done [2021-06-30T09:16:55.673Z] #9 sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 10.00MB / 10.00MB 2.0s done [2021-06-30T09:16:55.673Z] #9 sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 68.75MB / 68.75MB 4.2s done [2021-06-30T09:16:55.673Z] #9 sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 51.84MB / 51.84MB 4.9s done [2021-06-30T09:16:55.673Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 5.8s [2021-06-30T09:16:55.673Z] #9 sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 155B / 155B 5.0s done [2021-06-30T09:16:55.995Z] #9 ... [2021-06-30T09:16:55.995Z] [2021-06-30T09:16:55.995Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:16:55.995Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-30T09:16:55.995Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-06-30T09:16:55.995Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-30T09:16:55.995Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-30T09:16:55.995Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.9s done [2021-06-30T09:16:55.995Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2021-06-30T09:16:55.995Z] #63 DONE 6.4s [2021-06-30T09:16:55.995Z] [2021-06-30T09:16:55.995Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:16:55.995Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:16:55.995Z] #9 sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 129.05MB / 129.05MB 6.2s done [2021-06-30T09:16:55.995Z] #9 ... [2021-06-30T09:16:55.995Z] [2021-06-30T09:16:55.995Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:16:55.995Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:16:55.995Z] #26 ... [2021-06-30T09:16:55.995Z] [2021-06-30T09:16:55.995Z] #23 [internal] load build context [2021-06-30T09:16:55.995Z] #23 sha256:b384b9d1c921745f693dedcfcb5b4fd4328921d8f259c1dec99e4fa5a5bca947 [2021-06-30T09:16:55.995Z] #23 transferring context: 55.66MB 4.7s done [2021-06-30T09:16:55.995Z] #23 DONE 6.4s [2021-06-30T09:16:55.995Z] [2021-06-30T09:16:55.995Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-30T09:16:55.995Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-30T09:16:55.995Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 done [2021-06-30T09:16:55.995Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-30T09:16:55.995Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-30T09:16:55.995Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-30T09:16:55.995Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done [2021-06-30T09:16:55.995Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done [2021-06-30T09:16:55.995Z] #65 DONE 6.4s [2021-06-30T09:16:56.264Z] [2021-06-30T09:16:56.264Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:33a8231b1ec668c044b583971eea94fff37151de3a1d5a3737b08665300c8a0b [2021-06-30T09:16:56.264Z] #26 sha256:3ae4a4c396542904b5bb42601509bddd1fe947f3f581fe32127d0862fff30ff9 [2021-06-30T09:16:56.504Z] #17 93.21 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-06-30T09:16:56.504Z] #17 93.21 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ... [2021-06-30T09:16:56.504Z] #17 93.22 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-06-30T09:16:56.917Z] #46 80.18 text/template/parse [2021-06-30T09:16:57.066Z] #17 93.87 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-06-30T09:16:57.322Z] #17 93.88 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ... [2021-06-30T09:16:57.322Z] #17 93.89 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-06-30T09:16:57.638Z] #26 DONE 7.8s [2021-06-30T09:16:57.638Z] [2021-06-30T09:16:57.638Z] #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-30T09:16:57.638Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:16:57.883Z] #17 94.55 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-06-30T09:16:57.884Z] #17 94.55 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-30T09:16:57.884Z] #17 94.56 Unpacking binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-06-30T09:16:58.286Z] #46 ... [2021-06-30T09:16:58.286Z] [2021-06-30T09:16:58.286Z] #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-30T09:16:58.286Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:16:58.568Z] #27 ... [2021-06-30T09:16:58.568Z] [2021-06-30T09:16:58.568Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-30T09:16:58.568Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-30T09:16:58.568Z] #64 DONE 0.7s [2021-06-30T09:16:58.812Z] #17 95.28 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-06-30T09:16:58.813Z] #17 95.29 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.31.1-16_amd64.deb ... [2021-06-30T09:16:58.813Z] #17 95.30 Unpacking binutils-s390x-linux-gnu (2.31.1-16) ... [2021-06-30T09:16:58.825Z] [2021-06-30T09:16:58.825Z] #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-30T09:16:58.825Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:16:58.825Z] #27 1.364 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:16:58.825Z] #27 1.364 Get:2 http://deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:16:58.825Z] #27 1.379 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:16:58.825Z] #27 1.527 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:16:59.082Z] #27 1.716 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:16:59.339Z] #27 1.922 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:16:59.339Z] #27 ... [2021-06-30T09:16:59.339Z] [2021-06-30T09:16:59.339Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-30T09:16:59.339Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-30T09:16:59.339Z] #66 DONE 0.7s [2021-06-30T09:16:59.375Z] #17 95.90 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64. [2021-06-30T09:16:59.375Z] #17 95.90 Preparing to unpack .../011-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:16:59.375Z] #17 95.92 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:16:59.375Z] #17 96.05 Selecting previously unselected package cpp-8-aarch64-linux-gnu. [2021-06-30T09:16:59.375Z] #17 96.06 Preparing to unpack .../012-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:16:59.375Z] #17 96.07 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:16:59.571Z] #57 42.93 Checking out files: 52% (2139/4071) Checking out files: 53% (2158/4071) Checking out files: 54% (2199/4071) Checking out files: 55% (2240/4071) Checking out files: 56% (2280/4071) Checking out files: 57% (2321/4071) Checking out files: 58% (2362/4071) Checking out files: 59% (2402/4071) Checking out files: 60% (2443/4071) Checking out files: 61% (2484/4071) Checking out files: 62% (2525/4071) Checking out files: 63% (2565/4071) Checking out files: 64% (2606/4071) Checking out files: 65% (2647/4071) Checking out files: 66% (2687/4071) Checking out files: 67% (2728/4071) Checking out files: 68% (2769/4071) Checking out files: 69% (2809/4071) Checking out files: 70% (2850/4071) Checking out files: 71% (2891/4071) Checking out files: 72% (2932/4071) Checking out files: 73% (2972/4071) Checking out files: 74% (3013/4071) Checking out files: 75% (3054/4071) Checking out files: 76% (3094/4071) Checking out files: 77% (3135/4071) Checking out files: 78% (3176/4071) Checking out files: 79% (3217/4071) Checking out files: 80% (3257/4071) Checking out files: 81% (3298/4071) Checking out files: 82% (3339/4071) Checking out files: 83% (3379/4071) Checking out files: 84% (3420/4071) Checking out files: 85% (3461/4071) Checking out files: 86% (3502/4071) Checking out files: 87% (3542/4071) Checking out files: 88% (3583/4071) Checking out files: 89% (3624/4071) Checking out files: 90% (3664/4071) Checking out files: 91% (3705/4071) Checking out files: 92% (3746/4071) Checking out files: 92% (3778/4071) Checking out files: 93% (3787/4071) Checking out files: 94% (3827/4071) Checking out files: 95% (3868/4071) Checking out files: 96% (3909/4071) Checking out files: 97% (3949/4071) Checking out files: 98% (3990/4071) Checking out files: 99% (4031/4071) Checking out files: 100% (4071/4071) Checking out files: 100% (4071/4071), done. [2021-06-30T09:16:59.571Z] #57 44.21 + cd /tmp/tmp.his7gcrwsX/src/github.com/containerd/containerd [2021-06-30T09:16:59.571Z] #57 44.21 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:16:59.596Z] [2021-06-30T09:16:59.596Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:16:59.596Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:16:59.596Z] #9 extracting sha256:0bc3020d05f1e08b41f1c5d54650a157b1690cde7fedb1fafbc9cda70ee2ec5c 5.2s done [2021-06-30T09:16:59.596Z] #9 extracting sha256:a110e58716600c199fc95f633b30735c33a25b5adcfb16d1d7edbcb78a3f1b62 1.0s done [2021-06-30T09:16:59.596Z] #9 extracting sha256:83d3c0fa203acbade733bff627daa75b84c97f9d0553bcdf967a3f1d37471277 0.5s done [2021-06-30T09:16:59.596Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 [2021-06-30T09:17:00.134Z] #57 ... [2021-06-30T09:17:00.134Z] [2021-06-30T09:17:00.134Z] #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-30T09:17:00.134Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:17:00.134Z] #52 73.70 fmt [2021-06-30T09:17:00.134Z] #52 77.46 encoding/json [2021-06-30T09:17:00.134Z] #52 78.58 github.com/pkg/diff [2021-06-30T09:17:00.134Z] #52 79.69 go/ast [2021-06-30T09:17:00.134Z] #52 82.14 golang.org/x/crypto/ssh/terminal [2021-06-30T09:17:00.134Z] #52 83.42 mvdan.cc/editorconfig [2021-06-30T09:17:00.134Z] #52 83.65 mvdan.cc/sh/v3/fileutil [2021-06-30T09:17:00.134Z] #52 83.83 text/tabwriter [2021-06-30T09:17:00.134Z] #52 ... [2021-06-30T09:17:00.134Z] [2021-06-30T09:17:00.134Z] #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-30T09:17:00.134Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:17:00.134Z] #46 83.09 go/parser [2021-06-30T09:17:00.703Z] #46 84.42 text/template [2021-06-30T09:17:00.740Z] #17 97.34 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64. [2021-06-30T09:17:00.740Z] #17 97.35 Preparing to unpack .../013-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:00.740Z] #17 97.35 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:00.740Z] #17 97.47 Selecting previously unselected package cpp-8-arm-linux-gnueabi. [2021-06-30T09:17:00.997Z] #17 97.48 Preparing to unpack .../014-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:00.997Z] #17 97.48 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:02.375Z] #17 98.82 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64. [2021-06-30T09:17:02.375Z] #17 98.82 Preparing to unpack .../015-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:02.375Z] #17 98.84 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:02.375Z] #17 99.05 Selecting previously unselected package cpp-8-arm-linux-gnueabihf. [2021-06-30T09:17:02.375Z] #17 99.06 Preparing to unpack .../016-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:02.632Z] #17 99.07 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:03.228Z] #46 86.56 log [2021-06-30T09:17:03.485Z] #46 87.36 encoding/xml [2021-06-30T09:17:03.774Z] #9 extracting sha256:a8fd09c11b021b756b7a92a4f70a3d444ce7e63a1c24e5749d236dc2c6e68514 4.1s done [2021-06-30T09:17:04.006Z] #17 100.5 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu-base:amd64. [2021-06-30T09:17:04.006Z] #17 100.5 Preparing to unpack .../017-gcc-8-powerpc64le-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:04.006Z] #17 100.5 Unpacking gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:04.006Z] #17 100.6 Selecting previously unselected package cpp-8-powerpc64le-linux-gnu. [2021-06-30T09:17:04.006Z] #17 100.7 Preparing to unpack .../018-cpp-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:04.006Z] #17 100.7 Unpacking cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:04.031Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 [2021-06-30T09:17:04.593Z] #9 ... [2021-06-30T09:17:04.593Z] [2021-06-30T09:17:04.593Z] #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-30T09:17:04.593Z] #27 sha256:ed6f5589b8bf72f49dd21564edbca53ff9bb6238797b595941245e3388a86ad4 [2021-06-30T09:17:04.593Z] #27 3.585 Fetched 8453 kB in 2s (3415 kB/s) [2021-06-30T09:17:04.593Z] #27 3.585 Reading package lists... [2021-06-30T09:17:04.593Z] #27 4.553 Reading package lists... [2021-06-30T09:17:04.593Z] #27 5.465 Building dependency tree... [2021-06-30T09:17:04.593Z] #27 5.807 The following additional packages will be installed: [2021-06-30T09:17:04.593Z] #27 5.807 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-30T09:17:04.593Z] #27 5.807 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-30T09:17:04.593Z] #27 5.807 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-30T09:17:04.593Z] #27 5.807 Suggested packages: [2021-06-30T09:17:04.593Z] #27 5.807 krb5-doc krb5-user [2021-06-30T09:17:04.593Z] #27 5.807 Recommended packages: [2021-06-30T09:17:04.593Z] #27 5.807 krb5-locales publicsuffix libsasl2-modules [2021-06-30T09:17:04.593Z] #27 6.103 The following NEW packages will be installed: [2021-06-30T09:17:04.593Z] #27 6.104 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-30T09:17:04.593Z] #27 6.105 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-30T09:17:04.593Z] #27 6.105 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-30T09:17:04.593Z] #27 6.106 libssh2-1 libssl1.1 openssl [2021-06-30T09:17:04.593Z] #27 6.384 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:17:04.593Z] #27 6.384 Need to get 5059 kB of archives. [2021-06-30T09:17:04.593Z] #27 6.384 After this operation, 12.1 MB of additional disk space will be used. [2021-06-30T09:17:04.593Z] #27 6.384 Get:1 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-30T09:17:04.593Z] #27 6.424 Get:2 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-30T09:17:04.593Z] #27 6.434 Get:3 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-30T09:17:04.593Z] #27 6.437 Get:4 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-30T09:17:04.593Z] #27 6.437 Get:5 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-30T09:17:04.593Z] #27 6.439 Get:6 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-30T09:17:04.593Z] #27 6.440 Get:7 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-30T09:17:04.593Z] #27 6.444 Get:8 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-30T09:17:04.593Z] #27 6.460 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-30T09:17:04.593Z] #27 6.461 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-30T09:17:04.593Z] #27 6.462 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-30T09:17:04.593Z] #27 6.464 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-30T09:17:04.593Z] #27 6.470 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-30T09:17:04.593Z] #27 6.471 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-30T09:17:04.593Z] #27 6.472 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-30T09:17:04.593Z] #27 6.473 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-30T09:17:04.593Z] #27 6.475 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-30T09:17:04.593Z] #27 6.478 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-30T09:17:04.593Z] #27 6.487 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:17:04.593Z] #27 6.489 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:17:04.593Z] #27 6.490 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:17:04.593Z] #27 6.705 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:17:04.593Z] #27 6.727 Fetched 5059 kB in 0s (13.8 MB/s) [2021-06-30T09:17:04.593Z] #27 6.822 Selecting previously unselected package libssl1.1:amd64. [2021-06-30T09:17:04.593Z] #27 6.822 (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-30T09:17:04.593Z] #27 6.822 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:17:04.593Z] #27 6.831 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:17:04.593Z] #27 7.030 Selecting previously unselected package openssl. [2021-06-30T09:17:04.593Z] #27 7.030 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-30T09:17:04.593Z] #27 7.036 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:17:04.593Z] #27 7.212 Selecting previously unselected package ca-certificates. [2021-06-30T09:17:04.593Z] #27 7.212 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-30T09:17:04.593Z] #27 7.216 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-30T09:17:04.850Z] #27 7.345 Selecting previously unselected package libkeyutils1:amd64. [2021-06-30T09:17:04.850Z] #27 7.345 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-30T09:17:04.850Z] #27 7.348 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:17:04.850Z] #27 7.391 Selecting previously unselected package libkrb5support0:amd64. [2021-06-30T09:17:04.850Z] #27 7.391 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:17:04.850Z] #27 7.393 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:04.850Z] #27 7.441 Selecting previously unselected package libk5crypto3:amd64. [2021-06-30T09:17:04.850Z] #27 7.441 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:17:04.850Z] #27 7.446 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:04.850Z] #27 7.504 Selecting previously unselected package libkrb5-3:amd64. [2021-06-30T09:17:04.850Z] #27 7.504 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:17:04.850Z] #27 7.513 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:04.850Z] #27 7.603 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-30T09:17:04.850Z] #27 7.603 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-30T09:17:04.850Z] #27 7.608 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:05.107Z] #27 7.669 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-30T09:17:05.107Z] #27 7.670 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:17:05.107Z] #27 7.674 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:17:05.107Z] #27 7.714 Selecting previously unselected package libsasl2-2:amd64. [2021-06-30T09:17:05.107Z] #27 7.714 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-30T09:17:05.107Z] #27 7.719 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:17:05.107Z] #27 7.769 Selecting previously unselected package libldap-common. [2021-06-30T09:17:05.107Z] #27 7.769 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-30T09:17:05.107Z] #27 7.774 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:17:05.107Z] #27 7.824 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-30T09:17:05.107Z] #27 7.824 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-30T09:17:05.364Z] #27 7.829 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:17:05.364Z] #27 7.896 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-30T09:17:05.364Z] #27 7.896 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-30T09:17:05.364Z] #27 7.903 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:17:05.364Z] #27 7.941 Selecting previously unselected package libpsl5:amd64. [2021-06-30T09:17:05.364Z] #27 7.941 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-30T09:17:05.364Z] #27 7.944 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:17:05.364Z] #27 7.986 Selecting previously unselected package librtmp1:amd64. [2021-06-30T09:17:05.364Z] #27 7.986 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-30T09:17:05.364Z] #27 7.991 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:17:05.364Z] #27 8.037 Selecting previously unselected package libssh2-1:amd64. [2021-06-30T09:17:05.364Z] #27 8.038 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-30T09:17:05.364Z] #27 8.042 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:17:05.375Z] #17 102.0 Selecting previously unselected package gcc-8-s390x-linux-gnu-base:amd64. [2021-06-30T09:17:05.375Z] #17 102.1 Preparing to unpack .../019-gcc-8-s390x-linux-gnu-base_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:05.375Z] #17 102.1 Unpacking gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:05.375Z] #17 102.1 Selecting previously unselected package cpp-8-s390x-linux-gnu. [2021-06-30T09:17:05.381Z] #46 89.02 go/doc [2021-06-30T09:17:05.631Z] #27 8.096 Selecting previously unselected package libcurl4:amd64. [2021-06-30T09:17:05.631Z] #27 8.096 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:17:05.631Z] #27 8.101 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:17:05.631Z] #27 8.171 Selecting previously unselected package curl. [2021-06-30T09:17:05.631Z] #27 8.171 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-30T09:17:05.631Z] #27 8.176 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-30T09:17:05.631Z] #27 8.297 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:17:05.631Z] #27 8.297 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:17:05.632Z] #17 102.2 Preparing to unpack .../020-cpp-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:05.632Z] #17 102.2 Unpacking cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:05.888Z] #27 8.301 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:17:05.888Z] #27 8.362 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:17:05.888Z] #27 8.362 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:17:05.888Z] #27 8.371 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:17:05.888Z] #27 8.429 Selecting previously unselected package jq. [2021-06-30T09:17:05.888Z] #27 8.430 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:17:05.888Z] #27 8.434 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:17:05.888Z] #27 8.487 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-30T09:17:05.888Z] #27 8.502 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-30T09:17:05.888Z] #27 8.514 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-30T09:17:06.145Z] #27 8.683 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.694 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:17:06.145Z] #27 8.711 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.723 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.732 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-30T09:17:06.145Z] #27 8.743 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.755 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.767 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-30T09:17:06.145Z] #27 8.779 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:06.145Z] #27 8.788 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-30T09:17:06.404Z] #27 8.804 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:17:06.404Z] #27 8.818 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:17:06.404Z] #27 8.829 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-30T09:17:06.404Z] #27 8.839 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-30T09:17:06.565Z] #17 103.2 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-06-30T09:17:06.565Z] #17 103.3 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:06.565Z] #17 103.3 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:06.752Z] #46 ... [2021-06-30T09:17:06.752Z] [2021-06-30T09:17:06.752Z] #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-30T09:17:06.752Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:17:06.752Z] #57 45.03 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-30T09:17:06.752Z] #57 45.03 + BUILDTAGS='netgo osusergo static_build' [2021-06-30T09:17:06.752Z] #57 45.03 + export EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:17:06.752Z] #57 45.03 + EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:17:06.753Z] #57 45.03 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-30T09:17:06.753Z] #57 45.03 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-30T09:17:06.753Z] #57 45.03 + '[' '' = dynamic ']' [2021-06-30T09:17:06.753Z] #57 45.03 + make [2021-06-30T09:17:06.753Z] #57 46.41 + bin/ctr [2021-06-30T09:17:06.821Z] #17 103.3 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-06-30T09:17:06.822Z] #17 103.3 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:06.822Z] #17 103.3 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:06.822Z] #17 103.4 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-06-30T09:17:06.822Z] #17 103.4 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:06.822Z] #17 103.4 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:06.822Z] #17 103.4 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-06-30T09:17:06.822Z] #17 103.4 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:06.822Z] #17 103.4 Unpacking cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:06.822Z] #17 103.5 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-06-30T09:17:06.822Z] #17 103.5 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:06.822Z] #17 103.5 Unpacking cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:06.822Z] #17 103.5 Selecting previously unselected package cross-config. [2021-06-30T09:17:06.968Z] #27 9.378 Updating certificates in /etc/ssl/certs... [2021-06-30T09:17:07.009Z] #57 ... [2021-06-30T09:17:07.009Z] [2021-06-30T09:17:07.009Z] #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-30T09:17:07.009Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:07.009Z] #13 86.70 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-30T09:17:07.009Z] #13 86.70 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:17:07.009Z] #13 86.70 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:17:07.078Z] #17 103.5 Preparing to unpack .../026-cross-config_2.6.15-3_all.deb ... [2021-06-30T09:17:07.078Z] #17 103.6 Unpacking cross-config (2.6.15-3) ... [2021-06-30T09:17:07.078Z] #17 103.6 Selecting previously unselected package gcc-8-cross-base. [2021-06-30T09:17:07.078Z] #17 103.6 Preparing to unpack .../027-gcc-8-cross-base_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.078Z] #17 103.6 Unpacking gcc-8-cross-base (8.3.0-2cross1) ... [2021-06-30T09:17:07.078Z] #17 103.7 Selecting previously unselected package libc6-arm64-cross. [2021-06-30T09:17:07.078Z] #17 103.7 Preparing to unpack .../028-libc6-arm64-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:07.078Z] #17 103.7 Unpacking libc6-arm64-cross (2.28-7cross1) ... [2021-06-30T09:17:07.335Z] #17 104.0 Selecting previously unselected package libgcc1-arm64-cross. [2021-06-30T09:17:07.335Z] #17 104.0 Preparing to unpack .../029-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.335Z] #17 104.0 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:07.335Z] #17 104.1 Selecting previously unselected package libgomp1-arm64-cross. [2021-06-30T09:17:07.335Z] #17 104.1 Preparing to unpack .../030-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.335Z] #17 104.1 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:07.531Z] #27 10.18 137 added, 0 removed; done. [2021-06-30T09:17:07.531Z] #27 10.24 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-30T09:17:07.531Z] #27 10.25 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:17:07.531Z] #27 10.26 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-30T09:17:07.531Z] #27 10.27 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-30T09:17:07.531Z] #27 10.29 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:17:07.594Z] #17 104.2 Selecting previously unselected package libitm1-arm64-cross. [2021-06-30T09:17:07.594Z] #17 104.2 Preparing to unpack .../031-libitm1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.594Z] #17 104.2 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:07.594Z] #17 104.3 Selecting previously unselected package libatomic1-arm64-cross. [2021-06-30T09:17:07.787Z] #27 10.31 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-30T09:17:07.787Z] #27 10.32 Updating certificates in /etc/ssl/certs... [2021-06-30T09:17:07.850Z] #17 104.3 Preparing to unpack .../032-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.850Z] #17 104.4 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:07.850Z] #17 104.4 Selecting previously unselected package libstdc++6-arm64-cross. [2021-06-30T09:17:07.850Z] #17 104.4 Preparing to unpack .../033-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:07.850Z] #17 104.5 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.109Z] #17 104.6 Selecting previously unselected package libasan5-arm64-cross. [2021-06-30T09:17:08.109Z] #17 104.6 Preparing to unpack .../034-libasan5-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:08.109Z] #17 104.6 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.109Z] #17 104.7 Selecting previously unselected package liblsan0-arm64-cross. [2021-06-30T09:17:08.109Z] #17 104.7 Preparing to unpack .../035-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:08.109Z] #17 104.7 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.109Z] #17 104.8 Selecting previously unselected package libtsan0-arm64-cross. [2021-06-30T09:17:08.109Z] #17 104.8 Preparing to unpack .../036-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:08.109Z] #17 104.8 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.349Z] #27 10.96 0 added, 0 removed; done. [2021-06-30T09:17:08.349Z] #27 10.96 Running hooks in /etc/ca-certificates/update.d... [2021-06-30T09:17:08.349Z] #27 10.96 done. [2021-06-30T09:17:08.366Z] #17 104.9 Selecting previously unselected package libubsan1-arm64-cross. [2021-06-30T09:17:08.366Z] #17 105.0 Preparing to unpack .../037-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:08.366Z] #17 105.0 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.366Z] #17 105.0 Selecting previously unselected package libgcc-8-dev-arm64-cross. [2021-06-30T09:17:08.366Z] #17 105.0 Preparing to unpack .../038-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:08.366Z] #17 105.0 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:08.880Z] #17 105.4 Selecting previously unselected package gcc-8-aarch64-linux-gnu. [2021-06-30T09:17:08.880Z] #17 105.4 Preparing to unpack .../039-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:08.880Z] #17 105.4 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:10.241Z] #27 DONE 12.5s [2021-06-30T09:17:10.241Z] [2021-06-30T09:17:10.241Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-30T09:17:10.241Z] #28 sha256:2abacf1b5b6c6f9439135ccfb8d98e468dc449d306545b6ff6df990195f77015 [2021-06-30T09:17:10.241Z] #28 DONE 0.3s [2021-06-30T09:17:10.241Z] [2021-06-30T09:17:10.241Z] #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-30T09:17:10.241Z] #29 sha256:171b0962bf330301a0a8f7fc530374e45056b1d1b33b20ce8385e60c9f3c9e1f [2021-06-30T09:17:10.251Z] #17 106.8 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-06-30T09:17:10.251Z] #17 106.8 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:10.251Z] #17 106.8 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:10.251Z] #17 106.8 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-06-30T09:17:10.251Z] #17 106.8 Preparing to unpack .../041-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ... [2021-06-30T09:17:10.251Z] #17 106.8 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-06-30T09:17:10.508Z] #17 107.2 Selecting previously unselected package libc6-dev-arm64-cross. [2021-06-30T09:17:10.508Z] #17 107.2 Preparing to unpack .../042-libc6-dev-arm64-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:10.508Z] #17 107.2 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ... [2021-06-30T09:17:11.170Z] #29 0.989 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-30T09:17:11.170Z] #29 1.059 [2021-06-30T09:17:11.182Z] #13 ... [2021-06-30T09:17:11.182Z] [2021-06-30T09:17:11.182Z] #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-30T09:17:11.182Z] #52 sha256:32ba4de04aa4f0fdcf824ffc887fbb37aaf6afe0d865546d95cc1b5c6f467150 [2021-06-30T09:17:11.182Z] #52 84.39 mvdan.cc/sh/v3/syntax [2021-06-30T09:17:11.182Z] #52 90.24 mvdan.cc/sh/v3/cmd/shfmt [2021-06-30T09:17:11.182Z] #52 DONE 94.2s [2021-06-30T09:17:11.182Z] [2021-06-30T09:17:11.182Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-06-30T09:17:11.182Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:17:11.182Z] #46 92.15 github.com/LK4D4/vndr/build [2021-06-30T09:17:11.182Z] #46 92.21 compress/flate [2021-06-30T09:17:11.182Z] #46 94.60 compress/gzip [2021-06-30T09:17:11.439Z] #17 107.9 Selecting previously unselected package libstdc++-8-dev-arm64-cross. [2021-06-30T09:17:11.439Z] #17 107.9 Preparing to unpack .../043-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:11.439Z] #17 107.9 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:11.748Z] #46 95.52 crypto/x509/pkix [2021-06-30T09:17:11.940Z] #29 1.176 0.0% ########################### 37.6% ######################################### 58.0% ################################################ 68.0% ############################################################# 85.6% #################################################################### 95.4% ######################################################################## 100.0% [2021-06-30T09:17:12.005Z] #17 108.5 Selecting previously unselected package g++-8-aarch64-linux-gnu. [2021-06-30T09:17:12.005Z] #17 108.5 Preparing to unpack .../044-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:12.005Z] #17 108.5 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:12.012Z] #46 95.71 net [2021-06-30T09:17:12.196Z] #29 1.917 [2021-06-30T09:17:12.262Z] #17 ... [2021-06-30T09:17:12.262Z] [2021-06-30T09:17:12.262Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:17:12.262Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:12.262Z] #47 121.6 + dpkg --print-architecture [2021-06-30T09:17:12.262Z] #47 121.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-30T09:17:12.262Z] #47 121.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-30T09:17:12.262Z] #47 121.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-30T09:17:12.269Z] #46 95.90 vendor/golang.org/x/crypto/chacha20 [2021-06-30T09:17:12.453Z] #29 2.035 ############################################# 62.8% ######################################################################## 100.0% [2021-06-30T09:17:12.453Z] #29 2.126 [2021-06-30T09:17:12.453Z] #29 2.240 ############################################################### 88.3% ######################################################################## 100.0% [2021-06-30T09:17:12.453Z] #29 2.335 [2021-06-30T09:17:12.832Z] #46 96.30 vendor/golang.org/x/crypto/poly1305 [2021-06-30T09:17:12.968Z] #29 2.448 ############ 17.2% ########################## 36.5% ######################################## 56.0% ###################################################### 75.3% #################################################################### 94.8% ######################################################################## 100.0% [2021-06-30T09:17:13.226Z] #29 2.964 [2021-06-30T09:17:13.401Z] #46 96.95 vendor/golang.org/x/sys/cpu [2021-06-30T09:17:13.965Z] #46 97.55 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-30T09:17:14.512Z] #29 3.077 ## 4.1% ###### 9.5% ########## 14.8% ############## 20.1% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 40.9% ################################# 46.2% #################################### 51.3% ######################################## 56.6% ############################################ 61.8% ############################################### 66.2% [2021-06-30T09:17:14.512Z] #29 ... [2021-06-30T09:17:14.512Z] [2021-06-30T09:17:14.512Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:17:14.512Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:17:14.512Z] #9 extracting sha256:78287c648ba24843d09e43253bb28f9020904cf5874e292918bba071c6c42564 3.4s done [2021-06-30T09:17:14.512Z] #9 extracting sha256:f37c08d9a1e12991cd7504e83d694672027bfadf3a773e4be3252350bec7ade0 6.8s done [2021-06-30T09:17:14.512Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 [2021-06-30T09:17:14.774Z] #9 extracting sha256:1f10b5e5b99b6f0217b6bd63c2b7d84de88f6c349460a05b6fb0a01957ad18a0 done [2021-06-30T09:17:14.774Z] #9 ... [2021-06-30T09:17:14.774Z] [2021-06-30T09:17:14.774Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:17:14.774Z] #29 sha256:171b0962bf330301a0a8f7fc530374e45056b1d1b33b20ce8385e60c9f3c9e1f [2021-06-30T09:17:14.774Z] #29 3.077 ## 4.1% ###### 9.5% ########## 14.8% ############## 20.1% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 40.9% ################################# 46.2% #################################### 51.3% ######################################## 56.6% ############################################ 61.8% ############################################### 66.2% ################################################# 68.7% [2021-06-30T09:17:14.774Z] #29 ... [2021-06-30T09:17:14.774Z] [2021-06-30T09:17:14.774Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.5-buster@sha256:4c03f97f3e6253d0c3e8e3a2b2dc44f270a96eb5f1dbffd5c6e86e453fffb9d5 [2021-06-30T09:17:14.774Z] #9 sha256:88713b8863df5a5ada86d183a548a7b7dfe998621fb2c44593df2caef78a061f [2021-06-30T09:17:14.774Z] #9 DONE 25.3s [2021-06-30T09:17:14.774Z] [2021-06-30T09:17:14.774Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-06-30T09:17:14.774Z] #29 sha256:171b0962bf330301a0a8f7fc530374e45056b1d1b33b20ce8385e60c9f3c9e1f [2021-06-30T09:17:14.894Z] #46 98.52 vendor/golang.org/x/crypto/curve25519 [2021-06-30T09:17:15.288Z] #29 3.077 ## 4.1% ###### 9.5% ########## 14.8% ############## 20.1% ################## 25.3% ##################### 30.5% ######################### 35.7% ############################# 40.9% ################################# 46.2% #################################### 51.3% ######################################## 56.6% ############################################ 61.8% ############################################### 66.2% ################################################# 68.7% ########################################################## 80.6% ############################################################### 88.5% ###################################################################### 97.4% ######################################################################## 100.0% [2021-06-30T09:17:15.288Z] #29 4.950 [2021-06-30T09:17:15.544Z] #29 5.172 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-30T09:17:15.544Z] #29 5.246 [2021-06-30T09:17:15.544Z] #29 5.309 ######################################################################## 100.0% [2021-06-30T09:17:15.544Z] #29 5.338 [2021-06-30T09:17:15.801Z] #29 5.535 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-30T09:17:15.801Z] #29 5.595 [2021-06-30T09:17:15.801Z] #29 5.670 ######################################################################## 100.0% [2021-06-30T09:17:15.801Z] #29 5.686 [2021-06-30T09:17:15.824Z] #46 99.33 vendor/golang.org/x/crypto/hkdf [2021-06-30T09:17:15.824Z] #46 99.51 vendor/golang.org/x/text/transform [2021-06-30T09:17:15.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-30T09:17:15.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-30T09:17:16.372Z] #29 5.917 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-30T09:17:16.372Z] #29 5.972 [2021-06-30T09:17:16.387Z] #46 100.1 vendor/golang.org/x/text/unicode/bidi [2021-06-30T09:17:16.885Z] #29 6.084 ############ 16.8% ######################### 34.8% ###################################### 52.9% ################################################### 71.0% ############################################################### 88.8%#29 ... [2021-06-30T09:17:16.885Z] [2021-06-30T09:17:16.885Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-30T09:17:16.885Z] #10 sha256:55e8a6fffa3733c7a4c2def71f6848b3321909db9f4cf742954d157ad275e37c [2021-06-30T09:17:16.885Z] #10 DONE 1.9s [2021-06-30T09:17:16.885Z] [2021-06-30T09:17:16.885Z] #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-30T09:17:16.885Z] #29 sha256:171b0962bf330301a0a8f7fc530374e45056b1d1b33b20ce8385e60c9f3c9e1f [2021-06-30T09:17:16.885Z] #29 6.084 ############ 16.8% ######################### 34.8% ###################################### 52.9% ################################################### 71.0% ############################################################### 88.8% ######################################################################## 100.0% [2021-06-30T09:17:16.885Z] #29 6.617 [2021-06-30T09:17:17.142Z] #29 6.938 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-30T09:17:17.142Z] #29 7.025 [2021-06-30T09:17:17.398Z] #29 7.081 ######################################################################## 100.0% [2021-06-30T09:17:17.398Z] #29 7.103 [2021-06-30T09:17:17.398Z] #29 7.275 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-30T09:17:17.655Z] #29 ... [2021-06-30T09:17:17.655Z] [2021-06-30T09:17:17.655Z] #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-30T09:17:17.655Z] #11 sha256:7e7cc28ac802b4f5a198feb1094c3ea6d21f9e71144c62cfb877f67001e28055 [2021-06-30T09:17:17.655Z] #11 DONE 0.8s [2021-06-30T09:17:17.655Z] [2021-06-30T09:17:17.655Z] #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-30T09:17:17.655Z] #29 sha256:171b0962bf330301a0a8f7fc530374e45056b1d1b33b20ce8385e60c9f3c9e1f [2021-06-30T09:17:17.655Z] #29 7.327 [2021-06-30T09:17:17.655Z] #29 7.392 ######################################################################## 100.0% [2021-06-30T09:17:17.655Z] #29 7.423 [2021-06-30T09:17:17.655Z] #29 7.450 Download of images into '/build' complete. [2021-06-30T09:17:17.655Z] #29 7.450 Use something like the following to load the result into a Docker daemon: [2021-06-30T09:17:17.655Z] #29 7.450 tar -cC '/build' . | docker load [2021-06-30T09:17:17.655Z] #29 DONE 7.5s [2021-06-30T09:17:17.655Z] [2021-06-30T09:17:17.655Z] #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-30T09:17:17.655Z] #43 sha256:18a6a30518753cc2cf84cb4c9cead93e3b02a5420463ddb3ada6950d03757d94 [2021-06-30T09:17:17.655Z] #43 DONE 0.1s [2021-06-30T09:17:17.655Z] [2021-06-30T09:17:17.655Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-30T09:17:17.655Z] #31 sha256:d680f3e1e676523afc8237556ac0aa70f3febe1ea899ec6f46e8537f5e50b54f [2021-06-30T09:17:17.655Z] #31 DONE 0.2s [2021-06-30T09:17:17.655Z] [2021-06-30T09:17:17.655Z] #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-30T09:17:17.655Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:17:17.925Z] #44 ... [2021-06-30T09:17:17.925Z] [2021-06-30T09:17:17.925Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-30T09:17:17.925Z] #39 sha256:31ddbff9f2cf0a02e829f1c81fc8e306bda7e328dbd7ea17fe01a9aa67efdf10 [2021-06-30T09:17:17.925Z] #39 DONE 0.3s [2021-06-30T09:17:17.925Z] [2021-06-30T09:17:17.925Z] #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-30T09:17:17.925Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:18.280Z] #46 101.8 vendor/golang.org/x/text/secure/bidirule [2021-06-30T09:17:18.537Z] #46 102.1 vendor/golang.org/x/text/unicode/norm [2021-06-30T09:17:18.808Z] #47 ... [2021-06-30T09:17:18.808Z] [2021-06-30T09:17:18.808Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:17:18.808Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:17:18.808Z] #17 109.9 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-06-30T09:17:18.808Z] #17 109.9 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 109.9 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:18.808Z] #17 110.0 Selecting previously unselected package patch. [2021-06-30T09:17:18.808Z] #17 110.0 Preparing to unpack .../046-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 110.0 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-30T09:17:18.808Z] #17 110.1 Selecting previously unselected package dpkg-dev. [2021-06-30T09:17:18.808Z] #17 110.1 Preparing to unpack .../047-dpkg-dev_1.19.7_all.deb ... [2021-06-30T09:17:18.808Z] #17 110.1 Unpacking dpkg-dev (1.19.7) ... [2021-06-30T09:17:18.808Z] #17 110.4 Selecting previously unselected package libconfig-inifiles-perl. [2021-06-30T09:17:18.808Z] #17 110.4 Preparing to unpack .../048-libconfig-inifiles-perl_3.000001-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 110.4 Unpacking libconfig-inifiles-perl (3.000001-1) ... [2021-06-30T09:17:18.808Z] #17 110.5 Selecting previously unselected package libio-string-perl. [2021-06-30T09:17:18.808Z] #17 110.5 Preparing to unpack .../049-libio-string-perl_1.08-3_all.deb ... [2021-06-30T09:17:18.808Z] #17 110.5 Unpacking libio-string-perl (1.08-3) ... [2021-06-30T09:17:18.808Z] #17 110.5 Selecting previously unselected package libicu63:amd64. [2021-06-30T09:17:18.808Z] #17 110.5 Preparing to unpack .../050-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 110.5 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:17:18.808Z] #17 112.3 Selecting previously unselected package libxml2:amd64. [2021-06-30T09:17:18.808Z] #17 112.3 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 112.3 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:17:18.808Z] #17 112.5 Selecting previously unselected package libxml-namespacesupport-perl. [2021-06-30T09:17:18.808Z] #17 112.5 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 112.5 Unpacking libxml-namespacesupport-perl (1.12-1) ... [2021-06-30T09:17:18.808Z] #17 112.6 Selecting previously unselected package libxml-sax-base-perl. [2021-06-30T09:17:18.808Z] #17 112.6 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 112.6 Unpacking libxml-sax-base-perl (1.09-1) ... [2021-06-30T09:17:18.808Z] #17 112.6 Selecting previously unselected package libxml-sax-perl. [2021-06-30T09:17:18.808Z] #17 112.6 Preparing to unpack .../054-libxml-sax-perl_1.00+dfsg-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 112.7 Unpacking libxml-sax-perl (1.00+dfsg-1) ... [2021-06-30T09:17:18.808Z] #17 112.7 Selecting previously unselected package libxml-libxml-perl. [2021-06-30T09:17:18.808Z] #17 112.7 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 112.7 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ... [2021-06-30T09:17:18.808Z] #17 112.9 Selecting previously unselected package libxml-simple-perl. [2021-06-30T09:17:18.808Z] #17 112.9 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 112.9 Unpacking libxml-simple-perl (2.25-1) ... [2021-06-30T09:17:18.808Z] #17 113.0 Selecting previously unselected package libyaml-perl. [2021-06-30T09:17:18.808Z] #17 113.0 Preparing to unpack .../057-libyaml-perl_1.27-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.0 Unpacking libyaml-perl (1.27-1) ... [2021-06-30T09:17:18.808Z] #17 113.1 Selecting previously unselected package libconfig-auto-perl. [2021-06-30T09:17:18.808Z] #17 113.1 Preparing to unpack .../058-libconfig-auto-perl_0.44-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.1 Unpacking libconfig-auto-perl (0.44-1) ... [2021-06-30T09:17:18.808Z] #17 113.2 Selecting previously unselected package libfile-which-perl. [2021-06-30T09:17:18.808Z] #17 113.2 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.2 Unpacking libfile-which-perl (1.23-1) ... [2021-06-30T09:17:18.808Z] #17 113.3 Selecting previously unselected package libfile-homedir-perl. [2021-06-30T09:17:18.808Z] #17 113.3 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.3 Unpacking libfile-homedir-perl (1.004-1) ... [2021-06-30T09:17:18.808Z] #17 113.4 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-06-30T09:17:18.808Z] #17 113.4 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.15-3_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.4 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ... [2021-06-30T09:17:18.808Z] #17 113.4 Selecting previously unselected package dpkg-cross. [2021-06-30T09:17:18.808Z] #17 113.4 Preparing to unpack .../062-dpkg-cross_2.6.15-3_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.5 Unpacking dpkg-cross (2.6.15-3) ... [2021-06-30T09:17:18.808Z] #17 113.5 Selecting previously unselected package crossbuild-essential-arm64. [2021-06-30T09:17:18.808Z] #17 113.5 Preparing to unpack .../063-crossbuild-essential-arm64_12.6_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.5 Unpacking crossbuild-essential-arm64 (12.6) ... [2021-06-30T09:17:18.808Z] #17 113.6 Selecting previously unselected package libc6-armel-cross. [2021-06-30T09:17:18.808Z] #17 113.6 Preparing to unpack .../064-libc6-armel-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.6 Unpacking libc6-armel-cross (2.28-7cross1) ... [2021-06-30T09:17:18.808Z] #17 113.9 Selecting previously unselected package libgcc1-armel-cross. [2021-06-30T09:17:18.808Z] #17 113.9 Preparing to unpack .../065-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 113.9 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.0 Selecting previously unselected package libgomp1-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.0 Preparing to unpack .../066-libgomp1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.0 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.0 Selecting previously unselected package libatomic1-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.0 Preparing to unpack .../067-libatomic1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.0 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.1 Selecting previously unselected package libstdc++6-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.1 Preparing to unpack .../068-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.1 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.2 Selecting previously unselected package libasan5-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.2 Preparing to unpack .../069-libasan5-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.3 Unpacking libasan5-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.4 Selecting previously unselected package libubsan1-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.4 Preparing to unpack .../070-libubsan1-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.4 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.5 Selecting previously unselected package libgcc-8-dev-armel-cross. [2021-06-30T09:17:18.808Z] #17 114.5 Preparing to unpack .../071-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:18.808Z] #17 114.5 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:18.808Z] #17 114.7 Selecting previously unselected package gcc-8-arm-linux-gnueabi. [2021-06-30T09:17:18.808Z] #17 114.7 Preparing to unpack .../072-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:18.808Z] #17 114.7 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:19.372Z] #17 116.2 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-06-30T09:17:19.629Z] #17 116.2 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:19.629Z] #17 116.2 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:19.629Z] #17 116.3 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-06-30T09:17:19.629Z] #17 116.3 Preparing to unpack .../074-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ... [2021-06-30T09:17:19.629Z] #17 116.3 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-06-30T09:17:20.192Z] #17 116.7 Selecting previously unselected package libc6-dev-armel-cross. [2021-06-30T09:17:20.192Z] #17 116.7 Preparing to unpack .../075-libc6-dev-armel-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:20.192Z] #17 116.8 Unpacking libc6-dev-armel-cross (2.28-7cross1) ... [2021-06-30T09:17:20.756Z] #17 117.4 Selecting previously unselected package libstdc++-8-dev-armel-cross. [2021-06-30T09:17:20.756Z] #17 117.4 Preparing to unpack .../076-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:20.756Z] #17 117.4 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:21.058Z] #46 ... [2021-06-30T09:17:21.058Z] [2021-06-30T09:17:21.058Z] #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-30T09:17:21.058Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:21.058Z] #13 100.9 Selecting previously unselected package libapparmor1:amd64. [2021-06-30T09:17:21.058Z] #13 100.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-30T09:17:21.058Z] #13 100.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:17:21.211Z] #40 ... [2021-06-30T09:17:21.211Z] [2021-06-30T09:17:21.211Z] #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-30T09:17:21.211Z] #12 sha256:884cc595349644e28cfbd586d6020b24c75d1db9540338f26e6912490963d9f4 [2021-06-30T09:17:21.211Z] #12 DONE 3.7s [2021-06-30T09:17:21.315Z] #13 101.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-30T09:17:21.315Z] #13 101.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-30T09:17:21.315Z] #13 101.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:17:21.315Z] #13 101.2 Selecting previously unselected package libbtrfs0. [2021-06-30T09:17:21.315Z] #13 101.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:17:21.315Z] #13 101.2 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:17:21.320Z] #17 118.0 Selecting previously unselected package g++-8-arm-linux-gnueabi. [2021-06-30T09:17:21.468Z] [2021-06-30T09:17:21.468Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:17:21.468Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:21.573Z] #13 101.2 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:17:21.573Z] #13 101.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:17:21.573Z] #13 101.3 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:17:21.573Z] #13 101.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-30T09:17:21.573Z] #13 101.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:17:21.573Z] #13 101.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:17:21.573Z] #13 101.5 Selecting previously unselected package libudev-dev:amd64. [2021-06-30T09:17:21.573Z] #13 101.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:17:21.573Z] #13 101.5 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:17:21.576Z] #17 118.0 Preparing to unpack .../077-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:21.576Z] #17 118.1 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:21.830Z] #13 101.6 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-30T09:17:21.831Z] #13 101.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-30T09:17:21.831Z] #13 101.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:17:22.088Z] #13 101.9 Selecting previously unselected package libpcre16-3:amd64. [2021-06-30T09:17:22.088Z] #13 102.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:17:22.088Z] #13 102.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:17:22.348Z] #13 102.1 Selecting previously unselected package libpcre32-3:amd64. [2021-06-30T09:17:22.348Z] #13 102.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:17:22.348Z] #13 102.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:17:22.348Z] #13 102.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-30T09:17:22.348Z] #13 102.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-30T09:17:22.605Z] #13 102.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:17:22.605Z] #13 102.4 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-30T09:17:22.605Z] #13 102.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-30T09:17:22.605Z] #13 102.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:17:22.982Z] #17 119.6 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-06-30T09:17:22.982Z] #17 119.6 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:22.982Z] #17 119.6 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:23.119Z] #13 102.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-30T09:17:23.119Z] #13 102.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-30T09:17:23.119Z] #13 102.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:17:23.246Z] #17 119.7 Selecting previously unselected package crossbuild-essential-armel. [2021-06-30T09:17:23.246Z] #17 119.7 Preparing to unpack .../079-crossbuild-essential-armel_12.6_all.deb ... [2021-06-30T09:17:23.246Z] #17 119.7 Unpacking crossbuild-essential-armel (12.6) ... [2021-06-30T09:17:23.246Z] #17 119.8 Selecting previously unselected package libc6-armhf-cross. [2021-06-30T09:17:23.246Z] #17 119.8 Preparing to unpack .../080-libc6-armhf-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:23.246Z] #17 119.8 Unpacking libc6-armhf-cross (2.28-7cross1) ... [2021-06-30T09:17:23.376Z] #13 103.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-30T09:17:23.376Z] #13 103.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:17:23.376Z] #13 103.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:17:23.376Z] #13 103.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-30T09:17:23.376Z] #13 103.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:17:23.376Z] #13 103.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:17:23.505Z] #17 120.1 Selecting previously unselected package libgcc1-armhf-cross. [2021-06-30T09:17:23.505Z] #17 120.1 Preparing to unpack .../081-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-30T09:17:23.505Z] #17 120.1 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:23.505Z] #17 120.2 Selecting previously unselected package libgomp1-armhf-cross. [2021-06-30T09:17:23.505Z] #17 120.2 Preparing to unpack .../082-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:23.505Z] #17 120.2 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:23.633Z] #13 103.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-30T09:17:23.633Z] #13 103.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:17:23.633Z] #13 103.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:17:23.763Z] #17 120.3 Selecting previously unselected package libatomic1-armhf-cross. [2021-06-30T09:17:23.763Z] #17 120.3 Preparing to unpack .../083-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:23.763Z] #17 120.4 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:23.763Z] #17 120.5 Selecting previously unselected package libstdc++6-armhf-cross. [2021-06-30T09:17:23.763Z] #17 120.5 Preparing to unpack .../084-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:23.763Z] #17 120.5 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:23.889Z] #13 103.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:17:23.889Z] #13 103.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:17:24.019Z] #17 120.7 Selecting previously unselected package libasan5-armhf-cross. [2021-06-30T09:17:24.019Z] #17 120.7 Preparing to unpack .../085-libasan5-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:24.019Z] #17 120.8 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:24.146Z] #13 103.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:17:24.146Z] #13 103.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:17:24.146Z] #13 103.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:17:24.146Z] #13 103.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:17:24.146Z] #13 104.0 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:17:24.146Z] #13 104.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:17:24.146Z] #13 104.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-30T09:17:24.146Z] #13 104.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:17:24.146Z] #13 104.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:17:24.276Z] #17 ... [2021-06-30T09:17:24.276Z] [2021-06-30T09:17:24.276Z] #57 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-06-30T09:17:24.276Z] #57 sha256:97f705c5f512c6b0ae3fde752a576b4bbbd22175c4d708dbac3891d5fd2891db [2021-06-30T09:17:24.276Z] #57 134.8 + /build/golangci-lint --version [2021-06-30T09:17:24.276Z] #57 134.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-30T09:17:24.403Z] #13 104.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:17:24.403Z] #13 104.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:17:24.403Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-30T09:17:24.403Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-30T09:17:24.403Z] #13 104.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:17:24.403Z] #13 104.2 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-30T09:17:24.403Z] #13 104.2 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-30T09:17:24.403Z] #13 104.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:17:24.403Z] #13 104.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:17:24.403Z] #13 104.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:17:24.403Z] #13 104.3 Setting up dmsetup (2:1.02.155-3) ... [2021-06-30T09:17:24.403Z] #13 104.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:17:24.659Z] #13 104.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:17:24.659Z] #13 104.4 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:17:26.027Z] #13 DONE 105.9s [2021-06-30T09:17:26.027Z] [2021-06-30T09:17:26.027Z] #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-30T09:17:26.027Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:17:26.741Z] #13 ... [2021-06-30T09:17:26.741Z] [2021-06-30T09:17:26.741Z] #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-30T09:17:26.741Z] #59 sha256:ea2346b83388debbcde082670dd70b56125a8029b40a0b25b78903d24faf8ad0 [2021-06-30T09:17:26.741Z] #59 4.010 + RM_GOPATH=0 [2021-06-30T09:17:26.741Z] #59 4.010 + TMP_GOPATH= [2021-06-30T09:17:26.741Z] #59 4.010 + : /build [2021-06-30T09:17:26.741Z] #59 4.010 + '[' -z '' ']' [2021-06-30T09:17:26.741Z] #59 4.010 ++ mktemp -d [2021-06-30T09:17:26.741Z] #59 4.011 + export GOPATH=/tmp/tmp.LHPwZ3nPTF [2021-06-30T09:17:26.741Z] #59 4.011 + GOPATH=/tmp/tmp.LHPwZ3nPTF [2021-06-30T09:17:26.741Z] #59 4.011 + RM_GOPATH=1 [2021-06-30T09:17:26.741Z] #59 4.011 + case "$(go env GOARCH)" in [2021-06-30T09:17:26.741Z] #59 4.011 ++ go env GOARCH [2021-06-30T09:17:26.741Z] #59 4.020 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:26.741Z] #59 4.020 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:26.741Z] #59 4.020 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:26.741Z] #59 4.021 + dir=/tmp/install [2021-06-30T09:17:26.741Z] #59 4.021 + bin=rootlesskit [2021-06-30T09:17:26.741Z] #59 4.021 + shift [2021-06-30T09:17:26.741Z] #59 4.021 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-30T09:17:26.741Z] #59 4.021 + . /tmp/install/rootlesskit.installer [2021-06-30T09:17:26.741Z] #59 4.021 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:26.741Z] #59 4.021 + install_rootlesskit [2021-06-30T09:17:26.741Z] #59 4.021 + case "$1" in [2021-06-30T09:17:26.741Z] #59 4.021 + export CGO_ENABLED=0 [2021-06-30T09:17:26.741Z] #59 4.021 + CGO_ENABLED=0 [2021-06-30T09:17:26.741Z] #59 4.021 + _install_rootlesskit [2021-06-30T09:17:26.741Z] #59 4.022 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-30T09:17:26.741Z] #59 4.022 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LHPwZ3nPTF/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:17:26.741Z] #59 4.026 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:26.741Z] #59 4.026 Cloning into '/tmp/tmp.LHPwZ3nPTF/src/github.com/rootless-containers/rootlesskit'... [2021-06-30T09:17:26.741Z] #59 5.343 + cd /tmp/tmp.LHPwZ3nPTF/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:17:26.741Z] #59 5.343 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:26.741Z] #59 5.361 + export GO111MODULE=on [2021-06-30T09:17:26.741Z] #59 5.361 + GO111MODULE=on [2021-06-30T09:17:26.741Z] #59 5.361 + export GOPROXY=https://proxy.golang.org [2021-06-30T09:17:26.741Z] #59 5.361 + GOPROXY=https://proxy.golang.org [2021-06-30T09:17:26.741Z] #59 5.361 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:17:26.741Z] #59 5.361 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-30T09:17:26.741Z] #59 6.231 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-30T09:17:26.741Z] #59 6.231 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:17:26.741Z] #59 6.277 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-30T09:17:26.741Z] #59 6.562 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-30T09:17:27.304Z] #59 9.645 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-30T09:17:27.595Z] #59 ... [2021-06-30T09:17:27.595Z] [2021-06-30T09:17:27.595Z] #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-30T09:17:27.595Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:17:27.595Z] #36 4.298 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:27.595Z] #36 4.298 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:27.595Z] #36 4.298 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:27.595Z] #36 4.556 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:27.595Z] #36 5.122 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:27.595Z] #36 6.132 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:27.852Z] #36 ... [2021-06-30T09:17:27.852Z] [2021-06-30T09:17:27.852Z] #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-30T09:17:27.852Z] #48 sha256:b72a0515c27dd70361db87d9aa2955763bf0a55248cc9e69be988dc46c359335 [2021-06-30T09:17:27.852Z] #48 6.956 + RM_GOPATH=0 [2021-06-30T09:17:27.852Z] #48 6.956 + TMP_GOPATH= [2021-06-30T09:17:27.852Z] #48 6.956 + : /build [2021-06-30T09:17:27.852Z] #48 6.956 + '[' -z '' ']' [2021-06-30T09:17:27.852Z] #48 6.956 ++ mktemp -d [2021-06-30T09:17:27.852Z] #48 6.966 + export GOPATH=/tmp/tmp.MapI7Tndmu [2021-06-30T09:17:27.852Z] #48 6.966 + GOPATH=/tmp/tmp.MapI7Tndmu [2021-06-30T09:17:27.852Z] #48 6.966 + RM_GOPATH=1 [2021-06-30T09:17:27.852Z] #48 6.966 + case "$(go env GOARCH)" in [2021-06-30T09:17:27.852Z] #48 6.966 ++ go env GOARCH [2021-06-30T09:17:27.852Z] #48 6.974 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.852Z] #48 6.974 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.852Z] #48 6.979 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:27.852Z] #48 6.979 + dir=/tmp/install [2021-06-30T09:17:27.852Z] #48 6.979 + bin=gotestsum [2021-06-30T09:17:27.852Z] #48 6.979 + shift [2021-06-30T09:17:27.852Z] #48 6.979 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-30T09:17:27.852Z] #48 6.979 + . /tmp/install/gotestsum.installer [2021-06-30T09:17:27.852Z] #48 6.979 ++ : v0.5.3 [2021-06-30T09:17:27.852Z] #48 6.979 + install_gotestsum [2021-06-30T09:17:27.852Z] #48 6.979 + set -e [2021-06-30T09:17:27.852Z] #48 6.979 + export GO111MODULE=on [2021-06-30T09:17:27.852Z] #48 6.979 + GO111MODULE=on [2021-06-30T09:17:27.852Z] #48 6.979 + GOBIN=/build [2021-06-30T09:17:27.852Z] #48 6.979 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-30T09:17:27.852Z] #48 7.690 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-30T09:17:27.852Z] #48 9.299 go: downloading github.com/fatih/color v1.9.0 [2021-06-30T09:17:27.852Z] #48 9.299 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-30T09:17:27.852Z] #48 9.343 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:17:27.852Z] #48 9.415 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-30T09:17:27.852Z] #48 9.688 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-30T09:17:27.852Z] #48 9.688 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-30T09:17:27.852Z] #48 9.825 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-30T09:17:27.852Z] #48 9.998 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-30T09:17:27.852Z] #48 10.12 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-30T09:17:27.852Z] #48 ... [2021-06-30T09:17:27.852Z] [2021-06-30T09:17:27.852Z] #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-30T09:17:27.852Z] #24 sha256:ba67851c07729b927317856ff00f1fcae1aba6fdbe06be4f61851eea66d3fde3 [2021-06-30T09:17:27.852Z] #24 5.041 + RM_GOPATH=0 [2021-06-30T09:17:27.852Z] #24 5.041 + TMP_GOPATH= [2021-06-30T09:17:27.852Z] #24 5.041 + : /build [2021-06-30T09:17:27.852Z] #24 5.041 + '[' -z '' ']' [2021-06-30T09:17:27.852Z] #24 5.058 ++ mktemp -d [2021-06-30T09:17:27.852Z] #24 5.058 + export GOPATH=/tmp/tmp.mW0sOmd50D [2021-06-30T09:17:27.852Z] #24 5.058 + GOPATH=/tmp/tmp.mW0sOmd50D [2021-06-30T09:17:27.852Z] #24 5.058 + RM_GOPATH=1 [2021-06-30T09:17:27.852Z] #24 5.058 + case "$(go env GOARCH)" in [2021-06-30T09:17:27.852Z] #24 5.058 ++ go env GOARCH [2021-06-30T09:17:27.852Z] #24 5.067 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.852Z] #24 5.067 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.852Z] #24 5.067 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:27.852Z] #24 5.071 + dir=/tmp/install [2021-06-30T09:17:27.852Z] #24 5.071 + bin=dockercli [2021-06-30T09:17:27.852Z] #24 5.071 + shift [2021-06-30T09:17:27.852Z] #24 5.071 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-30T09:17:27.852Z] #24 5.071 + . /tmp/install/dockercli.installer [2021-06-30T09:17:27.852Z] #24 5.071 ++ : stable [2021-06-30T09:17:27.852Z] #24 5.071 ++ : 17.06.2-ce [2021-06-30T09:17:27.852Z] #24 5.071 + install_dockercli [2021-06-30T09:17:27.852Z] #24 5.071 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-30T09:17:27.852Z] #24 5.071 ++ uname -m [2021-06-30T09:17:27.852Z] #24 5.071 + arch=x86_64 [2021-06-30T09:17:27.852Z] #24 5.071 + '[' x86_64 '!=' x86_64 ']' [2021-06-30T09:17:27.852Z] #24 5.071 + url=https://download.docker.com/linux/static [2021-06-30T09:17:27.852Z] #24 5.071 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-30T09:17:27.852Z] #24 5.079 + tar -xz docker/docker [2021-06-30T09:17:27.852Z] #24 5.079 Install docker/cli version 17.06.2-ce from stable [2021-06-30T09:17:27.974Z] #54 1.635 + RM_GOPATH=0 [2021-06-30T09:17:27.974Z] #54 1.635 + TMP_GOPATH= [2021-06-30T09:17:27.974Z] #54 1.635 + : /build [2021-06-30T09:17:27.974Z] #54 1.635 + '[' -z '' ']' [2021-06-30T09:17:27.974Z] #54 1.637 ++ mktemp -d [2021-06-30T09:17:27.974Z] #54 1.641 + export GOPATH=/tmp/tmp.oop5qJZSzJ [2021-06-30T09:17:27.974Z] #54 1.642 + GOPATH=/tmp/tmp.oop5qJZSzJ [2021-06-30T09:17:27.974Z] #54 1.642 + RM_GOPATH=1 [2021-06-30T09:17:27.974Z] #54 1.643 + case "$(go env GOARCH)" in [2021-06-30T09:17:27.974Z] #54 1.647 ++ go env GOARCH [2021-06-30T09:17:27.974Z] #54 1.652 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.974Z] #54 1.652 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:27.974Z] #54 1.652 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:27.974Z] #54 1.661 + dir=/tmp/install [2021-06-30T09:17:27.974Z] #54 1.661 + bin=runc [2021-06-30T09:17:27.974Z] #54 1.661 + shift [2021-06-30T09:17:27.974Z] #54 1.661 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-30T09:17:27.974Z] #54 1.661 + . /tmp/install/runc.installer [2021-06-30T09:17:27.974Z] #54 1.662 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:17:27.974Z] #54 1.662 + install_runc [2021-06-30T09:17:27.974Z] #54 1.662 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-30T09:17:27.974Z] #54 1.664 + uname -r [2021-06-30T09:17:27.974Z] #54 1.675 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-06-30T09:17:27.974Z] #54 1.675 + RUNC_BUILDTAGS='seccomp ' [2021-06-30T09:17:27.974Z] #54 1.675 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-06-30T09:17:27.974Z] #54 1.675 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oop5qJZSzJ/src/github.com/opencontainers/runc [2021-06-30T09:17:27.974Z] #54 1.675 Cloning into '/tmp/tmp.oop5qJZSzJ/src/github.com/opencontainers/runc'... [2021-06-30T09:17:27.974Z] #54 ... [2021-06-30T09:17:27.974Z] [2021-06-30T09:17:27.974Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-30T09:17:27.974Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-30T09:17:27.974Z] #14 DONE 1.8s [2021-06-30T09:17:28.109Z] #24 ... [2021-06-30T09:17:28.109Z] [2021-06-30T09:17:28.109Z] #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-30T09:17:28.109Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:17:28.109Z] #56 7.588 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:28.109Z] #56 7.647 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:28.109Z] #56 7.647 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:28.109Z] #56 8.565 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:28.109Z] #56 10.49 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:28.109Z] #56 ... [2021-06-30T09:17:28.109Z] [2021-06-30T09:17:28.109Z] #34 [tomll 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install/tomll.installer,target=/tmp/install/tomll.installer . /tmp/install/tomll.installer && PREFIX=/build install_tomll [2021-06-30T09:17:28.109Z] #34 sha256:f7b56fbc4d5220b4eda406cf08970346bca153029bef8be7e6e7e9d22fd5640d [2021-06-30T09:17:28.109Z] #34 6.967 Install go-toml version v1.8.1 [2021-06-30T09:17:28.109Z] #34 7.683 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-30T09:17:28.109Z] #34 10.66 github.com/pelletier/go-toml [2021-06-30T09:17:28.237Z] [2021-06-30T09:17:28.237Z] #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-30T09:17:28.237Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-30T09:17:28.366Z] #34 ... [2021-06-30T09:17:28.366Z] [2021-06-30T09:17:28.366Z] #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-30T09:17:28.366Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:17:28.366Z] #46 7.604 + RM_GOPATH=0 [2021-06-30T09:17:28.366Z] #46 7.604 + TMP_GOPATH= [2021-06-30T09:17:28.366Z] #46 7.604 + : /build [2021-06-30T09:17:28.366Z] #46 7.604 + '[' -z '' ']' [2021-06-30T09:17:28.366Z] #46 7.604 ++ mktemp -d [2021-06-30T09:17:28.366Z] #46 7.604 + export GOPATH=/tmp/tmp.4DGr453uH9 [2021-06-30T09:17:28.366Z] #46 7.604 + GOPATH=/tmp/tmp.4DGr453uH9 [2021-06-30T09:17:28.366Z] #46 7.604 + RM_GOPATH=1 [2021-06-30T09:17:28.366Z] #46 7.604 + case "$(go env GOARCH)" in [2021-06-30T09:17:28.366Z] #46 7.604 ++ go env GOARCH [2021-06-30T09:17:28.366Z] #46 7.615 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:17:28.366Z] #46 7.615 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.366Z] #46 7.615 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.366Z] #46 7.615 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:28.366Z] #46 7.615 + dir=/tmp/install [2021-06-30T09:17:28.366Z] #46 7.615 + bin=vndr [2021-06-30T09:17:28.366Z] #46 7.615 + shift [2021-06-30T09:17:28.366Z] #46 7.615 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-30T09:17:28.366Z] #46 7.615 + . /tmp/install/vndr.installer [2021-06-30T09:17:28.366Z] #46 7.615 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:17:28.366Z] #46 7.615 + install_vndr [2021-06-30T09:17:28.366Z] #46 7.615 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-30T09:17:28.366Z] #46 7.615 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4DGr453uH9/src/github.com/LK4D4/vndr [2021-06-30T09:17:28.366Z] #46 7.637 Cloning into '/tmp/tmp.4DGr453uH9/src/github.com/LK4D4/vndr'... [2021-06-30T09:17:28.366Z] #46 8.469 + cd /tmp/tmp.4DGr453uH9/src/github.com/LK4D4/vndr [2021-06-30T09:17:28.366Z] #46 8.470 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-30T09:17:28.366Z] #46 8.498 + go build -buildmode=pie -v -o /build/vndr . [2021-06-30T09:17:28.366Z] #46 10.24 internal/unsafeheader [2021-06-30T09:17:28.366Z] #46 10.27 internal/cpu [2021-06-30T09:17:28.366Z] #46 10.33 runtime/internal/atomic [2021-06-30T09:17:28.366Z] #46 10.85 runtime/internal/sys [2021-06-30T09:17:28.366Z] #46 ... [2021-06-30T09:17:28.366Z] [2021-06-30T09:17:28.366Z] #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-30T09:17:28.366Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:17:28.366Z] #52 5.343 + RM_GOPATH=0 [2021-06-30T09:17:28.366Z] #52 5.343 + TMP_GOPATH= [2021-06-30T09:17:28.366Z] #52 5.343 + : /build [2021-06-30T09:17:28.366Z] #52 5.343 + '[' -z '' ']' [2021-06-30T09:17:28.366Z] #52 5.343 ++ mktemp -d [2021-06-30T09:17:28.366Z] #52 5.343 + export GOPATH=/tmp/tmp.rqiEoogalZ [2021-06-30T09:17:28.366Z] #52 5.343 + GOPATH=/tmp/tmp.rqiEoogalZ [2021-06-30T09:17:28.366Z] #52 5.343 + RM_GOPATH=1 [2021-06-30T09:17:28.366Z] #52 5.343 + case "$(go env GOARCH)" in [2021-06-30T09:17:28.366Z] #52 5.343 ++ go env GOARCH [2021-06-30T09:17:28.366Z] #52 5.352 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.366Z] #52 5.352 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.366Z] #52 5.352 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:28.366Z] #52 5.352 + dir=/tmp/install [2021-06-30T09:17:28.366Z] #52 5.352 + bin=shfmt [2021-06-30T09:17:28.366Z] #52 5.352 + shift [2021-06-30T09:17:28.366Z] #52 5.352 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-30T09:17:28.366Z] #52 5.352 + . /tmp/install/shfmt.installer [2021-06-30T09:17:28.366Z] #52 5.352 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:17:28.366Z] #52 5.352 + install_shfmt [2021-06-30T09:17:28.366Z] #52 5.352 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-30T09:17:28.366Z] #52 5.352 + git clone https://github.com/mvdan/sh.git /tmp/tmp.rqiEoogalZ/src/github.com/mvdan/sh [2021-06-30T09:17:28.366Z] #52 5.352 Cloning into '/tmp/tmp.rqiEoogalZ/src/github.com/mvdan/sh'... [2021-06-30T09:17:28.366Z] #52 5.352 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:17:28.445Z] #57 DONE 138.4s [2021-06-30T09:17:28.445Z] [2021-06-30T09:17:28.445Z] #47 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:17:28.445Z] #47 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:28.445Z] #47 DONE 137.5s [2021-06-30T09:17:28.445Z] [2021-06-30T09:17:28.445Z] #17 [cross-true 6/6] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends crossbuild-essential-arm64 crossbuild-essential-armel crossbuild-essential-armhf crossbuild-essential-ppc64el crossbuild-essential-s390x [2021-06-30T09:17:28.445Z] #17 sha256:4c6d3b07f248e68418c86c63d5c83017a936a90506136468c660035c3d892777 [2021-06-30T09:17:28.445Z] #17 121.7 Selecting previously unselected package libubsan1-armhf-cross. [2021-06-30T09:17:28.445Z] #17 121.7 Preparing to unpack .../086-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:28.445Z] #17 121.9 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:28.445Z] #17 122.2 Selecting previously unselected package libgcc-8-dev-armhf-cross. [2021-06-30T09:17:28.445Z] #17 122.2 Preparing to unpack .../087-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:28.445Z] #17 122.2 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:28.445Z] #17 123.2 Selecting previously unselected package gcc-8-arm-linux-gnueabihf. [2021-06-30T09:17:28.445Z] #17 123.2 Preparing to unpack .../088-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:28.445Z] #17 123.2 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:28.445Z] #17 124.5 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-06-30T09:17:28.445Z] #17 124.5 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:28.445Z] #17 124.5 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:28.445Z] #17 124.7 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-06-30T09:17:28.445Z] #17 124.7 Preparing to unpack .../090-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ... [2021-06-30T09:17:28.445Z] #17 124.7 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-06-30T09:17:28.445Z] #17 125.1 Selecting previously unselected package libc6-dev-armhf-cross. [2021-06-30T09:17:28.445Z] #17 125.1 Preparing to unpack .../091-libc6-dev-armhf-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:28.445Z] #17 125.1 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ... [2021-06-30T09:17:28.623Z] #52 ... [2021-06-30T09:17:28.623Z] [2021-06-30T09:17:28.623Z] #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-30T09:17:28.623Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:28.623Z] #50 5.640 + RM_GOPATH=0 [2021-06-30T09:17:28.623Z] #50 5.640 + TMP_GOPATH= [2021-06-30T09:17:28.623Z] #50 5.640 + : /build [2021-06-30T09:17:28.623Z] #50 5.640 + '[' -z '' ']' [2021-06-30T09:17:28.623Z] #50 5.644 ++ mktemp -d [2021-06-30T09:17:28.623Z] #50 5.644 + export GOPATH=/tmp/tmp.JxjT1wN0Fo [2021-06-30T09:17:28.623Z] #50 5.644 + GOPATH=/tmp/tmp.JxjT1wN0Fo [2021-06-30T09:17:28.623Z] #50 5.644 + RM_GOPATH=1 [2021-06-30T09:17:28.623Z] #50 5.644 + case "$(go env GOARCH)" in [2021-06-30T09:17:28.623Z] #50 5.646 ++ go env GOARCH [2021-06-30T09:17:28.623Z] #50 5.659 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.623Z] #50 5.659 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:28.623Z] #50 5.659 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:28.623Z] #50 5.659 + dir=/tmp/install [2021-06-30T09:17:28.623Z] #50 5.659 + bin=golangci_lint [2021-06-30T09:17:28.623Z] #50 5.659 + shift [2021-06-30T09:17:28.623Z] #50 5.659 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-30T09:17:28.623Z] #50 5.659 + . /tmp/install/golangci_lint.installer [2021-06-30T09:17:28.623Z] #50 5.659 ++ : v1.23.8 [2021-06-30T09:17:28.623Z] #50 5.659 + install_golangci_lint [2021-06-30T09:17:28.623Z] #50 5.659 + set -e [2021-06-30T09:17:28.623Z] #50 5.659 + export GO111MODULE=on [2021-06-30T09:17:28.623Z] #50 5.659 + GO111MODULE=on [2021-06-30T09:17:28.623Z] #50 5.659 + GOBIN=/build [2021-06-30T09:17:28.623Z] #50 5.659 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-30T09:17:28.623Z] #50 6.233 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-30T09:17:28.623Z] #50 ... [2021-06-30T09:17:28.623Z] [2021-06-30T09:17:28.623Z] #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-30T09:17:28.623Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:17:28.623Z] #32 6.406 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-30T09:17:28.623Z] #32 6.438 Cloning into '.'... [2021-06-30T09:17:28.880Z] #32 ... [2021-06-30T09:17:28.880Z] [2021-06-30T09:17:28.880Z] #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-30T09:17:28.880Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:28.880Z] #13 7.418 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:17:28.880Z] #13 7.421 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:28.880Z] #13 7.472 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:28.880Z] #13 7.473 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:29.008Z] #17 125.6 Selecting previously unselected package libstdc++-8-dev-armhf-cross. [2021-06-30T09:17:29.008Z] #17 125.6 Preparing to unpack .../092-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:29.008Z] #17 125.6 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:29.447Z] #13 ... [2021-06-30T09:17:29.447Z] [2021-06-30T09:17:29.447Z] #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-30T09:17:29.447Z] #24 sha256:ba67851c07729b927317856ff00f1fcae1aba6fdbe06be4f61851eea66d3fde3 [2021-06-30T09:17:29.447Z] #24 11.50 + mkdir -p /build [2021-06-30T09:17:29.447Z] #24 11.50 + mv docker/docker /build/ [2021-06-30T09:17:29.447Z] #24 11.50 + rmdir docker [2021-06-30T09:17:29.447Z] #24 DONE 12.0s [2021-06-30T09:17:29.571Z] #17 126.1 Selecting previously unselected package g++-8-arm-linux-gnueabihf. [2021-06-30T09:17:29.571Z] #17 126.1 Preparing to unpack .../093-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:29.571Z] #17 126.1 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:29.612Z] #15 DONE 1.5s [2021-06-30T09:17:29.612Z] [2021-06-30T09:17:29.612Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-30T09:17:29.612Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-30T09:17:29.704Z] [2021-06-30T09:17:29.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-30T09:17:29.704Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:17:29.704Z] #46 11.09 runtime/internal/math [2021-06-30T09:17:29.704Z] #46 11.20 internal/bytealg [2021-06-30T09:17:29.704Z] #46 11.31 internal/race [2021-06-30T09:17:29.704Z] #46 11.53 sync/atomic [2021-06-30T09:17:29.704Z] #46 12.01 unicode [2021-06-30T09:17:29.960Z] #46 12.41 runtime [2021-06-30T09:17:30.500Z] #17 127.0 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-06-30T09:17:30.500Z] #17 127.0 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:30.500Z] #17 127.0 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:30.500Z] #17 127.1 Selecting previously unselected package crossbuild-essential-armhf. [2021-06-30T09:17:30.500Z] #17 127.1 Preparing to unpack .../095-crossbuild-essential-armhf_12.6_all.deb ... [2021-06-30T09:17:30.500Z] #17 127.1 Unpacking crossbuild-essential-armhf (12.6) ... [2021-06-30T09:17:30.500Z] #17 127.1 Selecting previously unselected package libc6-ppc64el-cross. [2021-06-30T09:17:30.500Z] #17 127.1 Preparing to unpack .../096-libc6-ppc64el-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:30.500Z] #17 127.1 Unpacking libc6-ppc64el-cross (2.28-7cross1) ... [2021-06-30T09:17:30.500Z] #17 127.3 Selecting previously unselected package libgcc1-ppc64el-cross. [2021-06-30T09:17:30.541Z] #16 1.090 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-30T09:17:30.541Z] #16 DONE 1.2s [2021-06-30T09:17:30.541Z] [2021-06-30T09:17:30.541Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-30T09:17:30.541Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-30T09:17:30.756Z] #17 127.3 Preparing to unpack .../097-libgcc1-ppc64el-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-30T09:17:30.756Z] #17 127.3 Unpacking libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:30.756Z] #17 127.3 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-06-30T09:17:30.756Z] #17 127.3 Preparing to unpack .../098-libgomp1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:30.756Z] #17 127.3 Unpacking libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:30.756Z] #17 127.4 Selecting previously unselected package libitm1-ppc64el-cross. [2021-06-30T09:17:30.756Z] #17 127.4 Preparing to unpack .../099-libitm1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:30.756Z] #17 127.4 Unpacking libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:30.756Z] #17 127.4 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-06-30T09:17:30.756Z] #17 127.4 Preparing to unpack .../100-libatomic1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:30.756Z] #17 127.4 Unpacking libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:30.756Z] #17 127.5 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-06-30T09:17:30.756Z] #17 127.5 Preparing to unpack .../101-libstdc++6-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:30.756Z] #17 127.5 Unpacking libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.012Z] #17 127.6 Selecting previously unselected package libasan5-ppc64el-cross. [2021-06-30T09:17:31.012Z] #17 127.6 Preparing to unpack .../102-libasan5-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.012Z] #17 127.6 Unpacking libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.012Z] #17 127.6 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-06-30T09:17:31.012Z] #17 127.7 Preparing to unpack .../103-liblsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.012Z] #17 127.7 Unpacking liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.012Z] #17 127.7 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-06-30T09:17:31.012Z] #17 127.7 Preparing to unpack .../104-libtsan0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.012Z] #17 127.7 Unpacking libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.269Z] #17 127.8 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-06-30T09:17:31.269Z] #17 127.8 Preparing to unpack .../105-libubsan1-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.269Z] #17 127.8 Unpacking libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.269Z] #17 127.9 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-06-30T09:17:31.269Z] #17 127.9 Preparing to unpack .../106-libquadmath0-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.269Z] #17 127.9 Unpacking libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.269Z] #17 127.9 Selecting previously unselected package libgcc-8-dev-ppc64el-cross. [2021-06-30T09:17:31.269Z] #17 127.9 Preparing to unpack .../107-libgcc-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:31.269Z] #17 127.9 Unpacking libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:31.525Z] #17 128.1 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu. [2021-06-30T09:17:31.525Z] #17 128.1 Preparing to unpack .../108-gcc-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:31.525Z] #17 128.1 Unpacking gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:31.912Z] #17 DONE 1.3s [2021-06-30T09:17:31.912Z] [2021-06-30T09:17:31.912Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-30T09:17:31.912Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-30T09:17:32.088Z] #17 128.8 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-06-30T09:17:32.088Z] #17 128.8 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:32.088Z] #17 128.8 Unpacking gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:32.169Z] #18 ... [2021-06-30T09:17:32.169Z] [2021-06-30T09:17:32.169Z] #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-30T09:17:32.169Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:17:32.169Z] #46 105.6 vendor/golang.org/x/net/idna [2021-06-30T09:17:32.169Z] #46 107.2 vendor/golang.org/x/net/http2/hpack [2021-06-30T09:17:32.169Z] #46 108.4 mime [2021-06-30T09:17:32.169Z] #46 109.8 mime/quotedprintable [2021-06-30T09:17:32.169Z] #46 110.7 net/http/internal [2021-06-30T09:17:32.169Z] #46 115.0 crypto/tls [2021-06-30T09:17:32.344Z] #17 128.8 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-06-30T09:17:32.344Z] #17 128.8 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_4.19.20-1cross1_all.deb ... [2021-06-30T09:17:32.344Z] #17 128.8 Unpacking linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-06-30T09:17:32.344Z] #17 129.0 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-06-30T09:17:32.344Z] #17 129.0 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:32.344Z] #17 129.0 Unpacking libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-06-30T09:17:32.427Z] #46 ... [2021-06-30T09:17:32.427Z] [2021-06-30T09:17:32.427Z] #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-30T09:17:32.427Z] #59 sha256:26da61de2b77fcec75a986c4ece5f5300428be2a298199b76961a8d042d5e533 [2021-06-30T09:17:32.427Z] #59 108.7 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:17:32.427Z] #59 108.7 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-30T09:17:32.427Z] #59 DONE 116.3s [2021-06-30T09:17:32.600Z] #17 129.3 Selecting previously unselected package libstdc++-8-dev-ppc64el-cross. [2021-06-30T09:17:32.600Z] #17 129.3 Preparing to unpack .../112-libstdc++-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:32.600Z] #17 129.3 Unpacking libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:32.684Z] [2021-06-30T09:17:32.684Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-30T09:17:32.684Z] #60 sha256:21b9ad541078e168dd094912c006905d124be768df7023d18ea5aac6bc578295 [2021-06-30T09:17:32.684Z] #60 DONE 0.1s [2021-06-30T09:17:32.684Z] [2021-06-30T09:17:32.684Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-30T09:17:32.684Z] #61 sha256:8836ff06675b5dd67e04f6ca8d4dc46d03e4718618beb62f76a1486114134c79 [2021-06-30T09:17:32.856Z] #17 129.7 Selecting previously unselected package g++-8-powerpc64le-linux-gnu. [2021-06-30T09:17:32.941Z] #61 DONE 0.1s [2021-06-30T09:17:32.941Z] [2021-06-30T09:17:32.941Z] #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-30T09:17:32.941Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:33.113Z] #17 129.7 Preparing to unpack .../113-g++-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:33.113Z] #17 129.7 Unpacking g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:33.235Z] #46 15.62 unicode/utf8 [2021-06-30T09:17:33.505Z] #40 ... [2021-06-30T09:17:33.505Z] [2021-06-30T09:17:33.505Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-30T09:17:33.505Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-30T09:17:33.505Z] #18 DONE 1.6s [2021-06-30T09:17:33.505Z] [2021-06-30T09:17:33.505Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-30T09:17:33.505Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-30T09:17:33.678Z] #17 130.3 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-06-30T09:17:33.678Z] #17 130.3 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:33.678Z] #17 130.3 Unpacking g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:33.678Z] #17 130.4 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-06-30T09:17:33.678Z] #17 130.4 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.6_all.deb ... [2021-06-30T09:17:33.678Z] #17 130.4 Unpacking crossbuild-essential-ppc64el (12.6) ... [2021-06-30T09:17:33.678Z] #17 130.4 Selecting previously unselected package libc6-s390x-cross. [2021-06-30T09:17:33.678Z] #17 130.4 Preparing to unpack .../116-libc6-s390x-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:33.678Z] #17 130.4 Unpacking libc6-s390x-cross (2.28-7cross1) ... [2021-06-30T09:17:33.800Z] #46 ... [2021-06-30T09:17:33.800Z] [2021-06-30T09:17:33.800Z] #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-30T09:17:33.800Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:33.800Z] #50 16.20 go: downloading github.com/fatih/color v1.7.0 [2021-06-30T09:17:33.800Z] #50 16.20 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-30T09:17:33.800Z] #50 16.26 go: downloading github.com/pkg/errors v0.8.1 [2021-06-30T09:17:33.800Z] #50 16.30 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-30T09:17:33.800Z] #50 ... [2021-06-30T09:17:33.800Z] [2021-06-30T09:17:33.800Z] #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-30T09:17:33.800Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:17:33.800Z] #44 6.086 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:33.800Z] #44 6.142 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:33.800Z] #44 6.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:33.800Z] #44 6.611 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-30T09:17:33.800Z] #44 6.825 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:33.800Z] #44 8.567 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:33.800Z] #44 10.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:33.800Z] #44 12.71 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-30T09:17:33.935Z] #17 130.6 Selecting previously unselected package libgcc1-s390x-cross. [2021-06-30T09:17:33.935Z] #17 130.6 Preparing to unpack .../117-libgcc1-s390x-cross_1%3a8.3.0-2cross1_all.deb ... [2021-06-30T09:17:33.935Z] #17 130.6 Unpacking libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:33.935Z] #17 130.6 Selecting previously unselected package libgomp1-s390x-cross. [2021-06-30T09:17:33.935Z] #17 130.6 Preparing to unpack .../118-libgomp1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:33.935Z] #17 130.6 Unpacking libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:33.935Z] #17 130.7 Selecting previously unselected package libitm1-s390x-cross. [2021-06-30T09:17:33.935Z] #17 130.7 Preparing to unpack .../119-libitm1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:33.935Z] #17 130.7 Unpacking libitm1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:33.935Z] #17 130.7 Selecting previously unselected package libatomic1-s390x-cross. [2021-06-30T09:17:33.935Z] #17 130.7 Preparing to unpack .../120-libatomic1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:33.935Z] #17 130.7 Unpacking libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:33.935Z] #17 130.8 Selecting previously unselected package libstdc++6-s390x-cross. [2021-06-30T09:17:34.060Z] #44 ... [2021-06-30T09:17:34.060Z] [2021-06-30T09:17:34.060Z] #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-30T09:17:34.060Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:34.060Z] #50 16.44 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-30T09:17:34.192Z] #17 130.8 Preparing to unpack .../121-libstdc++6-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:34.192Z] #17 130.8 Unpacking libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:34.192Z] #17 130.9 Selecting previously unselected package libasan5-s390x-cross. [2021-06-30T09:17:34.192Z] #17 130.9 Preparing to unpack .../122-libasan5-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:34.192Z] #17 130.9 Unpacking libasan5-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:34.448Z] #17 131.1 Selecting previously unselected package libubsan1-s390x-cross. [2021-06-30T09:17:34.448Z] #17 131.1 Preparing to unpack .../123-libubsan1-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:34.448Z] #17 131.1 Unpacking libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:34.623Z] #50 16.74 go: downloading github.com/spf13/viper v1.6.1 [2021-06-30T09:17:34.704Z] #17 131.2 Selecting previously unselected package libgcc-8-dev-s390x-cross. [2021-06-30T09:17:34.704Z] #17 131.2 Preparing to unpack .../124-libgcc-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:34.704Z] #17 131.2 Unpacking libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:34.704Z] #17 131.4 Selecting previously unselected package gcc-8-s390x-linux-gnu. [2021-06-30T09:17:34.704Z] #17 131.4 Preparing to unpack .../125-gcc-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:34.704Z] #17 131.4 Unpacking gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:34.880Z] #50 17.17 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-30T09:17:34.880Z] #50 ... [2021-06-30T09:17:34.880Z] [2021-06-30T09:17:34.880Z] #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-30T09:17:34.880Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:34.880Z] #40 6.892 + git clone https://github.com/docker/distribution.git . [2021-06-30T09:17:34.880Z] #40 6.894 Cloning into '.'... [2021-06-30T09:17:34.880Z] #40 ... [2021-06-30T09:17:34.880Z] [2021-06-30T09:17:34.880Z] #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-30T09:17:34.880Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:34.880Z] #50 17.22 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-30T09:17:34.880Z] #50 17.32 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-30T09:17:34.880Z] #50 17.32 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-30T09:17:35.267Z] #17 132.0 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-06-30T09:17:35.267Z] #17 132.0 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:35.267Z] #17 132.0 Unpacking gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:35.267Z] #17 132.1 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-06-30T09:17:35.400Z] #19 DONE 2.0s [2021-06-30T09:17:35.400Z] [2021-06-30T09:17:35.400Z] #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-30T09:17:35.400Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:17:35.523Z] #17 132.1 Preparing to unpack .../127-linux-libc-dev-s390x-cross_4.19.20-1cross1_all.deb ... [2021-06-30T09:17:35.523Z] #17 132.1 Unpacking linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-06-30T09:17:35.523Z] #17 132.3 Selecting previously unselected package libc6-dev-s390x-cross. [2021-06-30T09:17:35.523Z] #17 132.3 Preparing to unpack .../128-libc6-dev-s390x-cross_2.28-7cross1_all.deb ... [2021-06-30T09:17:35.523Z] #17 132.3 Unpacking libc6-dev-s390x-cross (2.28-7cross1) ... [2021-06-30T09:17:35.811Z] #50 18.28 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-30T09:17:36.067Z] #50 18.58 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-30T09:17:36.085Z] #17 132.6 Selecting previously unselected package libstdc++-8-dev-s390x-cross. [2021-06-30T09:17:36.085Z] #17 132.6 Preparing to unpack .../129-libstdc++-8-dev-s390x-cross_8.3.0-2cross1_all.deb ... [2021-06-30T09:17:36.085Z] #17 132.7 Unpacking libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:36.085Z] #17 132.9 Selecting previously unselected package g++-8-s390x-linux-gnu. [2021-06-30T09:17:36.341Z] #17 132.9 Preparing to unpack .../130-g++-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ... [2021-06-30T09:17:36.341Z] #17 132.9 Unpacking g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:36.903Z] #17 133.5 Selecting previously unselected package g++-s390x-linux-gnu. [2021-06-30T09:17:36.903Z] #17 133.5 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ... [2021-06-30T09:17:36.903Z] #17 133.5 Unpacking g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:36.903Z] #17 133.5 Selecting previously unselected package crossbuild-essential-s390x. [2021-06-30T09:17:36.903Z] #17 133.5 Preparing to unpack .../132-crossbuild-essential-s390x_12.6_all.deb ... [2021-06-30T09:17:36.903Z] #17 133.5 Unpacking crossbuild-essential-s390x (12.6) ... [2021-06-30T09:17:36.903Z] #17 133.6 Setting up libconfig-inifiles-perl (3.000001-1) ... [2021-06-30T09:17:36.903Z] #17 133.6 Setting up libfile-which-perl (1.23-1) ... [2021-06-30T09:17:37.158Z] #17 133.6 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ... [2021-06-30T09:17:37.158Z] #17 133.6 Setting up libc6-armhf-cross (2.28-7cross1) ... [2021-06-30T09:17:37.158Z] #17 133.6 Setting up binutils-s390x-linux-gnu (2.31.1-16) ... [2021-06-30T09:17:37.158Z] #17 133.7 Setting up libmagic-mgc (1:5.35-4+deb10u2) ... [2021-06-30T09:17:37.158Z] #17 133.7 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:37.158Z] #17 133.7 Setting up gcc-8-cross-base (8.3.0-2cross1) ... [2021-06-30T09:17:37.158Z] #17 133.8 Setting up libc6-ppc64el-cross (2.28-7cross1) ... [2021-06-30T09:17:37.158Z] #17 133.9 Setting up libc6-s390x-cross (2.28-7cross1) ... [2021-06-30T09:17:37.158Z] #17 133.9 Setting up gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:37.158Z] #17 133.9 Setting up libatomic1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:37.158Z] #17 133.9 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ... [2021-06-30T09:17:37.158Z] #17 134.0 Setting up libxml-namespacesupport-perl (1.12-1) ... [2021-06-30T09:17:37.294Z] #20 1.456 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:17:37.294Z] #20 1.457 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:37.294Z] #20 1.501 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:37.294Z] #20 1.621 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:37.414Z] #17 134.0 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ... [2021-06-30T09:17:37.414Z] #17 134.0 Setting up file (1:5.35-4+deb10u2) ... [2021-06-30T09:17:37.414Z] #17 134.1 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:37.414Z] #17 134.1 Setting up libgomp1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:37.414Z] #17 134.1 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:17:37.414Z] #17 134.1 Setting up libyaml-perl (1.27-1) ... [2021-06-30T09:17:37.414Z] #17 134.1 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:37.414Z] #17 134.2 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:17:37.414Z] #17 134.2 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:37.414Z] #17 134.2 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ... [2021-06-30T09:17:37.414Z] #17 134.2 Setting up libxml-sax-base-perl (1.09-1) ... [2021-06-30T09:17:37.551Z] #20 2.018 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:17:37.669Z] #17 134.2 Setting up libio-string-perl (1.08-3) ... [2021-06-30T09:17:37.669Z] #17 134.3 Setting up linux-libc-dev-s390x-cross (4.19.20-1cross1) ... [2021-06-30T09:17:37.669Z] #17 134.3 Setting up cross-config (2.6.15-3) ... [2021-06-30T09:17:37.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-30T09:17:37.924Z] #17 134.5 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:37.924Z] #17 134.5 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:37.924Z] #17 134.6 Setting up cpp-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:37.924Z] #17 134.6 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:37.924Z] #17 134.6 Setting up xz-utils (5.2.4-1) ... [2021-06-30T09:17:37.924Z] #17 134.6 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-30T09:17:37.924Z] #17 134.6 Setting up libc6-arm64-cross (2.28-7cross1) ... [2021-06-30T09:17:37.924Z] #17 134.7 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-30T09:17:37.924Z] #17 134.7 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ... [2021-06-30T09:17:37.924Z] #17 134.7 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:37.964Z] #50 ... [2021-06-30T09:17:37.964Z] [2021-06-30T09:17:37.964Z] #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-30T09:17:37.964Z] #59 sha256:ea2346b83388debbcde082670dd70b56125a8029b40a0b25b78903d24faf8ad0 [2021-06-30T09:17:37.964Z] #59 10.42 go: downloading github.com/google/uuid v1.2.0 [2021-06-30T09:17:37.964Z] #59 10.50 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-30T09:17:37.964Z] #59 10.55 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-30T09:17:37.964Z] #59 10.59 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-30T09:17:37.964Z] #59 10.66 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-30T09:17:37.964Z] #59 10.94 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-30T09:17:37.964Z] #59 11.31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-30T09:17:37.964Z] #59 11.69 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-30T09:17:37.964Z] #59 14.05 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-30T09:17:37.964Z] #59 19.24 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-30T09:17:38.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-30T09:17:38.180Z] #17 134.7 Setting up libitm1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.7 Setting up libitm1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.7 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up libc6-armel-cross (2.28-7cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up libitm1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up libatomic1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up libc6-dev-s390x-cross (2.28-7cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up binutils-powerpc64le-linux-gnu (2.31.1-16) ... [2021-06-30T09:17:38.180Z] #17 134.8 Setting up libc6-dev-armel-cross (2.28-7cross1) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up libfile-homedir-perl (1.004-1) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up libgomp1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up liblocale-gettext-perl (1.07-3+b4) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 134.9 Setting up libgcc1-s390x-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 135.0 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 135.0 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 135.0 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 135.0 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.180Z] #17 135.0 Setting up libgcc1-ppc64el-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:38.251Z] #59 ... [2021-06-30T09:17:38.251Z] [2021-06-30T09:17:38.251Z] #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-30T09:17:38.251Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:17:38.251Z] #52 13.78 + cd /tmp/tmp.rqiEoogalZ/src/github.com/mvdan/sh [2021-06-30T09:17:38.251Z] #52 13.78 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-30T09:17:38.251Z] #52 13.87 + GO111MODULE=on [2021-06-30T09:17:38.251Z] #52 13.87 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-30T09:17:38.251Z] #52 14.97 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-30T09:17:38.251Z] #52 14.97 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-30T09:17:38.251Z] #52 15.08 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-30T09:17:38.251Z] #52 16.97 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-30T09:17:38.251Z] #52 20.27 encoding [2021-06-30T09:17:38.251Z] #52 20.54 runtime [2021-06-30T09:17:38.251Z] #52 20.64 math [2021-06-30T09:17:38.436Z] #17 135.0 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.0 Setting up libgomp1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up libc6-dev-ppc64el-cross (2.28-7cross1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up cpp-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up libquadmath0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up libstdc++6-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up libc6-dev-armhf-cross (2.28-7cross1) ... [2021-06-30T09:17:38.436Z] #17 135.1 Setting up cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.2 Setting up libasan5-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.2 Setting up libc6-dev-arm64-cross (2.28-7cross1) ... [2021-06-30T09:17:38.436Z] #17 135.2 Setting up libatomic1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.436Z] #17 135.2 Setting up libxml-sax-perl (1.00+dfsg-1) ... [2021-06-30T09:17:38.481Z] #20 2.940 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:38.518Z] #52 ... [2021-06-30T09:17:38.518Z] [2021-06-30T09:17:38.518Z] #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-30T09:17:38.518Z] #48 sha256:b72a0515c27dd70361db87d9aa2955763bf0a55248cc9e69be988dc46c359335 [2021-06-30T09:17:38.518Z] #48 10.85 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-30T09:17:38.518Z] #48 12.98 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-30T09:17:38.692Z] #17 135.3 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-06-30T09:17:38.692Z] #17 135.3 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-06-30T09:17:38.692Z] #17 135.5 [2021-06-30T09:17:38.692Z] #17 135.5 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-06-30T09:17:38.692Z] #17 135.5 Setting up dpkg-dev (1.19.7) ... [2021-06-30T09:17:38.692Z] #17 135.5 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.692Z] #17 135.5 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ... [2021-06-30T09:17:38.775Z] #48 ... [2021-06-30T09:17:38.775Z] [2021-06-30T09:17:38.775Z] #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-30T09:17:38.775Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:17:38.775Z] #46 16.26 math/bits [2021-06-30T09:17:38.775Z] #46 16.89 math [2021-06-30T09:17:38.775Z] #46 20.92 unicode/utf16 [2021-06-30T09:17:38.775Z] #46 21.23 container/list [2021-06-30T09:17:38.948Z] #17 135.5 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:38.948Z] #17 135.6 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.948Z] #17 135.6 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.948Z] #17 135.6 Setting up libstdc++6-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:38.948Z] #17 135.6 Setting up libxml-libxml-perl (2.0134+dfsg-1) ... [2021-06-30T09:17:38.948Z] #17 135.6 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-06-30T09:17:38.948Z] #17 135.7 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-06-30T09:17:38.948Z] #17 135.8 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-06-30T09:17:39.203Z] #17 135.9 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-06-30T09:17:39.203Z] #17 135.9 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:39.203Z] #17 135.9 Setting up cpp-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:39.203Z] #17 136.0 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.203Z] #17 136.0 Setting up libubsan1-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.203Z] #17 136.0 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.203Z] #17 136.0 Setting up libasan5-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.203Z] #17 136.0 Setting up libubsan1-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.341Z] #46 ... [2021-06-30T09:17:39.341Z] [2021-06-30T09:17:39.341Z] #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-30T09:17:39.341Z] #34 sha256:f7b56fbc4d5220b4eda406cf08970346bca153029bef8be7e6e7e9d22fd5640d [2021-06-30T09:17:39.341Z] #34 18.17 github.com/pelletier/go-toml/cmd/tomll [2021-06-30T09:17:39.341Z] #34 DONE 21.6s [2021-06-30T09:17:39.341Z] [2021-06-30T09:17:39.341Z] #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-30T09:17:39.341Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:39.341Z] #13 8.514 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:17:39.341Z] #13 10.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:39.341Z] #13 11.97 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:39.341Z] #13 13.86 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:39.341Z] #13 ... [2021-06-30T09:17:39.341Z] [2021-06-30T09:17:39.341Z] #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-30T09:17:39.341Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:17:39.341Z] #46 21.80 crypto/internal/subtle [2021-06-30T09:17:39.409Z] #20 3.863 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:39.463Z] #17 136.0 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.463Z] #17 136.0 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.463Z] #17 136.1 Setting up libasan5-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.463Z] #17 136.1 Setting up liblsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.463Z] #17 136.1 Setting up libasan5-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.463Z] #17 136.2 Setting up libasan5-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.598Z] #46 21.92 crypto/subtle [2021-06-30T09:17:39.598Z] #46 22.09 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-30T09:17:39.755Z] #17 136.3 Setting up libtsan0-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.3 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up libubsan1-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up libxml-simple-perl (2.25-1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up libgcc-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:39.755Z] #17 136.4 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:39.755Z] #17 136.5 Setting up libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:39.864Z] #46 22.21 internal/nettrace [2021-06-30T09:17:39.864Z] #46 22.41 runtime/cgo [2021-06-30T09:17:40.010Z] #17 136.5 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.5 Setting up libconfig-auto-perl (0.44-1) ... [2021-06-30T09:17:40.010Z] #17 136.5 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.5 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.5 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.5 Setting up gcc-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.6 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.6 Setting up libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.6 Setting up g++-8-s390x-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up libdebian-dpkgcross-perl (2.6.15-3) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.7 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.8 Setting up g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ... [2021-06-30T09:17:40.010Z] #17 136.8 Setting up gcc-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.010Z] #17 136.8 Setting up gcc-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.010Z] #17 136.8 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:40.010Z] #17 136.8 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.265Z] #17 136.9 Setting up dpkg-cross (2.6.15-3) ... [2021-06-30T09:17:40.265Z] #17 136.9 Setting up g++-powerpc64le-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.265Z] #17 136.9 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ... [2021-06-30T09:17:40.265Z] #17 136.9 Setting up g++-s390x-linux-gnu (4:8.3.0-1) ... [2021-06-30T09:17:40.265Z] #17 137.0 Setting up crossbuild-essential-armhf (12.6) ... [2021-06-30T09:17:40.265Z] #17 137.0 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ... [2021-06-30T09:17:40.265Z] #17 137.0 Setting up crossbuild-essential-arm64 (12.6) ... [2021-06-30T09:17:40.265Z] #17 137.0 Setting up crossbuild-essential-s390x (12.6) ... [2021-06-30T09:17:40.428Z] #46 ... [2021-06-30T09:17:40.428Z] [2021-06-30T09:17:40.428Z] #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-30T09:17:40.428Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:17:40.428Z] #56 12.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:40.521Z] #17 137.1 Setting up crossbuild-essential-ppc64el (12.6) ... [2021-06-30T09:17:40.521Z] #17 137.1 Setting up crossbuild-essential-armel (12.6) ... [2021-06-30T09:17:40.521Z] #17 137.1 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:17:40.685Z] #56 ... [2021-06-30T09:17:40.685Z] [2021-06-30T09:17:40.685Z] #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-30T09:17:40.685Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:40.685Z] #50 22.27 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-30T09:17:40.685Z] #50 22.32 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-30T09:17:40.685Z] #50 22.53 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-30T09:17:40.685Z] #50 22.58 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-30T09:17:40.685Z] #50 22.71 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-30T09:17:40.685Z] #50 22.71 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-30T09:17:40.685Z] #50 23.05 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-30T09:17:40.685Z] #50 23.06 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-30T09:17:40.685Z] #50 23.15 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-30T09:17:40.685Z] #50 23.16 go: downloading github.com/spf13/afero v1.1.2 [2021-06-30T09:17:40.777Z] #20 5.112 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:40.942Z] #50 23.35 go: downloading github.com/spf13/cast v1.3.0 [2021-06-30T09:17:40.942Z] #50 23.42 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-30T09:17:40.942Z] #50 23.42 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-30T09:17:40.942Z] #50 23.43 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-30T09:17:40.942Z] #50 23.50 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-30T09:17:41.199Z] #50 23.76 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-30T09:17:41.199Z] #50 23.80 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-30T09:17:41.455Z] #50 23.90 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-30T09:17:41.455Z] #50 23.98 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-30T09:17:41.455Z] #50 24.00 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-30T09:17:41.712Z] #50 24.07 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-30T09:17:41.712Z] #50 24.23 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-30T09:17:41.712Z] #50 24.23 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-30T09:17:41.968Z] #50 24.45 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-30T09:17:42.225Z] #50 24.49 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-30T09:17:42.225Z] #50 24.59 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-30T09:17:42.225Z] #50 24.71 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-30T09:17:42.225Z] #50 24.71 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-30T09:17:42.418Z] #17 DONE 138.9s [2021-06-30T09:17:42.418Z] [2021-06-30T09:17:42.418Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:17:42.418Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:17:42.481Z] #50 24.84 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-30T09:17:42.738Z] #50 ... [2021-06-30T09:17:42.738Z] [2021-06-30T09:17:42.738Z] #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-30T09:17:42.738Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:17:42.738Z] #36 15.02 Fetched 8453 kB in 11s (759 kB/s) [2021-06-30T09:17:42.738Z] #36 15.02 Reading package lists... [2021-06-30T09:17:42.738Z] #36 22.41 Reading package lists... [2021-06-30T09:17:42.738Z] #36 ... [2021-06-30T09:17:42.738Z] [2021-06-30T09:17:42.738Z] #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-30T09:17:42.738Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:42.738Z] #50 25.23 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-30T09:17:42.995Z] #50 25.30 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-30T09:17:42.995Z] #50 25.30 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-30T09:17:43.264Z] #50 25.55 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-30T09:17:43.264Z] #50 25.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-30T09:17:43.520Z] #50 25.90 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-30T09:17:43.520Z] #50 25.90 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-30T09:17:44.049Z] #20 ... [2021-06-30T09:17:44.049Z] [2021-06-30T09:17:44.049Z] #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-30T09:17:44.049Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:17:44.049Z] #54 12.34 + cd /tmp/tmp.oop5qJZSzJ/src/github.com/opencontainers/runc [2021-06-30T09:17:44.049Z] #54 12.34 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:17:44.049Z] #54 12.66 + '[' -z '' ']' [2021-06-30T09:17:44.049Z] #54 12.67 + target=static [2021-06-30T09:17:44.049Z] #54 12.67 + make 'BUILDTAGS=seccomp ' static [2021-06-30T09:17:44.049Z] #54 13.26 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-06-30T09:17:44.083Z] #50 26.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-30T09:17:44.083Z] #50 26.60 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-30T09:17:44.311Z] #43 ... [2021-06-30T09:17:44.311Z] [2021-06-30T09:17:44.312Z] #18 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-06-30T09:17:44.312Z] #18 sha256:4e7dbf64f9af4323142aeb05bf2038563a726837f0159db9cec08890cd2fcf8a [2021-06-30T09:17:44.312Z] #18 DONE 1.8s [2021-06-30T09:17:44.312Z] [2021-06-30T09:17:44.312Z] #31 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-06-30T09:17:44.312Z] #31 sha256:bad31d9cdffa5e3ef36f9630a0b581fa70fd01e6e0e25348591d0f74e0576fc1 [2021-06-30T09:17:44.312Z] #31 1.341 + RM_GOPATH=0 [2021-06-30T09:17:44.312Z] #31 1.341 + TMP_GOPATH= [2021-06-30T09:17:44.312Z] #31 1.341 + : /build [2021-06-30T09:17:44.312Z] #31 1.341 + '[' -z '' ']' [2021-06-30T09:17:44.312Z] #31 1.341 ++ mktemp -d [2021-06-30T09:17:44.312Z] #31 1.342 + export GOPATH=/tmp/tmp.grrTFW6viQ [2021-06-30T09:17:44.312Z] #31 1.342 + GOPATH=/tmp/tmp.grrTFW6viQ [2021-06-30T09:17:44.312Z] #31 1.342 + RM_GOPATH=1 [2021-06-30T09:17:44.312Z] #31 1.342 + case "$(go env GOARCH)" in [2021-06-30T09:17:44.312Z] #31 1.342 ++ go env GOARCH [2021-06-30T09:17:44.312Z] #31 1.351 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:44.312Z] #31 1.351 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:44.312Z] #31 1.352 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:44.312Z] #31 1.353 + dir=/tmp/install [2021-06-30T09:17:44.312Z] #31 1.353 + bin=dockercli [2021-06-30T09:17:44.312Z] #31 1.353 + shift [2021-06-30T09:17:44.312Z] #31 1.353 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-30T09:17:44.312Z] #31 1.353 + . /tmp/install/dockercli.installer [2021-06-30T09:17:44.312Z] #31 1.353 ++ : stable [2021-06-30T09:17:44.312Z] #31 1.353 ++ : 17.06.2-ce [2021-06-30T09:17:44.312Z] #31 1.353 + install_dockercli [2021-06-30T09:17:44.312Z] #31 1.353 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-30T09:17:44.312Z] #31 1.353 Install docker/cli version 17.06.2-ce from stable [2021-06-30T09:17:44.312Z] #31 1.355 ++ uname -m [2021-06-30T09:17:44.312Z] #31 1.355 + arch=x86_64 [2021-06-30T09:17:44.312Z] #31 1.355 + '[' x86_64 '!=' x86_64 ']' [2021-06-30T09:17:44.312Z] #31 1.355 + url=https://download.docker.com/linux/static [2021-06-30T09:17:44.312Z] #31 1.360 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-30T09:17:44.312Z] #31 1.360 + tar -xz docker/docker [2021-06-30T09:17:44.342Z] #50 26.65 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-30T09:17:44.342Z] #50 26.86 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-30T09:17:44.342Z] #50 26.86 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-30T09:17:44.342Z] #50 26.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-30T09:17:44.908Z] #50 27.18 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-30T09:17:44.908Z] #50 27.51 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-30T09:17:45.165Z] #50 27.62 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-30T09:17:45.165Z] #50 27.74 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-30T09:17:45.419Z] #54 ... [2021-06-30T09:17:45.419Z] [2021-06-30T09:17:45.419Z] #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-30T09:17:45.419Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:17:45.419Z] #20 9.967 Fetched 8984 kB in 9s (1024 kB/s) [2021-06-30T09:17:45.421Z] #50 27.81 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-30T09:17:45.421Z] #50 27.88 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-30T09:17:45.421Z] #50 27.92 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-30T09:17:46.833Z] #31 4.151 + mkdir -p /build [2021-06-30T09:17:46.833Z] #31 4.154 + mv docker/docker /build/ [2021-06-30T09:17:46.833Z] #31 4.157 + rmdir docker [2021-06-30T09:17:46.837Z] #50 28.90 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-30T09:17:46.837Z] #50 28.90 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-30T09:17:46.837Z] #50 29.12 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-30T09:17:46.837Z] #50 29.18 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-30T09:17:46.837Z] #50 29.18 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-30T09:17:46.837Z] #50 29.26 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-30T09:17:46.837Z] #50 29.32 go: downloading golang.org/x/text v0.3.2 [2021-06-30T09:17:47.090Z] #31 DONE 4.9s [2021-06-30T09:17:47.090Z] [2021-06-30T09:17:47.090Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-30T09:17:47.090Z] #66 sha256:3841ef65ab5c07f742eb401cf5979ced3ef36ade51d5f806231be00665de83f2 [2021-06-30T09:17:47.090Z] #66 1.440 + RM_GOPATH=0 [2021-06-30T09:17:47.090Z] #66 1.440 + TMP_GOPATH= [2021-06-30T09:17:47.090Z] #66 1.440 + : /build [2021-06-30T09:17:47.090Z] #66 1.440 + '[' -z '' ']' [2021-06-30T09:17:47.090Z] #66 1.440 ++ mktemp -d [2021-06-30T09:17:47.090Z] #66 1.440 + export GOPATH=/tmp/tmp.145wtLixYU [2021-06-30T09:17:47.090Z] #66 1.440 + GOPATH=/tmp/tmp.145wtLixYU [2021-06-30T09:17:47.090Z] #66 1.440 + RM_GOPATH=1 [2021-06-30T09:17:47.090Z] #66 1.440 + case "$(go env GOARCH)" in [2021-06-30T09:17:47.090Z] #66 1.440 ++ go env GOARCH [2021-06-30T09:17:47.090Z] #66 1.445 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:47.090Z] #66 1.445 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:17:47.090Z] #66 1.445 ++ dirname /tmp/install/install.sh [2021-06-30T09:17:47.090Z] #66 1.446 + dir=/tmp/install [2021-06-30T09:17:47.090Z] #66 1.446 + bin=rootlesskit [2021-06-30T09:17:47.090Z] #66 1.446 + shift [2021-06-30T09:17:47.090Z] #66 1.446 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-30T09:17:47.090Z] #66 1.446 + . /tmp/install/rootlesskit.installer [2021-06-30T09:17:47.090Z] #66 1.446 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:47.090Z] #66 1.446 + install_rootlesskit [2021-06-30T09:17:47.090Z] #66 1.446 + case "$1" in [2021-06-30T09:17:47.090Z] #66 1.446 + export CGO_ENABLED=0 [2021-06-30T09:17:47.090Z] #66 1.446 + CGO_ENABLED=0 [2021-06-30T09:17:47.090Z] #66 1.446 + _install_rootlesskit [2021-06-30T09:17:47.090Z] #66 1.447 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-30T09:17:47.090Z] #66 1.447 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.145wtLixYU/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:17:47.090Z] #66 1.447 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:47.090Z] #66 1.451 Cloning into '/tmp/tmp.145wtLixYU/src/github.com/rootless-containers/rootlesskit'... [2021-06-30T09:17:47.090Z] #66 3.161 + cd /tmp/tmp.145wtLixYU/src/github.com/rootless-containers/rootlesskit [2021-06-30T09:17:47.090Z] #66 3.162 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-30T09:17:47.090Z] #66 3.175 + export GO111MODULE=on [2021-06-30T09:17:47.090Z] #66 3.175 + GO111MODULE=on [2021-06-30T09:17:47.090Z] #66 3.175 + export GOPROXY=https://proxy.golang.org [2021-06-30T09:17:47.090Z] #66 3.175 + GOPROXY=https://proxy.golang.org [2021-06-30T09:17:47.090Z] #66 3.176 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:17:47.090Z] #66 3.176 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-30T09:17:47.090Z] #66 4.102 go: downloading github.com/pkg/errors v0.9.1 [2021-06-30T09:17:47.090Z] #66 4.105 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-30T09:17:47.090Z] #66 4.156 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-30T09:17:47.090Z] #66 4.573 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-30T09:17:48.021Z] #66 5.980 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-30T09:17:48.953Z] #66 6.501 go: downloading github.com/google/uuid v1.2.0 [2021-06-30T09:17:48.953Z] #66 6.501 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-30T09:17:48.953Z] #66 6.573 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-30T09:17:48.953Z] #66 6.616 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-30T09:17:48.953Z] #66 6.754 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-30T09:17:49.211Z] #66 6.916 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-30T09:17:49.468Z] #66 7.165 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-30T09:17:49.468Z] #66 7.214 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-30T09:17:49.591Z] #20 9.967 Reading package lists... [2021-06-30T09:17:49.591Z] #20 13.90 Reading package lists... [2021-06-30T09:17:49.591Z] #20 ... [2021-06-30T09:17:49.591Z] [2021-06-30T09:17:49.591Z] #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-30T09:17:49.591Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:17:49.591Z] #46 123.0 net/http/httptrace [2021-06-30T09:17:49.591Z] #46 123.3 net/http [2021-06-30T09:17:49.724Z] #66 ... [2021-06-30T09:17:49.724Z] [2021-06-30T09:17:49.724Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:17:49.724Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:17:49.724Z] #43 2.487 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:49.724Z] #43 2.518 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:49.724Z] #43 2.520 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:49.724Z] #43 3.051 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-30T09:17:49.724Z] #43 3.556 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-30T09:17:49.724Z] #43 4.687 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-30T09:17:49.724Z] #43 5.442 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-30T09:17:49.724Z] #43 6.176 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-30T09:17:49.724Z] #43 6.988 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:49.724Z] #43 7.485 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-30T09:17:49.724Z] #43 7.485 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-30T09:17:49.724Z] #43 7.505 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:49.724Z] #43 7.520 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-30T09:17:49.724Z] #43 7.532 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-30T09:17:49.724Z] #43 7.556 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-30T09:17:49.724Z] #43 7.572 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-30T09:17:49.724Z] #43 7.576 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-30T09:17:49.724Z] #43 7.577 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-30T09:17:49.724Z] #43 7.577 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-30T09:17:49.724Z] #43 7.578 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:49.724Z] #43 7.579 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-30T09:17:50.126Z] #50 ... [2021-06-30T09:17:50.127Z] [2021-06-30T09:17:50.127Z] #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-30T09:17:50.127Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:17:50.127Z] #44 22.03 Fetched 8457 kB in 16s (524 kB/s) [2021-06-30T09:17:50.127Z] #44 22.03 Reading package lists... [2021-06-30T09:17:50.127Z] #44 28.65 Reading package lists... [2021-06-30T09:17:50.127Z] #44 ... [2021-06-30T09:17:50.127Z] [2021-06-30T09:17:50.127Z] #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-30T09:17:50.127Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:17:50.127Z] #36 22.41 Reading package lists... [2021-06-30T09:17:50.127Z] #36 28.74 Building dependency tree... [2021-06-30T09:17:50.127Z] #36 32.30 The following additional packages will be installed: [2021-06-30T09:17:50.127Z] #36 32.30 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-30T09:17:50.127Z] #36 32.34 Suggested packages: [2021-06-30T09:17:50.127Z] #36 32.34 cmake-doc ninja-build lrzip [2021-06-30T09:17:50.127Z] #36 32.34 Recommended packages: [2021-06-30T09:17:50.127Z] #36 32.34 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-30T09:17:51.059Z] #36 33.38 The following NEW packages will be installed: [2021-06-30T09:17:51.059Z] #36 33.38 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-30T09:17:51.059Z] #36 33.38 vim-common xxd [2021-06-30T09:17:51.059Z] #36 ... [2021-06-30T09:17:51.059Z] [2021-06-30T09:17:51.059Z] #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-30T09:17:51.059Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:17:51.059Z] #56 23.40 Fetched 8453 kB in 16s (527 kB/s) [2021-06-30T09:17:51.059Z] #56 23.40 Reading package lists... [2021-06-30T09:17:51.059Z] #56 30.05 Reading package lists... [2021-06-30T09:17:51.059Z] #56 ... [2021-06-30T09:17:51.059Z] [2021-06-30T09:17:51.059Z] #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-30T09:17:51.059Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:17:51.059Z] #40 23.67 Checking out files: 91% (1552/1696) Checking out files: 92% (1561/1696) Checking out files: 93% (1578/1696) Checking out files: 94% (1595/1696) Checking out files: 95% (1612/1696) Checking out files: 96% (1629/1696) Checking out files: 97% (1646/1696) Checking out files: 98% (1663/1696) Checking out files: 99% (1680/1696) Checking out files: 100% (1696/1696) Checking out files: 100% (1696/1696), done. [2021-06-30T09:17:51.059Z] #40 23.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-30T09:17:51.059Z] #40 26.03 + 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-30T09:17:51.092Z] #43 ... [2021-06-30T09:17:51.092Z] [2021-06-30T09:17:51.092Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-30T09:17:51.092Z] #66 sha256:3841ef65ab5c07f742eb401cf5979ced3ef36ade51d5f806231be00665de83f2 [2021-06-30T09:17:51.092Z] #66 8.857 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-30T09:17:51.092Z] #66 8.904 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-30T09:17:51.316Z] #40 ... [2021-06-30T09:17:51.316Z] [2021-06-30T09:17:51.316Z] #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-30T09:17:51.316Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:17:51.316Z] #36 33.77 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:17:51.316Z] #36 33.77 Need to get 14.9 MB of archives. [2021-06-30T09:17:51.316Z] #36 33.77 After this operation, 61.8 MB of additional disk space will be used. [2021-06-30T09:17:51.316Z] #36 33.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:17:51.316Z] #36 33.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-30T09:17:51.316Z] #36 33.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-30T09:17:51.316Z] #36 33.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-30T09:17:51.484Z] #46 135.1 github.com/LK4D4/vndr/godl [2021-06-30T09:17:52.048Z] #46 135.7 github.com/LK4D4/vndr [2021-06-30T09:17:52.245Z] #36 34.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB] [2021-06-30T09:17:52.245Z] #36 34.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-30T09:17:52.460Z] #66 ... [2021-06-30T09:17:52.460Z] [2021-06-30T09:17:52.460Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-30T09:17:52.460Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-30T09:17:52.460Z] #63 2.167 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:52.460Z] #63 2.227 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:52.460Z] #63 2.227 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:52.460Z] #63 2.724 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-30T09:17:52.460Z] #63 3.346 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-30T09:17:52.460Z] #63 4.237 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-30T09:17:52.460Z] #63 4.763 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-30T09:17:52.460Z] #63 5.772 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:52.460Z] #63 6.526 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-30T09:17:52.460Z] #63 7.197 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-30T09:17:52.460Z] #63 7.204 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:52.460Z] #63 7.223 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-30T09:17:52.460Z] #63 7.236 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-30T09:17:52.460Z] #63 7.252 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-30T09:17:52.460Z] #63 7.280 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-30T09:17:52.460Z] #63 7.297 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-30T09:17:52.460Z] #63 7.298 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-30T09:17:52.460Z] #63 7.298 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-30T09:17:52.460Z] #63 7.304 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-30T09:17:52.460Z] #63 7.304 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-30T09:17:52.460Z] #63 7.305 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:52.460Z] #63 ... [2021-06-30T09:17:52.460Z] [2021-06-30T09:17:52.460Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:17:52.460Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:17:52.460Z] #19 1.487 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:17:52.460Z] #19 1.489 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:17:52.460Z] #19 1.525 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:17:52.460Z] #19 1.525 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:17:52.460Z] #19 1.875 Get:5 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-30T09:17:52.460Z] #19 1.947 Get:6 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-30T09:17:52.460Z] #19 1.963 Get:7 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-30T09:17:52.460Z] #19 1.996 Get:8 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-30T09:17:52.460Z] #19 2.036 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:17:52.460Z] #19 2.064 Get:10 http://deb.debian.org/debian buster-backports/main arm64 Packages [479 kB] [2021-06-30T09:17:52.460Z] #19 2.797 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:17:52.460Z] #19 3.810 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-30T09:17:52.460Z] #19 4.968 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-30T09:17:52.460Z] #19 5.696 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-30T09:17:52.460Z] #19 6.288 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-30T09:17:52.460Z] #19 6.661 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-30T09:17:52.460Z] #19 7.088 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-30T09:17:52.460Z] #19 7.093 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-30T09:17:52.460Z] #19 7.117 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-30T09:17:52.460Z] #19 7.144 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:17:52.460Z] #19 7.160 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-30T09:17:52.460Z] #19 7.184 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-30T09:17:52.460Z] #19 7.184 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-30T09:17:52.460Z] #19 7.184 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-30T09:17:52.460Z] #19 7.185 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:17:52.460Z] #19 7.185 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-30T09:17:52.460Z] #19 7.185 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-30T09:17:52.460Z] #19 7.186 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-30T09:17:52.502Z] #36 34.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-30T09:17:52.502Z] #36 34.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-30T09:17:52.502Z] #36 34.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-30T09:17:52.502Z] #36 34.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-30T09:17:52.978Z] #46 ... [2021-06-30T09:17:52.978Z] [2021-06-30T09:17:52.978Z] #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-30T09:17:52.978Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:17:52.978Z] #20 13.90 Reading package lists... [2021-06-30T09:17:53.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-30T09:17:53.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-30T09:17:53.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-30T09:17:53.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-30T09:17:53.319Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-30T09:17:53.541Z] #20 17.47 Building dependency tree... [2021-06-30T09:17:53.869Z] #36 36.21 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:17:53.869Z] #36 36.41 Fetched 14.9 MB in 2s (9365 kB/s) [2021-06-30T09:17:54.126Z] #36 36.52 Selecting previously unselected package xxd. [2021-06-30T09:17:54.126Z] #36 36.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:17:54.126Z] #36 36.56 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:17:54.126Z] #36 36.57 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:17:54.384Z] #36 36.76 Selecting previously unselected package vim-common. [2021-06-30T09:17:54.384Z] #36 36.76 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:17:54.384Z] #36 36.79 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:17:54.471Z] #20 19.05 libcap2-bin is already the newest version (1:2.25-2). [2021-06-30T09:17:54.471Z] #20 19.05 The following additional packages will be installed: [2021-06-30T09:17:54.641Z] #36 37.12 Selecting previously unselected package cmake-data. [2021-06-30T09:17:54.641Z] #36 37.12 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-30T09:17:54.641Z] #36 37.13 Unpacking cmake-data (3.13.4-1) ... [2021-06-30T09:17:54.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-30T09:17:54.727Z] #20 19.05 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-30T09:17:54.727Z] #20 19.05 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-30T09:17:54.727Z] #20 19.05 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-30T09:17:54.727Z] #20 19.05 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-30T09:17:54.727Z] #20 19.05 python3.7 python3.7-minimal vim-runtime xxd [2021-06-30T09:17:54.727Z] #20 19.06 Suggested packages: [2021-06-30T09:17:54.727Z] #20 19.06 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-30T09:17:54.727Z] #20 19.06 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-30T09:17:54.727Z] #20 19.06 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-30T09:17:54.727Z] #20 19.06 quota [2021-06-30T09:17:54.727Z] #20 19.06 Recommended packages: [2021-06-30T09:17:54.727Z] #20 19.06 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-30T09:17:54.727Z] #20 19.06 python3-keyrings.alt python3-xdg unzip [2021-06-30T09:17:55.572Z] #36 ... [2021-06-30T09:17:55.572Z] [2021-06-30T09:17:55.572Z] #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-30T09:17:55.572Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:17:55.572Z] #13 24.26 Fetched 8984 kB in 17s (527 kB/s) [2021-06-30T09:17:55.572Z] #13 24.26 Reading package lists... [2021-06-30T09:17:55.829Z] #13 31.18 Reading package lists... [2021-06-30T09:17:55.829Z] #13 ... [2021-06-30T09:17:55.829Z] [2021-06-30T09:17:55.829Z] #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-30T09:17:55.829Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:17:55.829Z] #50 35.41 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-30T09:17:55.829Z] #50 35.48 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-30T09:17:55.829Z] #50 35.58 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-30T09:17:55.829Z] #50 35.63 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-30T09:17:55.829Z] #50 35.67 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-30T09:17:55.829Z] #50 36.91 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-30T09:17:55.829Z] #50 37.20 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-30T09:17:55.829Z] #50 37.53 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-30T09:17:56.096Z] #20 20.64 The following NEW packages will be installed: [2021-06-30T09:17:56.096Z] #20 20.64 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-30T09:17:56.096Z] #20 20.64 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-30T09:17:56.096Z] #20 20.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-30T09:17:56.096Z] #20 20.64 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-30T09:17:56.096Z] #20 20.64 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-30T09:17:56.096Z] #20 20.64 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-30T09:17:56.096Z] #20 20.64 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-30T09:17:56.096Z] #20 20.64 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-30T09:17:56.096Z] #20 20.64 xz-utils zip [2021-06-30T09:17:56.353Z] #20 20.96 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:17:56.353Z] #20 20.96 Need to get 28.6 MB of archives. [2021-06-30T09:17:56.353Z] #20 20.96 After this operation, 116 MB of additional disk space will be used. [2021-06-30T09:17:56.353Z] #20 20.96 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-30T09:17:56.610Z] #20 20.97 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-30T09:17:56.610Z] #20 21.01 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-30T09:17:56.610Z] #20 21.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-30T09:17:56.610Z] #20 21.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:17:56.610Z] #20 21.17 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-30T09:17:56.868Z] #20 21.27 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:17:56.868Z] #20 21.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:17:56.868Z] #20 21.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:17:56.868Z] #20 21.32 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-30T09:17:56.868Z] #20 21.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-30T09:17:56.868Z] #20 21.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-30T09:17:56.868Z] #20 21.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-30T09:17:56.868Z] #20 21.34 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-30T09:17:56.868Z] #20 21.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-30T09:17:56.868Z] #20 21.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-30T09:17:56.868Z] #20 21.36 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:17:56.868Z] #20 ... [2021-06-30T09:17:56.868Z] [2021-06-30T09:17:56.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-30T09:17:56.868Z] #46 sha256:ac2ebb63547ac23f4dbf54c04e74ad331213f3015be9bfbebb60a571c5a8d6c7 [2021-06-30T09:17:56.868Z] #46 DONE 140.7s [2021-06-30T09:17:56.868Z] [2021-06-30T09:17:56.868Z] #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-30T09:17:56.868Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:17:56.868Z] #32 DONE 140.3s [2021-06-30T09:17:56.868Z] [2021-06-30T09:17:56.868Z] #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-30T09:17:56.868Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:17:56.868Z] #20 21.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-30T09:17:56.868Z] #20 21.37 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-30T09:17:56.868Z] #20 21.38 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-30T09:17:56.868Z] #20 21.39 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-30T09:17:56.868Z] #20 21.40 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-30T09:17:56.868Z] #20 21.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-30T09:17:56.868Z] #20 21.43 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:17:57.125Z] #20 21.46 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:17:57.125Z] #20 21.48 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:17:57.125Z] #20 21.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-30T09:17:57.125Z] #20 21.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-30T09:17:57.125Z] #20 21.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-30T09:17:57.246Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-30T09:17:57.689Z] #20 22.17 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-30T09:17:57.689Z] #20 22.17 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-30T09:17:57.689Z] #20 22.17 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-30T09:17:57.689Z] #20 22.17 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-30T09:17:57.689Z] #20 22.17 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-30T09:17:57.689Z] #20 22.19 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-30T09:17:57.689Z] #20 22.20 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-30T09:17:57.689Z] #20 22.28 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-30T09:17:57.946Z] #20 22.29 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-30T09:17:57.946Z] #20 22.30 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-30T09:17:57.946Z] #20 22.32 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:17:57.946Z] #20 22.32 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-30T09:17:57.946Z] #20 22.33 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-30T09:17:57.946Z] #20 22.33 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-30T09:17:57.946Z] #20 22.42 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-30T09:17:57.946Z] #20 22.42 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-30T09:17:57.946Z] #20 22.45 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-30T09:17:58.351Z] #50 ... [2021-06-30T09:17:58.351Z] [2021-06-30T09:17:58.351Z] #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-30T09:17:58.351Z] #56 sha256:77d5820b88f812029ca88dee7d0216fa66a29c31926a0ae56a4c2f33461ebf95 [2021-06-30T09:17:58.351Z] #56 30.05 Reading package lists... [2021-06-30T09:17:58.351Z] #56 36.03 Building dependency tree... [2021-06-30T09:17:58.351Z] #56 38.64 The following additional packages will be installed: [2021-06-30T09:17:58.351Z] #56 38.65 libbtrfs0 [2021-06-30T09:17:58.351Z] #56 38.81 The following NEW packages will be installed: [2021-06-30T09:17:58.351Z] #56 38.82 libbtrfs-dev libbtrfs0 [2021-06-30T09:17:58.351Z] #56 39.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:17:58.351Z] #56 39.22 Need to get 119 kB of archives. [2021-06-30T09:17:58.351Z] #56 39.22 After this operation, 387 kB of additional disk space will be used. [2021-06-30T09:17:58.351Z] #56 39.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:17:58.351Z] #56 39.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:17:58.351Z] #56 40.20 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:17:58.351Z] #56 40.44 Fetched 119 kB in 0s (413 kB/s) [2021-06-30T09:17:58.351Z] #56 40.54 Selecting previously unselected package libbtrfs0. [2021-06-30T09:17:58.352Z] #56 40.54 (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-30T09:17:58.352Z] #56 40.63 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:17:58.352Z] #56 40.64 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:17:58.352Z] #56 40.75 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:17:58.352Z] #56 40.77 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:17:58.352Z] #56 40.78 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:17:58.509Z] #20 22.94 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-30T09:17:58.608Z] #56 41.00 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:17:58.609Z] #56 41.01 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:17:58.609Z] #56 41.03 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:17:58.629Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-30T09:17:58.766Z] #20 23.02 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-30T09:17:58.766Z] #20 23.08 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-30T09:17:59.172Z] #56 DONE 41.7s [2021-06-30T09:17:59.172Z] [2021-06-30T09:17:59.172Z] #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-30T09:17:59.172Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:17:59.570Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-30T09:17:59.694Z] #20 23.96 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:17:59.694Z] #20 24.07 Fetched 28.6 MB in 2s (11.9 MB/s) [2021-06-30T09:17:59.694Z] #20 24.12 Selecting previously unselected package pigz. [2021-06-30T09:17:59.694Z] #20 24.12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23446 files and directories currently installed.) [2021-06-30T09:17:59.694Z] #20 24.17 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-30T09:17:59.694Z] #20 24.18 Unpacking pigz (2.4-1) ... [2021-06-30T09:17:59.695Z] #20 24.27 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:17:59.695Z] #20 24.27 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:17:59.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-30T09:17:59.953Z] #20 24.28 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:00.210Z] #20 24.66 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:18:00.210Z] #20 24.66 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:00.210Z] #20 24.67 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:18:00.772Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-30T09:18:00.773Z] #20 25.31 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:00.773Z] #20 25.33 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:18:01.703Z] #57 ... [2021-06-30T09:18:01.703Z] [2021-06-30T09:18:01.703Z] #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-30T09:18:01.703Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:01.703Z] #46 33.83 vendor/golang.org/x/crypto/internal/subtle [2021-06-30T09:18:01.703Z] #46 ... [2021-06-30T09:18:01.703Z] [2021-06-30T09:18:01.703Z] #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-30T09:18:01.703Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:01.703Z] #44 28.65 Reading package lists... [2021-06-30T09:18:01.703Z] #44 34.86 Building dependency tree... [2021-06-30T09:18:01.703Z] #44 37.58 The following additional packages will be installed: [2021-06-30T09:18:01.703Z] #44 37.58 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-30T09:18:01.703Z] #44 37.58 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-30T09:18:01.703Z] #44 37.58 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:18:01.703Z] #44 37.58 python3.7-minimal [2021-06-30T09:18:01.703Z] #44 37.59 Suggested packages: [2021-06-30T09:18:01.703Z] #44 37.60 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-30T09:18:01.703Z] #44 37.60 python3.7-doc binfmt-support [2021-06-30T09:18:01.703Z] #44 38.77 The following NEW packages will be installed: [2021-06-30T09:18:01.703Z] #44 38.77 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-30T09:18:01.703Z] #44 38.78 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-30T09:18:01.703Z] #44 38.79 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-30T09:18:01.703Z] #44 38.79 python3.7-minimal [2021-06-30T09:18:01.703Z] #44 39.24 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:18:01.703Z] #44 39.24 Need to get 6695 kB of archives. [2021-06-30T09:18:01.703Z] #44 39.24 After this operation, 33.1 MB of additional disk space will be used. [2021-06-30T09:18:01.703Z] #44 39.24 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-30T09:18:01.703Z] #44 39.28 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-30T09:18:01.703Z] #44 39.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-30T09:18:01.703Z] #44 39.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:18:01.703Z] #44 39.50 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-30T09:18:01.703Z] #44 39.70 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:18:01.703Z] #44 39.72 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:18:01.703Z] #44 39.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:18:01.703Z] #44 39.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-30T09:18:01.703Z] #44 39.77 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-30T09:18:01.703Z] #44 39.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:18:01.703Z] #44 39.81 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-30T09:18:01.703Z] #44 39.82 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-30T09:18:01.703Z] #44 39.85 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-30T09:18:01.703Z] #44 39.85 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-30T09:18:01.703Z] #44 39.86 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-30T09:18:01.703Z] #44 41.43 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:18:01.703Z] #44 41.69 Fetched 6695 kB in 1s (5335 kB/s) [2021-06-30T09:18:01.703Z] #44 41.80 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:18:01.703Z] #44 41.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-30T09:18:01.703Z] #44 41.87 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:01.703Z] #44 41.88 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:01.703Z] #44 42.65 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:18:01.703Z] #44 42.68 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:01.703Z] #44 42.70 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:18:01.703Z] #44 44.12 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:01.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-30T09:18:01.960Z] #44 44.16 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:18:02.524Z] #44 ... [2021-06-30T09:18:02.524Z] [2021-06-30T09:18:02.525Z] #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-30T09:18:02.525Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:18:02.525Z] #57 3.258 + RM_GOPATH=0 [2021-06-30T09:18:02.525Z] #57 3.258 + TMP_GOPATH= [2021-06-30T09:18:02.525Z] #57 3.258 + : /build [2021-06-30T09:18:02.525Z] #57 3.258 + '[' -z '' ']' [2021-06-30T09:18:02.525Z] #57 3.263 ++ mktemp -d [2021-06-30T09:18:02.525Z] #57 3.268 + export GOPATH=/tmp/tmp.CPjaWn339B [2021-06-30T09:18:02.525Z] #57 3.276 + GOPATH=/tmp/tmp.CPjaWn339B [2021-06-30T09:18:02.525Z] #57 3.276 + RM_GOPATH=1 [2021-06-30T09:18:02.525Z] #57 3.276 + case "$(go env GOARCH)" in [2021-06-30T09:18:02.525Z] #57 3.277 ++ go env GOARCH [2021-06-30T09:18:02.525Z] #57 3.299 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:02.525Z] #57 3.299 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:02.525Z] #57 3.304 ++ dirname /tmp/install/install.sh [2021-06-30T09:18:02.525Z] #57 3.307 + dir=/tmp/install [2021-06-30T09:18:02.525Z] #57 3.308 + bin=containerd [2021-06-30T09:18:02.525Z] #57 3.308 + shift [2021-06-30T09:18:02.525Z] #57 3.308 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-30T09:18:02.525Z] #57 3.308 + . /tmp/install/containerd.installer [2021-06-30T09:18:02.525Z] #57 3.309 ++ set -e [2021-06-30T09:18:02.525Z] #57 3.309 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:02.525Z] #57 3.309 + install_containerd [2021-06-30T09:18:02.525Z] #57 3.310 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-30T09:18:02.525Z] #57 3.319 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:02.525Z] #57 3.319 + git clone https://github.com/containerd/containerd.git /tmp/tmp.CPjaWn339B/src/github.com/containerd/containerd [2021-06-30T09:18:02.525Z] #57 3.322 Cloning into '/tmp/tmp.CPjaWn339B/src/github.com/containerd/containerd'... [2021-06-30T09:18:02.653Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-30T09:18:02.662Z] #20 26.94 Selecting previously unselected package python3-minimal. [2021-06-30T09:18:02.662Z] #20 26.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 ... 23695 files and directories currently installed.) [2021-06-30T09:18:02.662Z] #20 26.98 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:18:02.662Z] #20 26.99 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:18:02.662Z] #20 27.07 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:18:02.662Z] #20 27.08 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:18:02.662Z] #20 27.09 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:18:02.662Z] #20 27.17 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:18:02.919Z] #20 27.17 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:02.919Z] #20 27.18 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:03.482Z] #20 27.93 Selecting previously unselected package python3.7. [2021-06-30T09:18:03.482Z] #20 27.95 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:03.482Z] #20 27.95 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:03.482Z] #20 28.05 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:18:03.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-30T09:18:03.739Z] #20 28.05 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:18:03.739Z] #20 28.07 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:18:03.739Z] #20 28.19 Setting up python3-minimal (3.7.3-1) ... [2021-06-30T09:18:04.536Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-30T09:18:04.559Z] #20 28.91 Selecting previously unselected package python3. [2021-06-30T09:18:04.559Z] #20 28.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 ... 24107 files and directories currently installed.) [2021-06-30T09:18:04.559Z] #20 28.95 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:18:04.559Z] #20 28.97 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:18:04.559Z] #20 29.07 Selecting previously unselected package libip4tc0:amd64. [2021-06-30T09:18:04.559Z] #20 29.07 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:18:04.559Z] #20 29.07 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:04.559Z] #20 29.15 Selecting previously unselected package libip6tc0:amd64. [2021-06-30T09:18:04.559Z] #20 29.15 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:18:04.559Z] #20 29.16 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:04.816Z] #20 29.24 Selecting previously unselected package libiptc0:amd64. [2021-06-30T09:18:04.816Z] #20 29.25 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-30T09:18:04.816Z] #20 29.26 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:04.816Z] #20 29.34 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-30T09:18:05.073Z] #20 29.34 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-30T09:18:05.073Z] #20 29.35 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:18:05.073Z] #20 29.40 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-30T09:18:05.073Z] #20 29.41 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-30T09:18:05.073Z] #20 29.42 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:18:05.073Z] #20 29.51 Selecting previously unselected package libnftnl11:amd64. [2021-06-30T09:18:05.073Z] #20 29.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-30T09:18:05.073Z] #20 29.52 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:18:05.118Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-30T09:18:05.118Z] Using test binary docker [2021-06-30T09:18:05.329Z] #20 29.61 Selecting previously unselected package iptables. [2021-06-30T09:18:05.330Z] #20 29.61 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-30T09:18:05.330Z] #20 29.62 Unpacking iptables (1.8.2-4) ... [2021-06-30T09:18:05.384Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-30T09:18:05.384Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-30T09:18:05.384Z] INFO: Waiting for daemon to start... [2021-06-30T09:18:05.384Z] Starting dockerd [2021-06-30T09:18:05.586Z] #20 29.91 Selecting previously unselected package xxd. [2021-06-30T09:18:05.586Z] #20 29.91 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:18:05.586Z] #20 29.92 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:18:05.586Z] #20 30.03 Selecting previously unselected package vim-common. [2021-06-30T09:18:05.586Z] #20 30.04 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:18:05.586Z] #20 30.07 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:18:05.843Z] #20 30.23 Selecting previously unselected package bash-completion. [2021-06-30T09:18:05.843Z] #20 30.24 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-30T09:18:07.293Z] . [2021-06-30T09:18:07.293Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-30T09:18:07.293Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-30T09:18:07.293Z] Error: No such image: emptyfs [2021-06-30T09:18:07.554Z] Running integration-test (iteration 1) [2021-06-30T09:18:07.554Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-30T09:18:07.785Z] #57 ... [2021-06-30T09:18:07.785Z] [2021-06-30T09:18:07.786Z] #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-30T09:18:07.786Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:18:07.786Z] #36 39.81 Selecting previously unselected package libicu63:amd64. [2021-06-30T09:18:07.786Z] #36 39.83 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 39.84 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:18:07.786Z] #36 46.25 Selecting previously unselected package libxml2:amd64. [2021-06-30T09:18:07.786Z] #36 46.25 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 46.26 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:18:07.786Z] #36 46.75 Selecting previously unselected package libarchive13:amd64. [2021-06-30T09:18:07.786Z] #36 46.77 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 46.78 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:18:07.786Z] #36 47.07 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-30T09:18:07.786Z] #36 47.09 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 47.10 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:18:07.786Z] #36 47.30 Selecting previously unselected package librhash0:amd64. [2021-06-30T09:18:07.786Z] #36 47.30 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 47.31 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:18:07.786Z] #36 47.50 Selecting previously unselected package libuv1:amd64. [2021-06-30T09:18:07.786Z] #36 47.51 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 47.51 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:18:07.786Z] #36 47.68 Selecting previously unselected package cmake. [2021-06-30T09:18:07.786Z] #36 47.69 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-30T09:18:07.786Z] #36 47.72 Unpacking cmake (3.13.4-1) ... [2021-06-30T09:18:07.786Z] #36 ... [2021-06-30T09:18:07.786Z] [2021-06-30T09:18:07.786Z] #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-30T09:18:07.786Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:07.786Z] #44 47.94 Selecting previously unselected package python3-minimal. [2021-06-30T09:18:07.786Z] #44 47.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 ... 15661 files and directories currently installed.) [2021-06-30T09:18:07.786Z] #44 48.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:18:07.786Z] #44 48.07 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:18:07.786Z] #44 48.18 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:18:07.786Z] #44 48.18 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:18:07.786Z] #44 48.19 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:18:07.786Z] #44 48.40 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:18:07.786Z] #44 48.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:07.786Z] #44 48.42 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:08.043Z] #44 50.23 Selecting previously unselected package python3.7. [2021-06-30T09:18:08.043Z] #44 50.23 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:18:08.043Z] #44 50.25 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:08.043Z] #44 ... [2021-06-30T09:18:08.043Z] [2021-06-30T09:18:08.043Z] #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-30T09:18:08.043Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:18:08.043Z] #13 31.18 Reading package lists... [2021-06-30T09:18:08.043Z] #13 37.06 Building dependency tree... [2021-06-30T09:18:08.043Z] #13 40.22 The following additional packages will be installed: [2021-06-30T09:18:08.043Z] #13 40.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-30T09:18:08.043Z] #13 40.22 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-30T09:18:08.043Z] #13 40.22 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-30T09:18:08.043Z] #13 40.22 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-30T09:18:08.043Z] #13 40.22 mingw-w64-x86-64-dev [2021-06-30T09:18:08.043Z] #13 40.22 Suggested packages: [2021-06-30T09:18:08.043Z] #13 40.22 gcc-8-locales seccomp wine64 [2021-06-30T09:18:08.043Z] #13 41.39 The following NEW packages will be installed: [2021-06-30T09:18:08.043Z] #13 41.40 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-30T09:18:08.043Z] #13 41.40 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-30T09:18:08.043Z] #13 41.40 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-30T09:18:08.043Z] #13 41.40 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-30T09:18:08.043Z] #13 41.40 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-30T09:18:08.043Z] #13 41.41 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-30T09:18:08.043Z] #13 41.42 The following packages will be upgraded: [2021-06-30T09:18:08.043Z] #13 41.42 libseccomp2 [2021-06-30T09:18:08.043Z] #13 41.83 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:18:08.043Z] #13 41.83 Need to get 77.8 MB of archives. [2021-06-30T09:18:08.043Z] #13 41.83 After this operation, 487 MB of additional disk space will be used. [2021-06-30T09:18:08.043Z] #13 41.83 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-30T09:18:08.043Z] #13 41.88 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-30T09:18:08.043Z] #13 41.88 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-30T09:18:08.043Z] #13 42.02 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-30T09:18:08.043Z] #13 42.24 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-30T09:18:08.043Z] #13 42.25 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-30T09:18:08.043Z] #13 42.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-30T09:18:08.043Z] #13 42.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-30T09:18:08.043Z] #13 42.72 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-30T09:18:08.043Z] #13 42.99 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-30T09:18:08.043Z] #13 42.99 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-30T09:18:08.043Z] #13 46.01 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-30T09:18:08.301Z] #13 ... [2021-06-30T09:18:08.301Z] [2021-06-30T09:18:08.301Z] #44 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt chmod 0644 /etc/apt/trusted.gpg.d/criu.gpg.asc && echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-06-30T09:18:08.301Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:08.301Z] #44 50.45 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:18:08.301Z] #44 50.45 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:18:08.301Z] #44 50.46 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:18:08.301Z] #44 50.58 Setting up python3-minimal (3.7.3-1) ... [2021-06-30T09:18:08.362Z] #20 32.40 Unpacking bash-completion (1:2.8-6) ... [2021-06-30T09:18:08.362Z] #20 32.75 Selecting previously unselected package bzip2. [2021-06-30T09:18:08.362Z] #20 32.76 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-30T09:18:08.362Z] #20 32.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:18:08.362Z] #20 32.88 Selecting previously unselected package xz-utils. [2021-06-30T09:18:08.363Z] #20 32.89 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-30T09:18:08.363Z] #20 32.89 Unpacking xz-utils (5.2.4-1) ... [2021-06-30T09:18:08.619Z] #20 33.06 Selecting previously unselected package apparmor. [2021-06-30T09:18:08.619Z] #20 33.07 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-30T09:18:08.875Z] #20 33.15 Unpacking apparmor (2.13.2-10) ... [2021-06-30T09:18:09.132Z] #20 33.46 Selecting previously unselected package aufs-tools. [2021-06-30T09:18:09.132Z] #20 33.46 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-30T09:18:09.132Z] #20 33.46 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:18:09.132Z] #20 33.58 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:18:09.132Z] #20 33.58 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:18:09.132Z] #20 33.58 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:18:09.132Z] #20 33.70 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:18:09.389Z] #20 33.70 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:18:09.389Z] #20 33.71 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:18:09.389Z] #20 33.83 Selecting previously unselected package jq. [2021-06-30T09:18:09.389Z] #20 33.85 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:18:09.389Z] #20 33.85 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:18:09.389Z] #20 33.92 Selecting previously unselected package libaio1:amd64. [2021-06-30T09:18:09.389Z] #20 33.92 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-30T09:18:09.389Z] #20 33.93 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:18:09.389Z] #20 33.97 Selecting previously unselected package libgpm2:amd64. [2021-06-30T09:18:09.645Z] #20 33.98 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-30T09:18:09.645Z] #20 33.99 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:18:09.645Z] #20 34.06 Selecting previously unselected package libicu63:amd64. [2021-06-30T09:18:09.645Z] #20 34.07 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-30T09:18:09.645Z] #20 34.08 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:18:10.196Z] [2021-06-30T09:18:10.196Z] #44 ... [2021-06-30T09:18:10.196Z] [2021-06-30T09:18:10.196Z] #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-30T09:18:10.196Z] #36 sha256:9c7071cafaabef678ef7c705736fedffb1cd6d013338c04bd9772af37be4edc7 [2021-06-30T09:18:10.196Z] #36 50.85 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:18:10.196Z] #36 50.90 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:18:10.196Z] #36 50.92 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:18:10.196Z] #36 50.93 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:18:10.196Z] #36 50.96 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:18:10.196Z] #36 50.97 Setting up cmake-data (3.13.4-1) ... [2021-06-30T09:18:10.196Z] #36 51.01 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ... [2021-06-30T09:18:10.196Z] #36 51.04 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:18:10.196Z] #36 51.06 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:18:10.196Z] #36 51.08 Setting up cmake (3.13.4-1) ... [2021-06-30T09:18:10.196Z] #36 51.11 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:10.196Z] #36 51.17 Processing triggers for mime-support (3.62) ... [2021-06-30T09:18:10.196Z] #36 DONE 52.3s [2021-06-30T09:18:10.196Z] [2021-06-30T09:18:10.196Z] #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-30T09:18:10.196Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:10.196Z] #44 52.24 Selecting previously unselected package python3. [2021-06-30T09:18:10.196Z] #44 52.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16073 files and directories currently installed.) [2021-06-30T09:18:10.196Z] #44 52.27 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:18:10.196Z] #44 52.33 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:18:10.196Z] #44 52.52 Selecting previously unselected package libprotobuf17:amd64. [2021-06-30T09:18:10.196Z] #44 52.52 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-30T09:18:10.453Z] #44 52.54 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:18:10.514Z] #19 ... [2021-06-30T09:18:10.514Z] [2021-06-30T09:18:10.514Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-30T09:18:10.514Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-30T09:18:10.514Z] #63 25.76 Fetched 48.3 MB in 24s (2025 kB/s) [2021-06-30T09:18:11.386Z] #44 ... [2021-06-30T09:18:11.386Z] [2021-06-30T09:18:11.386Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-06-30T09:18:11.386Z] #48 sha256:b72a0515c27dd70361db87d9aa2955763bf0a55248cc9e69be988dc46c359335 [2021-06-30T09:18:11.386Z] #48 DONE 53.6s [2021-06-30T09:18:11.386Z] [2021-06-30T09:18:11.386Z] #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-30T09:18:11.386Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:11.386Z] #44 53.44 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:18:11.386Z] #44 53.44 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:18:11.386Z] #44 53.44 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:18:11.386Z] #44 53.57 Selecting previously unselected package python3-six. [2021-06-30T09:18:11.386Z] #44 53.57 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-30T09:18:11.386Z] #44 53.59 Unpacking python3-six (1.12.0-1) ... [2021-06-30T09:18:11.386Z] #44 53.69 Selecting previously unselected package python3-protobuf. [2021-06-30T09:18:11.386Z] #44 53.69 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-30T09:18:11.386Z] #44 53.70 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:18:11.950Z] #44 54.16 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:18:11.950Z] #44 54.16 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:18:11.950Z] #44 54.16 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:18:11.950Z] #44 54.28 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:18:11.950Z] #44 54.30 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:18:11.950Z] #44 54.30 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:18:12.207Z] #44 54.46 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:18:12.207Z] #44 54.48 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:18:12.207Z] #44 54.48 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:18:12.464Z] #44 54.58 Selecting previously unselected package criu. [2021-06-30T09:18:12.464Z] #44 54.60 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-30T09:18:12.464Z] #44 54.60 Unpacking criu (3.15-1) ... [2021-06-30T09:18:12.916Z] #20 36.99 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:18:12.916Z] #20 37.00 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:18:12.916Z] #20 37.04 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:18:12.916Z] #20 37.15 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:18:12.916Z] #20 37.15 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:18:12.916Z] #20 37.16 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:18:12.916Z] #20 37.24 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:18:12.916Z] #20 37.24 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:18:12.916Z] #20 37.25 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:18:12.916Z] #20 37.31 Selecting previously unselected package libreadline5:amd64. [2021-06-30T09:18:12.916Z] #20 37.33 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-30T09:18:12.916Z] #20 37.33 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:18:12.916Z] #20 37.45 Selecting previously unselected package net-tools. [2021-06-30T09:18:12.916Z] #20 37.46 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-30T09:18:12.916Z] #20 37.47 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:18:13.028Z] #44 ... [2021-06-30T09:18:13.028Z] [2021-06-30T09:18:13.028Z] #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-30T09:18:13.028Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:18:13.028Z] #32 45.06 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-06-30T09:18:13.028Z] #32 45.25 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-30T09:18:13.028Z] #32 46.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-30T09:18:13.028Z] #32 ... [2021-06-30T09:18:13.028Z] [2021-06-30T09:18:13.028Z] #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-30T09:18:13.028Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:18:13.028Z] #13 48.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-30T09:18:13.028Z] #13 48.41 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-30T09:18:13.028Z] #13 48.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:18:13.028Z] #13 48.41 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:18:13.028Z] #13 48.42 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-30T09:18:13.028Z] #13 48.42 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-30T09:18:13.028Z] #13 48.42 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-30T09:18:13.028Z] #13 48.45 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-30T09:18:13.028Z] #13 48.47 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-30T09:18:13.028Z] #13 48.49 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-30T09:18:13.028Z] #13 48.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-30T09:18:13.028Z] #13 48.60 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-30T09:18:13.028Z] #13 48.60 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-30T09:18:13.028Z] #13 48.60 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-30T09:18:13.028Z] #13 49.91 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:18:13.028Z] #13 50.05 Fetched 77.8 MB in 7s (11.0 MB/s) [2021-06-30T09:18:13.028Z] #13 50.15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:18:13.028Z] #13 50.24 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:18:13.028Z] #13 50.26 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-30T09:18:13.028Z] #13 50.50 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:18:13.028Z] #13 50.70 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-30T09:18:13.028Z] #13 50.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15421 files and directories currently installed.) [2021-06-30T09:18:13.028Z] #13 50.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:18:13.028Z] #13 50.83 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:18:13.173Z] #20 37.67 Selecting previously unselected package patch. [2021-06-30T09:18:13.173Z] #20 37.67 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-30T09:18:13.173Z] #20 37.68 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-30T09:18:13.430Z] #20 37.77 Selecting previously unselected package python-pip-whl. [2021-06-30T09:18:13.430Z] #20 37.78 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-30T09:18:13.430Z] #20 37.79 Unpacking python-pip-whl (18.1-5) ... [2021-06-30T09:18:13.992Z] #20 38.26 Selecting previously unselected package python3-lib2to3. [2021-06-30T09:18:13.992Z] #20 38.27 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-30T09:18:13.992Z] #20 38.28 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:18:13.992Z] #20 38.39 Selecting previously unselected package python3-distutils. [2021-06-30T09:18:13.992Z] #20 38.39 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-30T09:18:13.992Z] #20 38.40 Unpacking python3-distutils (3.7.3-1) ... [2021-06-30T09:18:14.249Z] #20 38.55 Selecting previously unselected package python3-pip. [2021-06-30T09:18:14.249Z] #20 38.55 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-30T09:18:14.249Z] #20 38.56 Unpacking python3-pip (18.1-5) ... [2021-06-30T09:18:14.249Z] #20 38.73 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:18:14.249Z] #20 38.74 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:18:14.249Z] #20 38.75 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:18:14.397Z] #13 53.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-30T09:18:14.397Z] #13 53.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:18:14.397Z] #13 53.02 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:18:14.506Z] #20 38.86 Selecting previously unselected package python3-setuptools. [2021-06-30T09:18:14.506Z] #20 38.87 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-30T09:18:14.506Z] #20 38.88 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-30T09:18:14.506Z] #20 39.09 Selecting previously unselected package python3-wheel. [2021-06-30T09:18:14.762Z] #20 39.10 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-30T09:18:14.762Z] #20 39.10 Unpacking python3-wheel (0.32.3-2) ... [2021-06-30T09:18:14.762Z] #20 39.18 Selecting previously unselected package sudo. [2021-06-30T09:18:14.762Z] #20 39.18 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-30T09:18:14.762Z] #20 39.19 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:18:14.961Z] #13 ... [2021-06-30T09:18:14.961Z] [2021-06-30T09:18:14.961Z] #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-30T09:18:14.961Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:14.961Z] #46 47.24 internal/reflectlite [2021-06-30T09:18:14.961Z] #46 47.26 sync [2021-06-30T09:18:14.961Z] #46 48.94 internal/testlog [2021-06-30T09:18:14.961Z] #46 49.28 github.com/LK4D4/vndr/godl/singleflight [2021-06-30T09:18:14.961Z] #46 49.56 math/rand [2021-06-30T09:18:14.961Z] #46 50.38 errors [2021-06-30T09:18:14.961Z] #46 50.54 sort [2021-06-30T09:18:14.961Z] #46 50.79 io [2021-06-30T09:18:14.961Z] #46 51.72 strconv [2021-06-30T09:18:14.961Z] #46 52.11 bytes [2021-06-30T09:18:14.961Z] #46 54.38 strings [2021-06-30T09:18:14.961Z] #46 55.83 reflect [2021-06-30T09:18:14.961Z] #46 57.31 bufio [2021-06-30T09:18:14.961Z] #46 ... [2021-06-30T09:18:14.961Z] [2021-06-30T09:18:14.961Z] #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-30T09:18:14.961Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:14.961Z] #52 47.30 sync [2021-06-30T09:18:14.961Z] #52 47.32 internal/reflectlite [2021-06-30T09:18:14.961Z] #52 48.84 internal/testlog [2021-06-30T09:18:14.961Z] #52 50.00 errors [2021-06-30T09:18:14.961Z] #52 50.02 sort [2021-06-30T09:18:14.961Z] #52 50.48 io [2021-06-30T09:18:14.961Z] #52 51.27 internal/oserror [2021-06-30T09:18:14.961Z] #52 51.47 syscall [2021-06-30T09:18:14.961Z] #52 52.13 bytes [2021-06-30T09:18:14.961Z] #52 54.29 strconv [2021-06-30T09:18:14.961Z] #52 57.43 reflect [2021-06-30T09:18:15.218Z] #52 ... [2021-06-30T09:18:15.218Z] [2021-06-30T09:18:15.218Z] #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-30T09:18:15.218Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:15.218Z] #44 55.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:18:15.218Z] #44 55.43 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:18:15.218Z] #44 55.45 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:18:15.218Z] #44 55.46 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-30T09:18:15.218Z] #44 55.49 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:18:15.218Z] #44 55.52 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:15.218Z] #44 55.53 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:18:15.218Z] #44 55.57 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:15.325Z] #20 39.70 Selecting previously unselected package thin-provisioning-tools. [2021-06-30T09:18:15.325Z] #20 39.72 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-30T09:18:15.325Z] #20 39.73 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:18:15.581Z] #20 39.96 Selecting previously unselected package uidmap. [2021-06-30T09:18:15.581Z] #20 39.97 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-30T09:18:15.581Z] #20 39.97 Unpacking uidmap (1:4.5-1.1) ... [2021-06-30T09:18:15.581Z] #20 40.08 Selecting previously unselected package vim-runtime. [2021-06-30T09:18:15.581Z] #20 40.08 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:18:15.581Z] #20 40.12 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-30T09:18:15.581Z] #20 40.16 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-30T09:18:15.581Z] #20 40.16 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:18:15.764Z] #63 25.76 Reading package lists... [2021-06-30T09:18:15.764Z] #63 ... [2021-06-30T09:18:15.764Z] [2021-06-30T09:18:15.764Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:15.764Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:15.764Z] #19 26.12 Fetched 51.1 MB in 25s (2057 kB/s) [2021-06-30T09:18:17.656Z] #19 26.12 Reading package lists... [2021-06-30T09:18:17.656Z] #19 ... [2021-06-30T09:18:17.656Z] [2021-06-30T09:18:17.656Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-30T09:18:17.656Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-30T09:18:17.656Z] #63 25.76 Reading package lists... [2021-06-30T09:18:18.220Z] #63 35.44 Reading package lists... [2021-06-30T09:18:18.220Z] #63 ... [2021-06-30T09:18:18.220Z] [2021-06-30T09:18:18.220Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:18:18.220Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:18:18.220Z] #43 25.95 Fetched 48.3 MB in 24s (2032 kB/s) [2021-06-30T09:18:18.220Z] #43 25.95 Reading package lists... [2021-06-30T09:18:18.493Z] #44 60.65 Setting up python3 (3.7.3-1) ... [2021-06-30T09:18:18.853Z] #20 42.64 Selecting previously unselected package vim. [2021-06-30T09:18:18.853Z] #20 42.66 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:18:18.853Z] #20 42.67 Unpacking vim (2:8.1.0875-5) ... [2021-06-30T09:18:18.853Z] #20 43.12 Selecting previously unselected package xfsprogs. [2021-06-30T09:18:18.853Z] #20 43.14 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-30T09:18:18.853Z] #20 43.15 Unpacking xfsprogs (4.20.0-1) ... [2021-06-30T09:18:19.110Z] #20 43.50 Selecting previously unselected package zip. [2021-06-30T09:18:19.110Z] #20 43.52 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-30T09:18:19.110Z] #20 43.53 Unpacking zip (3.0-11+b1) ... [2021-06-30T09:18:19.110Z] #20 43.68 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:18:19.110Z] #20 43.71 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:18:19.110Z] #20 43.72 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:19.110Z] #20 43.74 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:18:19.367Z] #20 43.75 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:18:19.367Z] #20 43.77 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:19.367Z] #20 43.78 Setting up uidmap (1:4.5-1.1) ... [2021-06-30T09:18:19.367Z] #20 43.79 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:18:19.367Z] #20 43.81 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:18:19.367Z] #20 43.82 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:18:19.367Z] #20 43.84 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:18:19.367Z] #20 43.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:18:19.367Z] #20 43.87 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:18:19.367Z] #20 43.89 Setting up zip (3.0-11+b1) ... [2021-06-30T09:18:19.367Z] #20 43.90 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:18:19.367Z] #20 43.92 Setting up bash-completion (1:2.8-6) ... [2021-06-30T09:18:19.425Z] #44 61.49 Setting up python3-six (1.12.0-1) ... [2021-06-30T09:18:19.425Z] #44 ... [2021-06-30T09:18:19.425Z] [2021-06-30T09:18:19.425Z] #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-30T09:18:19.425Z] #37 sha256:d5bfd1b660485476385c8a2f612ca7cae4f2688240fd20030dc967c6120e6095 [2021-06-30T09:18:19.425Z] #37 5.416 + RM_GOPATH=0 [2021-06-30T09:18:19.425Z] #37 5.416 + TMP_GOPATH= [2021-06-30T09:18:19.425Z] #37 5.416 + : /build [2021-06-30T09:18:19.425Z] #37 5.416 + '[' -z '' ']' [2021-06-30T09:18:19.425Z] #37 5.416 ++ mktemp -d [2021-06-30T09:18:19.425Z] #37 5.416 + export GOPATH=/tmp/tmp.aJja0smvBH [2021-06-30T09:18:19.425Z] #37 5.416 + GOPATH=/tmp/tmp.aJja0smvBH [2021-06-30T09:18:19.425Z] #37 5.416 + RM_GOPATH=1 [2021-06-30T09:18:19.425Z] #37 5.416 + case "$(go env GOARCH)" in [2021-06-30T09:18:19.425Z] #37 5.416 ++ go env GOARCH [2021-06-30T09:18:19.425Z] #37 5.454 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:19.425Z] #37 5.455 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:19.425Z] #37 5.456 ++ dirname /tmp/install/install.sh [2021-06-30T09:18:19.425Z] #37 5.461 + dir=/tmp/install [2021-06-30T09:18:19.425Z] #37 5.463 + bin=tini [2021-06-30T09:18:19.425Z] #37 5.463 + shift [2021-06-30T09:18:19.425Z] #37 5.464 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-30T09:18:19.425Z] #37 5.465 + . /tmp/install/tini.installer [2021-06-30T09:18:19.425Z] #37 5.465 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:19.425Z] #37 5.465 + install_tini [2021-06-30T09:18:19.425Z] #37 5.466 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-30T09:18:19.425Z] #37 5.466 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:19.425Z] #37 5.466 + git clone https://github.com/krallin/tini.git /tmp/tmp.aJja0smvBH/tini [2021-06-30T09:18:19.425Z] #37 5.468 Cloning into '/tmp/tmp.aJja0smvBH/tini'... [2021-06-30T09:18:19.425Z] #37 6.283 + cd /tmp/tmp.aJja0smvBH/tini [2021-06-30T09:18:19.425Z] #37 6.283 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:19.425Z] #37 6.288 + cmake . [2021-06-30T09:18:19.425Z] #37 6.996 -- The C compiler identification is GNU 8.3.0 [2021-06-30T09:18:19.425Z] #37 7.046 -- Check for working C compiler: /usr/bin/cc [2021-06-30T09:18:19.425Z] #37 7.704 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-30T09:18:19.425Z] #37 7.704 -- Detecting C compiler ABI info [2021-06-30T09:18:19.425Z] #37 8.430 -- Detecting C compiler ABI info - done [2021-06-30T09:18:19.425Z] #37 8.477 -- Detecting C compile features [2021-06-30T09:18:20.356Z] #37 ... [2021-06-30T09:18:20.356Z] [2021-06-30T09:18:20.356Z] #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-30T09:18:20.356Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:20.356Z] #44 62.67 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:18:20.741Z] #43 35.74 Reading package lists... [2021-06-30T09:18:20.741Z] #43 ... [2021-06-30T09:18:20.741Z] [2021-06-30T09:18:20.741Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:20.741Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:20.741Z] #19 26.12 Reading package lists... [2021-06-30T09:18:21.887Z] #20 46.27 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:18:21.887Z] #20 46.29 Setting up xz-utils (5.2.4-1) ... [2021-06-30T09:18:21.887Z] #20 46.31 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-30T09:18:21.887Z] #20 46.33 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-30T09:18:21.887Z] #20 46.34 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:18:21.887Z] #20 46.40 invoke-rc.d: could not determine current runlevel [2021-06-30T09:18:22.144Z] #20 46.41 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-30T09:18:22.144Z] #20 46.42 Setting up pigz (2.4-1) ... [2021-06-30T09:18:22.144Z] #20 46.43 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:18:22.144Z] #20 46.44 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:18:22.144Z] #20 46.46 Setting up python-pip-whl (18.1-5) ... [2021-06-30T09:18:22.144Z] #20 46.47 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:18:22.144Z] #20 46.49 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:18:22.251Z] #44 64.24 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-30T09:18:22.400Z] #20 46.83 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:18:22.400Z] #20 46.85 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:18:22.400Z] #20 46.86 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:22.400Z] #20 46.88 Setting up vim (2:8.1.0875-5) ... [2021-06-30T09:18:22.400Z] #20 46.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-30T09:18:22.400Z] #20 46.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-30T09:18:22.400Z] #20 46.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-30T09:18:22.400Z] #20 46.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-30T09:18:22.400Z] #20 46.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-30T09:18:22.400Z] #20 46.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-30T09:18:22.400Z] #20 46.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-30T09:18:22.400Z] #20 46.93 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-30T09:18:22.657Z] #20 46.95 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:18:22.657Z] #20 46.96 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:18:22.657Z] #20 46.98 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:18:22.657Z] #20 46.99 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:18:22.657Z] #20 47.00 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:18:22.657Z] #20 47.02 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:18:24.778Z] #44 ... [2021-06-30T09:18:24.778Z] [2021-06-30T09:18:24.778Z] #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-30T09:18:24.778Z] #37 sha256:d5bfd1b660485476385c8a2f612ca7cae4f2688240fd20030dc967c6120e6095 [2021-06-30T09:18:24.778Z] #37 10.64 -- Detecting C compile features - done [2021-06-30T09:18:24.778Z] #37 10.69 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-30T09:18:24.778Z] #37 10.92 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-30T09:18:24.778Z] #37 11.05 -- Configuring done [2021-06-30T09:18:24.778Z] #37 11.07 -- Generating done [2021-06-30T09:18:24.778Z] #37 11.08 -- Build files have been written to: /tmp/tmp.aJja0smvBH/tini [2021-06-30T09:18:24.778Z] #37 11.08 + make tini-static [2021-06-30T09:18:24.778Z] #37 11.45 Scanning dependencies of target tini-static [2021-06-30T09:18:24.778Z] #37 11.58 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-30T09:18:24.778Z] #37 12.98 [100%] Linking C executable tini-static [2021-06-30T09:18:24.778Z] #37 13.52 [100%] Built target tini-static [2021-06-30T09:18:24.778Z] #37 13.60 + mkdir -p /build [2021-06-30T09:18:24.778Z] #37 13.60 + cp tini-static /build/docker-init [2021-06-30T09:18:24.778Z] #37 DONE 14.5s [2021-06-30T09:18:24.778Z] [2021-06-30T09:18:24.778Z] #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-30T09:18:24.778Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:18:24.778Z] #13 55.67 Selecting previously unselected package binutils-mingw-w64. [2021-06-30T09:18:24.778Z] #13 55.74 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-30T09:18:24.778Z] #13 55.74 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:18:24.778Z] #13 55.88 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-30T09:18:24.778Z] #13 55.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:24.778Z] #13 55.88 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:24.778Z] #13 55.99 Selecting previously unselected package dmsetup. [2021-06-30T09:18:24.778Z] #13 55.99 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:24.778Z] #13 55.99 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-30T09:18:24.778Z] #13 56.23 Selecting previously unselected package mingw-w64-common. [2021-06-30T09:18:24.778Z] #13 56.23 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-30T09:18:24.778Z] #13 56.30 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-30T09:18:24.778Z] #13 61.30 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-30T09:18:24.778Z] #13 61.33 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-30T09:18:24.778Z] #13 61.33 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:18:25.038Z] #13 ... [2021-06-30T09:18:25.038Z] [2021-06-30T09:18:25.038Z] #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-30T09:18:25.038Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:25.250Z] #20 49.69 Setting up iptables (1.8.2-4) ... [2021-06-30T09:18:25.250Z] #20 49.71 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.72 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.72 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.73 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.73 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.74 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-30T09:18:25.250Z] #20 49.75 Setting up python3 (3.7.3-1) ... [2021-06-30T09:18:25.295Z] #44 67.47 Setting up criu (3.15-1) ... [2021-06-30T09:18:25.663Z] Loaded image: buildpack-deps:buster [2021-06-30T09:18:25.663Z] Loaded image: busybox:latest [2021-06-30T09:18:25.663Z] Loaded image: busybox:glibc [2021-06-30T09:18:25.815Z] #20 50.18 Setting up python3-wheel (0.32.3-2) ... [2021-06-30T09:18:26.383Z] #20 50.85 Setting up apparmor (2.13.2-10) ... [2021-06-30T09:18:26.603Z] Loaded image: debian:bullseye [2021-06-30T09:18:26.603Z] Loaded image: hello-world:latest [2021-06-30T09:18:26.603Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:18:26.603Z] INFO: Testing against a local daemon [2021-06-30T09:18:26.603Z] === RUN TestCgroupNamespacesBuild [2021-06-30T09:18:26.665Z] #44 ... [2021-06-30T09:18:26.665Z] [2021-06-30T09:18:26.665Z] #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-30T09:18:26.665Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:26.665Z] #46 59.00 syscall [2021-06-30T09:18:26.665Z] #46 67.21 internal/poll [2021-06-30T09:18:26.665Z] #46 68.41 internal/fmtsort [2021-06-30T09:18:26.665Z] #46 68.98 path [2021-06-30T09:18:26.665Z] #46 ... [2021-06-30T09:18:26.665Z] [2021-06-30T09:18:26.665Z] #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-30T09:18:26.665Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:26.665Z] #52 59.47 time [2021-06-30T09:18:26.665Z] #52 65.15 context [2021-06-30T09:18:26.665Z] #52 65.86 internal/syscall/unix [2021-06-30T09:18:26.665Z] #52 66.17 internal/poll [2021-06-30T09:18:26.665Z] #52 68.44 internal/syscall/execenv [2021-06-30T09:18:26.665Z] #52 68.60 path [2021-06-30T09:18:26.665Z] #52 69.05 io/fs [2021-06-30T09:18:27.234Z] #52 ... [2021-06-30T09:18:27.234Z] [2021-06-30T09:18:27.234Z] #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-30T09:18:27.234Z] #44 sha256:0cc2f702dd1f63b4abc422bd0edf409bbfbb356546ff680eb7b7f0349b8c54c6 [2021-06-30T09:18:27.234Z] #44 69.30 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:27.234Z] #44 69.40 Processing triggers for mime-support (3.62) ... [2021-06-30T09:18:27.286Z] #19 36.69 Reading package lists... [2021-06-30T09:18:27.286Z] #19 ... [2021-06-30T09:18:27.286Z] [2021-06-30T09:18:27.286Z] #66 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-30T09:18:27.286Z] #66 sha256:3841ef65ab5c07f742eb401cf5979ced3ef36ade51d5f806231be00665de83f2 [2021-06-30T09:18:27.286Z] #66 44.12 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:18:27.286Z] #66 44.12 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-30T09:18:27.985Z] --- PASS: TestCgroupNamespacesBuild (1.47s) [2021-06-30T09:18:27.985Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-30T09:18:28.168Z] #44 DONE 70.3s [2021-06-30T09:18:28.168Z] [2021-06-30T09:18:28.168Z] #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-30T09:18:28.168Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:28.168Z] #52 70.30 os [2021-06-30T09:18:28.168Z] #52 70.55 encoding/binary [2021-06-30T09:18:28.273Z] #20 52.51 Setting up xfsprogs (4.20.0-1) ... [2021-06-30T09:18:28.273Z] #20 52.52 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:18:28.529Z] #20 52.86 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:18:29.092Z] #20 53.53 Setting up python3-distutils (3.7.3-1) ... [2021-06-30T09:18:29.372Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.37s) [2021-06-30T09:18:29.372Z] === RUN TestBuildWithSession [2021-06-30T09:18:29.372Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:18:29.372Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-30T09:18:29.372Z] === RUN TestBuildSquashParent [2021-06-30T09:18:29.653Z] #20 53.98 Setting up python3-setuptools (40.8.0-1) ... [2021-06-30T09:18:30.125Z] #52 72.47 encoding/base64 [2021-06-30T09:18:30.581Z] #20 55.01 Setting up python3-pip (18.1-5) ... [2021-06-30T09:18:31.057Z] #52 73.34 golang.org/x/sys/unix [2021-06-30T09:18:31.457Z] #66 DONE 49.1s [2021-06-30T09:18:31.458Z] [2021-06-30T09:18:31.458Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:18:31.458Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:18:31.458Z] #43 35.74 Reading package lists... [2021-06-30T09:18:31.458Z] #43 45.62 Building dependency tree... [2021-06-30T09:18:31.458Z] #43 48.46 The following additional packages will be installed: [2021-06-30T09:18:31.458Z] #43 48.47 cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd [2021-06-30T09:18:31.458Z] #43 48.48 Suggested packages: [2021-06-30T09:18:31.458Z] #43 48.48 cmake-doc ninja-build lrzip [2021-06-30T09:18:31.458Z] #43 48.48 Recommended packages: [2021-06-30T09:18:31.458Z] #43 48.48 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-30T09:18:31.458Z] #43 48.85 The following NEW packages will be installed: [2021-06-30T09:18:31.458Z] #43 48.88 cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd [2021-06-30T09:18:31.458Z] #43 ... [2021-06-30T09:18:31.458Z] [2021-06-30T09:18:31.458Z] #67 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-30T09:18:31.458Z] #67 sha256:8422c6d71fe17eb1882268bd675c196c1943113e3f5463b3fde6bef86b66c330 [2021-06-30T09:18:31.458Z] #67 DONE 0.1s [2021-06-30T09:18:31.458Z] [2021-06-30T09:18:31.458Z] #68 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-30T09:18:31.458Z] #68 sha256:13c272d3ee0da1b89e140d86d565ab4b116412d5f69d8f7f5d1311cad6aa9b4f [2021-06-30T09:18:31.458Z] #68 DONE 0.1s [2021-06-30T09:18:31.458Z] [2021-06-30T09:18:31.458Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:18:31.458Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:18:31.458Z] #43 49.30 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:18:31.458Z] #43 49.30 Need to get 5913 kB of archives. [2021-06-30T09:18:31.458Z] #43 49.30 After this operation, 27.4 MB of additional disk space will be used. [2021-06-30T09:18:31.458Z] #43 49.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:18:31.458Z] #43 49.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-30T09:18:31.458Z] #43 49.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-30T09:18:31.458Z] #43 49.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-30T09:18:31.508Z] #20 55.93 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:31.508Z] #20 55.98 Processing triggers for mime-support (3.62) ... [2021-06-30T09:18:31.715Z] #43 49.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-30T09:18:31.715Z] #43 49.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-30T09:18:31.715Z] #43 49.42 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-30T09:18:31.715Z] #43 49.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-30T09:18:32.424Z] #52 74.68 fmt [2021-06-30T09:18:32.646Z] #43 50.51 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:18:32.873Z] #20 DONE 57.2s [2021-06-30T09:18:32.873Z] [2021-06-30T09:18:32.873Z] #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-30T09:18:32.873Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-30T09:18:33.211Z] #43 50.83 Fetched 5913 kB in 1s (10.6 MB/s) [2021-06-30T09:18:33.211Z] #43 50.91 Selecting previously unselected package xxd. [2021-06-30T09:18:33.211Z] #43 50.91 (Reading database ... #43 ... [2021-06-30T09:18:33.211Z] [2021-06-30T09:18:33.211Z] #63 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-30T09:18:33.211Z] #63 sha256:01a5246a62ae10785ee21168e8e15f4c0d406dea03602a11e60f1998dcea226a [2021-06-30T09:18:33.211Z] #63 35.44 Reading package lists... [2021-06-30T09:18:33.211Z] #63 44.81 Building dependency tree... [2021-06-30T09:18:33.211Z] #63 48.14 The following additional packages will be installed: [2021-06-30T09:18:33.211Z] #63 48.15 libbtrfs0 [2021-06-30T09:18:33.211Z] #63 48.27 The following NEW packages will be installed: [2021-06-30T09:18:33.211Z] #63 48.28 libbtrfs-dev libbtrfs0 [2021-06-30T09:18:33.211Z] #63 48.68 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:18:33.211Z] #63 48.68 Need to get 119 kB of archives. [2021-06-30T09:18:33.211Z] #63 48.68 After this operation, 387 kB of additional disk space will be used. [2021-06-30T09:18:33.211Z] #63 48.68 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:18:33.211Z] #63 48.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:18:33.211Z] #63 49.27 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:18:33.211Z] #63 49.66 Fetched 119 kB in 0s (441 kB/s) [2021-06-30T09:18:33.211Z] #63 49.91 Selecting previously unselected package libbtrfs0. [2021-06-30T09:18:33.211Z] #63 49.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 ... 29521 files and directories currently installed.) [2021-06-30T09:18:33.211Z] #63 49.99 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:18:33.211Z] #63 50.09 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:18:33.211Z] #63 50.21 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:18:33.211Z] #63 50.21 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:18:33.211Z] #63 50.21 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:18:33.211Z] #63 50.62 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:18:33.211Z] #63 50.66 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:18:33.211Z] #63 50.68 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:33.211Z] #63 DONE 51.0s [2021-06-30T09:18:33.211Z] [2021-06-30T09:18:33.211Z] #43 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-30T09:18:33.211Z] #43 sha256:a2eeaee3fef85b4dba8bec4d232ecf88f48e6abeef0971288a5150b2675ee458 [2021-06-30T09:18:33.211Z] #43 50.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 ... 29521 files and directories currently installed.) [2021-06-30T09:18:33.211Z] #43 50.99 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:18:33.211Z] #43 51.00 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:18:33.211Z] #43 51.17 Selecting previously unselected package vim-common. [2021-06-30T09:18:33.211Z] #43 51.17 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:18:33.468Z] #43 51.20 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:18:33.725Z] #43 51.48 Selecting previously unselected package cmake-data. [2021-06-30T09:18:33.725Z] #43 51.48 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-30T09:18:33.725Z] #43 51.50 Unpacking cmake-data (3.13.4-1) ... [2021-06-30T09:18:33.803Z] #21 1.085 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-30T09:18:33.803Z] #21 1.090 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-30T09:18:33.803Z] #21 1.093 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-30T09:18:33.803Z] #21 DONE 1.1s [2021-06-30T09:18:33.803Z] [2021-06-30T09:18:33.803Z] #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-30T09:18:33.803Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:18:33.803Z] #40 176.3 + dpkg --print-architecture [2021-06-30T09:18:33.803Z] #40 176.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-30T09:18:33.803Z] #40 176.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-30T09:18:33.803Z] #40 176.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-30T09:18:34.655Z] #43 52.22 Selecting previously unselected package libarchive13:amd64. [2021-06-30T09:18:34.655Z] #43 52.22 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-30T09:18:34.655Z] #43 52.24 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:18:34.655Z] #43 52.41 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-30T09:18:34.655Z] #43 52.41 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-30T09:18:34.655Z] #43 52.42 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:18:34.911Z] #43 52.63 Selecting previously unselected package librhash0:amd64. [2021-06-30T09:18:34.911Z] #43 52.63 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ... [2021-06-30T09:18:34.911Z] #43 52.64 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:18:34.911Z] #43 52.74 Selecting previously unselected package libuv1:amd64. [2021-06-30T09:18:34.911Z] #43 52.74 Preparing to unpack .../6-libuv1_1.24.1-1_amd64.deb ... [2021-06-30T09:18:34.911Z] #43 52.75 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:18:35.475Z] #43 53.06 Selecting previously unselected package cmake. [2021-06-30T09:18:35.476Z] #43 53.06 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ... [2021-06-30T09:18:35.476Z] #43 53.09 Unpacking cmake (3.13.4-1) ... [2021-06-30T09:18:36.039Z] #43 53.87 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-30T09:18:36.039Z] #43 53.89 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:18:36.039Z] #43 53.91 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-30T09:18:36.039Z] #43 53.92 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:18:36.039Z] #43 53.95 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-30T09:18:36.303Z] #43 53.97 Setting up cmake-data (3.13.4-1) ... [2021-06-30T09:18:36.303Z] #43 54.00 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-30T09:18:36.303Z] #43 54.02 Setting up cmake (3.13.4-1) ... [2021-06-30T09:18:36.303Z] #43 54.05 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:36.303Z] #43 54.10 Processing triggers for mime-support (3.62) ... [2021-06-30T09:18:36.662Z] #52 ... [2021-06-30T09:18:36.662Z] [2021-06-30T09:18:36.663Z] #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-30T09:18:36.663Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:36.663Z] #46 69.44 regexp/syntax [2021-06-30T09:18:36.663Z] #46 69.60 io/fs [2021-06-30T09:18:36.663Z] #46 70.82 os [2021-06-30T09:18:36.663Z] #46 74.13 regexp [2021-06-30T09:18:36.663Z] #46 74.99 fmt [2021-06-30T09:18:36.663Z] #46 77.05 path/filepath [2021-06-30T09:18:36.663Z] #46 78.29 internal/lazyregexp [2021-06-30T09:18:36.663Z] #46 ... [2021-06-30T09:18:36.663Z] [2021-06-30T09:18:36.663Z] #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-30T09:18:36.663Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:36.663Z] #52 78.47 encoding/json [2021-06-30T09:18:37.392Z] #43 DONE 55.1s [2021-06-30T09:18:37.392Z] [2021-06-30T09:18:37.392Z] #44 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-30T09:18:37.392Z] #44 sha256:dd8810a1a80ef4387aa09954fc321774094663b56b0feb29efb65922c4cc3700 [2021-06-30T09:18:38.330Z] #44 0.915 + RM_GOPATH=0 [2021-06-30T09:18:38.330Z] #44 0.915 + TMP_GOPATH= [2021-06-30T09:18:38.330Z] #44 0.915 + : /build [2021-06-30T09:18:38.330Z] #44 0.915 + '[' -z '' ']' [2021-06-30T09:18:38.330Z] #44 0.916 ++ mktemp -d [2021-06-30T09:18:38.330Z] #44 0.917 + export GOPATH=/tmp/tmp.1qcdpvuFiB [2021-06-30T09:18:38.330Z] #44 0.917 + GOPATH=/tmp/tmp.1qcdpvuFiB [2021-06-30T09:18:38.330Z] #44 0.917 + RM_GOPATH=1 [2021-06-30T09:18:38.330Z] #44 0.919 + case "$(go env GOARCH)" in [2021-06-30T09:18:38.330Z] #44 0.919 ++ go env GOARCH [2021-06-30T09:18:38.330Z] #44 0.924 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:38.330Z] #44 0.924 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:38.330Z] #44 0.925 ++ dirname /tmp/install/install.sh [2021-06-30T09:18:38.330Z] #44 0.925 + dir=/tmp/install [2021-06-30T09:18:38.330Z] #44 0.926 + bin=tini [2021-06-30T09:18:38.330Z] #44 0.926 + shift [2021-06-30T09:18:38.330Z] #44 0.926 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-30T09:18:38.330Z] #44 0.926 + . /tmp/install/tini.installer [2021-06-30T09:18:38.330Z] #44 0.926 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:38.330Z] #44 0.927 + install_tini [2021-06-30T09:18:38.330Z] #44 0.927 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-30T09:18:38.330Z] #44 0.927 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:38.330Z] #44 0.927 + git clone https://github.com/krallin/tini.git /tmp/tmp.1qcdpvuFiB/tini [2021-06-30T09:18:38.330Z] #44 0.929 Cloning into '/tmp/tmp.1qcdpvuFiB/tini'... [2021-06-30T09:18:38.556Z] #52 80.78 github.com/pkg/diff [2021-06-30T09:18:38.556Z] #52 ... [2021-06-30T09:18:38.556Z] [2021-06-30T09:18:38.556Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:38.556Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:18:38.556Z] #13 67.31 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-30T09:18:38.556Z] #13 67.31 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:38.556Z] #13 67.31 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:38.556Z] #13 67.41 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-30T09:18:38.556Z] #13 67.41 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:38.556Z] #13 67.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:38.586Z] #44 1.288 + cd /tmp/tmp.1qcdpvuFiB/tini [2021-06-30T09:18:38.586Z] #44 1.288 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-30T09:18:38.586Z] #44 1.293 + cmake . [2021-06-30T09:18:38.812Z] #13 ... [2021-06-30T09:18:38.812Z] [2021-06-30T09:18:38.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-30T09:18:38.812Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:38.812Z] #46 78.62 io/ioutil [2021-06-30T09:18:38.812Z] #46 79.05 flag [2021-06-30T09:18:38.812Z] #46 79.07 go/token [2021-06-30T09:18:38.812Z] #46 79.77 go/scanner [2021-06-30T09:18:38.812Z] #46 80.67 net/url [2021-06-30T09:18:38.812Z] #46 81.16 go/ast [2021-06-30T09:18:38.842Z] #44 1.495 -- The C compiler identification is GNU 8.3.0 [2021-06-30T09:18:38.842Z] #44 1.522 -- Check for working C compiler: /usr/bin/cc [2021-06-30T09:18:39.099Z] #44 1.678 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-30T09:18:39.099Z] #44 1.680 -- Detecting C compiler ABI info [2021-06-30T09:18:39.099Z] #44 1.881 -- Detecting C compiler ABI info - done [2021-06-30T09:18:39.354Z] #44 1.900 -- Detecting C compile features [2021-06-30T09:18:39.365Z] --- PASS: TestBuildSquashParent (8.25s) [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:18:39.365Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:18:39.365Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:18:39.365Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:18:39.365Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:18:39.742Z] #46 82.20 text/template/parse [2021-06-30T09:18:39.917Z] #44 2.602 -- Detecting C compile features - done [2021-06-30T09:18:39.917Z] #44 2.616 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-30T09:18:39.917Z] #44 2.712 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-30T09:18:39.936Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:18:40.174Z] #44 2.741 -- Configuring done [2021-06-30T09:18:40.174Z] #44 2.745 -- Generating done [2021-06-30T09:18:40.174Z] #44 2.747 -- Build files have been written to: /tmp/tmp.1qcdpvuFiB/tini [2021-06-30T09:18:40.174Z] #44 2.757 + make tini-static [2021-06-30T09:18:40.174Z] #44 2.918 Scanning dependencies of target tini-static [2021-06-30T09:18:40.174Z] #44 2.974 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-30T09:18:40.174Z] #44 ... [2021-06-30T09:18:40.174Z] [2021-06-30T09:18:40.174Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:40.174Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:40.174Z] #19 36.69 Reading package lists... [2021-06-30T09:18:40.174Z] #19 46.46 Building dependency tree... [2021-06-30T09:18:40.174Z] #19 49.60 The following additional packages will be installed: [2021-06-30T09:18:40.174Z] #19 49.61 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-30T09:18:40.174Z] #19 49.61 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-30T09:18:40.174Z] #19 49.62 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-30T09:18:40.174Z] #19 49.62 libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common [2021-06-30T09:18:40.174Z] #19 49.62 mingw-w64-x86-64-dev [2021-06-30T09:18:40.174Z] #19 49.63 Suggested packages: [2021-06-30T09:18:40.174Z] #19 49.63 gcc-8-locales seccomp wine64 [2021-06-30T09:18:40.174Z] #19 50.12 The following NEW packages will be installed: [2021-06-30T09:18:40.174Z] #19 50.12 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-30T09:18:40.174Z] #19 50.12 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-30T09:18:40.174Z] #19 50.12 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-30T09:18:40.174Z] #19 50.13 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-30T09:18:40.174Z] #19 50.13 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-30T09:18:40.174Z] #19 50.13 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-30T09:18:40.174Z] #19 50.14 The following packages will be upgraded: [2021-06-30T09:18:40.174Z] #19 50.15 libseccomp2 [2021-06-30T09:18:40.174Z] #19 50.50 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:18:40.174Z] #19 50.50 Need to get 77.8 MB of archives. [2021-06-30T09:18:40.174Z] #19 50.50 After this operation, 487 MB of additional disk space will be used. [2021-06-30T09:18:40.174Z] #19 50.50 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-30T09:18:40.174Z] #19 50.51 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-30T09:18:40.174Z] #19 50.51 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-30T09:18:40.174Z] #19 50.54 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-30T09:18:40.174Z] #19 50.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-30T09:18:40.174Z] #19 50.60 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-30T09:18:40.174Z] #19 50.60 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-30T09:18:40.174Z] #19 50.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-30T09:18:40.174Z] #19 50.72 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-30T09:18:40.174Z] #19 50.79 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-30T09:18:40.174Z] #19 50.80 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-30T09:18:40.174Z] #19 51.96 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-30T09:18:40.174Z] #19 52.79 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-30T09:18:40.174Z] #19 52.79 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-30T09:18:40.174Z] #19 52.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-30T09:18:40.174Z] #19 52.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-30T09:18:40.174Z] #19 52.81 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-30T09:18:40.174Z] #19 52.81 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-30T09:18:40.174Z] #19 52.81 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-30T09:18:40.174Z] #19 52.82 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-30T09:18:40.174Z] #19 52.82 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-30T09:18:40.174Z] #19 52.83 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-30T09:18:40.174Z] #19 52.83 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-30T09:18:40.174Z] #19 52.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-30T09:18:40.174Z] #19 52.87 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-30T09:18:40.174Z] #19 52.90 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-30T09:18:40.174Z] #19 53.39 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:18:40.174Z] #19 53.75 Fetched 77.8 MB in 3s (29.2 MB/s) [2021-06-30T09:18:40.174Z] #19 53.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-30T09:18:40.174Z] #19 53.91 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:18:40.174Z] #19 53.94 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-30T09:18:40.174Z] #19 54.14 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:18:40.174Z] #19 54.28 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-30T09:18:40.174Z] #19 54.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29521 files and directories currently installed.) [2021-06-30T09:18:40.174Z] #19 54.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:18:40.174Z] #19 54.37 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:18:40.174Z] #19 55.00 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-30T09:18:40.174Z] #19 55.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-30T09:18:40.174Z] #19 55.01 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:18:40.174Z] #19 55.80 Selecting previously unselected package binutils-mingw-w64. [2021-06-30T09:18:40.174Z] #19 55.82 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-30T09:18:40.174Z] #19 55.82 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:18:40.174Z] #19 55.89 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-30T09:18:40.174Z] #19 55.89 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:40.174Z] #19 55.90 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:40.174Z] #19 55.97 Selecting previously unselected package dmsetup. [2021-06-30T09:18:40.174Z] #19 55.98 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:40.174Z] #19 55.98 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-30T09:18:40.174Z] #19 56.04 Selecting previously unselected package mingw-w64-common. [2021-06-30T09:18:40.174Z] #19 56.05 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-30T09:18:40.174Z] #19 56.06 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-30T09:18:40.196Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:18:40.738Z] #19 ... [2021-06-30T09:18:40.738Z] [2021-06-30T09:18:40.738Z] #44 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-06-30T09:18:40.738Z] #44 sha256:dd8810a1a80ef4387aa09954fc321774094663b56b0feb29efb65922c4cc3700 [2021-06-30T09:18:40.738Z] #44 3.394 [100%] Linking C executable tini-static [2021-06-30T09:18:40.999Z] #44 3.567 [100%] Built target tini-static [2021-06-30T09:18:40.999Z] #44 3.596 + mkdir -p /build [2021-06-30T09:18:40.999Z] #44 3.598 + cp tini-static /build/docker-init [2021-06-30T09:18:41.932Z] #44 DONE 4.4s [2021-06-30T09:18:41.932Z] [2021-06-30T09:18:41.933Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:41.933Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:41.933Z] #19 57.77 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-30T09:18:41.933Z] #19 57.78 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-30T09:18:41.933Z] #19 57.78 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:18:42.106Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:18:42.106Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:18:43.014Z] #46 84.94 go/parser [2021-06-30T09:18:43.014Z] #46 ... [2021-06-30T09:18:43.014Z] [2021-06-30T09:18:43.014Z] #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-30T09:18:43.014Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:18:43.301Z] #19 ... [2021-06-30T09:18:43.301Z] [2021-06-30T09:18:43.301Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:18:43.301Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:18:43.301Z] #64 0.973 + RM_GOPATH=0 [2021-06-30T09:18:43.301Z] #64 0.973 + TMP_GOPATH= [2021-06-30T09:18:43.301Z] #64 0.974 + : /build [2021-06-30T09:18:43.301Z] #64 0.974 + '[' -z '' ']' [2021-06-30T09:18:43.301Z] #64 0.975 ++ mktemp -d [2021-06-30T09:18:43.301Z] #64 0.976 + export GOPATH=/tmp/tmp.Da97Ej9uUP [2021-06-30T09:18:43.301Z] #64 0.976 + GOPATH=/tmp/tmp.Da97Ej9uUP [2021-06-30T09:18:43.301Z] #64 0.976 + RM_GOPATH=1 [2021-06-30T09:18:43.301Z] #64 0.977 + case "$(go env GOARCH)" in [2021-06-30T09:18:43.301Z] #64 0.977 ++ go env GOARCH [2021-06-30T09:18:43.301Z] #64 0.982 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:43.301Z] #64 0.982 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:18:43.301Z] #64 0.983 ++ dirname /tmp/install/install.sh [2021-06-30T09:18:43.301Z] #64 0.983 + dir=/tmp/install [2021-06-30T09:18:43.301Z] #64 0.984 + bin=containerd [2021-06-30T09:18:43.301Z] #64 0.984 + shift [2021-06-30T09:18:43.301Z] #64 0.984 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-30T09:18:43.301Z] #64 0.984 + . /tmp/install/containerd.installer [2021-06-30T09:18:43.301Z] #64 0.985 ++ set -e [2021-06-30T09:18:43.301Z] #64 0.985 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:43.301Z] #64 0.985 + install_containerd [2021-06-30T09:18:43.301Z] #64 0.986 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-30T09:18:43.301Z] #64 0.986 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:43.301Z] #64 0.986 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Da97Ej9uUP/src/github.com/containerd/containerd [2021-06-30T09:18:43.301Z] #64 0.988 Cloning into '/tmp/tmp.Da97Ej9uUP/src/github.com/containerd/containerd'... [2021-06-30T09:18:43.558Z] #64 ... [2021-06-30T09:18:43.558Z] [2021-06-30T09:18:43.558Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:43.558Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:43.558Z] #19 59.53 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-30T09:18:43.558Z] #19 59.54 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:43.558Z] #19 59.54 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:43.558Z] #19 59.60 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-30T09:18:43.558Z] #19 59.61 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:43.558Z] #19 59.61 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:43.757Z] #40 ... [2021-06-30T09:18:43.757Z] [2021-06-30T09:18:43.757Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-30T09:18:43.757Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-30T09:18:43.757Z] #22 4.361 Collecting yamllint==1.26.1 [2021-06-30T09:18:43.757Z] #22 9.713 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-30T09:18:44.053Z] #57 43.63 Checking out files: 50% (2075/4071) Checking out files: 51% (2077/4071) Checking out files: 52% (2117/4071) Checking out files: 53% (2158/4071) Checking out files: 54% (2199/4071) Checking out files: 55% (2240/4071) Checking out files: 56% (2280/4071) Checking out files: 57% (2321/4071) Checking out files: 58% (2362/4071) Checking out files: 59% (2402/4071) Checking out files: 60% (2443/4071) Checking out files: 61% (2484/4071) Checking out files: 62% (2525/4071) Checking out files: 63% (2565/4071) Checking out files: 64% (2606/4071) Checking out files: 65% (2647/4071) Checking out files: 66% (2687/4071) Checking out files: 67% (2728/4071) Checking out files: 68% (2769/4071) Checking out files: 69% (2809/4071) Checking out files: 70% (2850/4071) Checking out files: 71% (2891/4071) Checking out files: 72% (2932/4071) Checking out files: 73% (2972/4071) Checking out files: 74% (3013/4071) Checking out files: 75% (3054/4071) Checking out files: 76% (3094/4071) Checking out files: 77% (3135/4071) Checking out files: 78% (3176/4071) Checking out files: 79% (3217/4071) Checking out files: 80% (3257/4071) Checking out files: 81% (3298/4071) Checking out files: 82% (3339/4071) Checking out files: 83% (3379/4071) Checking out files: 84% (3420/4071) Checking out files: 85% (3461/4071) Checking out files: 86% (3502/4071) Checking out files: 87% (3542/4071) Checking out files: 88% (3583/4071) Checking out files: 89% (3624/4071) Checking out files: 90% (3664/4071) Checking out files: 91% (3705/4071) Checking out files: 92% (3746/4071) Checking out files: 92% (3778/4071) Checking out files: 93% (3787/4071) Checking out files: 94% (3827/4071) Checking out files: 95% (3868/4071) Checking out files: 96% (3909/4071) Checking out files: 97% (3949/4071) Checking out files: 98% (3990/4071) Checking out files: 99% (4031/4071) Checking out files: 100% (4071/4071) Checking out files: 100% (4071/4071), done. [2021-06-30T09:18:44.053Z] #57 44.91 + cd /tmp/tmp.CPjaWn339B/src/github.com/containerd/containerd [2021-06-30T09:18:44.053Z] #57 44.91 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.34s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.45s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.85s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.08s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s) [2021-06-30T09:18:44.647Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.12s) [2021-06-30T09:18:44.647Z] === RUN TestBuildMultiStageCopy [2021-06-30T09:18:44.647Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-30T09:18:44.688Z] #22 10.61 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-30T09:18:44.688Z] #22 10.66 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-30T09:18:44.688Z] #22 10.69 Collecting pyyaml (from yamllint==1.26.1) [2021-06-30T09:18:44.688Z] #22 10.88 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-30T09:18:44.944Z] #22 11.17 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-30T09:18:45.201Z] #22 11.17 Building wheels for collected packages: yamllint [2021-06-30T09:18:45.201Z] #22 11.17 Running setup.py bdist_wheel for yamllint: started [2021-06-30T09:18:45.421Z] #57 46.30 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-30T09:18:45.421Z] #57 46.30 + BUILDTAGS='netgo osusergo static_build' [2021-06-30T09:18:45.421Z] #57 46.30 + export EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:18:45.421Z] #57 46.30 + EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:18:45.421Z] #57 46.30 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-30T09:18:45.421Z] #57 46.30 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-30T09:18:45.421Z] #57 46.30 + '[' '' = dynamic ']' [2021-06-30T09:18:45.421Z] #57 46.30 + make [2021-06-30T09:18:46.132Z] #22 12.06 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-30T09:18:46.132Z] #22 12.06 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-30T09:18:46.132Z] #22 12.11 Successfully built yamllint [2021-06-30T09:18:46.132Z] #22 12.12 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-30T09:18:46.389Z] #22 12.43 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-30T09:18:46.646Z] #22 DONE 12.9s [2021-06-30T09:18:46.646Z] [2021-06-30T09:18:46.646Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-06-30T09:18:46.646Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:18:46.902Z] #40 ... [2021-06-30T09:18:46.902Z] [2021-06-30T09:18:46.902Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-30T09:18:46.902Z] #25 sha256:b4c5d17e0904f673048043aa6444737d4ea59d4fde59860d827ded403e803f41 [2021-06-30T09:18:47.159Z] #25 DONE 0.4s [2021-06-30T09:18:47.159Z] [2021-06-30T09:18:47.159Z] #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-30T09:18:47.159Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:18:47.214Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-30T09:18:47.315Z] #57 47.82 + bin/ctr [2021-06-30T09:18:47.416Z] #54 ... [2021-06-30T09:18:47.416Z] [2021-06-30T09:18:47.416Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-30T09:18:47.416Z] #30 sha256:6265c59a20f54a993236693fcf4c9d1fbf6f3b230bd00da3734f71ebbc3b3c49 [2021-06-30T09:18:48.154Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-30T09:18:48.805Z] #19 64.55 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-30T09:18:48.805Z] #19 64.55 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:48.805Z] #19 64.56 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:49.093Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-30T09:18:49.838Z] #57 ... [2021-06-30T09:18:49.838Z] [2021-06-30T09:18:49.838Z] #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-30T09:18:49.838Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:49.838Z] #52 81.90 go/ast [2021-06-30T09:18:49.838Z] #52 83.52 golang.org/x/crypto/ssh/terminal [2021-06-30T09:18:49.838Z] #52 84.92 mvdan.cc/editorconfig [2021-06-30T09:18:49.838Z] #52 85.69 mvdan.cc/sh/v3/fileutil [2021-06-30T09:18:49.838Z] #52 85.85 text/tabwriter [2021-06-30T09:18:49.838Z] #52 86.27 mvdan.cc/sh/v3/syntax [2021-06-30T09:18:49.838Z] #52 91.63 mvdan.cc/sh/v3/cmd/shfmt [2021-06-30T09:18:49.838Z] #52 ... [2021-06-30T09:18:49.838Z] [2021-06-30T09:18:49.838Z] #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-30T09:18:49.838Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:18:49.838Z] #13 87.92 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-30T09:18:49.838Z] #13 87.92 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-30T09:18:49.838Z] #13 87.93 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:50.033Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy (6.91s) [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.90s) [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.01s) [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.99s) [2021-06-30T09:18:51.413Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.01s) [2021-06-30T09:18:51.413Z] === RUN TestBuildMultiStageParentConfig [2021-06-30T09:18:52.363Z] #13 ... [2021-06-30T09:18:52.364Z] [2021-06-30T09:18:52.364Z] #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-30T09:18:52.364Z] #52 sha256:d2d79042c6be890f0ca0f72d3830e89ddeba03835785780337356c60fc503839 [2021-06-30T09:18:52.364Z] #52 DONE 94.8s [2021-06-30T09:18:52.621Z] [2021-06-30T09:18:52.621Z] #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-30T09:18:52.621Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:18:52.621Z] #46 86.97 text/template [2021-06-30T09:18:52.621Z] #46 88.67 log [2021-06-30T09:18:52.621Z] #46 89.38 encoding/xml [2021-06-30T09:18:52.621Z] #46 91.08 go/doc [2021-06-30T09:18:52.621Z] #46 94.33 github.com/LK4D4/vndr/versioned [2021-06-30T09:18:52.621Z] #46 94.35 github.com/LK4D4/vndr/build [2021-06-30T09:18:52.621Z] #46 94.43 compress/flate [2021-06-30T09:18:52.677Z] #30 DONE 5.2s [2021-06-30T09:18:52.677Z] [2021-06-30T09:18:52.677Z] #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-30T09:18:52.677Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:18:52.677Z] #54 ... [2021-06-30T09:18:52.677Z] [2021-06-30T09:18:52.677Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-30T09:18:52.677Z] #33 sha256:561fb2e23d9c96df71b6f3e4bae92a3d3812d616258964c0d1640a62e448607b [2021-06-30T09:18:52.934Z] #33 DONE 0.3s [2021-06-30T09:18:52.934Z] [2021-06-30T09:18:52.934Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-30T09:18:52.934Z] #35 sha256:dd65e562d5be38bb7dd39fafa34a83497e41bf70389db413935f112dacf7362c [2021-06-30T09:18:52.934Z] #35 DONE 0.1s [2021-06-30T09:18:52.934Z] [2021-06-30T09:18:52.934Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-30T09:18:52.934Z] #38 sha256:d0770841586b1ff58d35ec00c4df09af9509640ebc1a62c7ad3b9140697f980d [2021-06-30T09:18:52.934Z] #38 DONE 0.2s [2021-06-30T09:18:52.934Z] [2021-06-30T09:18:52.934Z] #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-30T09:18:52.934Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:18:52.976Z] #19 68.56 Selecting previously unselected package libapparmor1:amd64. [2021-06-30T09:18:52.976Z] #19 68.57 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.58 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:18:52.976Z] #19 68.65 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-30T09:18:52.976Z] #19 68.65 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.66 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:18:52.976Z] #19 68.74 Selecting previously unselected package libbtrfs0. [2021-06-30T09:18:52.976Z] #19 68.74 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.74 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:18:52.976Z] #19 68.79 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:18:52.976Z] #19 68.80 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.80 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:18:52.976Z] #19 68.86 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-30T09:18:52.976Z] #19 68.87 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.88 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:52.976Z] #19 68.93 Selecting previously unselected package libudev-dev:amd64. [2021-06-30T09:18:52.976Z] #19 68.94 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 68.95 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:18:52.976Z] #19 69.04 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-30T09:18:52.976Z] #19 69.04 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-30T09:18:52.976Z] #19 69.05 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:18:53.233Z] #19 69.17 Selecting previously unselected package libpcre16-3:amd64. [2021-06-30T09:18:53.233Z] #19 69.18 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:18:53.233Z] #19 69.19 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:18:53.233Z] #19 69.32 Selecting previously unselected package libpcre32-3:amd64. [2021-06-30T09:18:53.233Z] #19 69.33 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:18:53.233Z] #19 69.33 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:18:53.489Z] #19 69.44 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-30T09:18:53.489Z] #19 69.45 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-30T09:18:53.489Z] #19 69.46 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:18:53.489Z] #19 69.52 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-30T09:18:53.489Z] #19 69.52 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-30T09:18:53.489Z] #19 69.53 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:18:53.746Z] #19 69.71 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-30T09:18:53.746Z] #19 69.71 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-30T09:18:53.746Z] #19 69.72 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:18:53.864Z] #54 ... [2021-06-30T09:18:53.864Z] [2021-06-30T09:18:53.864Z] #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-30T09:18:53.864Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:18:53.864Z] #40 DONE 197.2s [2021-06-30T09:18:53.864Z] [2021-06-30T09:18:53.864Z] #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-30T09:18:53.864Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:18:54.002Z] #19 69.82 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-30T09:18:54.002Z] #19 69.83 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:18:54.002Z] #19 69.84 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:54.002Z] #19 69.88 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-30T09:18:54.002Z] #19 69.89 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:18:54.002Z] #19 69.90 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:18:54.002Z] #19 69.96 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-30T09:18:54.002Z] #19 69.98 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:18:54.002Z] #19 69.98 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:18:54.259Z] #19 70.22 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:18:54.259Z] #19 70.23 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:18:54.259Z] #19 70.25 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:18:54.259Z] #19 70.27 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:18:54.259Z] #19 70.28 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:18:54.259Z] #19 70.30 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:18:54.259Z] #19 70.31 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:54.259Z] #19 70.33 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:18:54.259Z] #19 70.34 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:18:54.259Z] #19 70.36 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:18:54.259Z] #19 70.39 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:18:54.259Z] #19 70.40 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:18:54.259Z] #19 70.42 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:18:54.259Z] #19 70.43 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-30T09:18:54.428Z] #57 ... [2021-06-30T09:18:54.428Z] [2021-06-30T09:18:54.428Z] #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-30T09:18:54.428Z] #50 sha256:fd607f623c4f8b9d1076343f5ba87c1ff64e06251c3bf36629fc5df6318e78e6 [2021-06-30T09:18:54.428Z] #50 198.1 + /build/golangci-lint --version [2021-06-30T09:18:54.522Z] #19 70.46 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:18:54.522Z] #19 70.52 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:18:54.522Z] #19 70.53 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:18:54.522Z] #19 70.57 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:54.522Z] #19 70.62 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-30T09:18:54.522Z] #19 70.63 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-30T09:18:54.522Z] #19 70.65 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:18:54.522Z] #19 70.66 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-30T09:18:54.522Z] #19 70.67 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-30T09:18:54.522Z] #19 70.67 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:18:54.522Z] #19 ... [2021-06-30T09:18:54.522Z] [2021-06-30T09:18:54.522Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:18:54.522Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:18:54.522Z] #64 11.33 + cd /tmp/tmp.Da97Ej9uUP/src/github.com/containerd/containerd [2021-06-30T09:18:54.522Z] #64 11.33 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-30T09:18:54.522Z] #64 11.81 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-30T09:18:54.522Z] #64 11.81 + BUILDTAGS='netgo osusergo static_build' [2021-06-30T09:18:54.522Z] #64 11.81 + export EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:18:54.522Z] #64 11.81 + EXTRA_FLAGS=-buildmode=pie [2021-06-30T09:18:54.522Z] #64 11.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-30T09:18:54.522Z] #64 11.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-30T09:18:54.522Z] #64 11.81 + '[' '' = dynamic ']' [2021-06-30T09:18:54.522Z] #64 11.81 + make [2021-06-30T09:18:54.522Z] #64 12.44 + bin/ctr [2021-06-30T09:18:54.536Z] #46 96.73 hash/crc32 [2021-06-30T09:18:54.686Z] #50 198.4 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-30T09:18:54.779Z] #64 ... [2021-06-30T09:18:54.779Z] [2021-06-30T09:18:54.779Z] #19 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-30T09:18:54.779Z] #19 sha256:af564ce2a7d0da0217ff4c9f5f0e177c8c51d9256456d608d66eeb6ccfd312a1 [2021-06-30T09:18:54.779Z] #19 70.67 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:18:54.779Z] #19 70.69 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:18:54.779Z] #19 70.70 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:54.779Z] #19 70.72 Setting up dmsetup (2:1.02.155-3) ... [2021-06-30T09:18:54.779Z] #19 70.73 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:54.779Z] #19 70.74 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:18:54.793Z] #46 97.20 compress/gzip [2021-06-30T09:18:54.946Z] #50 DONE 198.6s [2021-06-30T09:18:54.946Z] [2021-06-30T09:18:54.946Z] #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-30T09:18:54.946Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:18:55.035Z] #19 70.86 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:18:55.094Z] #46 97.68 crypto/dsa [2021-06-30T09:18:55.204Z] #54 ... [2021-06-30T09:18:55.204Z] [2021-06-30T09:18:55.204Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-30T09:18:55.204Z] #41 sha256:4148f4b5b5328210a503ffd19d99ff015ee7ef37e66ba9db256a169d0974a725 [2021-06-30T09:18:55.353Z] #46 97.80 crypto/x509/pkix [2021-06-30T09:18:55.918Z] #46 98.17 net [2021-06-30T09:18:55.918Z] #46 98.31 vendor/golang.org/x/crypto/chacha20 [2021-06-30T09:18:56.144Z] #41 DONE 0.7s [2021-06-30T09:18:56.144Z] [2021-06-30T09:18:56.144Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-30T09:18:56.144Z] #45 sha256:ca479b38fe8808f606d65e6a3c28da362ae61d8b26bd3d34f9e775db4f3ac1e7 [2021-06-30T09:18:56.144Z] #45 DONE 0.2s [2021-06-30T09:18:56.144Z] [2021-06-30T09:18:56.144Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-30T09:18:56.144Z] #47 sha256:53683b2b6301720cca8f5dcc7004e39900186285477cd91a76385a22258b19cd [2021-06-30T09:18:56.401Z] #47 DONE 0.3s [2021-06-30T09:18:56.401Z] [2021-06-30T09:18:56.401Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-30T09:18:56.401Z] #49 sha256:99808098ceff8fe426c86c6d4a8bc4de088fd3f7284123265dd6e4de76211a5f [2021-06-30T09:18:56.401Z] #49 DONE 0.2s [2021-06-30T09:18:56.401Z] [2021-06-30T09:18:56.401Z] #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-30T09:18:56.401Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:18:56.482Z] #46 98.84 vendor/golang.org/x/crypto/poly1305 [2021-06-30T09:18:56.692Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-06-30T09:18:56.692Z] === RUN TestBuildLabelWithTargets [2021-06-30T09:18:56.968Z] #57 ... [2021-06-30T09:18:56.968Z] [2021-06-30T09:18:56.968Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-30T09:18:56.968Z] #51 sha256:e41c82fa41a841bb78caa10e15290793c6abe6a913de3964f2e91b6da8494521 [2021-06-30T09:18:57.045Z] #46 99.33 vendor/golang.org/x/sys/cpu [2021-06-30T09:18:57.302Z] #46 99.79 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-30T09:18:57.533Z] #51 DONE 0.5s [2021-06-30T09:18:57.533Z] [2021-06-30T09:18:57.533Z] #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-30T09:18:57.533Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:18:57.533Z] #57 ... [2021-06-30T09:18:57.533Z] [2021-06-30T09:18:57.533Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-30T09:18:57.533Z] #53 sha256:f6ec504ffeabc506a252ae52aa13c9f0bad041579f47b5ffb6d5133adaaa988f [2021-06-30T09:18:57.533Z] #53 DONE 0.1s [2021-06-30T09:18:57.570Z] #19 DONE 73.6s [2021-06-30T09:18:57.570Z] [2021-06-30T09:18:57.570Z] #20 [runtime-dev-cross-true 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-true-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-true-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libapparmor-dev:arm64 libapparmor-dev:armel libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-06-30T09:18:57.570Z] #20 sha256:73402ef437df642e8b0e2e2008387bbdf7dd5b0524bc3c40a3cd49672975109c [2021-06-30T09:18:57.790Z] [2021-06-30T09:18:57.790Z] #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-30T09:18:57.790Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:18:58.247Z] #46 100.7 vendor/golang.org/x/crypto/curve25519 [2021-06-30T09:18:58.811Z] #46 101.3 vendor/golang.org/x/crypto/hkdf [2021-06-30T09:18:58.936Z] #20 1.299 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:18:58.936Z] #20 1.470 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-30T09:18:58.936Z] #20 1.505 Get:3 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-30T09:18:58.936Z] #20 1.545 Get:4 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-30T09:18:58.936Z] #20 1.554 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-30T09:18:59.068Z] #46 101.5 vendor/golang.org/x/text/transform [2021-06-30T09:18:59.202Z] #20 1.556 Hit:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-30T09:18:59.202Z] #20 1.557 Hit:7 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-30T09:18:59.202Z] #20 1.577 Get:8 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-30T09:18:59.202Z] #20 1.594 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:18:59.202Z] #20 1.616 Get:10 http://deb.debian.org/debian buster-backports/main arm64 Packages [479 kB] [2021-06-30T09:18:59.998Z] #46 102.1 vendor/golang.org/x/text/unicode/bidi [2021-06-30T09:19:00.129Z] #20 2.559 Fetched 2848 kB in 2s (1889 kB/s) [2021-06-30T09:19:01.367Z] #46 103.7 vendor/golang.org/x/text/secure/bidirule [2021-06-30T09:19:01.624Z] #46 104.0 vendor/golang.org/x/text/unicode/norm [2021-06-30T09:19:02.994Z] #46 ... [2021-06-30T09:19:02.994Z] [2021-06-30T09:19:02.994Z] #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-30T09:19:02.994Z] #59 sha256:ea2346b83388debbcde082670dd70b56125a8029b40a0b25b78903d24faf8ad0 [2021-06-30T09:19:02.994Z] #59 105.1 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-30T09:19:02.994Z] #59 105.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-30T09:19:04.818Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-06-30T09:19:04.818Z] === RUN TestBuildWithEmptyLayers [2021-06-30T09:19:05.377Z] #20 2.559 Reading package lists... [2021-06-30T09:19:07.357Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-06-30T09:19:07.357Z] === RUN TestBuildMultiStageOnBuild [2021-06-30T09:19:08.249Z] #59 ... [2021-06-30T09:19:08.249Z] [2021-06-30T09:19:08.249Z] #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-30T09:19:08.249Z] #13 sha256:34eb622e3fa7f712d8cb810b5c2773f8acd9afaf2100ef33ec4164a2e857230d [2021-06-30T09:19:08.249Z] #13 101.8 Selecting previously unselected package libapparmor1:amd64. [2021-06-30T09:19:08.249Z] #13 101.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 101.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:19:08.249Z] #13 101.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-30T09:19:08.249Z] #13 101.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 101.9 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:19:08.249Z] #13 102.1 Selecting previously unselected package libbtrfs0. [2021-06-30T09:19:08.249Z] #13 102.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-30T09:19:08.249Z] #13 102.1 Selecting previously unselected package libbtrfs-dev. [2021-06-30T09:19:08.249Z] #13 102.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:19:08.249Z] #13 102.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-30T09:19:08.249Z] #13 102.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 102.4 Selecting previously unselected package libudev-dev:amd64. [2021-06-30T09:19:08.249Z] #13 102.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.4 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:19:08.249Z] #13 102.5 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-30T09:19:08.249Z] #13 102.6 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.6 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:19:08.249Z] #13 102.9 Selecting previously unselected package libpcre16-3:amd64. [2021-06-30T09:19:08.249Z] #13 102.9 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 102.9 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 103.1 Selecting previously unselected package libpcre32-3:amd64. [2021-06-30T09:19:08.249Z] #13 103.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 103.1 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 103.3 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-30T09:19:08.249Z] #13 103.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 103.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 103.4 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-30T09:19:08.249Z] #13 103.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 103.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 103.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-30T09:19:08.249Z] #13 103.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 103.8 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:19:08.249Z] #13 104.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-30T09:19:08.249Z] #13 104.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 104.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 104.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-30T09:19:08.249Z] #13 104.2 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 104.2 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:19:08.249Z] #13 104.3 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-30T09:19:08.249Z] #13 104.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-30T09:19:08.249Z] #13 104.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:19:08.249Z] #13 104.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 104.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 104.9 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:19:08.249Z] #13 105.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-30T09:19:08.249Z] #13 105.0 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-30T09:19:08.249Z] #13 105.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-30T09:19:08.249Z] #13 105.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-30T09:19:08.249Z] #13 105.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-30T09:19:08.249Z] #13 105.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-30T09:19:08.249Z] #13 105.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-30T09:19:08.249Z] #13 105.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:19:08.249Z] #13 105.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-30T09:19:08.249Z] #13 105.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-30T09:19:08.249Z] #13 105.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-30T09:19:08.249Z] #13 105.2 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-30T09:19:08.249Z] #13 105.2 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-30T09:19:08.249Z] #13 105.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-30T09:19:08.249Z] #13 105.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-30T09:19:08.249Z] #13 105.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 105.3 Setting up dmsetup (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 105.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 105.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-30T09:19:08.249Z] #13 105.3 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:19:08.249Z] #13 DONE 106.6s [2021-06-30T09:19:08.249Z] [2021-06-30T09:19:08.249Z] #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-30T09:19:08.249Z] #59 sha256:ea2346b83388debbcde082670dd70b56125a8029b40a0b25b78903d24faf8ad0 [2021-06-30T09:19:08.249Z] #59 DONE 110.3s [2021-06-30T09:19:08.249Z] [2021-06-30T09:19:08.249Z] #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-30T09:19:08.249Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:19:08.249Z] #54 ... [2021-06-30T09:19:08.249Z] [2021-06-30T09:19:08.249Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-30T09:19:08.249Z] #60 sha256:f47482358567131988dcaf9c6aed54703859697e5744ac68cefdc884432fef3c [2021-06-30T09:19:08.249Z] #60 DONE 0.2s [2021-06-30T09:19:08.249Z] [2021-06-30T09:19:08.249Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-30T09:19:08.249Z] #61 sha256:609c30a2c954cfe81bcbc2ef4f8184541a23a20ac1b8c0bd5d87aa0fef6502f3 [2021-06-30T09:19:08.507Z] #61 DONE 0.2s [2021-06-30T09:19:08.507Z] [2021-06-30T09:19:08.507Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-30T09:19:08.507Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-30T09:19:11.918Z] #20 7.916 Reading package lists... [2021-06-30T09:19:11.918Z] #20 13.27 Building dependency tree... [2021-06-30T09:19:11.918Z] #20 14.41 Reading state information... [2021-06-30T09:19:12.636Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-06-30T09:19:12.636Z] === RUN TestBuildUncleanTarFilenames [2021-06-30T09:19:12.636Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2021-06-30T09:19:12.636Z] === RUN TestBuildMultiStageLayerLeak [2021-06-30T09:19:13.286Z] #20 15.48 The following additional packages will be installed: [2021-06-30T09:19:13.286Z] #20 15.48 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-06-30T09:19:13.286Z] #20 15.48 gcc-8-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-06-30T09:19:13.286Z] #20 15.48 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-06-30T09:19:13.286Z] #20 15.48 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-06-30T09:19:13.286Z] #20 15.49 libgcc1:ppc64el libgcc1:s390x [2021-06-30T09:19:13.286Z] #20 15.50 Suggested packages: [2021-06-30T09:19:13.286Z] #20 15.50 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-06-30T09:19:13.286Z] #20 15.50 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-06-30T09:19:13.286Z] #20 15.50 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-06-30T09:19:13.286Z] #20 15.50 libc-l10n:s390x locales:s390x [2021-06-30T09:19:13.286Z] #20 15.50 Recommended packages: [2021-06-30T09:19:13.286Z] #20 15.50 libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf libidn2-0:ppc64el [2021-06-30T09:19:13.286Z] #20 15.50 libidn2-0:s390x [2021-06-30T09:19:13.286Z] #20 15.68 The following NEW packages will be installed: [2021-06-30T09:19:13.286Z] #20 15.68 gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el [2021-06-30T09:19:13.286Z] #20 15.68 gcc-8-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-06-30T09:19:13.286Z] #20 15.69 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-06-30T09:19:13.286Z] #20 15.69 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-06-30T09:19:13.286Z] #20 15.69 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-06-30T09:19:13.286Z] #20 15.69 libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf [2021-06-30T09:19:13.286Z] #20 15.70 libgcc1:ppc64el libgcc1:s390x [2021-06-30T09:19:13.543Z] #20 16.05 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:19:13.543Z] #20 16.05 Need to get 15.0 MB of archives. [2021-06-30T09:19:13.543Z] #20 16.05 After this operation, 68.1 MB of additional disk space will be used. [2021-06-30T09:19:13.543Z] #20 16.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB] [2021-06-30T09:19:13.543Z] #20 16.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB] [2021-06-30T09:19:13.543Z] #20 16.06 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-8-base ppc64el 8.3.0-6 [191 kB] [2021-06-30T09:19:13.543Z] #20 16.07 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-8-base s390x 8.3.0-6 [191 kB] [2021-06-30T09:19:13.543Z] #20 16.07 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB] [2021-06-30T09:19:13.543Z] #20 16.08 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgcc1 s390x 1:8.3.0-6 [24.8 kB] [2021-06-30T09:19:13.543Z] #20 16.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libc6 s390x 2.28-10 [2505 kB] [2021-06-30T09:19:13.543Z] #20 16.13 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-06-30T09:19:13.544Z] #20 16.13 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-06-30T09:19:13.544Z] #20 16.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgcc1 ppc64el 1:8.3.0-6 [30.2 kB] [2021-06-30T09:19:13.544Z] #20 16.16 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libc6 ppc64el 2.28-10 [2887 kB] [2021-06-30T09:19:13.760Z] #14 ... [2021-06-30T09:19:13.761Z] [2021-06-30T09:19:13.761Z] #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-30T09:19:13.761Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:19:13.761Z] #54 4.577 + RM_GOPATH=0 [2021-06-30T09:19:13.761Z] #54 4.577 + TMP_GOPATH= [2021-06-30T09:19:13.761Z] #54 4.577 + : /build [2021-06-30T09:19:13.761Z] #54 4.577 + '[' -z '' ']' [2021-06-30T09:19:13.761Z] #54 4.577 ++ mktemp -d [2021-06-30T09:19:13.761Z] #54 4.577 + export GOPATH=/tmp/tmp.Ol4DLRYGBU [2021-06-30T09:19:13.761Z] #54 4.577 + GOPATH=/tmp/tmp.Ol4DLRYGBU [2021-06-30T09:19:13.761Z] #54 4.577 + RM_GOPATH=1 [2021-06-30T09:19:13.761Z] #54 4.577 + case "$(go env GOARCH)" in [2021-06-30T09:19:13.761Z] #54 4.577 ++ go env GOARCH [2021-06-30T09:19:13.761Z] #54 4.607 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-06-30T09:19:13.761Z] #54 4.607 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:19:13.761Z] #54 4.607 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:19:13.761Z] #54 4.607 ++ dirname /tmp/install/install.sh [2021-06-30T09:19:13.761Z] #54 4.607 + dir=/tmp/install [2021-06-30T09:19:13.761Z] #54 4.607 + bin=runc [2021-06-30T09:19:13.761Z] #54 4.607 + shift [2021-06-30T09:19:13.761Z] #54 4.607 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-30T09:19:13.761Z] #54 4.607 + . /tmp/install/runc.installer [2021-06-30T09:19:13.761Z] #54 4.607 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:19:13.761Z] #54 4.607 + install_runc [2021-06-30T09:19:13.761Z] #54 4.607 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-30T09:19:13.761Z] #54 4.607 + uname -r [2021-06-30T09:19:13.761Z] #54 4.607 + RUNC_BUILDTAGS='seccomp ' [2021-06-30T09:19:13.761Z] #54 4.607 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-06-30T09:19:13.761Z] #54 4.607 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ol4DLRYGBU/src/github.com/opencontainers/runc [2021-06-30T09:19:13.761Z] #54 4.607 Cloning into '/tmp/tmp.Ol4DLRYGBU/src/github.com/opencontainers/runc'... [2021-06-30T09:19:13.761Z] #54 ... [2021-06-30T09:19:13.761Z] [2021-06-30T09:19:13.761Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-30T09:19:13.761Z] #14 sha256:36c49fb902c07c78a3f717333e0b4566bc240c82fb30c553c8f9257633680e0a [2021-06-30T09:19:13.761Z] #14 DONE 5.2s [2021-06-30T09:19:13.761Z] [2021-06-30T09:19:13.761Z] #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-30T09:19:13.761Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-30T09:19:13.800Z] #20 16.21 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-06-30T09:19:13.800Z] #20 16.24 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-06-30T09:19:13.800Z] #20 16.24 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB] [2021-06-30T09:19:13.800Z] #20 16.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB] [2021-06-30T09:19:13.800Z] #20 16.28 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB] [2021-06-30T09:19:13.800Z] #20 16.29 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB] [2021-06-30T09:19:13.800Z] #20 16.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB] [2021-06-30T09:19:13.800Z] #20 16.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB] [2021-06-30T09:19:13.800Z] #20 16.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB] [2021-06-30T09:19:13.800Z] #20 16.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB] [2021-06-30T09:19:13.800Z] #20 16.37 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB] [2021-06-30T09:19:13.800Z] #20 16.37 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB] [2021-06-30T09:19:13.800Z] #20 16.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] [2021-06-30T09:19:14.057Z] #20 16.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] [2021-06-30T09:19:14.620Z] #20 16.92 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:19:14.620Z] #20 17.09 Fetched 15.0 MB in 1s (23.9 MB/s) [2021-06-30T09:19:14.620Z] #20 17.14 Selecting previously unselected package gcc-8-base:armhf. [2021-06-30T09:19:14.877Z] #20 17.14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 37546 files and directories currently installed.) [2021-06-30T09:19:14.877Z] #20 17.16 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armhf.deb ... [2021-06-30T09:19:14.877Z] #20 17.17 Unpacking gcc-8-base:armhf (8.3.0-6) ... [2021-06-30T09:19:14.877Z] #20 17.26 Selecting previously unselected package gcc-8-base:ppc64el. [2021-06-30T09:19:14.877Z] #20 17.27 Preparing to unpack .../01-gcc-8-base_8.3.0-6_ppc64el.deb ... [2021-06-30T09:19:14.877Z] #20 17.28 Unpacking gcc-8-base:ppc64el (8.3.0-6) ... [2021-06-30T09:19:14.877Z] #20 17.35 Selecting previously unselected package gcc-8-base:s390x. [2021-06-30T09:19:14.877Z] #20 17.36 Preparing to unpack .../02-gcc-8-base_8.3.0-6_s390x.deb ... [2021-06-30T09:19:15.133Z] #20 17.37 Unpacking gcc-8-base:s390x (8.3.0-6) ... [2021-06-30T09:19:15.133Z] #20 17.44 Selecting previously unselected package gcc-8-base:arm64. [2021-06-30T09:19:15.133Z] #20 17.44 Preparing to unpack .../03-gcc-8-base_8.3.0-6_arm64.deb ... [2021-06-30T09:19:15.133Z] #20 17.45 Unpacking gcc-8-base:arm64 (8.3.0-6) ... [2021-06-30T09:19:15.133Z] #20 17.51 Selecting previously unselected package gcc-8-base:armel. [2021-06-30T09:19:15.133Z] #20 17.51 Preparing to unpack .../04-gcc-8-base_8.3.0-6_armel.deb ... [2021-06-30T09:19:15.133Z] #20 17.52 Unpacking gcc-8-base:armel (8.3.0-6) ... [2021-06-30T09:19:15.133Z] #20 17.59 Selecting previously unselected package libgcc1:arm64. [2021-06-30T09:19:15.133Z] #20 17.60 Preparing to unpack .../05-libgcc1_1%3a8.3.0-6_arm64.deb ... [2021-06-30T09:19:15.133Z] #20 17.61 Unpacking libgcc1:arm64 (1:8.3.0-6) ... [2021-06-30T09:19:15.389Z] #20 17.70 Selecting previously unselected package libc6:arm64. [2021-06-30T09:19:15.389Z] #20 17.70 Preparing to unpack .../06-libc6_2.28-10_arm64.deb ... [2021-06-30T09:19:15.389Z] #20 17.91 Unpacking libc6:arm64 (2.28-10) ... [2021-06-30T09:19:15.656Z] #15 ... [2021-06-30T09:19:15.656Z] [2021-06-30T09:19:15.656Z] #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-30T09:19:15.656Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:19:15.656Z] #46 107.6 vendor/golang.org/x/net/idna [2021-06-30T09:19:15.656Z] #46 109.4 vendor/golang.org/x/net/http2/hpack [2021-06-30T09:19:15.656Z] #46 110.3 mime [2021-06-30T09:19:15.656Z] #46 111.6 mime/quotedprintable [2021-06-30T09:19:15.656Z] #46 112.0 net/http/internal [2021-06-30T09:19:15.656Z] #46 114.2 crypto/tls [2021-06-30T09:19:15.951Z] #20 18.35 Selecting previously unselected package libapparmor1:arm64. [2021-06-30T09:19:15.951Z] #20 18.35 Preparing to unpack .../07-libapparmor1_2.13.2-10_arm64.deb ... [2021-06-30T09:19:15.951Z] #20 18.36 Unpacking libapparmor1:arm64 (2.13.2-10) ... [2021-06-30T09:19:15.951Z] #20 18.41 Selecting previously unselected package libapparmor-dev:arm64. [2021-06-30T09:19:15.951Z] #20 18.42 Preparing to unpack .../08-libapparmor-dev_2.13.2-10_arm64.deb ... [2021-06-30T09:19:15.951Z] #20 18.42 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-30T09:19:16.207Z] #20 18.51 Selecting previously unselected package libgcc1:armel. [2021-06-30T09:19:16.207Z] #20 18.52 Preparing to unpack .../09-libgcc1_1%3a8.3.0-6_armel.deb ... [2021-06-30T09:19:16.207Z] #20 18.52 Unpacking libgcc1:armel (1:8.3.0-6) ... [2021-06-30T09:19:16.207Z] #20 18.60 Selecting previously unselected package libc6:armel. [2021-06-30T09:19:16.207Z] #20 18.60 Preparing to unpack .../10-libc6_2.28-10_armel.deb ... [2021-06-30T09:19:16.464Z] #20 18.84 Unpacking libc6:armel (2.28-10) ... [2021-06-30T09:19:16.720Z] #20 19.25 Selecting previously unselected package libapparmor1:armel. [2021-06-30T09:19:16.720Z] #20 19.26 Preparing to unpack .../11-libapparmor1_2.13.2-10_armel.deb ... [2021-06-30T09:19:16.720Z] #20 19.26 Unpacking libapparmor1:armel (2.13.2-10) ... [2021-06-30T09:19:16.720Z] #20 19.33 Selecting previously unselected package libapparmor-dev:armel. [2021-06-30T09:19:16.720Z] #20 19.33 Preparing to unpack .../12-libapparmor-dev_2.13.2-10_armel.deb ... [2021-06-30T09:19:16.977Z] #20 19.34 Unpacking libapparmor-dev:armel (2.13.2-10) ... [2021-06-30T09:19:16.977Z] #20 19.42 Selecting previously unselected package libgcc1:armhf. [2021-06-30T09:19:16.977Z] #20 19.43 Preparing to unpack .../13-libgcc1_1%3a8.3.0-6_armhf.deb ... [2021-06-30T09:19:16.977Z] #20 19.43 Unpacking libgcc1:armhf (1:8.3.0-6) ... [2021-06-30T09:19:16.977Z] #20 19.50 Selecting previously unselected package libc6:armhf. [2021-06-30T09:19:16.977Z] #20 19.50 Preparing to unpack .../14-libc6_2.28-10_armhf.deb ... [2021-06-30T09:19:17.034Z] #46 ... [2021-06-30T09:19:17.034Z] [2021-06-30T09:19:17.034Z] #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-30T09:19:17.034Z] #15 sha256:3a86d1606e676808439c4981a5d96af34a635de25264183a2c8705d6201beccf [2021-06-30T09:19:17.034Z] #15 DONE 3.5s [2021-06-30T09:19:17.034Z] [2021-06-30T09:19:17.034Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-30T09:19:17.034Z] #16 sha256:864b9c7430e2112146aef982e9d643a75220c4e7c9a4b060e235bf5a375fbb0a [2021-06-30T09:19:17.540Z] #20 19.74 Unpacking libc6:armhf (2.28-10) ... [2021-06-30T09:19:17.796Z] #20 20.19 Selecting previously unselected package libapparmor1:armhf. [2021-06-30T09:19:17.796Z] #20 20.20 Preparing to unpack .../15-libapparmor1_2.13.2-10_armhf.deb ... [2021-06-30T09:19:17.796Z] #20 20.20 Unpacking libapparmor1:armhf (2.13.2-10) ... [2021-06-30T09:19:17.796Z] #20 20.25 Selecting previously unselected package libapparmor-dev:armhf. [2021-06-30T09:19:17.796Z] #20 20.26 Preparing to unpack .../16-libapparmor-dev_2.13.2-10_armhf.deb ... [2021-06-30T09:19:17.796Z] #20 20.27 Unpacking libapparmor-dev:armhf (2.13.2-10) ... [2021-06-30T09:19:17.917Z] --- PASS: TestBuildMultiStageLayerLeak (4.43s) [2021-06-30T09:19:17.917Z] === RUN TestBuildWithHugeFile [2021-06-30T09:19:18.052Z] #20 20.33 Selecting previously unselected package libgcc1:ppc64el. [2021-06-30T09:19:18.052Z] #20 20.34 Preparing to unpack .../17-libgcc1_1%3a8.3.0-6_ppc64el.deb ... [2021-06-30T09:19:18.052Z] #20 20.35 Unpacking libgcc1:ppc64el (1:8.3.0-6) ... [2021-06-30T09:19:18.052Z] #20 20.42 Selecting previously unselected package libc6:ppc64el. [2021-06-30T09:19:18.052Z] #20 20.43 Preparing to unpack .../18-libc6_2.28-10_ppc64el.deb ... [2021-06-30T09:19:18.308Z] #20 20.64 Unpacking libc6:ppc64el (2.28-10) ... [2021-06-30T09:19:18.869Z] #20 21.26 Selecting previously unselected package libapparmor1:ppc64el. [2021-06-30T09:19:18.869Z] #20 21.27 Preparing to unpack .../19-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-06-30T09:19:18.869Z] #20 21.27 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-06-30T09:19:18.869Z] #20 21.34 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-06-30T09:19:18.869Z] #20 21.35 Preparing to unpack .../20-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-06-30T09:19:18.869Z] #20 21.35 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-06-30T09:19:18.869Z] #20 21.42 Selecting previously unselected package libgcc1:s390x. [2021-06-30T09:19:18.869Z] #20 21.43 Preparing to unpack .../21-libgcc1_1%3a8.3.0-6_s390x.deb ... [2021-06-30T09:19:18.869Z] #20 21.44 Unpacking libgcc1:s390x (1:8.3.0-6) ... [2021-06-30T09:19:19.125Z] #20 21.54 Selecting previously unselected package libc6:s390x. [2021-06-30T09:19:19.125Z] #20 21.55 Preparing to unpack .../22-libc6_2.28-10_s390x.deb ... [2021-06-30T09:19:19.381Z] #20 21.75 Unpacking libc6:s390x (2.28-10) ... [2021-06-30T09:19:19.556Z] #16 2.481 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-30T09:19:19.556Z] #16 DONE 2.6s [2021-06-30T09:19:19.556Z] [2021-06-30T09:19:19.556Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-30T09:19:19.556Z] #17 sha256:1467fbc48ad14ac7553111828c320388f02e69c9da51832b2ecbdc6994e485f3 [2021-06-30T09:19:19.637Z] #20 22.17 Selecting previously unselected package libapparmor1:s390x. [2021-06-30T09:19:19.893Z] #20 22.18 Preparing to unpack .../23-libapparmor1_2.13.2-10_s390x.deb ... [2021-06-30T09:19:19.893Z] #20 22.19 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-06-30T09:19:19.893Z] #20 22.24 Selecting previously unselected package libapparmor-dev:s390x. [2021-06-30T09:19:19.893Z] #20 22.25 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-06-30T09:19:19.893Z] #20 22.25 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-06-30T09:19:19.893Z] #20 22.35 Setting up gcc-8-base:arm64 (8.3.0-6) ... [2021-06-30T09:19:19.893Z] #20 22.37 Setting up gcc-8-base:armel (8.3.0-6) ... [2021-06-30T09:19:19.893Z] #20 22.38 Setting up gcc-8-base:armhf (8.3.0-6) ... [2021-06-30T09:19:19.893Z] #20 22.39 Setting up gcc-8-base:ppc64el (8.3.0-6) ... [2021-06-30T09:19:19.893Z] #20 22.40 Setting up gcc-8-base:s390x (8.3.0-6) ... [2021-06-30T09:19:19.893Z] #20 22.42 Setting up libc6:arm64 (2.28-10) ... [2021-06-30T09:19:21.259Z] #20 23.65 Setting up libc6:armel (2.28-10) ... [2021-06-30T09:19:21.486Z] #17 DONE 2.2s [2021-06-30T09:19:21.486Z] [2021-06-30T09:19:21.486Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-30T09:19:21.486Z] #18 sha256:4a06eb2e6916706953af6d0e20900029c471662c7599357c77f718bd0031b81d [2021-06-30T09:19:22.626Z] #20 24.89 Setting up libc6:armhf (2.28-10) ... [2021-06-30T09:19:23.994Z] #20 26.11 Setting up libc6:ppc64el (2.28-10) ... [2021-06-30T09:19:24.031Z] #18 DONE 2.4s [2021-06-30T09:19:24.032Z] [2021-06-30T09:19:24.032Z] #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-30T09:19:24.032Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:19:24.032Z] #54 13.04 + cd /tmp/tmp.Ol4DLRYGBU/src/github.com/opencontainers/runc [2021-06-30T09:19:24.032Z] #54 13.04 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:19:24.032Z] #54 13.50 + '[' -z '' ']' [2021-06-30T09:19:24.032Z] #54 13.50 + target=static [2021-06-30T09:19:24.032Z] #54 13.50 + make 'BUILDTAGS=seccomp ' static [2021-06-30T09:19:24.032Z] #54 13.71 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-06-30T09:19:24.302Z] #57 184.4 + bin/containerd [2021-06-30T09:19:24.302Z] #57 ... [2021-06-30T09:19:24.302Z] [2021-06-30T09:19:24.303Z] #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-30T09:19:24.303Z] #54 sha256:df0da6e1a139b3a8089d2b65f0546c89e82ff61bb945f9159f550fabf3d5b9cc [2021-06-30T09:19:24.303Z] #54 114.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-30T09:19:24.303Z] #54 115.0 + mkdir -p /build [2021-06-30T09:19:24.303Z] #54 115.0 + cp runc /build/runc [2021-06-30T09:19:24.303Z] #54 DONE 115.7s [2021-06-30T09:19:24.303Z] [2021-06-30T09:19:24.303Z] #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-30T09:19:24.303Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:19:24.303Z] #57 ... [2021-06-30T09:19:24.303Z] [2021-06-30T09:19:24.303Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-30T09:19:24.303Z] #55 sha256:1be6f8f3e8ad88ec0669663b07084a1646d0109327895d5a225d58923c96b9fa [2021-06-30T09:19:24.303Z] #55 DONE 0.2s [2021-06-30T09:19:24.303Z] [2021-06-30T09:19:24.303Z] #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-30T09:19:24.303Z] #57 sha256:2518cfcc453c607954d8a7934a92fc14453a023417d563fd5b0d29908b2bef0d [2021-06-30T09:19:24.924Z] #20 27.36 Setting up libc6:s390x (2.28-10) ... [2021-06-30T09:19:25.927Z] #54 ... [2021-06-30T09:19:25.927Z] [2021-06-30T09:19:25.927Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-30T09:19:25.927Z] #19 sha256:5496f0e97ae390c3729965c93383ff2b000402a6445882ae9b4d1818308ae8a2 [2021-06-30T09:19:25.927Z] #19 DONE 2.1s [2021-06-30T09:19:25.927Z] [2021-06-30T09:19:25.927Z] #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-30T09:19:25.927Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:19:26.291Z] #20 28.58 Setting up libapparmor1:arm64 (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.59 Setting up libapparmor1:armel (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.60 Setting up libapparmor1:armhf (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.63 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.65 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.67 Setting up libgcc1:arm64 (1:8.3.0-6) ... [2021-06-30T09:19:26.291Z] #20 28.71 Setting up libgcc1:armel (1:8.3.0-6) ... [2021-06-30T09:19:26.291Z] #20 28.73 Setting up libgcc1:armhf (1:8.3.0-6) ... [2021-06-30T09:19:26.291Z] #20 28.74 Setting up libgcc1:ppc64el (1:8.3.0-6) ... [2021-06-30T09:19:26.291Z] #20 28.76 Setting up libgcc1:s390x (1:8.3.0-6) ... [2021-06-30T09:19:26.291Z] #20 28.78 Setting up libapparmor-dev:arm64 (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.79 Setting up libapparmor-dev:armel (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.81 Setting up libapparmor-dev:armhf (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.83 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-06-30T09:19:26.291Z] #20 28.87 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-06-30T09:19:26.548Z] #20 28.90 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:19:27.478Z] #20 DONE 29.9s [2021-06-30T09:19:27.478Z] [2021-06-30T09:19:27.478Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:19:27.478Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:19:27.478Z] #64 ... [2021-06-30T09:19:27.478Z] [2021-06-30T09:19:27.478Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:19:27.478Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:19:27.823Z] #20 ... [2021-06-30T09:19:27.823Z] [2021-06-30T09:19:27.823Z] #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-30T09:19:27.823Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:19:27.823Z] #46 120.3 net/http/httptrace [2021-06-30T09:19:27.823Z] #46 120.5 net/http [2021-06-30T09:19:28.753Z] #46 ... [2021-06-30T09:19:28.753Z] [2021-06-30T09:19:28.753Z] #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-30T09:19:28.754Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:19:28.754Z] #20 2.510 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:19:28.754Z] #20 2.604 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:19:28.754Z] #20 2.706 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:19:28.754Z] #20 2.708 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:19:28.849Z] #61 ... [2021-06-30T09:19:28.849Z] [2021-06-30T09:19:28.849Z] #21 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-30T09:19:28.849Z] #21 sha256:02e11c15e92d1cf902ef14e0bc18d16c35c0dcd601a615f0f9782307a92c6055 [2021-06-30T09:19:28.849Z] #21 DONE 1.5s [2021-06-30T09:19:28.849Z] [2021-06-30T09:19:28.849Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:19:28.849Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:19:28.849Z] #61 1.383 + RM_GOPATH=0 [2021-06-30T09:19:28.849Z] #61 1.383 + TMP_GOPATH= [2021-06-30T09:19:28.849Z] #61 1.383 + : /build [2021-06-30T09:19:28.849Z] #61 1.383 + '[' -z '' ']' [2021-06-30T09:19:28.849Z] #61 1.383 ++ mktemp -d [2021-06-30T09:19:28.849Z] #61 1.384 + export GOPATH=/tmp/tmp.AJxLTfvW68 [2021-06-30T09:19:28.849Z] #61 1.384 + GOPATH=/tmp/tmp.AJxLTfvW68 [2021-06-30T09:19:28.849Z] #61 1.384 + RM_GOPATH=1 [2021-06-30T09:19:28.849Z] #61 1.385 + case "$(go env GOARCH)" in [2021-06-30T09:19:28.849Z] #61 1.385 ++ go env GOARCH [2021-06-30T09:19:28.849Z] #61 1.390 + export GO_BUILDMODE=-buildmode=pie [2021-06-30T09:19:28.849Z] #61 1.390 + GO_BUILDMODE=-buildmode=pie [2021-06-30T09:19:28.849Z] #61 1.391 ++ dirname /tmp/install/install.sh [2021-06-30T09:19:28.849Z] #61 1.392 + dir=/tmp/install [2021-06-30T09:19:28.849Z] #61 1.392 + bin=runc [2021-06-30T09:19:28.849Z] #61 1.392 + shift [2021-06-30T09:19:28.849Z] #61 1.393 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-30T09:19:28.849Z] #61 1.393 + . /tmp/install/runc.installer [2021-06-30T09:19:28.849Z] #61 1.393 ++ : 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:19:28.849Z] #61 1.393 + install_runc [2021-06-30T09:19:28.849Z] #61 1.394 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-30T09:19:28.849Z] #61 1.407 + uname -r [2021-06-30T09:19:28.849Z] #61 1.408 + RUNC_BUILDTAGS='seccomp ' [2021-06-30T09:19:28.849Z] #61 1.408 + echo 'Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp )' [2021-06-30T09:19:28.849Z] #61 1.408 Install runc version 84113eef6fc27af1b01b3181f31bbaf708715301 (build tags: seccomp ) [2021-06-30T09:19:28.849Z] #61 1.408 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.AJxLTfvW68/src/github.com/opencontainers/runc [2021-06-30T09:19:28.849Z] #61 1.410 Cloning into '/tmp/tmp.AJxLTfvW68/src/github.com/opencontainers/runc'... [2021-06-30T09:19:29.010Z] #20 3.016 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:19:29.940Z] #20 3.869 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:19:30.219Z] #61 ... [2021-06-30T09:19:30.219Z] [2021-06-30T09:19:30.219Z] #22 [dev-systemd-false 2/25] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-06-30T09:19:30.219Z] #22 sha256:10afe5c81cb7080e90e4669baed8c1aee94fda7524d2d2bc38f75f8a146bbbee [2021-06-30T09:19:30.219Z] #22 DONE 1.2s [2021-06-30T09:19:30.219Z] [2021-06-30T09:19:30.219Z] #23 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-30T09:19:30.219Z] #23 sha256:3080c4eebbe11b6a82d8bbeeab5fbff68c683d4e31ffed64b957bd235379871e [2021-06-30T09:19:30.870Z] #20 4.851 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:19:31.146Z] #23 0.967 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-30T09:19:31.707Z] #23 DONE 1.4s [2021-06-30T09:19:31.707Z] [2021-06-30T09:19:31.707Z] #24 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-30T09:19:31.707Z] #24 sha256:1952e465261da5f31914a4c8740d03f5a5c8b541f5281d9273ed2e18dd3d0d9e [2021-06-30T09:19:32.239Z] #20 6.081 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:19:32.634Z] #24 DONE 1.1s [2021-06-30T09:19:32.634Z] [2021-06-30T09:19:32.634Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:19:32.634Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:19:32.634Z] #61 5.070 + cd /tmp/tmp.AJxLTfvW68/src/github.com/opencontainers/runc [2021-06-30T09:19:32.634Z] #61 5.071 + git checkout -q 84113eef6fc27af1b01b3181f31bbaf708715301 [2021-06-30T09:19:32.634Z] #61 5.285 + '[' -z '' ']' [2021-06-30T09:19:32.634Z] #61 5.285 + target=static [2021-06-30T09:19:32.634Z] #61 5.285 + make 'BUILDTAGS=seccomp ' static [2021-06-30T09:19:33.195Z] #61 5.732 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o runc . [2021-06-30T09:19:33.758Z] #61 ... [2021-06-30T09:19:33.758Z] [2021-06-30T09:19:33.758Z] #25 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-30T09:19:33.758Z] #25 sha256:45238e52abd8d3b8563241fd9533b311192ac85c1436ffec83faf0338a9c0c2f [2021-06-30T09:19:33.758Z] #25 DONE 1.1s [2021-06-30T09:19:34.014Z] [2021-06-30T09:19:34.014Z] #26 [dev-systemd-false 6/25] RUN ldconfig [2021-06-30T09:19:34.014Z] #26 sha256:ae0db780aaf914d8d5c97fabc00ac54c46b4af1693c0f45229eabc8e7f6fa0b7 [2021-06-30T09:19:34.944Z] #26 DONE 1.1s [2021-06-30T09:19:34.944Z] [2021-06-30T09:19:34.944Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:19:34.944Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:19:34.944Z] #64 57.45 + bin/containerd [2021-06-30T09:19:36.313Z] #64 ... [2021-06-30T09:19:36.313Z] [2021-06-30T09:19:36.313Z] #27 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-06-30T09:19:36.313Z] #27 sha256:ba9953951396f4e82697e334984aa0b58ce8c583c4adf8f219234a06976ed067 [2021-06-30T09:19:36.313Z] #27 1.350 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-30T09:19:36.313Z] #27 1.370 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB] [2021-06-30T09:19:36.313Z] #27 1.377 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-30T09:19:36.313Z] #27 1.381 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-30T09:19:36.313Z] #27 1.641 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [484 kB] [2021-06-30T09:19:36.417Z] #20 ... [2021-06-30T09:19:36.417Z] [2021-06-30T09:19:36.417Z] #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-30T09:19:36.417Z] #46 sha256:21dfb7bc3fcafc49bb83c05582b4a876c729f355062a0faad5ee05d789de0efc [2021-06-30T09:19:36.417Z] #46 133.1 github.com/LK4D4/vndr/godl [2021-06-30T09:19:36.417Z] #46 133.9 github.com/LK4D4/vndr [2021-06-30T09:19:36.417Z] #46 DONE 138.3s [2021-06-30T09:19:36.417Z] [2021-06-30T09:19:36.417Z] #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-30T09:19:36.417Z] #32 sha256:599cfd532c6652a43ae11c94772e72e4c6bd8f21d09b85f2e9d3f1bb05a2b5fa [2021-06-30T09:19:36.417Z] #32 DONE 138.1s [2021-06-30T09:19:36.417Z] [2021-06-30T09:19:36.417Z] #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-30T09:19:36.417Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:19:36.570Z] #27 1.678 Get:6 http://deb.debian.org/debian buster-backports/main arm64 Packages [479 kB] [2021-06-30T09:19:36.570Z] #27 1.684 Get:7 http://deb.debian.org/debian buster-backports/main ppc64el Packages [468 kB] [2021-06-30T09:19:36.570Z] #27 1.709 Get:8 http://deb.debian.org/debian buster-backports/main armel Packages [451 kB] [2021-06-30T09:19:36.570Z] #27 1.721 Get:9 http://deb.debian.org/debian buster-backports/main armhf Packages [474 kB] [2021-06-30T09:19:36.570Z] #27 1.740 Get:10 http://deb.debian.org/debian buster-backports/main s390x Packages [447 kB] [2021-06-30T09:19:36.674Z] #20 10.70 Fetched 8984 kB in 8s (1066 kB/s) [2021-06-30T09:19:37.517Z] #27 2.422 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-30T09:19:38.103Z] #27 3.040 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] [2021-06-30T09:19:38.683Z] #27 3.644 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-06-30T09:19:38.938Z] #27 4.119 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB] [2021-06-30T09:19:39.499Z] #27 4.597 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB] [2021-06-30T09:19:39.958Z] #20 10.70 Reading package lists... [2021-06-30T09:19:40.061Z] #27 5.078 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-06-30T09:19:40.320Z] #27 5.469 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [286 kB] [2021-06-30T09:19:40.320Z] #27 5.478 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [283 kB] [2021-06-30T09:19:40.320Z] #27 5.494 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [293 kB] [2021-06-30T09:19:40.320Z] #27 5.502 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [264 kB] [2021-06-30T09:19:40.320Z] #27 5.513 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [287 kB] [2021-06-30T09:19:40.320Z] #27 5.527 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [267 kB] [2021-06-30T09:19:40.320Z] #27 5.546 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB] [2021-06-30T09:19:40.320Z] #27 5.549 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB] [2021-06-30T09:19:40.320Z] #27 5.550 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB] [2021-06-30T09:19:40.320Z] #27 5.551 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB] [2021-06-30T09:19:40.320Z] #27 5.552 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB] [2021-06-30T09:19:40.320Z] #27 5.553 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB] [2021-06-30T09:19:43.233Z] #20 13.86 Reading package lists... [2021-06-30T09:19:43.233Z] #20 16.80 Building dependency tree... [2021-06-30T09:19:43.796Z] #20 17.92 libcap2-bin is already the newest version (1:2.25-2). [2021-06-30T09:19:43.796Z] #20 17.92 The following additional packages will be installed: [2021-06-30T09:19:44.053Z] #20 17.92 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-30T09:19:44.053Z] #20 17.92 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-30T09:19:44.053Z] #20 17.92 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-30T09:19:44.053Z] #20 17.92 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-30T09:19:44.053Z] #20 17.92 python3.7 python3.7-minimal vim-runtime xxd [2021-06-30T09:19:44.053Z] #20 17.93 Suggested packages: [2021-06-30T09:19:44.053Z] #20 17.93 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-30T09:19:44.053Z] #20 17.93 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-30T09:19:44.053Z] #20 17.93 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-30T09:19:44.053Z] #20 17.93 quota [2021-06-30T09:19:44.053Z] #20 17.93 Recommended packages: [2021-06-30T09:19:44.053Z] #20 17.93 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-30T09:19:44.053Z] #20 17.93 python3-keyrings.alt python3-xdg unzip [2021-06-30T09:19:45.422Z] #20 19.19 The following NEW packages will be installed: [2021-06-30T09:19:45.422Z] #20 19.20 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-30T09:19:45.422Z] #20 19.20 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-30T09:19:45.422Z] #20 19.20 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-30T09:19:45.422Z] #20 19.20 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-30T09:19:45.422Z] #20 19.20 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-30T09:19:45.422Z] #20 19.20 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-30T09:19:45.422Z] #20 19.20 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-30T09:19:45.422Z] #20 19.20 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-30T09:19:45.422Z] #20 19.20 xz-utils zip [2021-06-30T09:19:45.422Z] #20 19.50 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:19:45.422Z] #20 19.50 Need to get 28.6 MB of archives. [2021-06-30T09:19:45.422Z] #20 19.50 After this operation, 116 MB of additional disk space will be used. [2021-06-30T09:19:45.422Z] #20 19.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-30T09:19:45.422Z] #20 19.51 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-30T09:19:45.422Z] #20 19.52 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-30T09:19:45.422Z] #20 19.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-30T09:19:45.679Z] #20 19.57 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:19:45.679Z] #20 19.58 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-30T09:19:45.679Z] #20 19.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:19:45.679Z] #20 19.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:19:45.679Z] #20 19.66 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:19:45.679Z] #20 19.66 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-30T09:19:45.679Z] #20 19.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-30T09:19:45.679Z] #20 19.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-30T09:19:45.679Z] #20 19.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-30T09:19:45.679Z] #20 19.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-30T09:19:45.679Z] #20 19.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-30T09:19:45.679Z] #20 19.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-30T09:19:45.679Z] #20 19.70 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:19:45.679Z] #20 19.70 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-30T09:19:45.679Z] #20 19.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-30T09:19:45.679Z] #20 19.71 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-30T09:19:45.679Z] #20 19.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-30T09:19:45.679Z] #20 19.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-30T09:19:45.679Z] #20 19.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-30T09:19:45.679Z] #20 19.75 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:19:45.679Z] #20 19.75 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:19:45.679Z] #20 19.76 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:19:45.679Z] #20 19.76 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-30T09:19:45.679Z] #20 19.76 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-30T09:19:45.679Z] #20 19.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-30T09:19:46.242Z] #20 20.15 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-30T09:19:46.242Z] #20 20.15 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-30T09:19:46.242Z] #20 20.15 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-30T09:19:46.242Z] #20 20.15 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-30T09:19:46.242Z] #20 20.15 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-30T09:19:46.242Z] #20 20.17 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-30T09:19:46.242Z] #20 20.17 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-30T09:19:46.242Z] #20 20.23 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-30T09:19:46.243Z] #20 20.24 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-30T09:19:46.243Z] #20 20.25 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-30T09:19:46.243Z] #20 20.25 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:19:46.243Z] #20 20.26 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-30T09:19:46.243Z] #20 20.28 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-30T09:19:46.243Z] #20 20.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-30T09:19:46.243Z] #20 20.33 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-30T09:19:46.499Z] #20 20.35 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-30T09:19:46.499Z] #20 20.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-30T09:19:46.499Z] #20 20.62 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-30T09:19:46.756Z] #20 20.66 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-30T09:19:46.756Z] #20 20.69 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-30T09:19:47.319Z] #20 21.29 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:19:47.319Z] #20 21.37 Fetched 28.6 MB in 1s (19.7 MB/s) [2021-06-30T09:19:47.319Z] #20 21.41 Selecting previously unselected package pigz. [2021-06-30T09:19:47.319Z] #20 21.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23446 files and directories currently installed.) [2021-06-30T09:19:47.319Z] #20 21.46 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-30T09:19:47.319Z] #20 21.47 Unpacking pigz (2.4-1) ... [2021-06-30T09:19:47.576Z] #20 21.55 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:19:47.576Z] #20 21.55 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:19:47.576Z] #20 21.56 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:19:47.834Z] #20 21.90 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:19:48.091Z] #20 21.91 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:19:48.091Z] #20 21.92 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:19:48.655Z] #20 22.61 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:19:48.655Z] #20 22.64 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:19:50.549Z] #20 24.23 Selecting previously unselected package python3-minimal. [2021-06-30T09:19:50.549Z] #20 24.24 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23695 files and directories currently installed.) [2021-06-30T09:19:50.549Z] #20 24.26 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:19:50.549Z] #20 24.27 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:19:50.549Z] #20 24.32 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:19:50.549Z] #20 24.33 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:19:50.549Z] #20 24.34 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:19:50.549Z] #20 24.42 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:19:50.549Z] #20 24.42 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:19:50.549Z] #20 24.43 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:19:50.807Z] #57 215.4 # github.com/containerd/containerd/cmd/containerd [2021-06-30T09:19:50.807Z] #57 215.4 /usr/bin/ld: /tmp/go-link-110603635/000019.o: in function `New': [2021-06-30T09:19:50.807Z] #57 215.4 /tmp/tmp.his7gcrwsX/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-30T09:19:50.807Z] #57 215.5 + bin/containerd-stress [2021-06-30T09:19:51.113Z] #20 25.18 Selecting previously unselected package python3.7. [2021-06-30T09:19:51.113Z] #20 25.18 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:19:51.113Z] #20 25.19 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:19:51.369Z] #20 25.28 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:19:51.369Z] #20 25.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:19:51.369Z] #20 25.29 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:19:51.369Z] #20 25.38 Setting up python3-minimal (3.7.3-1) ... [2021-06-30T09:19:51.933Z] #20 26.05 Selecting previously unselected package python3. [2021-06-30T09:19:52.171Z] #57 216.6 + bin/containerd-shim [2021-06-30T09:19:52.189Z] #20 26.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 ... 24107 files and directories currently installed.) [2021-06-30T09:19:52.189Z] #20 26.11 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:19:52.189Z] #20 26.12 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:19:52.189Z] #20 26.21 Selecting previously unselected package libip4tc0:amd64. [2021-06-30T09:19:52.189Z] #20 26.21 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:19:52.189Z] #20 26.22 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:19:52.189Z] #20 26.31 Selecting previously unselected package libip6tc0:amd64. [2021-06-30T09:19:52.189Z] #20 26.31 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:19:52.446Z] #20 26.32 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:19:52.446Z] #20 26.40 Selecting previously unselected package libiptc0:amd64. [2021-06-30T09:19:52.446Z] #20 26.41 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-30T09:19:52.446Z] #20 26.42 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:19:52.446Z] #20 26.49 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-30T09:19:52.446Z] #20 26.50 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-30T09:19:52.446Z] #20 26.51 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:19:52.446Z] #20 26.56 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-30T09:19:52.703Z] #20 26.56 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-30T09:19:52.703Z] #20 26.57 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:19:52.703Z] #20 26.63 Selecting previously unselected package libnftnl11:amd64. [2021-06-30T09:19:52.703Z] #20 26.63 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-30T09:19:52.703Z] #20 26.63 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:19:52.703Z] #20 26.73 Selecting previously unselected package iptables. [2021-06-30T09:19:52.703Z] #20 26.73 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-30T09:19:52.703Z] #20 26.73 Unpacking iptables (1.8.2-4) ... [2021-06-30T09:19:52.960Z] #20 26.99 Selecting previously unselected package xxd. [2021-06-30T09:19:52.960Z] #20 26.99 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:19:52.960Z] #20 27.01 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:19:53.217Z] #20 27.15 Selecting previously unselected package vim-common. [2021-06-30T09:19:53.217Z] #20 27.15 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:19:53.217Z] #20 27.18 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:19:53.474Z] #20 27.34 Selecting previously unselected package bash-completion. [2021-06-30T09:19:53.474Z] #20 27.34 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-30T09:19:55.163Z] #27 17.87 Fetched 51.1 MB in 17s (3052 kB/s) [2021-06-30T09:19:55.995Z] #20 29.67 Unpacking bash-completion (1:2.8-6) ... [2021-06-30T09:19:55.995Z] #20 30.02 Selecting previously unselected package bzip2. [2021-06-30T09:19:55.995Z] #20 30.02 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-30T09:19:55.995Z] #20 30.04 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:19:55.995Z] #20 30.11 Selecting previously unselected package xz-utils. [2021-06-30T09:19:56.252Z] #20 30.11 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-30T09:19:56.252Z] #20 30.12 Unpacking xz-utils (5.2.4-1) ... [2021-06-30T09:19:56.252Z] #20 30.28 Selecting previously unselected package apparmor. [2021-06-30T09:19:56.252Z] #20 30.28 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-30T09:19:56.252Z] #20 30.35 Unpacking apparmor (2.13.2-10) ... [2021-06-30T09:19:56.509Z] #20 30.67 Selecting previously unselected package aufs-tools. [2021-06-30T09:19:56.766Z] #20 30.67 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-30T09:19:56.766Z] #20 30.68 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:19:56.766Z] #20 30.79 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:19:56.766Z] #20 30.80 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:19:56.766Z] #20 30.80 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:19:57.023Z] #20 30.94 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:19:57.023Z] #20 30.96 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:19:57.023Z] #20 30.96 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:19:57.023Z] #20 31.08 Selecting previously unselected package jq. [2021-06-30T09:19:57.023Z] #20 31.08 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:19:57.023Z] #20 31.09 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:19:57.023Z] #20 31.16 Selecting previously unselected package libaio1:amd64. [2021-06-30T09:19:57.023Z] #20 31.16 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-30T09:19:57.023Z] #20 31.17 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:19:57.281Z] #20 31.22 Selecting previously unselected package libgpm2:amd64. [2021-06-30T09:19:57.281Z] #20 31.23 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-30T09:19:57.281Z] #20 31.25 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:19:57.281Z] #20 31.30 Selecting previously unselected package libicu63:amd64. [2021-06-30T09:19:57.281Z] #20 31.30 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-30T09:19:57.281Z] #20 31.31 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:20:00.262Z] #57 223.6 + bin/containerd-shim-runc-v1 [2021-06-30T09:20:00.412Z] #27 17.87 Reading package lists... [2021-06-30T09:20:00.556Z] #20 34.20 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:20:00.556Z] #20 34.21 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:20:00.556Z] #20 34.22 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:20:00.556Z] #20 34.31 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:20:00.556Z] #20 34.31 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:20:00.556Z] #20 34.32 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:20:00.556Z] #20 34.39 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:20:00.556Z] #20 34.39 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:20:00.556Z] #20 34.40 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:20:00.556Z] #20 34.46 Selecting previously unselected package libreadline5:amd64. [2021-06-30T09:20:00.556Z] #20 34.46 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-30T09:20:00.556Z] #20 34.46 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:20:00.556Z] #20 34.57 Selecting previously unselected package net-tools. [2021-06-30T09:20:00.556Z] #20 34.58 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-30T09:20:00.556Z] #20 34.59 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:20:00.814Z] #20 34.75 Selecting previously unselected package patch. [2021-06-30T09:20:00.814Z] #20 34.76 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-30T09:20:00.814Z] #20 34.77 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-30T09:20:00.814Z] #20 34.86 Selecting previously unselected package python-pip-whl. [2021-06-30T09:20:01.071Z] #20 34.87 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-30T09:20:01.071Z] #20 34.88 Unpacking python-pip-whl (18.1-5) ... [2021-06-30T09:20:01.328Z] #20 35.33 Selecting previously unselected package python3-lib2to3. [2021-06-30T09:20:01.328Z] #20 35.33 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-30T09:20:01.328Z] #20 35.35 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:20:01.595Z] #20 35.50 Selecting previously unselected package python3-distutils. [2021-06-30T09:20:01.595Z] #20 35.50 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-30T09:20:01.595Z] #20 35.51 Unpacking python3-distutils (3.7.3-1) ... [2021-06-30T09:20:01.595Z] #20 35.62 Selecting previously unselected package python3-pip. [2021-06-30T09:20:01.595Z] #20 35.62 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-30T09:20:01.595Z] #20 35.64 Unpacking python3-pip (18.1-5) ... [2021-06-30T09:20:01.853Z] #20 35.77 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:20:01.853Z] #20 35.77 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:20:01.853Z] #20 35.78 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:20:02.114Z] #20 35.92 Selecting previously unselected package python3-setuptools. [2021-06-30T09:20:02.114Z] #20 35.93 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-30T09:20:02.114Z] #20 35.94 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-30T09:20:02.114Z] #20 36.13 Selecting previously unselected package python3-wheel. [2021-06-30T09:20:02.114Z] #20 36.14 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-30T09:20:02.114Z] #20 36.15 Unpacking python3-wheel (0.32.3-2) ... [2021-06-30T09:20:02.370Z] #20 36.22 Selecting previously unselected package sudo. [2021-06-30T09:20:02.370Z] #20 36.23 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-30T09:20:02.370Z] #20 36.23 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:20:02.627Z] #20 36.75 Selecting previously unselected package thin-provisioning-tools. [2021-06-30T09:20:02.627Z] #20 36.75 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-30T09:20:02.627Z] #20 36.76 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:20:03.191Z] #20 36.99 Selecting previously unselected package uidmap. [2021-06-30T09:20:03.191Z] #20 37.00 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-30T09:20:03.191Z] #20 37.00 Unpacking uidmap (1:4.5-1.1) ... [2021-06-30T09:20:03.191Z] #20 37.13 Selecting previously unselected package vim-runtime. [2021-06-30T09:20:03.191Z] #20 37.14 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:20:03.191Z] #20 37.17 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-30T09:20:03.191Z] #20 37.20 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-30T09:20:03.191Z] #20 37.20 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:20:04.427Z] #57 228.4 + bin/containerd-shim-runc-v2 [2021-06-30T09:20:04.427Z] #57 229.1 + binaries [2021-06-30T09:20:04.427Z] #57 229.1 + install -D bin/containerd /build/containerd [2021-06-30T09:20:04.427Z] #57 229.1 + install -D bin/containerd-shim /build/containerd-shim [2021-06-30T09:20:04.427Z] #57 229.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-30T09:20:04.427Z] #57 229.1 + install -D bin/ctr /build/ctr [2021-06-30T09:20:06.477Z] #20 39.98 Selecting previously unselected package vim. [2021-06-30T09:20:06.477Z] #20 39.99 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:20:06.477Z] #20 40.01 Unpacking vim (2:8.1.0875-5) ... [2021-06-30T09:20:06.477Z] #20 40.49 Selecting previously unselected package xfsprogs. [2021-06-30T09:20:06.477Z] #20 40.50 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-30T09:20:06.477Z] #20 40.50 Unpacking xfsprogs (4.20.0-1) ... [2021-06-30T09:20:06.941Z] #57 DONE 231.4s [2021-06-30T09:20:06.948Z] #27 25.05 Reading package lists... [2021-06-30T09:20:07.077Z] #20 40.95 Selecting previously unselected package zip. [2021-06-30T09:20:07.077Z] #20 40.96 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-30T09:20:07.077Z] #20 40.97 Unpacking zip (3.0-11+b1) ... [2021-06-30T09:20:07.334Z] #20 41.16 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:20:07.334Z] #20 41.17 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:20:07.334Z] #20 41.18 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:07.334Z] #20 41.20 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:20:07.334Z] #20 41.21 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:20:07.334Z] #20 41.22 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:07.334Z] #20 41.23 Setting up uidmap (1:4.5-1.1) ... [2021-06-30T09:20:07.334Z] #20 41.24 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:20:07.334Z] #20 41.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:20:07.334Z] #20 41.28 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-30T09:20:07.334Z] #20 41.31 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:20:07.334Z] #20 41.34 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-30T09:20:07.334Z] #20 41.35 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:20:07.334Z] #20 41.36 Setting up zip (3.0-11+b1) ... [2021-06-30T09:20:07.334Z] #20 41.37 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:20:07.591Z] #20 41.39 Setting up bash-completion (1:2.8-6) ... [2021-06-30T09:20:07.867Z] [2021-06-30T09:20:07.867Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-30T09:20:07.867Z] #58 sha256:d4c23dd08c8dee138fe8a211033a230a35357ee79e8ef77ce55b2f1b380d05c6 [2021-06-30T09:20:08.428Z] #58 DONE 0.8s [2021-06-30T09:20:08.685Z] [2021-06-30T09:20:08.685Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-30T09:20:08.686Z] #62 sha256:122acfbc6c8774c0632d2808d2b3fa462728c489a893f1d115663cc377f45992 [2021-06-30T09:20:08.941Z] #62 DONE 0.2s [2021-06-30T09:20:08.941Z] [2021-06-30T09:20:08.941Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-30T09:20:08.941Z] #67 sha256:9ad027ee78c8646216fba88cc326ef99dd8526ead05552b1361388dbc4e2f0f0 [2021-06-30T09:20:09.096Z] #27 32.28 Building dependency tree... [2021-06-30T09:20:09.891Z] #67 DONE 1.0s [2021-06-30T09:20:09.891Z] [2021-06-30T09:20:09.891Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-30T09:20:09.891Z] #68 sha256:4dd2de2f58c0ecaef8065daaddc5dc0e0638612f77f8bb8ba5c0fd07a108c85a [2021-06-30T09:20:09.891Z] #68 DONE 0.0s [2021-06-30T09:20:09.891Z] [2021-06-30T09:20:09.891Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-30T09:20:09.891Z] #69 sha256:551ef86bed745dd1c8de14fc7d413a316dcbcc4580ffc8d5e323d4f5ff24452b [2021-06-30T09:20:10.119Z] #20 43.82 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:10.119Z] #20 43.84 Setting up xz-utils (5.2.4-1) ... [2021-06-30T09:20:10.119Z] #20 43.86 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-30T09:20:10.119Z] #20 43.86 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-30T09:20:10.119Z] #20 43.87 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:20:10.119Z] #20 43.94 invoke-rc.d: could not determine current runlevel [2021-06-30T09:20:10.119Z] #20 43.96 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-30T09:20:10.119Z] #20 43.96 Setting up pigz (2.4-1) ... [2021-06-30T09:20:10.119Z] #20 43.97 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:20:10.119Z] #20 43.98 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:20:10.119Z] #20 44.00 Setting up python-pip-whl (18.1-5) ... [2021-06-30T09:20:10.119Z] #20 44.01 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:20:10.119Z] #20 44.03 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:20:10.455Z] #20 44.44 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:20:10.455Z] #20 44.45 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:20:10.455Z] #20 44.47 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:10.455Z] #20 44.48 Setting up vim (2:8.1.0875-5) ... [2021-06-30T09:20:10.455Z] #20 44.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-30T09:20:10.455Z] #20 44.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-30T09:20:10.455Z] #20 44.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-30T09:20:10.455Z] #20 44.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-30T09:20:10.455Z] #20 44.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-30T09:20:10.455Z] #20 44.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-30T09:20:10.455Z] #20 44.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-30T09:20:10.455Z] #20 44.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-30T09:20:10.455Z] #20 44.54 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:20:10.455Z] #20 44.55 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:20:10.455Z] #20 44.57 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:20:10.455Z] #20 44.59 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:20:10.455Z] #20 44.60 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:20:10.466Z] #27 35.40 bzip2 is already the newest version (1.0.6-9.2~deb10u1). [2021-06-30T09:20:10.466Z] #27 35.40 libcap2-bin is already the newest version (1:2.25-2). [2021-06-30T09:20:10.466Z] #27 35.40 patch is already the newest version (2.7.6-3+deb10u1). [2021-06-30T09:20:10.466Z] #27 35.40 xz-utils is already the newest version (5.2.4-1). [2021-06-30T09:20:10.466Z] #27 35.40 The following additional packages will be installed: [2021-06-30T09:20:10.466Z] #27 35.41 libaio1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-30T09:20:10.466Z] #27 35.41 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-30T09:20:10.466Z] #27 35.41 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-30T09:20:10.466Z] #27 35.41 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-30T09:20:10.466Z] #27 35.41 python3.7 python3.7-minimal vim-runtime xxd [2021-06-30T09:20:10.466Z] #27 35.43 Suggested packages: [2021-06-30T09:20:10.466Z] #27 35.43 apparmor-profiles-extra apparmor-utils kmod gpm python3-doc python3-tk [2021-06-30T09:20:10.466Z] #27 35.43 python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-06-30T09:20:10.466Z] #27 35.43 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-06-30T09:20:10.466Z] #27 35.43 Recommended packages: [2021-06-30T09:20:10.466Z] #27 35.43 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-30T09:20:10.466Z] #27 35.43 python3-keyrings.alt python3-xdg unzip [2021-06-30T09:20:10.477Z] #69 DONE 0.8s [2021-06-30T09:20:10.477Z] [2021-06-30T09:20:10.477Z] #70 exporting to image [2021-06-30T09:20:10.477Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-30T09:20:10.477Z] #70 exporting layers [2021-06-30T09:20:10.712Z] #20 44.62 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:12.376Z] #27 37.20 The following NEW packages will be installed: [2021-06-30T09:20:12.376Z] #27 37.21 apparmor aufs-tools bash-completion iptables jq libaio1 libgpm2 libip4tc0 [2021-06-30T09:20:12.376Z] #27 37.21 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 libnetfilter-conntrack3 [2021-06-30T09:20:12.376Z] #27 37.21 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 [2021-06-30T09:20:12.376Z] #27 37.23 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline5 [2021-06-30T09:20:12.376Z] #27 37.23 net-tools pigz python-pip-whl python3 python3-distutils python3-lib2to3 [2021-06-30T09:20:12.376Z] #27 37.23 python3-minimal python3-pip python3-pkg-resources python3-setuptools [2021-06-30T09:20:12.376Z] #27 37.23 python3-wheel python3.7 python3.7-minimal sudo thin-provisioning-tools [2021-06-30T09:20:12.376Z] #27 37.23 uidmap vim vim-common vim-runtime xfsprogs xxd zip [2021-06-30T09:20:12.633Z] #27 37.63 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:20:12.633Z] #27 37.63 Need to get 20.0 MB of archives. [2021-06-30T09:20:12.633Z] #27 37.63 After this operation, 82.5 MB of additional disk space will be used. [2021-06-30T09:20:12.633Z] #27 37.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-30T09:20:12.633Z] #27 37.64 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-30T09:20:12.633Z] #27 37.66 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-30T09:20:12.633Z] #27 37.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-30T09:20:12.633Z] #27 37.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-30T09:20:12.633Z] #27 37.72 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-30T09:20:12.633Z] #27 37.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-30T09:20:12.633Z] #27 37.79 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-30T09:20:12.633Z] #27 37.79 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-30T09:20:12.633Z] #27 37.79 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-30T09:20:12.633Z] #27 37.80 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-30T09:20:12.633Z] #27 37.82 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-30T09:20:12.633Z] #27 37.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-30T09:20:12.633Z] #27 37.83 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-30T09:20:12.633Z] #27 37.84 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-30T09:20:12.633Z] #27 37.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-30T09:20:12.633Z] #27 37.86 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-30T09:20:12.633Z] #27 37.86 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-30T09:20:12.633Z] #27 37.87 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-30T09:20:12.633Z] #27 37.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-30T09:20:12.633Z] #27 37.88 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-30T09:20:12.634Z] #27 37.88 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-30T09:20:12.634Z] #27 37.88 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-30T09:20:12.634Z] #27 37.88 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-30T09:20:12.634Z] #27 37.89 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-30T09:20:12.634Z] #27 37.89 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-30T09:20:12.634Z] #27 37.90 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-30T09:20:12.634Z] #27 37.94 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-30T09:20:12.891Z] #27 37.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-30T09:20:12.891Z] #27 37.94 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-30T09:20:12.891Z] #27 37.95 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-30T09:20:12.891Z] #27 37.95 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-30T09:20:12.891Z] #27 37.96 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-30T09:20:12.891Z] #27 37.96 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-30T09:20:12.891Z] #27 38.00 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-06-30T09:20:12.891Z] #27 38.00 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-30T09:20:12.891Z] #27 38.01 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-30T09:20:13.148Z] #27 38.24 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-30T09:20:13.148Z] #27 38.28 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-30T09:20:13.148Z] #27 38.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-30T09:20:13.231Z] #20 47.00 Setting up iptables (1.8.2-4) ... [2021-06-30T09:20:13.231Z] #20 47.02 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.03 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.03 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.04 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.05 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.05 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-30T09:20:13.231Z] #20 47.06 Setting up python3 (3.7.3-1) ... [2021-06-30T09:20:13.231Z] #20 ... [2021-06-30T09:20:13.231Z] [2021-06-30T09:20:13.231Z] #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-30T09:20:13.231Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:20:13.231Z] #40 175.3 + dpkg --print-architecture [2021-06-30T09:20:13.231Z] #40 175.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-30T09:20:13.492Z] #40 175.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-30T09:20:13.493Z] #40 175.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-30T09:20:14.077Z] #27 39.02 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:20:14.077Z] #27 39.25 Fetched 20.0 MB in 1s (21.3 MB/s) [2021-06-30T09:20:14.077Z] #27 39.32 Selecting previously unselected package pigz. [2021-06-30T09:20:14.202Z] --- PASS: TestBuildWithHugeFile (51.03s) [2021-06-30T09:20:14.202Z] === RUN TestBuildWCOWSandboxSize [2021-06-30T09:20:14.202Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:20:14.202Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-30T09:20:14.202Z] === RUN TestBuildWithEmptyDockerfile [2021-06-30T09:20:14.202Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:20:14.202Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:20:14.202Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:20:14.202Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:20:14.202Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:20:14.202Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:20:14.202Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:20:14.202Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:20:14.202Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:20:14.202Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-06-30T09:20:14.202Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-06-30T09:20:14.202Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-06-30T09:20:14.202Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-30T09:20:14.202Z] === RUN TestBuildPreserveOwnership [2021-06-30T09:20:14.202Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-30T09:20:14.333Z] #27 39.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 ... 39111 files and directories currently installed.) [2021-06-30T09:20:14.333Z] #27 39.37 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-30T09:20:14.333Z] #27 39.38 Unpacking pigz (2.4-1) ... [2021-06-30T09:20:14.333Z] #27 39.49 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-30T09:20:14.333Z] #27 39.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:20:14.333Z] #27 39.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:14.847Z] #27 39.78 Selecting previously unselected package python3.7-minimal. [2021-06-30T09:20:14.847Z] #27 39.79 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:20:14.847Z] #27 39.80 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:20:15.104Z] #27 40.31 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:15.143Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-30T09:20:15.365Z] #27 40.34 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-30T09:20:16.294Z] #27 41.32 Selecting previously unselected package python3-minimal. [2021-06-30T09:20:16.294Z] #27 41.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 ... 39360 files and directories currently installed.) [2021-06-30T09:20:16.294Z] #27 41.37 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-30T09:20:16.294Z] #27 41.38 Unpacking python3-minimal (3.7.3-1) ... [2021-06-30T09:20:16.294Z] #27 41.44 Selecting previously unselected package libmpdec2:amd64. [2021-06-30T09:20:16.294Z] #27 41.45 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-30T09:20:16.294Z] #27 41.46 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:20:16.294Z] #27 41.54 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-30T09:20:16.294Z] #27 41.54 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:20:16.550Z] #27 41.55 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:16.807Z] #27 41.97 Selecting previously unselected package python3.7. [2021-06-30T09:20:16.807Z] #27 41.98 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-30T09:20:16.807Z] #27 41.99 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:16.807Z] #27 42.07 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-30T09:20:17.019Z] #70 exporting layers 6.5s done [2021-06-30T09:20:17.019Z] #70 writing image sha256:49059ca2336f0ed8cb07cdb58c84ba5abd83790192991332bdb19323ea39afc6 done [2021-06-30T09:20:17.019Z] #70 naming to docker.io/library/docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 done [2021-06-30T09:20:17.019Z] #70 DONE 6.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2021-06-30T09:20:17.064Z] #27 42.09 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-30T09:20:17.064Z] #27 42.09 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:20:17.064Z] #27 42.19 Setting up python3-minimal (3.7.3-1) ... [Pipeline] sh [2021-06-30T09:20:17.349Z] + trap exit INT TERM [2021-06-30T09:20:17.349Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-30T09:20:17.349Z] + CONTAINER_NAME=docker-pr2 [2021-06-30T09:20:17.349Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 -e DOCKER_GRAPHDRIVER docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 hack/make.sh dynbinary [2021-06-30T09:20:17.627Z] #27 42.71 Selecting previously unselected package python3. [2021-06-30T09:20:17.627Z] #27 42.71 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 39772 files and directories currently installed.) [2021-06-30T09:20:17.627Z] #27 42.77 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-30T09:20:17.627Z] #27 42.78 Unpacking python3 (3.7.3-1) ... [2021-06-30T09:20:17.627Z] #27 42.84 Selecting previously unselected package libip4tc0:amd64. [2021-06-30T09:20:17.627Z] #27 42.85 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:20:17.627Z] #27 42.86 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:17.627Z] #27 42.93 Selecting previously unselected package libip6tc0:amd64. [2021-06-30T09:20:17.627Z] #27 42.94 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-30T09:20:17.627Z] #27 42.95 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:17.884Z] #27 43.02 Selecting previously unselected package libiptc0:amd64. [2021-06-30T09:20:17.884Z] #27 43.03 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-30T09:20:17.884Z] #27 43.04 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:17.884Z] #27 43.10 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-30T09:20:17.884Z] #27 43.12 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-30T09:20:17.884Z] #27 43.12 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:20:17.884Z] #27 43.17 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-30T09:20:17.884Z] #27 43.19 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-30T09:20:18.140Z] #27 43.20 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:20:18.140Z] #27 43.28 Selecting previously unselected package libnftnl11:amd64. [2021-06-30T09:20:18.140Z] #27 43.28 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-30T09:20:18.140Z] #27 43.29 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:20:18.275Z] [2021-06-30T09:20:18.275Z] Removing bundles/ [2021-06-30T09:20:18.275Z] [2021-06-30T09:20:18.275Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-30T09:20:18.397Z] #27 43.36 Selecting previously unselected package iptables. [2021-06-30T09:20:18.397Z] #27 43.36 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-30T09:20:18.397Z] #27 43.37 Unpacking iptables (1.8.2-4) ... [2021-06-30T09:20:18.397Z] #27 43.59 Selecting previously unselected package xxd. [2021-06-30T09:20:18.397Z] #27 43.60 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:20:18.397Z] #27 43.61 Unpacking xxd (2:8.1.0875-5) ... [2021-06-30T09:20:18.532Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:20:18.532Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:20:18.653Z] #27 43.71 Selecting previously unselected package vim-common. [2021-06-30T09:20:18.653Z] #27 43.72 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:20:18.653Z] #27 43.74 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-30T09:20:18.910Z] #27 43.86 Selecting previously unselected package bash-completion. [2021-06-30T09:20:18.910Z] #27 43.87 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-30T09:20:19.342Z] --- PASS: TestBuildPreserveOwnership (10.68s) [2021-06-30T09:20:19.342Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.68s) [2021-06-30T09:20:19.342Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-30T09:20:19.342Z] === RUN TestBuildPlatformInvalid [2021-06-30T09:20:19.342Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-06-30T09:20:19.342Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-30T09:20:19.342Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-30T09:20:19.342Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-30T09:20:19.342Z] PASS [2021-06-30T09:20:19.342Z] [2021-06-30T09:20:19.342Z] === Skipped [2021-06-30T09:20:19.342Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-30T09:20:19.342Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:20:19.342Z] [2021-06-30T09:20:19.342Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-30T09:20:19.342Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:20:19.342Z] [2021-06-30T09:20:19.342Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-30T09:20:19.342Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-30T09:20:19.342Z] [2021-06-30T09:20:19.342Z] [2021-06-30T09:20:19.342Z] DONE 34 tests, 3 skipped in 131.740s [2021-06-30T09:20:19.342Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-30T09:20:19.342Z] INFO: Testing against a local daemon [2021-06-30T09:20:19.342Z] === RUN TestConfigInspect [2021-06-30T09:20:19.343Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-30T09:20:19.343Z] === RUN TestConfigList [2021-06-30T09:20:19.343Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestConfigList (0.01s) [2021-06-30T09:20:19.343Z] === RUN TestConfigsCreateAndDelete [2021-06-30T09:20:19.343Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-06-30T09:20:19.343Z] === RUN TestConfigsUpdate [2021-06-30T09:20:19.343Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-06-30T09:20:19.343Z] === RUN TestTemplatedConfig [2021-06-30T09:20:19.343Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-30T09:20:19.343Z] === RUN TestConfigCreateResolve [2021-06-30T09:20:19.343Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-30T09:20:19.343Z] PASS [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === Skipped [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-30T09:20:19.343Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-06-30T09:20:19.343Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-06-30T09:20:19.343Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-06-30T09:20:19.343Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-30T09:20:19.343Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-30T09:20:19.343Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] [2021-06-30T09:20:19.343Z] DONE 6 tests, 6 skipped in 0.181s [2021-06-30T09:20:19.343Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-30T09:20:19.602Z] INFO: Testing against a local daemon [2021-06-30T09:20:19.602Z] === RUN TestCheckpoint [2021-06-30T09:20:19.602Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:20:19.602Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-30T09:20:19.602Z] === RUN TestContainerInvalidJSON [2021-06-30T09:20:19.602Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:20:19.602Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:20:19.602Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:20:19.602Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:20:19.602Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:20:19.602Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:20:19.602Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:20:19.602Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:20:19.602Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:20:19.602Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-30T09:20:19.602Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-30T09:20:19.602Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-30T09:20:19.602Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-30T09:20:19.602Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-30T09:20:19.602Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-06-30T09:20:19.602Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-30T09:20:19.863Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-06-30T09:20:19.863Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-30T09:20:19.863Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-06-30T09:20:19.863Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-30T09:20:19.863Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-30T09:20:19.863Z] === RUN TestCopyFromContainer [2021-06-30T09:20:20.036Z] #40 ... [2021-06-30T09:20:20.036Z] [2021-06-30T09:20:20.036Z] #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-30T09:20:20.036Z] #20 sha256:2b7fbe76854f6a5e5bb4fa98268777c5ac0c29bc85fc78f83a27f234c79f9ba6 [2021-06-30T09:20:20.036Z] #20 47.49 Setting up python3-wheel (0.32.3-2) ... [2021-06-30T09:20:20.036Z] #20 48.03 Setting up apparmor (2.13.2-10) ... [2021-06-30T09:20:20.036Z] #20 49.59 Setting up xfsprogs (4.20.0-1) ... [2021-06-30T09:20:20.036Z] #20 49.61 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:20:20.036Z] #20 49.96 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:20:20.036Z] #20 50.67 Setting up python3-distutils (3.7.3-1) ... [2021-06-30T09:20:20.036Z] #20 51.10 Setting up python3-setuptools (40.8.0-1) ... [2021-06-30T09:20:20.036Z] #20 52.08 Setting up python3-pip (18.1-5) ... [2021-06-30T09:20:20.036Z] #20 53.23 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:20:20.036Z] #20 53.29 Processing triggers for mime-support (3.62) ... [2021-06-30T09:20:20.292Z] #20 DONE 54.2s [2021-06-30T09:20:20.292Z] [2021-06-30T09:20:20.292Z] #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-30T09:20:20.292Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:20:20.292Z] #50 ... [2021-06-30T09:20:20.292Z] [2021-06-30T09:20:20.292Z] #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-30T09:20:20.292Z] #21 sha256:76a9f64f9fb82892ea9968c686b94db27a4b2f619ff7f6fc0ad4059c1753ce94 [2021-06-30T09:20:20.296Z] #27 45.48 Unpacking bash-completion (1:2.8-6) ... [2021-06-30T09:20:20.553Z] #27 45.73 Selecting previously unselected package apparmor. [2021-06-30T09:20:20.553Z] #27 45.74 Preparing to unpack .../11-apparmor_2.13.2-10_amd64.deb ... [2021-06-30T09:20:20.810Z] #27 45.79 Unpacking apparmor (2.13.2-10) ... [2021-06-30T09:20:20.810Z] #27 46.02 Selecting previously unselected package aufs-tools. [2021-06-30T09:20:20.810Z] #27 46.03 Preparing to unpack .../12-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-30T09:20:20.810Z] #27 46.04 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:20:20.810Z] #27 46.12 Selecting previously unselected package libonig5:amd64. [2021-06-30T09:20:20.810Z] #27 46.13 Preparing to unpack .../13-libonig5_6.9.1-1_amd64.deb ... [2021-06-30T09:20:21.067Z] #27 46.13 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:20:21.067Z] #27 46.24 Selecting previously unselected package libjq1:amd64. [2021-06-30T09:20:21.067Z] #27 46.25 Preparing to unpack .../14-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:20:21.067Z] #27 46.26 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:20:21.067Z] #27 46.35 Selecting previously unselected package jq. [2021-06-30T09:20:21.324Z] #27 46.36 Preparing to unpack .../15-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-30T09:20:21.324Z] #27 46.37 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-30T09:20:21.324Z] #27 46.44 Selecting previously unselected package libaio1:amd64. [2021-06-30T09:20:21.324Z] #27 46.46 Preparing to unpack .../16-libaio1_0.3.112-3_amd64.deb ... [2021-06-30T09:20:21.324Z] #27 46.48 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:20:21.324Z] #27 46.55 Selecting previously unselected package libgpm2:amd64. [2021-06-30T09:20:21.324Z] #27 46.55 Preparing to unpack .../17-libgpm2_1.20.7-5_amd64.deb ... [2021-06-30T09:20:21.581Z] #27 46.56 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:20:21.581Z] #27 46.64 Selecting previously unselected package libnet1:amd64. [2021-06-30T09:20:21.581Z] #27 46.65 Preparing to unpack .../18-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-30T09:20:21.581Z] #27 46.66 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:20:21.581Z] #27 46.74 Selecting previously unselected package libnl-3-200:amd64. [2021-06-30T09:20:21.581Z] #27 46.75 Preparing to unpack .../19-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-30T09:20:21.581Z] #27 46.76 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:20:21.838Z] #27 46.85 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-30T09:20:21.838Z] #27 46.86 Preparing to unpack .../20-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-30T09:20:21.838Z] #27 46.86 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:20:21.838Z] #27 46.99 Selecting previously unselected package libreadline5:amd64. [2021-06-30T09:20:21.838Z] #27 47.00 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-30T09:20:21.838Z] #27 47.01 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:20:21.838Z] #27 47.09 Selecting previously unselected package net-tools. [2021-06-30T09:20:22.095Z] #27 47.10 Preparing to unpack .../22-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-30T09:20:22.095Z] #27 47.11 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:20:22.095Z] #27 47.25 Selecting previously unselected package python-pip-whl. [2021-06-30T09:20:22.095Z] #27 47.27 Preparing to unpack .../23-python-pip-whl_18.1-5_all.deb ... [2021-06-30T09:20:22.095Z] #27 47.28 Unpacking python-pip-whl (18.1-5) ... [2021-06-30T09:20:22.183Z] #21 1.633 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-30T09:20:22.183Z] #21 1.637 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-30T09:20:22.183Z] #21 1.640 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-30T09:20:22.183Z] #21 DONE 1.8s [2021-06-30T09:20:22.183Z] [2021-06-30T09:20:22.183Z] #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-30T09:20:22.183Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:20:22.183Z] #50 ... [2021-06-30T09:20:22.183Z] [2021-06-30T09:20:22.183Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-30T09:20:22.183Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-30T09:20:22.351Z] #27 47.63 Selecting previously unselected package python3-lib2to3. [2021-06-30T09:20:22.352Z] #27 47.63 Preparing to unpack .../24-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-30T09:20:22.352Z] #27 47.65 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:20:22.608Z] #27 47.73 Selecting previously unselected package python3-distutils. [2021-06-30T09:20:22.608Z] #27 47.73 Preparing to unpack .../25-python3-distutils_3.7.3-1_all.deb ... [2021-06-30T09:20:22.608Z] #27 47.74 Unpacking python3-distutils (3.7.3-1) ... [2021-06-30T09:20:22.865Z] #27 47.83 Selecting previously unselected package python3-pip. [2021-06-30T09:20:22.865Z] #27 47.84 Preparing to unpack .../26-python3-pip_18.1-5_all.deb ... [2021-06-30T09:20:22.865Z] #27 47.84 Unpacking python3-pip (18.1-5) ... [2021-06-30T09:20:22.865Z] #27 47.98 Selecting previously unselected package python3-pkg-resources. [2021-06-30T09:20:22.865Z] #27 47.98 Preparing to unpack .../27-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-30T09:20:22.865Z] #27 47.99 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:20:22.865Z] #27 48.09 Selecting previously unselected package python3-setuptools. [2021-06-30T09:20:23.132Z] #27 48.09 Preparing to unpack .../28-python3-setuptools_40.8.0-1_all.deb ... [2021-06-30T09:20:23.132Z] #27 48.10 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-30T09:20:23.132Z] #27 48.23 Selecting previously unselected package python3-wheel. [2021-06-30T09:20:23.132Z] #27 48.25 Preparing to unpack .../29-python3-wheel_0.32.3-2_all.deb ... [2021-06-30T09:20:23.132Z] #27 48.26 Unpacking python3-wheel (0.32.3-2) ... [2021-06-30T09:20:23.132Z] #27 48.31 Selecting previously unselected package sudo. [2021-06-30T09:20:23.132Z] #27 48.33 Preparing to unpack .../30-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-30T09:20:23.158Z] === RUN TestCopyFromContainer// [2021-06-30T09:20:23.158Z] === RUN TestCopyFromContainer//bar/root [2021-06-30T09:20:23.158Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-30T09:20:23.389Z] #27 48.34 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:20:23.419Z] === RUN TestCopyFromContainer/bar/quux [2021-06-30T09:20:23.419Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-30T09:20:23.419Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-30T09:20:23.419Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-30T09:20:23.419Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-30T09:20:23.645Z] #27 48.66 Selecting previously unselected package thin-provisioning-tools. [2021-06-30T09:20:23.645Z] #27 48.67 Preparing to unpack .../31-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-30T09:20:23.645Z] #27 48.67 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:20:23.645Z] #27 48.81 Selecting previously unselected package uidmap. [2021-06-30T09:20:23.645Z] #27 48.83 Preparing to unpack .../32-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-30T09:20:23.645Z] #27 48.84 Unpacking uidmap (1:4.5-1.1) ... [2021-06-30T09:20:23.680Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-30T09:20:23.680Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer (3.87s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer//bar/root (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-30T09:20:23.680Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-06-30T09:20:23.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-30T09:20:23.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:20:23.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:20:23.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:20:23.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:20:23.680Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:20:23.680Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:20:23.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:20:23.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:20:23.680Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:20:23.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-30T09:20:23.680Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-30T09:20:23.680Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-30T09:20:23.680Z] === RUN TestCreateWithInvalidEnv [2021-06-30T09:20:23.680Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-30T09:20:23.680Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-30T09:20:23.680Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-30T09:20:23.680Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-30T09:20:23.680Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-30T09:20:23.680Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-30T09:20:23.680Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-30T09:20:23.680Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-30T09:20:23.680Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-30T09:20:23.680Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-30T09:20:23.680Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-30T09:20:23.680Z] === RUN TestCreateTmpfsMountsTarget [2021-06-30T09:20:23.680Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-30T09:20:23.680Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-30T09:20:23.902Z] #27 48.94 Selecting previously unselected package vim-runtime. [2021-06-30T09:20:23.902Z] #27 48.95 Preparing to unpack .../33-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-30T09:20:23.902Z] #27 48.97 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-30T09:20:23.902Z] #27 49.00 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-30T09:20:23.902Z] #27 49.01 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:20:25.591Z] --- PASS: TestCreateWithCustomMaskedPaths (1.88s) [2021-06-30T09:20:25.591Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-30T09:20:25.794Z] #27 50.63 Selecting previously unselected package vim. [2021-06-30T09:20:25.794Z] #27 50.64 Preparing to unpack .../34-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-30T09:20:25.794Z] #27 50.66 Unpacking vim (2:8.1.0875-5) ... [2021-06-30T09:20:26.051Z] #27 51.01 Selecting previously unselected package xfsprogs. [2021-06-30T09:20:26.051Z] #27 51.02 Preparing to unpack .../35-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-30T09:20:26.051Z] #27 51.03 Unpacking xfsprogs (4.20.0-1) ... [2021-06-30T09:20:26.307Z] #27 51.29 Selecting previously unselected package zip. [2021-06-30T09:20:26.307Z] #27 51.30 Preparing to unpack .../36-zip_3.0-11+b1_amd64.deb ... [2021-06-30T09:20:26.307Z] #27 51.31 Unpacking zip (3.0-11+b1) ... [2021-06-30T09:20:26.307Z] #27 51.46 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-30T09:20:26.307Z] #27 51.48 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-30T09:20:26.307Z] #27 51.49 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:26.307Z] #27 51.51 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-30T09:20:26.307Z] #27 51.52 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-30T09:20:26.307Z] #27 51.53 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:26.307Z] #27 51.54 Setting up uidmap (1:4.5-1.1) ... [2021-06-30T09:20:26.563Z] #27 51.55 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-30T09:20:26.563Z] #27 51.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-30T09:20:26.563Z] #27 51.58 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-30T09:20:26.563Z] #27 51.60 Setting up xxd (2:8.1.0875-5) ... [2021-06-30T09:20:26.563Z] #27 51.61 Setting up zip (3.0-11+b1) ... [2021-06-30T09:20:26.563Z] #27 51.62 Setting up vim-common (2:8.1.0875-5) ... [2021-06-30T09:20:26.563Z] #27 51.64 Setting up bash-completion (1:2.8-6) ... [2021-06-30T09:20:27.429Z] #22 4.899 Collecting yamllint==1.26.1 [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.85s) [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:20:27.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:20:27.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:20:27.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:20:27.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:20:27.501Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:20:27.501Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:20:27.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:20:27.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:20:27.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:20:27.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:20:27.501Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-30T09:20:27.501Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-30T09:20:27.501Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-30T09:20:28.441Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.65s) [2021-06-30T09:20:28.441Z] === RUN TestCreateDifferentPlatform [2021-06-30T09:20:28.441Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-30T09:20:28.441Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-30T09:20:28.441Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-06-30T09:20:28.441Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-30T09:20:28.441Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-30T09:20:28.441Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-30T09:20:28.441Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-30T09:20:28.441Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-30T09:20:28.441Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-30T09:20:28.441Z] === RUN TestContainerStartOnDaemonRestart [2021-06-30T09:20:28.441Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-30T09:20:28.441Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-30T09:20:28.441Z] === RUN TestDaemonRestartIpcMode [2021-06-30T09:20:28.441Z] === PAUSE TestDaemonRestartIpcMode [2021-06-30T09:20:28.441Z] === RUN TestDaemonHostGatewayIP [2021-06-30T09:20:28.441Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:20:28.441Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-30T09:20:28.441Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-30T09:20:28.441Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-30T09:20:28.441Z] === RUN TestContainerKillOnDaemonStart [2021-06-30T09:20:28.441Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-30T09:20:28.441Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-30T09:20:28.441Z] === RUN TestDiff [2021-06-30T09:20:28.457Z] #27 53.24 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-30T09:20:28.457Z] #27 53.25 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-30T09:20:28.457Z] #27 53.31 invoke-rc.d: could not determine current runlevel [2021-06-30T09:20:28.457Z] #27 53.31 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-30T09:20:28.457Z] #27 53.32 Setting up pigz (2.4-1) ... [2021-06-30T09:20:28.457Z] #27 53.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-30T09:20:28.457Z] #27 53.35 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-30T09:20:28.457Z] #27 53.37 Setting up python-pip-whl (18.1-5) ... [2021-06-30T09:20:28.457Z] #27 53.38 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-30T09:20:28.457Z] #27 53.39 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-30T09:20:28.457Z] #27 53.69 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-30T09:20:28.457Z] #27 53.71 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-30T09:20:28.714Z] #27 53.72 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:28.714Z] #27 53.74 Setting up vim (2:8.1.0875-5) ... [2021-06-30T09:20:28.714Z] #27 53.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-30T09:20:28.714Z] #27 53.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-30T09:20:28.714Z] #27 53.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-30T09:20:28.714Z] #27 53.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-30T09:20:28.714Z] #27 53.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-30T09:20:28.714Z] #27 53.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-30T09:20:28.714Z] #27 53.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-30T09:20:28.714Z] #27 53.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-30T09:20:28.714Z] #27 53.81 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-30T09:20:28.714Z] #27 53.83 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-30T09:20:28.714Z] #27 53.85 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-30T09:20:28.714Z] #27 53.87 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-30T09:20:28.714Z] #27 53.88 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-30T09:20:28.714Z] #27 53.90 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-30T09:20:29.010Z] --- PASS: TestDiff (0.63s) [2021-06-30T09:20:29.011Z] === RUN TestExecWithCloseStdin [2021-06-30T09:20:29.950Z] --- PASS: TestExecWithCloseStdin (0.90s) [2021-06-30T09:20:29.950Z] === RUN TestExec [2021-06-30T09:20:30.607Z] #27 55.34 Setting up iptables (1.8.2-4) ... [2021-06-30T09:20:30.607Z] #27 55.36 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.36 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.37 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.37 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.38 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.38 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-30T09:20:30.607Z] #27 55.39 Setting up python3 (3.7.3-1) ... [2021-06-30T09:20:30.607Z] #27 55.63 Setting up python3-wheel (0.32.3-2) ... [2021-06-30T09:20:30.863Z] #27 56.04 Setting up apparmor (2.13.2-10) ... [2021-06-30T09:20:30.890Z] --- PASS: TestExec (0.95s) [2021-06-30T09:20:30.890Z] === RUN TestExecUser [2021-06-30T09:20:31.832Z] --- PASS: TestExecUser (0.92s) [2021-06-30T09:20:31.832Z] === RUN TestExportContainerAndImportImage [2021-06-30T09:20:32.429Z] --- PASS: TestExportContainerAndImportImage (0.78s) [2021-06-30T09:20:32.429Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-30T09:20:32.721Z] #22 10.21 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-30T09:20:33.283Z] #22 11.22 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-30T09:20:33.283Z] #22 11.26 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-30T09:20:33.283Z] #22 11.31 Collecting pyyaml (from yamllint==1.26.1) [2021-06-30T09:20:33.384Z] #27 58.51 Setting up xfsprogs (4.20.0-1) ... [2021-06-30T09:20:33.384Z] #27 58.53 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-30T09:20:33.538Z] #22 11.52 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-30T09:20:33.642Z] #27 58.84 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-30T09:20:33.795Z] #22 11.79 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-30T09:20:33.795Z] #22 11.79 Building wheels for collected packages: yamllint [2021-06-30T09:20:33.795Z] #22 11.79 Running setup.py bdist_wheel for yamllint: started [2021-06-30T09:20:33.831Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s) [2021-06-30T09:20:33.831Z] === RUN TestHealthCheckWorkdir [2021-06-30T09:20:34.205Z] #27 59.35 Setting up python3-distutils (3.7.3-1) ... [2021-06-30T09:20:34.461Z] #27 59.61 Setting up python3-setuptools (40.8.0-1) ... [2021-06-30T09:20:34.722Z] #22 12.66 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-30T09:20:34.722Z] #22 12.67 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-30T09:20:34.722Z] #22 12.71 Successfully built yamllint [2021-06-30T09:20:34.722Z] #22 12.72 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-30T09:20:34.979Z] #22 13.07 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-30T09:20:35.024Z] #27 60.20 Setting up python3-pip (18.1-5) ... [2021-06-30T09:20:35.214Z] --- PASS: TestHealthCheckWorkdir (1.36s) [2021-06-30T09:20:35.214Z] === RUN TestHealthKillContainer [2021-06-30T09:20:35.235Z] #22 ... [2021-06-30T09:20:35.235Z] [2021-06-30T09:20:35.235Z] #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-30T09:20:35.235Z] #40 sha256:4d9db3d505e316e8dd8abd3644ad7996a7c1acbf0e3accdfdb141dcc9d1b98f7 [2021-06-30T09:20:35.235Z] #40 DONE 197.4s [2021-06-30T09:20:35.491Z] [2021-06-30T09:20:35.491Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-30T09:20:35.491Z] #22 sha256:d6ab49e3ca9772ebbb053775281336ff2b5a148c315c410d7a0f525f5bfcc5bf [2021-06-30T09:20:35.491Z] #22 DONE 13.4s [2021-06-30T09:20:35.491Z] [2021-06-30T09:20:35.491Z] #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-30T09:20:35.491Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:20:35.491Z] #50 197.9 + /build/golangci-lint --version [2021-06-30T09:20:35.953Z] #27 60.84 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:20:35.953Z] #27 60.89 Processing triggers for mime-support (3.62) ... [2021-06-30T09:20:36.053Z] #50 ... [2021-06-30T09:20:36.053Z] [2021-06-30T09:20:36.053Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-30T09:20:36.053Z] #25 sha256:69fe03722674778f7506e5b50eaff75a63e60a89af151f6c087ae09271dcb7be [2021-06-30T09:20:36.053Z] #25 DONE 0.4s [2021-06-30T09:20:36.053Z] [2021-06-30T09:20:36.053Z] #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-30T09:20:36.053Z] #50 sha256:37343ef13bd251bed8dd2c56f453d6071c2b1477e5c2b2161366e363c1c12fee [2021-06-30T09:20:36.053Z] #50 198.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-30T09:20:36.309Z] #50 DONE 198.6s [2021-06-30T09:20:36.309Z] [2021-06-30T09:20:36.309Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-30T09:20:36.309Z] #30 sha256:c2359b504b9bd2dd8783d0c86c2a73253bdf276fa516102b5bc90927d520ffd2 [2021-06-30T09:20:36.516Z] #27 DONE 61.8s [2021-06-30T09:20:36.516Z] [2021-06-30T09:20:36.516Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:20:36.516Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:20:36.773Z] #61 ... [2021-06-30T09:20:36.773Z] [2021-06-30T09:20:36.773Z] #28 [dev-systemd-false 8/25] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-06-30T09:20:36.773Z] #28 sha256:9a5262c8b60d656939dbd31ac6ada084fe57ab2b26d512ef0a756b2ae3f56878 [2021-06-30T09:20:37.704Z] #28 1.033 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-30T09:20:37.704Z] #28 1.039 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-30T09:20:37.704Z] #28 1.047 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-30T09:20:37.961Z] #28 DONE 1.4s [2021-06-30T09:20:37.961Z] [2021-06-30T09:20:37.961Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:20:37.961Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:20:38.218Z] #61 ... [2021-06-30T09:20:38.218Z] [2021-06-30T09:20:38.218Z] #29 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-30T09:20:38.218Z] #29 sha256:bf9aa37e25bcefddd61296816f6f03f52b245c07e8f5abc5af8206e1bd6e6f74 [2021-06-30T09:20:38.508Z] --- PASS: TestHealthKillContainer (2.93s) [2021-06-30T09:20:38.508Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-30T09:20:38.768Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-06-30T09:20:38.768Z] === RUN TestIpcModeNone [2021-06-30T09:20:39.708Z] --- PASS: TestIpcModeNone (0.90s) [2021-06-30T09:20:39.708Z] === RUN TestIpcModePrivate [2021-06-30T09:20:40.278Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-06-30T09:20:40.537Z] --- PASS: TestIpcModePrivate (0.89s) [2021-06-30T09:20:40.537Z] === RUN TestIpcModeShareable [2021-06-30T09:20:40.537Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:20:40.537Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-30T09:20:40.537Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-30T09:20:41.489Z] #29 2.965 Collecting yamllint==1.26.1 [2021-06-30T09:20:42.847Z] #30 DONE 6.5s [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #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-30T09:20:42.847Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:20:42.847Z] #54 ... [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-30T09:20:42.847Z] #33 sha256:dd479cadafd29c08682d40c4303c7d2a1bf0124b28e3162f305353be19af07d1 [2021-06-30T09:20:42.847Z] #33 DONE 0.3s [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-30T09:20:42.847Z] #35 sha256:5f6c708a8225907cbdb873ad2283b5d46e7d1f4258795e3619f03d04ef2c0229 [2021-06-30T09:20:42.847Z] #35 DONE 0.1s [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #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-30T09:20:42.847Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:20:42.847Z] #54 ... [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-30T09:20:42.847Z] #38 sha256:45d043f5304d7b5c44878f1e31b98d05737e562f1c059776f50a8f898d9d59f0 [2021-06-30T09:20:42.847Z] #38 DONE 0.1s [2021-06-30T09:20:42.847Z] [2021-06-30T09:20:42.847Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-30T09:20:42.847Z] #41 sha256:2f628848d184099f5fde26e7535c50f456db4cd4fbe8fae6269aff4615b75a2b [2021-06-30T09:20:43.079Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.55s) [2021-06-30T09:20:43.079Z] === RUN TestAPIIpcModeHost [2021-06-30T09:20:43.079Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:20:43.079Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-30T09:20:43.079Z] === RUN TestDaemonIpcModeShareable [2021-06-30T09:20:43.079Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:20:43.079Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-30T09:20:43.079Z] === RUN TestDaemonIpcModePrivate [2021-06-30T09:20:43.410Z] #41 DONE 0.4s [2021-06-30T09:20:43.410Z] [2021-06-30T09:20:43.410Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-30T09:20:43.410Z] #45 sha256:e59c321dfceab16bfc46f0464531c63665192b3ee03d4a14cfba38b50fc36756 [2021-06-30T09:20:43.410Z] #45 DONE 0.1s [2021-06-30T09:20:43.410Z] [2021-06-30T09:20:43.410Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-30T09:20:43.410Z] #47 sha256:4d1057b9818016e732a967e36376aad2098e311fa3fdc304389e855ef7c00b45 [2021-06-30T09:20:43.666Z] #47 DONE 0.2s [2021-06-30T09:20:43.666Z] [2021-06-30T09:20:43.666Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-30T09:20:43.666Z] #49 sha256:16e012b4cfacdfb420c9e6d22d6778620a504252b30879a4eaa4db5f1a071b2b [2021-06-30T09:20:43.923Z] #49 DONE 0.2s [2021-06-30T09:20:43.923Z] [2021-06-30T09:20:43.923Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-30T09:20:43.923Z] #51 sha256:9ec2643b0a5ebaefda54d434a599b9bd8354bdd94942b70bcf1ec474681cb264 [2021-06-30T09:20:44.462Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-06-30T09:20:44.485Z] #51 DONE 0.6s [2021-06-30T09:20:44.485Z] [2021-06-30T09:20:44.485Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-30T09:20:44.485Z] #53 sha256:715ec8503ad753de61f9b1ced973a01bf7c3aedecf732fe721b1d8c56c54b9f3 [2021-06-30T09:20:44.485Z] #53 DONE 0.1s [2021-06-30T09:20:44.485Z] [2021-06-30T09:20:44.485Z] #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-30T09:20:44.485Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:20:44.722Z] --- PASS: TestDaemonIpcModePrivate (1.58s) [2021-06-30T09:20:44.722Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-30T09:20:44.722Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:20:44.722Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-30T09:20:44.722Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-30T09:20:44.722Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:20:44.722Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-30T09:20:44.722Z] === RUN TestIpcModeOlderClient [2021-06-30T09:20:44.722Z] === PAUSE TestIpcModeOlderClient [2021-06-30T09:20:44.722Z] === RUN TestKillContainerInvalidSignal [2021-06-30T09:20:45.292Z] --- PASS: TestKillContainerInvalidSignal (0.63s) [2021-06-30T09:20:45.292Z] === RUN TestKillContainer [2021-06-30T09:20:45.292Z] === RUN TestKillContainer/no_signal [2021-06-30T09:20:45.863Z] === RUN TestKillContainer/non_killing_signal [2021-06-30T09:20:46.436Z] === RUN TestKillContainer/killing_signal [2021-06-30T09:20:46.741Z] #29 8.209 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-30T09:20:46.997Z] #29 8.689 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-30T09:20:46.997Z] #29 8.717 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-30T09:20:46.997Z] #29 8.752 Collecting pyyaml (from yamllint==1.26.1) [2021-06-30T09:20:46.997Z] #29 8.882 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-30T09:20:47.253Z] #29 9.043 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-30T09:20:47.253Z] #29 9.048 Building wheels for collected packages: yamllint [2021-06-30T09:20:47.253Z] #29 9.049 Running setup.py bdist_wheel for yamllint: started [2021-06-30T09:20:47.378Z] --- PASS: TestKillContainer (1.90s) [2021-06-30T09:20:47.378Z] --- PASS: TestKillContainer/no_signal (0.61s) [2021-06-30T09:20:47.378Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) [2021-06-30T09:20:47.378Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2021-06-30T09:20:47.378Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-30T09:20:47.378Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-30T09:20:47.816Z] #29 9.631 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-30T09:20:47.817Z] #29 9.637 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-30T09:20:47.817Z] #29 9.655 Successfully built yamllint [2021-06-30T09:20:47.817Z] #29 9.668 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-30T09:20:47.948Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-30T09:20:48.074Z] #29 9.834 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-30T09:20:48.347Z] #29 DONE 10.3s [2021-06-30T09:20:48.347Z] [2021-06-30T09:20:48.347Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:20:48.347Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:20:48.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s) [2021-06-30T09:20:48.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.62s) [2021-06-30T09:20:48.518Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s) [2021-06-30T09:20:48.518Z] === RUN TestKillStoppedContainer [2021-06-30T09:20:48.518Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-06-30T09:20:48.518Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-30T09:20:48.518Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-06-30T09:20:48.518Z] === RUN TestKillDifferentUserContainer [2021-06-30T09:20:48.610Z] #61 ... [2021-06-30T09:20:48.610Z] [2021-06-30T09:20:48.610Z] #32 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-30T09:20:48.610Z] #32 sha256:45aec62ecc6a48f60ae85fd57fdf26f261c705cecb612921b8e7140a296b60b1 [2021-06-30T09:20:48.888Z] #32 DONE 0.4s [2021-06-30T09:20:48.888Z] [2021-06-30T09:20:48.888Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:20:48.888Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:20:48.888Z] #61 ... [2021-06-30T09:20:48.888Z] [2021-06-30T09:20:48.888Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-30T09:20:48.888Z] #37 sha256:0b9d79dd80da2205c928611ce999bc90b0ee00537892a12878501f18041c23e0 [2021-06-30T09:20:49.089Z] --- PASS: TestKillDifferentUserContainer (0.66s) [2021-06-30T09:20:49.089Z] === RUN TestInspectOomKilledTrue [2021-06-30T09:20:49.089Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:20:49.089Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-30T09:20:49.089Z] === RUN TestInspectOomKilledFalse [2021-06-30T09:20:49.089Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:20:49.089Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-30T09:20:49.089Z] === RUN TestLinksEtcHostsContentMatch [2021-06-30T09:20:49.089Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-30T09:20:49.089Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-30T09:20:49.089Z] === RUN TestLinksContainerNames [2021-06-30T09:20:50.471Z] --- PASS: TestLinksContainerNames (1.21s) [2021-06-30T09:20:50.471Z] === RUN TestLogsFollowTailEmpty [2021-06-30T09:20:51.042Z] --- PASS: TestLogsFollowTailEmpty (0.63s) [2021-06-30T09:20:51.042Z] === RUN TestContainerNetworkMountsNoChown [2021-06-30T09:20:51.612Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/default [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/default [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/private [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/private [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rprivate [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/slave [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/slave [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rslave [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/shared [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/shared [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rshared [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/default [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/rprivate [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/private [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/shared [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/rshared [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/rslave [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/slave [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-30T09:20:51.612Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:20:51.612Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:20:51.612Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:20:51.873Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-30T09:20:52.134Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.03s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.03s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-30T09:20:52.134Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.01s) [2021-06-30T09:20:52.134Z] === RUN TestContainerBindMountNonRecursive [2021-06-30T09:20:52.134Z] 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-30T09:20:52.134Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-06-30T09:20:52.134Z] === RUN TestContainerVolumesMountedAsShared [2021-06-30T09:20:52.134Z] 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-30T09:20:52.134Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-30T09:20:52.134Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-30T09:20:52.134Z] 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-30T09:20:52.134Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-30T09:20:52.134Z] === RUN TestNetworkNat [2021-06-30T09:20:52.705Z] --- PASS: TestNetworkNat (0.72s) [2021-06-30T09:20:52.705Z] === RUN TestNetworkLocalhostTCPNat [2021-06-30T09:20:53.646Z] --- PASS: TestNetworkLocalhostTCPNat (0.66s) [2021-06-30T09:20:53.646Z] === RUN TestNetworkLoopbackNat [2021-06-30T09:20:54.150Z] #37 ... [2021-06-30T09:20:54.150Z] [2021-06-30T09:20:54.150Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:20:54.150Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:20:54.150Z] #64 140.7 # github.com/containerd/containerd/cmd/containerd [2021-06-30T09:20:54.150Z] #64 140.7 /usr/bin/ld: /tmp/go-link-349244289/000019.o: in function `New': [2021-06-30T09:20:54.150Z] #64 140.7 /tmp/tmp.Da97Ej9uUP/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-30T09:20:54.150Z] #64 140.8 + bin/containerd-stress [2021-06-30T09:20:55.515Z] #64 141.9 + bin/containerd-shim [2021-06-30T09:20:55.515Z] #64 ... [2021-06-30T09:20:55.515Z] [2021-06-30T09:20:55.515Z] #61 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-06-30T09:20:55.515Z] #61 sha256:0cec26eb5380b7eb1c413b633928fc1ece45f646bc53e9ccdaeb6e48328eb98c [2021-06-30T09:20:55.515Z] #61 83.12 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-30T09:20:55.515Z] #61 83.84 + mkdir -p /build [2021-06-30T09:20:55.515Z] #61 83.84 + cp runc /build/runc [2021-06-30T09:20:55.515Z] #61 DONE 88.1s [2021-06-30T09:20:55.771Z] [2021-06-30T09:20:55.771Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-30T09:20:55.771Z] #37 sha256:0b9d79dd80da2205c928611ce999bc90b0ee00537892a12878501f18041c23e0 [2021-06-30T09:20:55.771Z] #37 DONE 6.8s [2021-06-30T09:20:55.771Z] [2021-06-30T09:20:55.771Z] #40 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-30T09:20:55.771Z] #40 sha256:04f6b56e355a549becde305468cc84c55b976bb7f014fff7e1c546ef1ccc2050 [2021-06-30T09:20:56.029Z] #40 DONE 0.5s [2021-06-30T09:20:56.029Z] [2021-06-30T09:20:56.029Z] #42 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-30T09:20:56.029Z] #42 sha256:1d6b6d33e9bb999fea57432838a511df0ec4debf0774246dca05d9fc418cac2c [2021-06-30T09:20:56.286Z] #42 DONE 0.1s [2021-06-30T09:20:56.286Z] [2021-06-30T09:20:56.286Z] #45 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-30T09:20:56.286Z] #45 sha256:d0b71c55963fa51df3cc0c376168ec6baca41d6d712c294237451cb12b2b9fa9 [2021-06-30T09:20:56.286Z] #45 DONE 0.1s [2021-06-30T09:20:56.286Z] [2021-06-30T09:20:56.286Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:20:56.286Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:20:56.849Z] #64 ... [2021-06-30T09:20:56.849Z] [2021-06-30T09:20:56.849Z] #48 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-30T09:20:56.849Z] #48 sha256:3d3e87bfc8b1d738a56a91b50e605e9480f470af3646a37b1c391faeae051459 [2021-06-30T09:20:56.849Z] #48 DONE 0.7s [2021-06-30T09:20:56.849Z] [2021-06-30T09:20:56.849Z] #52 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-30T09:20:56.849Z] #52 sha256:eaa79da8bb8f2c5ed9b10ec695b545465decaa6a3db58e3057b20900ec57664c [2021-06-30T09:20:56.849Z] #52 DONE 0.1s [2021-06-30T09:20:56.956Z] --- PASS: TestNetworkLoopbackNat (3.01s) [2021-06-30T09:20:56.956Z] === RUN TestPause [2021-06-30T09:20:56.956Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:20:56.956Z] --- SKIP: TestPause (0.00s) [2021-06-30T09:20:56.956Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-30T09:20:56.956Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:20:56.956Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:20:56.956Z] === RUN TestPauseStopPausedContainer [2021-06-30T09:20:56.956Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:20:56.956Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-06-30T09:20:56.956Z] === RUN TestPidHost [2021-06-30T09:20:57.105Z] [2021-06-30T09:20:57.105Z] #54 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-30T09:20:57.105Z] #54 sha256:26240bbca43aa738590fa32fb118a06ed50e75a54bad7cd1506c19ebcca246f4 [2021-06-30T09:20:57.430Z] #54 DONE 0.3s [2021-06-30T09:20:57.430Z] [2021-06-30T09:20:57.430Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:20:57.430Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:20:57.430Z] #64 ... [2021-06-30T09:20:57.430Z] [2021-06-30T09:20:57.430Z] #56 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-30T09:20:57.430Z] #56 sha256:4739994e6b7457745d98b126a6248d81c23cfb89ab7263645098b1316502bc51 [2021-06-30T09:20:57.430Z] #56 DONE 0.1s [2021-06-30T09:20:57.686Z] [2021-06-30T09:20:57.686Z] #58 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-30T09:20:57.686Z] #58 sha256:ae6885ef8fa8797779570f20bc359e13d8eacff081a6a206e361b3749d6188de [2021-06-30T09:20:57.942Z] #58 DONE 0.5s [2021-06-30T09:20:57.942Z] [2021-06-30T09:20:57.942Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:20:57.942Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:20:57.942Z] #64 ... [2021-06-30T09:20:57.942Z] [2021-06-30T09:20:57.942Z] #60 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-30T09:20:57.942Z] #60 sha256:9b98999dd25c5216a7062e2cafd3982f02897139a3defa18a4807a05a7643b79 [2021-06-30T09:20:57.942Z] #60 DONE 0.1s [2021-06-30T09:20:58.198Z] [2021-06-30T09:20:58.198Z] #62 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-30T09:20:58.198Z] #62 sha256:a067b6f908190ac2474cd0962f757b42ae26d00052a46ced162301c8d8fef116 [2021-06-30T09:20:58.198Z] #62 DONE 0.3s [2021-06-30T09:20:58.198Z] [2021-06-30T09:20:58.198Z] #64 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-30T09:20:58.198Z] #64 sha256:46c8fa2566f09a7b6c77e3881c6a9b4e2fc16d56cada609c80c6d6ac14d7ad0d [2021-06-30T09:20:58.339Z] --- PASS: TestPidHost (1.80s) [2021-06-30T09:20:58.339Z] === RUN TestPsFilter [2021-06-30T09:20:58.339Z] --- PASS: TestPsFilter (0.10s) [2021-06-30T09:20:58.339Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-30T09:20:58.909Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s) [2021-06-30T09:20:58.909Z] === RUN TestRemoveContainerWithVolume [2021-06-30T09:20:59.490Z] --- PASS: TestRemoveContainerWithVolume (0.63s) [2021-06-30T09:20:59.490Z] === RUN TestRemoveContainerRunning [2021-06-30T09:21:00.435Z] --- PASS: TestRemoveContainerRunning (0.64s) [2021-06-30T09:21:00.435Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-30T09:21:00.695Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.60s) [2021-06-30T09:21:00.695Z] === RUN TestRemoveInvalidContainer [2021-06-30T09:21:00.695Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-30T09:21:00.695Z] === RUN TestRenameLinkedContainer [2021-06-30T09:21:02.586Z] #54 ... [2021-06-30T09:21:02.586Z] [2021-06-30T09:21:02.586Z] #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-30T09:21:02.586Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:21:02.586Z] #57 182.7 + bin/containerd [2021-06-30T09:21:03.276Z] --- PASS: TestRenameLinkedContainer (2.59s) [2021-06-30T09:21:03.448Z] #64 150.0 + bin/containerd-shim-runc-v1 [2021-06-30T09:21:03.539Z] === RUN TestRenameStoppedContainer [2021-06-30T09:21:04.108Z] --- PASS: TestRenameStoppedContainer (0.63s) [2021-06-30T09:21:04.108Z] === RUN TestRenameRunningContainerAndReuse [2021-06-30T09:21:05.107Z] #57 ... [2021-06-30T09:21:05.107Z] [2021-06-30T09:21:05.107Z] #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-30T09:21:05.107Z] #54 sha256:7ca38397f2fb33d3be63568ef2aa17eb5259d801860c10277a1ad20b584434d6 [2021-06-30T09:21:05.107Z] #54 115.5 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.0-0-g84113eef -X main.version=1.0.0 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-30T09:21:05.107Z] #54 116.3 + mkdir -p /build [2021-06-30T09:21:05.107Z] #54 116.3 + cp runc /build/runc [2021-06-30T09:21:05.107Z] #54 DONE 117.1s [2021-06-30T09:21:05.107Z] [2021-06-30T09:21:05.107Z] #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-30T09:21:05.107Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:21:05.498Z] --- PASS: TestRenameRunningContainerAndReuse (1.26s) [2021-06-30T09:21:05.498Z] === RUN TestRenameInvalidName [2021-06-30T09:21:06.069Z] --- PASS: TestRenameInvalidName (0.66s) [2021-06-30T09:21:06.069Z] === RUN TestRenameAnonymousContainer [2021-06-30T09:21:07.002Z] #57 ... [2021-06-30T09:21:07.002Z] [2021-06-30T09:21:07.002Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-30T09:21:07.002Z] #55 sha256:304506b3a2abf52643b177f561a842f9506c7c4389e35d828975bfe13b9c6fe3 [2021-06-30T09:21:07.002Z] #55 DONE 0.2s [2021-06-30T09:21:07.002Z] [2021-06-30T09:21:07.002Z] #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-30T09:21:07.002Z] #57 sha256:8f70230b08451c43e7b979dfa5851883097450ba7bbf42a4c7e770389af29e5d [2021-06-30T09:21:07.979Z] --- PASS: TestRenameAnonymousContainer (2.11s) [2021-06-30T09:21:07.979Z] === RUN TestRenameContainerWithSameName [2021-06-30T09:21:08.715Z] #64 154.8 + bin/containerd-shim-runc-v2 [2021-06-30T09:21:08.715Z] #64 155.5 + binaries [2021-06-30T09:21:08.715Z] #64 155.5 + install -D bin/containerd /build/containerd [2021-06-30T09:21:08.715Z] #64 155.5 + install -D bin/containerd-shim /build/containerd-shim [2021-06-30T09:21:08.715Z] #64 155.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-30T09:21:08.715Z] #64 155.5 + install -D bin/ctr /build/ctr [2021-06-30T09:21:08.922Z] --- PASS: TestRenameContainerWithSameName (0.86s) [2021-06-30T09:21:08.922Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-30T09:21:10.091Z] #64 DONE 156.7s [2021-06-30T09:21:10.304Z] --- PASS: TestRenameContainerWithLinkedContainer (1.24s) [2021-06-30T09:21:10.304Z] === RUN TestResize [2021-06-30T09:21:10.874Z] --- PASS: TestResize (0.63s) [2021-06-30T09:21:10.874Z] === RUN TestResizeWithInvalidSize [2021-06-30T09:21:11.019Z] [2021-06-30T09:21:11.019Z] #65 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-30T09:21:11.019Z] #65 sha256:b28ba7f69d3f30336b7730b44ab14280e116ed602d56f48f9b8ea5293790efe4 [2021-06-30T09:21:11.445Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2021-06-30T09:21:11.445Z] === RUN TestResizeWhenContainerNotStarted [2021-06-30T09:21:12.017Z] --- PASS: TestResizeWhenContainerNotStarted (0.61s) [2021-06-30T09:21:12.017Z] === RUN TestDaemonRestartKillContainers [2021-06-30T09:21:12.017Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-30T09:21:12.017Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-30T09:21:12.017Z] === RUN TestCgroupNamespacesRun [2021-06-30T09:21:12.383Z] #65 DONE 0.9s [2021-06-30T09:21:12.383Z] [2021-06-30T09:21:12.383Z] #69 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-30T09:21:12.383Z] #69 sha256:62253216d58a339b87a94f445e046017f076b2fb0c26c67ed53067b0fc76b559 [2021-06-30T09:21:12.383Z] #69 DONE 0.2s [2021-06-30T09:21:12.383Z] [2021-06-30T09:21:12.383Z] #74 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-30T09:21:12.383Z] #74 sha256:6a3ac802faa0f52213b664e1d0eefffdb8b58633379d7abdf704dfd8dacb287f [2021-06-30T09:21:13.310Z] #74 DONE 1.0s [2021-06-30T09:21:13.565Z] [2021-06-30T09:21:13.565Z] #75 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-30T09:21:13.565Z] #75 sha256:52ea8f7ae21d8fd7e74464abf94ddaefe35e431559add12895d5de9583bb2e74 [2021-06-30T09:21:13.565Z] #75 DONE 0.0s [2021-06-30T09:21:13.565Z] [2021-06-30T09:21:13.565Z] #76 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-30T09:21:13.565Z] #76 sha256:a293f74eae7e71c052b989a244cf9594548e98a9dcb8f9f84709cbc68233da5e [2021-06-30T09:21:13.926Z] --- PASS: TestCgroupNamespacesRun (1.57s) [2021-06-30T09:21:13.926Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-30T09:21:14.872Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.08s) [2021-06-30T09:21:14.872Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-30T09:21:16.254Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.60s) [2021-06-30T09:21:16.254Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-30T09:21:16.830Z] #76 DONE 3.4s [2021-06-30T09:21:16.830Z] [2021-06-30T09:21:16.830Z] #77 exporting to image [2021-06-30T09:21:16.830Z] #77 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-30T09:21:16.830Z] #77 exporting layers [2021-06-30T09:21:18.167Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2021-06-30T09:21:18.167Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-30T09:21:19.554Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.58s) [2021-06-30T09:21:19.554Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-30T09:21:20.495Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.07s) [2021-06-30T09:21:20.495Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-30T09:21:21.437Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-06-30T09:21:21.437Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-30T09:21:22.821Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.58s) [2021-06-30T09:21:22.821Z] === RUN TestNISDomainname [2021-06-30T09:21:22.821Z] 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-30T09:21:22.821Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-30T09:21:22.821Z] === RUN TestHostnameDnsResolution [2021-06-30T09:21:23.762Z] --- PASS: TestHostnameDnsResolution (1.07s) [2021-06-30T09:21:23.762Z] === RUN TestStats [2021-06-30T09:21:23.762Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:23.762Z] --- SKIP: TestStats (0.00s) [2021-06-30T09:21:23.762Z] === RUN TestStopContainerWithTimeout [2021-06-30T09:21:23.762Z] === RUN TestStopContainerWithTimeout/0 [2021-06-30T09:21:23.762Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-30T09:21:23.762Z] === RUN TestStopContainerWithTimeout/1 [2021-06-30T09:21:23.762Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-30T09:21:23.762Z] === RUN TestStopContainerWithTimeout/3 [2021-06-30T09:21:23.762Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-30T09:21:23.762Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-30T09:21:23.762Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-30T09:21:24.022Z] === CONT TestStopContainerWithTimeout/0 [2021-06-30T09:21:24.022Z] === CONT TestStopContainerWithTimeout/3 [2021-06-30T09:21:24.962Z] === CONT TestStopContainerWithTimeout/1 [2021-06-30T09:21:26.871Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-30T09:21:29.009Z] #77 exporting layers 11.9s done [2021-06-30T09:21:29.010Z] #77 writing image sha256:696e98d572415c9df74ad0c48e2863fdd6a83705bc931f5a66c8da7e60ac3b6d done [2021-06-30T09:21:29.010Z] #77 naming to docker.io/library/docker:d70dc9487420852256e2082157c533847eb0aa9e done [2021-06-30T09:21:29.010Z] #77 DONE 11.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-06-30T09:21:29.343Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d70dc9487420852256e2082157c533847eb0aa9e hack/validate/default [2021-06-30T09:21:29.410Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-30T09:21:29.410Z] --- PASS: TestStopContainerWithTimeout/0 (1.02s) [2021-06-30T09:21:29.410Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2021-06-30T09:21:29.410Z] --- PASS: TestStopContainerWithTimeout/3 (3.05s) [2021-06-30T09:21:29.410Z] --- PASS: TestStopContainerWithTimeout/-1 (2.62s) [2021-06-30T09:21:29.410Z] === RUN TestDeleteDevicemapper [2021-06-30T09:21:29.410Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:21:29.410Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-30T09:21:29.410Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-30T09:21:30.276Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-30T09:21:30.276Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-30T09:21:30.276Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-30T09:21:30.276Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-30T09:21:30.276Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-30T09:21:30.276Z] Congratulations! No new tests were added to integration-cli. [2021-06-30T09:21:30.276Z] [2021-06-30T09:21:30.276Z] INFO Start validation with golang-ci-lint [2021-06-30T09:21:30.276Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-30T09:21:30.276Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-30T09:21:30.276Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-30T09:21:32.707Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.96s) [2021-06-30T09:21:32.707Z] === RUN TestUpdateMemory [2021-06-30T09:21:32.707Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:32.707Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-30T09:21:32.707Z] === RUN TestUpdateCPUQuota [2021-06-30T09:21:32.707Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:32.707Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-30T09:21:32.707Z] === RUN TestUpdatePidsLimit [2021-06-30T09:21:32.707Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:32.707Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-30T09:21:32.707Z] === RUN TestUpdateRestartPolicy [2021-06-30T09:21:39.051Z] #57 215.1 # github.com/containerd/containerd/cmd/containerd [2021-06-30T09:21:39.051Z] #57 215.1 /usr/bin/ld: /tmp/go-link-613644587/000019.o: in function `New': [2021-06-30T09:21:39.051Z] #57 215.1 /tmp/tmp.CPjaWn339B/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-30T09:21:39.051Z] #57 215.1 + bin/containerd-stress [2021-06-30T09:21:39.051Z] #57 216.2 + bin/containerd-shim [2021-06-30T09:21:43.309Z] #57 223.3 + bin/containerd-shim-runc-v1 [2021-06-30T09:21:44.931Z] --- PASS: TestUpdateRestartPolicy (12.26s) [2021-06-30T09:21:44.931Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-30T09:21:44.931Z] --- PASS: TestUpdateRestartWithAutoRemove (0.60s) [2021-06-30T09:21:44.931Z] === RUN TestWaitNonBlocked [2021-06-30T09:21:44.931Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:21:44.931Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:21:44.931Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:21:44.931Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:21:44.931Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:21:44.931Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:21:45.873Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-30T09:21:45.873Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.91s) [2021-06-30T09:21:45.873Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.95s) [2021-06-30T09:21:45.873Z] === RUN TestWaitBlocked [2021-06-30T09:21:45.873Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:21:45.873Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:21:45.873Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:21:45.873Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:21:45.873Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:21:45.873Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:21:47.255Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-30T09:21:47.255Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.93s) [2021-06-30T09:21:47.255Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s) [2021-06-30T09:21:47.255Z] === CONT TestDaemonRestartIpcMode [2021-06-30T09:21:47.255Z] === CONT TestIpcModeOlderClient [2021-06-30T09:21:47.255Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-30T09:21:47.255Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-30T09:21:47.609Z] #57 228.1 + bin/containerd-shim-runc-v2 [2021-06-30T09:21:47.868Z] #57 228.7 + binaries [2021-06-30T09:21:47.868Z] #57 228.7 + install -D bin/containerd /build/containerd [2021-06-30T09:21:47.868Z] #57 228.8 + install -D bin/containerd-shim /build/containerd-shim [2021-06-30T09:21:47.868Z] #57 228.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-30T09:21:48.125Z] #57 228.8 + install -D bin/ctr /build/ctr [2021-06-30T09:21:50.014Z] #57 DONE 230.5s [2021-06-30T09:21:50.577Z] [2021-06-30T09:21:50.577Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-30T09:21:50.577Z] #58 sha256:ef1d92c66ae8cbcc9afee31250b947c276cfc7fc44e733b6516bd5aff9136775 [2021-06-30T09:21:50.594Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.03s) [2021-06-30T09:21:50.594Z] --- PASS: TestDaemonRestartIpcMode (3.63s) [2021-06-30T09:21:50.594Z] PASS [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === Skipped [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-30T09:21:50.594Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-30T09:21:50.594Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-30T09:21:50.594Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-30T09:21:50.594Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-30T09:21:50.594Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-30T09:21:50.594Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-30T09:21:50.594Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-30T09:21:50.594Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-30T09:21:50.594Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-30T09:21:50.594Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-30T09:21:50.594Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-30T09:21:50.594Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-06-30T09:21:50.594Z] 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-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-30T09:21:50.594Z] 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-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-30T09:21:50.594Z] 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-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-06-30T09:21:50.594Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:21:50.594Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-06-30T09:21:50.594Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-30T09:21:50.594Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-30T09:21:50.594Z] 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-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-30T09:21:50.594Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-30T09:21:50.594Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-30T09:21:50.594Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-30T09:21:50.594Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-30T09:21:50.594Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] [2021-06-30T09:21:50.594Z] DONE 177 tests, 25 skipped in 91.126s [2021-06-30T09:21:50.594Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-30T09:21:50.594Z] === RUN TestConfigDaemonLibtrustID [2021-06-30T09:21:51.165Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:21:51.165Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-30T09:21:51.165Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-30T09:21:51.165Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-30T09:21:51.165Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-30T09:21:51.165Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-30T09:21:51.165Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-30T09:21:51.165Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:21:51.165Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-30T09:21:51.425Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-30T09:21:51.425Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-30T09:21:51.425Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s) [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation/valid_config (0.09s) [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-06-30T09:21:51.425Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-06-30T09:21:51.425Z] PASS [2021-06-30T09:21:51.425Z] [2021-06-30T09:21:51.425Z] DONE 7 tests in 0.827s [2021-06-30T09:21:51.425Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-30T09:21:51.546Z] #58 DONE 0.8s [2021-06-30T09:21:51.546Z] [2021-06-30T09:21:51.546Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-30T09:21:51.546Z] #62 sha256:af863a4419e987737381d3fb018c5ba566bf7e0ce905c0f44daee9c80bfb89dc [2021-06-30T09:21:51.546Z] #62 DONE 0.2s [2021-06-30T09:21:51.546Z] [2021-06-30T09:21:51.546Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-30T09:21:51.546Z] #67 sha256:a5317becac3bc3ea0e601ff53ddf1ee2bf64479ac2a9f0dcd56098ce5a930e30 [2021-06-30T09:21:51.685Z] INFO: Testing against a local daemon [2021-06-30T09:21:51.685Z] === RUN TestCommitInheritsEnv [2021-06-30T09:21:52.107Z] #67 DONE 0.6s [2021-06-30T09:21:52.107Z] [2021-06-30T09:21:52.107Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-30T09:21:52.107Z] #68 sha256:d8a382650a270b4943e949968573c6c1e4f983dcc61818d22e3fb9c21d49c6ff [2021-06-30T09:21:52.107Z] #68 DONE 0.0s [2021-06-30T09:21:52.107Z] [2021-06-30T09:21:52.107Z] #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-30T09:21:52.107Z] #69 sha256:e7d0d1b63dbbc1b074e5d3ae648bb391b92469740915ed2b56ab0d73f9b910c5 [2021-06-30T09:21:53.036Z] #69 0.707 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-30T09:21:53.036Z] #69 0.707 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-30T09:21:53.036Z] #69 0.707 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-30T09:21:53.036Z] #69 0.707 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-30T09:21:53.065Z] --- PASS: TestCommitInheritsEnv (1.55s) [2021-06-30T09:21:53.065Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-30T09:21:53.065Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-30T09:21:53.065Z] === RUN TestImagesFilterMultiReference [2021-06-30T09:21:53.326Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-06-30T09:21:53.326Z] === RUN TestImagePullPlatformInvalid [2021-06-30T09:21:53.326Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-30T09:21:53.326Z] === RUN TestRemoveImageOrphaning [2021-06-30T09:21:53.855Z] #69 1.060 Reading package lists... [2021-06-30T09:21:54.418Z] #69 1.686 Reading package lists... [2021-06-30T09:21:54.418Z] #69 2.303 Building dependency tree... [2021-06-30T09:21:54.674Z] #69 2.423 Reading state information... [2021-06-30T09:21:54.674Z] #69 2.531 The following additional packages will be installed: [2021-06-30T09:21:54.674Z] #69 2.531 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-06-30T09:21:54.674Z] #69 2.531 libpam-systemd [2021-06-30T09:21:54.674Z] #69 2.532 Suggested packages: [2021-06-30T09:21:54.674Z] #69 2.532 systemd-container policykit-1 [2021-06-30T09:21:54.674Z] #69 2.532 Recommended packages: [2021-06-30T09:21:54.674Z] #69 2.532 libnss-systemd [2021-06-30T09:21:54.674Z] #69 2.611 The following NEW packages will be installed: [2021-06-30T09:21:54.674Z] #69 2.611 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-06-30T09:21:54.674Z] #69 2.612 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-06-30T09:21:54.930Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:21:54.930Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:21:54.930Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:21:54.930Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:21:54.930Z] [2021-06-30T09:21:54.930Z] + TEST_INTEGRATION_DEST=1 [2021-06-30T09:21:54.930Z] + CONTAINER_NAME=docker-pr2-1 [2021-06-30T09:21:54.930Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-30T09:21:54.930Z] + run_tests test-integration-flaky [2021-06-30T09:21:54.930Z] + '[' -n 0 ']' [2021-06-30T09:21:54.930Z] + rm= [2021-06-30T09:21:54.930Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42575/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 hack/make.sh test-integration-flaky test-integration [2021-06-30T09:21:54.930Z] + c=0 [2021-06-30T09:21:54.930Z] + TEST_INTEGRATION_DEST=3 [2021-06-30T09:21:54.930Z] + CONTAINER_NAME=docker-pr2-3 [2021-06-30T09:21:54.930Z] ++ jobs -p [2021-06-30T09:21:54.930Z] + TEST_SKIP_INTEGRATION=1 [2021-06-30T09:21:54.930Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-30T09:21:54.930Z] + run_tests [2021-06-30T09:21:54.930Z] + '[' -n 0 ']' [2021-06-30T09:21:54.930Z] + rm= [2021-06-30T09:21:54.930Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42575/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 hack/make.sh '' test-integration [2021-06-30T09:21:54.930Z] + TEST_INTEGRATION_DEST=2 [2021-06-30T09:21:54.930Z] + CONTAINER_NAME=docker-pr2-2 [2021-06-30T09:21:54.930Z] + TEST_SKIP_INTEGRATION=1 [2021-06-30T09:21:54.930Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-30T09:21:54.930Z] + run_tests [2021-06-30T09:21:54.930Z] + '[' -n 0 ']' [2021-06-30T09:21:54.930Z] + rm= [2021-06-30T09:21:54.930Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42575/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c38b7b9be79a59226cfb6ebeafae9d84288a7818 hack/make.sh '' test-integration [2021-06-30T09:21:54.930Z] + for job in $(jobs -p) [2021-06-30T09:21:54.930Z] + wait 3865 [2021-06-30T09:21:54.930Z] [2021-06-30T09:21:54.930Z] [2021-06-30T09:21:54.930Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-30T09:21:54.930Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-30T09:21:54.930Z] HOSTNAME=11811f6821f0 [2021-06-30T09:21:54.930Z] TEST_SKIP_INTEGRATION=1 [2021-06-30T09:21:54.930Z] TESTDEBUG=0 [2021-06-30T09:21:54.930Z] DEST=bundles/test-integration [2021-06-30T09:21:54.930Z] PWD=/go/src/github.com/docker/docker [2021-06-30T09:21:54.930Z] KEEPBUNDLE=1 [2021-06-30T09:21:54.930Z] DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 [2021-06-30T09:21:54.930Z] container=docker [2021-06-30T09:21:54.930Z] HOME=/root [2021-06-30T09:21:54.930Z] GOLANG_VERSION=1.16.5 [2021-06-30T09:21:54.930Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-30T09:21:54.930Z] VALIDATE_BRANCH=master [2021-06-30T09:21:54.930Z] TERM=xterm [2021-06-30T09:21:54.930Z] DOCKER_PKG=github.com/docker/docker [2021-06-30T09:21:54.930Z] SHLVL=1 [2021-06-30T09:21:54.930Z] TIMEOUT=120m [2021-06-30T09:21:54.930Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-30T09:21:54.930Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-30T09:21:54.930Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-30T09:21:54.930Z] GO111MODULE=off [2021-06-30T09:21:54.930Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-30T09:21:54.930Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-30T09:21:54.930Z] GOPATH=/go [2021-06-30T09:21:54.930Z] PKG_CONFIG=pkg-config [2021-06-30T09:21:54.930Z] _=/usr/bin/env [2021-06-30T09:21:54.930Z] Building test suite binary ./integration-cli/test.main [2021-06-30T09:21:54.930Z] [2021-06-30T09:21:54.930Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-30T09:21:54.930Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-30T09:21:54.930Z] HOSTNAME=63fcf2e05f77 [2021-06-30T09:21:54.930Z] TEST_SKIP_INTEGRATION=1 [2021-06-30T09:21:54.930Z] TESTDEBUG=0 [2021-06-30T09:21:54.930Z] DEST=bundles/test-integration [2021-06-30T09:21:54.930Z] PWD=/go/src/github.com/docker/docker [2021-06-30T09:21:54.930Z] KEEPBUNDLE=1 [2021-06-30T09:21:54.930Z] DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 [2021-06-30T09:21:54.930Z] container=docker [2021-06-30T09:21:54.930Z] HOME=/root [2021-06-30T09:21:54.930Z] GOLANG_VERSION=1.16.5 [2021-06-30T09:21:54.930Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-30T09:21:54.930Z] VALIDATE_BRANCH=master [2021-06-30T09:21:54.930Z] TERM=xterm [2021-06-30T09:21:54.930Z] DOCKER_PKG=github.com/docker/docker [2021-06-30T09:21:54.930Z] SHLVL=1 [2021-06-30T09:21:54.930Z] TIMEOUT=120m [2021-06-30T09:21:54.930Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-30T09:21:54.930Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-30T09:21:54.930Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-30T09:21:54.930Z] GO111MODULE=off [2021-06-30T09:21:54.930Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-30T09:21:54.930Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-30T09:21:54.930Z] GOPATH=/go [2021-06-30T09:21:54.930Z] PKG_CONFIG=pkg-config [2021-06-30T09:21:54.930Z] _=/usr/bin/env [2021-06-30T09:21:54.930Z] Building test suite binary ./integration-cli/test.main [2021-06-30T09:21:54.930Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-30T09:21:54.930Z] No new tests added to integration. [2021-06-30T09:21:54.930Z] [2021-06-30T09:21:54.930Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-30T09:21:54.930Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-30T09:21:54.930Z] HOSTNAME=161bdca21c8e [2021-06-30T09:21:54.930Z] TESTDEBUG=0 [2021-06-30T09:21:54.930Z] DEST=bundles/test-integration [2021-06-30T09:21:54.930Z] PWD=/go/src/github.com/docker/docker [2021-06-30T09:21:54.930Z] KEEPBUNDLE=1 [2021-06-30T09:21:54.930Z] DOCKER_GITCOMMIT=c38b7b9be79a59226cfb6ebeafae9d84288a7818 [2021-06-30T09:21:54.930Z] container=docker [2021-06-30T09:21:54.930Z] HOME=/root [2021-06-30T09:21:54.930Z] GOLANG_VERSION=1.16.5 [2021-06-30T09:21:54.930Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-30T09:21:54.930Z] VALIDATE_BRANCH=master [2021-06-30T09:21:54.930Z] TERM=xterm [2021-06-30T09:21:54.930Z] DOCKER_PKG=github.com/docker/docker [2021-06-30T09:21:54.930Z] SHLVL=1 [2021-06-30T09:21:54.930Z] TIMEOUT=120m [2021-06-30T09:21:54.930Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-30T09:21:54.930Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-30T09:21:54.930Z] GO111MODULE=off [2021-06-30T09:21:54.930Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-30T09:21:54.930Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-30T09:21:54.930Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-30T09:21:54.930Z] GOPATH=/go [2021-06-30T09:21:54.930Z] PKG_CONFIG=pkg-config [2021-06-30T09:21:54.930Z] _=/usr/bin/env [2021-06-30T09:21:54.930Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-30T09:21:54.931Z] #69 2.878 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-06-30T09:21:54.931Z] #69 2.878 Need to get 4762 kB of archives. [2021-06-30T09:21:54.931Z] #69 2.878 After this operation, 16.6 MB of additional disk space will be used. [2021-06-30T09:21:54.931Z] #69 2.878 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-06-30T09:21:54.931Z] #69 2.880 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-30T09:21:54.931Z] #69 2.881 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-06-30T09:21:54.931Z] #69 2.886 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-06-30T09:21:54.931Z] #69 2.887 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-06-30T09:21:54.931Z] #69 2.888 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-06-30T09:21:54.931Z] #69 2.931 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-06-30T09:21:54.931Z] #69 2.932 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-30T09:21:55.195Z] #69 2.934 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-06-30T09:21:55.195Z] #69 2.955 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-06-30T09:21:55.195Z] #69 2.957 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-30T09:21:55.195Z] #69 3.109 debconf: delaying package configuration, since apt-utils is not installed [2021-06-30T09:21:55.195Z] #69 3.131 Fetched 4762 kB in 0s (14.2 MB/s) [2021-06-30T09:21:55.195Z] #69 3.157 Selecting previously unselected package libargon2-1:amd64. [2021-06-30T09:21:55.195Z] #69 3.157 (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-30T09:21:55.195Z] #69 3.172 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-06-30T09:21:55.195Z] #69 3.178 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-30T09:21:55.195Z] #69 3.214 Selecting previously unselected package libjson-c3:amd64. [2021-06-30T09:21:55.195Z] #69 3.214 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-06-30T09:21:55.233Z] --- PASS: TestRemoveImageOrphaning (1.93s) [2021-06-30T09:21:55.233Z] === RUN TestRemoveImageGarbageCollector [2021-06-30T09:21:55.233Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-30T09:21:55.233Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-30T09:21:55.233Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-30T09:21:55.233Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-06-30T09:21:55.233Z] === RUN TestTagInvalidReference [2021-06-30T09:21:55.233Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-30T09:21:55.233Z] === RUN TestTagValidPrefixedRepo [2021-06-30T09:21:55.233Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-06-30T09:21:55.233Z] === RUN TestTagExistedNameWithoutForce [2021-06-30T09:21:55.233Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-30T09:21:55.233Z] === RUN TestTagOfficialNames [2021-06-30T09:21:55.233Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-30T09:21:55.233Z] === RUN TestTagMatchesDigest [2021-06-30T09:21:55.233Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-30T09:21:55.233Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-30T09:21:55.451Z] #69 3.217 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-30T09:21:55.451Z] #69 3.251 Selecting previously unselected package libcryptsetup12:amd64. [2021-06-30T09:21:55.451Z] #69 3.254 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-06-30T09:21:55.451Z] #69 3.258 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-30T09:21:55.451Z] #69 3.307 Selecting previously unselected package libidn11:amd64. [2021-06-30T09:21:55.451Z] #69 3.310 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-06-30T09:21:55.451Z] #69 3.313 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-06-30T09:21:55.451Z] #69 3.352 Selecting previously unselected package libkmod2:amd64. [2021-06-30T09:21:55.451Z] #69 3.355 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-06-30T09:21:55.451Z] #69 3.359 Unpacking libkmod2:amd64 (26-1) ... [2021-06-30T09:21:55.451Z] #69 3.403 Selecting previously unselected package systemd. [2021-06-30T09:21:55.451Z] #69 3.406 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-06-30T09:21:55.451Z] #69 3.445 Unpacking systemd (241-7~deb10u7) ... [2021-06-30T09:21:56.013Z] #69 3.892 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-30T09:21:56.013Z] #69 3.906 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-30T09:21:56.013Z] #69 3.919 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-30T09:21:56.013Z] #69 3.930 Setting up libidn11:amd64 (1.33-2.2) ... [2021-06-30T09:21:56.013Z] #69 3.940 Setting up libkmod2:amd64 (26-1) ... [2021-06-30T09:21:56.013Z] #69 3.952 Setting up systemd (241-7~deb10u7) ... [2021-06-30T09:21:56.013Z] #69 3.998 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-06-30T09:21:56.013Z] #69 4.000 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-06-30T09:21:56.013Z] #69 4.004 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-30T09:21:56.013Z] #69 4.004 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-30T09:21:56.575Z] #69 4.517 Selecting previously unselected package systemd-sysv. [2021-06-30T09:21:56.575Z] #69 4.517 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28875 files and directories currently installed.) [2021-06-30T09:21:56.575Z] #69 4.531 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-06-30T09:21:56.575Z] #69 4.535 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-06-30T09:21:56.575Z] #69 4.578 Selecting previously unselected package libdbus-1-3:amd64. [2021-06-30T09:21:56.575Z] #69 4.578 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-06-30T09:21:56.575Z] #69 4.582 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-30T09:21:56.575Z] #69 4.639 Selecting previously unselected package dbus. [2021-06-30T09:21:56.830Z] #69 4.641 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-06-30T09:21:56.830Z] #69 4.652 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-06-30T09:21:56.830Z] #69 4.723 Selecting previously unselected package libpam-systemd:amd64. [2021-06-30T09:21:56.830Z] #69 4.726 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-06-30T09:21:56.830Z] #69 4.730 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-30T09:21:56.830Z] #69 4.769 Selecting previously unselected package dbus-user-session. [2021-06-30T09:21:57.086Z] #69 4.772 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-06-30T09:21:57.086Z] #69 4.776 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-30T09:21:57.086Z] #69 4.846 Setting up systemd-sysv (241-7~deb10u7) ... [2021-06-30T09:21:57.086Z] #69 4.856 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-30T09:21:57.086Z] #69 4.866 Setting up dbus (1.12.20-0+deb10u1) ... [2021-06-30T09:21:57.086Z] #69 4.979 invoke-rc.d: could not determine current runlevel [2021-06-30T09:21:57.086Z] #69 4.981 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-30T09:21:57.086Z] #69 4.985 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-30T09:21:57.343Z] #69 5.137 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-30T09:21:57.343Z] #69 5.154 Processing triggers for systemd (241-7~deb10u7) ... [2021-06-30T09:21:57.343Z] #69 5.166 Processing triggers for libc-bin (2.28-10) ... [2021-06-30T09:21:57.343Z] #69 DONE 5.3s [2021-06-30T09:21:57.343Z] [2021-06-30T09:21:57.343Z] #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-30T09:21:57.343Z] #70 sha256:3ba415d48e2274ec0c420892e581f43c0fd9e9fb1b37def23e341a1588730274 [2021-06-30T09:21:57.908Z] #70 0.464 % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-30T09:21:57.908Z] #70 0.464 Dload Upload Total Spent Left Speed [2021-06-30T09:21:57.908Z] #70 0.465 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 197k 0 --:--:-- --:--:-- --:--:-- 197k [2021-06-30T09:21:57.908Z] #70 DONE 0.5s [2021-06-30T09:21:57.908Z] [2021-06-30T09:21:57.908Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-30T09:21:57.908Z] #71 sha256:5e54ca27c29e47716213173921efd6731f4f85ee4ed0f4aca62fb62bdb98d502 [2021-06-30T09:21:58.836Z] #71 DONE 0.9s [2021-06-30T09:21:58.836Z] [2021-06-30T09:21:58.836Z] #72 exporting to image [2021-06-30T09:21:58.836Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-30T09:21:58.836Z] #72 exporting layers [2021-06-30T09:22:06.934Z] #72 exporting layers 6.8s done [2021-06-30T09:22:06.934Z] #72 writing image sha256:1c972c3ce0cee898766091b2b88cd21727c2f611f9980203898a3a536917b19b done [2021-06-30T09:22:06.934Z] #72 naming to docker.io/library/docker:800cf9d702808af3802acd040c5e7950634009c5 done [2021-06-30T09:22:06.934Z] #72 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-30T09:22:07.299Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=800cf9d702808af3802acd040c5e7950634009c5 -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:800cf9d702808af3802acd040c5e7950634009c5 hack/make.sh dynbinary test-integration [2021-06-30T09:22:09.347Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-30T09:22:09.347Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-30T09:22:09.347Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-30T09:22:09.347Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-30T09:22:09.347Z] 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-30T09:22:09.347Z] Detected virtualization docker. [2021-06-30T09:22:09.347Z] Detected architecture x86-64. [2021-06-30T09:22:09.347Z] Set hostname to . [2021-06-30T09:22:09.603Z] + source /etc/docker-entrypoint-cmd [2021-06-30T09:22:09.603Z] ++ hack/make.sh dynbinary test-integration [2021-06-30T09:22:09.603Z] [2021-06-30T09:22:09.860Z] Removing bundles/ [2021-06-30T09:22:09.860Z] [2021-06-30T09:22:09.860Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-30T09:22:09.860Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:22:09.860Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:23:31.716Z] --- PASS: TestImportExtremelyLargeImageWorks (91.10s) [2021-06-30T09:23:31.716Z] PASS [2021-06-30T09:23:31.716Z] [2021-06-30T09:23:31.716Z] === Skipped [2021-06-30T09:23:31.716Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-30T09:23:31.716Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-30T09:23:31.716Z] [2021-06-30T09:23:31.716Z] [2021-06-30T09:23:31.716Z] DONE 12 tests, 1 skipped in 94.986s [2021-06-30T09:23:31.716Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-30T09:23:31.716Z] INFO: Testing against a local daemon [2021-06-30T09:23:31.716Z] === RUN TestNetworkCreateDelete [2021-06-30T09:23:31.716Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-06-30T09:23:31.716Z] === RUN TestDockerNetworkDeletePreferID [2021-06-30T09:23:31.716Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2021-06-30T09:23:31.716Z] === RUN TestDaemonDNSFallback [2021-06-30T09:23:33.624Z] --- PASS: TestDaemonDNSFallback (6.52s) [2021-06-30T09:23:33.624Z] === RUN TestInspectNetwork [2021-06-30T09:23:33.624Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestRunContainerWithBridgeNone [2021-06-30T09:23:33.624Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestNetworkInvalidJSON [2021-06-30T09:23:33.624Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-30T09:23:33.624Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-30T09:23:33.624Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:23:33.624Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:23:33.624Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:23:33.624Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:23:33.624Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-30T09:23:33.624Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:23:33.624Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestNetworkList [2021-06-30T09:23:33.624Z] === RUN TestNetworkList//networks [2021-06-30T09:23:33.624Z] === PAUSE TestNetworkList//networks [2021-06-30T09:23:33.624Z] === RUN TestNetworkList//networks/ [2021-06-30T09:23:33.624Z] === PAUSE TestNetworkList//networks/ [2021-06-30T09:23:33.624Z] === CONT TestNetworkList//networks [2021-06-30T09:23:33.624Z] === CONT TestNetworkList//networks/ [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkList (0.02s) [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-30T09:23:33.624Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestHostIPv4BridgeLabel [2021-06-30T09:23:33.624Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-30T09:23:33.624Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-30T09:23:33.624Z] === RUN TestDaemonDefaultNetworkPools [2021-06-30T09:23:33.624Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-06-30T09:23:33.624Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-30T09:23:33.624Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-30T09:23:33.624Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-30T09:23:33.624Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-06-30T09:23:33.624Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-30T09:23:33.624Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestServiceWithPredefinedNetwork [2021-06-30T09:23:33.624Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-30T09:23:33.624Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:23:33.624Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:23:33.624Z] === RUN TestServiceWithDataPathPortInit [2021-06-30T09:23:33.624Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-06-30T09:23:33.624Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-30T09:23:33.624Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-30T09:23:33.624Z] PASS [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === Skipped [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-30T09:23:33.624Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-30T09:23:33.624Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-30T09:23:33.624Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-30T09:23:33.624Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-06-30T09:23:33.624Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-30T09:23:33.624Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-06-30T09:23:33.624Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-30T09:23:33.624Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-30T09:23:33.624Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:23:33.624Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-06-30T09:23:33.624Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-30T09:23:33.624Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] [2021-06-30T09:23:33.624Z] DONE 22 tests, 12 skipped in 7.182s [2021-06-30T09:23:33.624Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:23:33.884Z] INFO: Testing against a local daemon [2021-06-30T09:23:33.884Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-30T09:23:33.884Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:23:33.884Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:23:33.884Z] === RUN TestDockerNetworkIpvlan [2021-06-30T09:23:33.884Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:23:33.884Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:23:33.884Z] PASS [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] === Skipped [2021-06-30T09:23:33.884Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:23:33.884Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:23:33.884Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] DONE 2 tests, 2 skipped in 0.126s [2021-06-30T09:23:33.884Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:23:33.884Z] INFO: Testing against a local daemon [2021-06-30T09:23:33.884Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-30T09:23:33.884Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.884Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-30T09:23:33.884Z] === RUN TestDockerNetworkMacvlan [2021-06-30T09:23:33.884Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.884Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-30T09:23:33.884Z] PASS [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] === Skipped [2021-06-30T09:23:33.884Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-30T09:23:33.884Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-30T09:23:33.884Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] DONE 2 tests, 2 skipped in 0.109s [2021-06-30T09:23:33.884Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-30T09:23:33.884Z] testing: warning: no tests to run [2021-06-30T09:23:33.884Z] PASS [2021-06-30T09:23:33.884Z] [2021-06-30T09:23:33.884Z] DONE 0 tests in 0.024s [2021-06-30T09:23:33.884Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-30T09:23:34.144Z] INFO: Testing against a local daemon [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginAllowRequest [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginTLS [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginDenyRequest [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginDenyResponse [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginAllowEventStream [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginErrorResponse [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginErrorRequest [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginHeader [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginV2Disable [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-30T09:23:34.144Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.144Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-30T09:23:34.144Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-30T09:23:34.404Z] PASS [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === Skipped [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.404Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-30T09:23:34.404Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.404Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.19s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-30T09:23:34.405Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] DONE 17 tests, 17 skipped in 0.360s [2021-06-30T09:23:34.405Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-30T09:23:34.405Z] INFO: Testing against a local daemon [2021-06-30T09:23:34.405Z] === RUN TestPluginInvalidJSON [2021-06-30T09:23:34.405Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:23:34.405Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:23:34.405Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:23:34.405Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-30T09:23:34.405Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-30T09:23:34.405Z] === RUN TestPluginInstall [2021-06-30T09:23:34.405Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-30T09:23:34.405Z] === RUN TestPluginsWithRuntimes [2021-06-30T09:23:34.405Z] 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-30T09:23:34.405Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-30T09:23:34.405Z] === RUN TestPluginBackCompatMediaTypes [2021-06-30T09:23:34.405Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-30T09:23:34.405Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-30T09:23:34.405Z] PASS [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === Skipped [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-30T09:23:34.405Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-30T09:23:34.405Z] 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-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-30T09:23:34.405Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] [2021-06-30T09:23:34.405Z] DONE 5 tests, 3 skipped in 0.151s [2021-06-30T09:23:34.405Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-30T09:23:34.665Z] INFO: Testing against a local daemon [2021-06-30T09:23:34.665Z] === RUN TestExternalGraphDriver [2021-06-30T09:23:34.665Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-30T09:23:34.665Z] --- SKIP: TestExternalGraphDriver (0.06s) [2021-06-30T09:23:34.665Z] === RUN TestGraphdriverPluginV2 [2021-06-30T09:23:38.865Z] --- PASS: TestGraphdriverPluginV2 (3.64s) [2021-06-30T09:23:38.865Z] PASS [2021-06-30T09:23:38.865Z] [2021-06-30T09:23:38.865Z] === Skipped [2021-06-30T09:23:38.865Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.06s) [2021-06-30T09:23:38.865Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-30T09:23:38.865Z] [2021-06-30T09:23:38.865Z] [2021-06-30T09:23:38.865Z] DONE 2 tests, 1 skipped in 3.812s [2021-06-30T09:23:38.865Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-30T09:23:38.865Z] INFO: Testing against a local daemon [2021-06-30T09:23:38.865Z] === RUN TestContinueAfterPluginCrash [2021-06-30T09:23:38.865Z] === PAUSE TestContinueAfterPluginCrash [2021-06-30T09:23:38.865Z] === RUN TestReadPluginNoRead [2021-06-30T09:23:38.865Z] === PAUSE TestReadPluginNoRead [2021-06-30T09:23:38.865Z] === RUN TestDaemonStartWithLogOpt [2021-06-30T09:23:38.865Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-30T09:23:38.865Z] === CONT TestContinueAfterPluginCrash [2021-06-30T09:23:38.865Z] === CONT TestDaemonStartWithLogOpt [2021-06-30T09:23:43.064Z] --- PASS: TestDaemonStartWithLogOpt (4.29s) [2021-06-30T09:23:43.064Z] === CONT TestReadPluginNoRead [2021-06-30T09:23:44.974Z] === RUN TestReadPluginNoRead/default [2021-06-30T09:23:46.272Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:23:46.272Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:23:46.272Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:23:46.272Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:23:46.272Z] [2021-06-30T09:23:46.272Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-30T09:23:46.272Z] DOCKER_SYSTEMD=1 [2021-06-30T09:23:46.272Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-30T09:23:46.272Z] HOSTNAME=e6d70e2cf257 [2021-06-30T09:23:46.272Z] DEST=bundles/test-integration [2021-06-30T09:23:46.272Z] PWD=/go/src/github.com/docker/docker [2021-06-30T09:23:46.272Z] DOCKER_GITCOMMIT=800cf9d702808af3802acd040c5e7950634009c5 [2021-06-30T09:23:46.272Z] container=docker [2021-06-30T09:23:46.272Z] HOME=/root [2021-06-30T09:23:46.272Z] LANG=C.UTF-8 [2021-06-30T09:23:46.272Z] INVOCATION_ID=206ce789eb9c4ec2b695339789e8ff97 [2021-06-30T09:23:46.272Z] GOLANG_VERSION=1.16.5 [2021-06-30T09:23:46.272Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-30T09:23:46.272Z] VALIDATE_BRANCH=master [2021-06-30T09:23:46.272Z] TERM=xterm [2021-06-30T09:23:46.272Z] DOCKER_PKG=github.com/docker/docker [2021-06-30T09:23:46.272Z] SHLVL=3 [2021-06-30T09:23:46.272Z] TIMEOUT=120m [2021-06-30T09:23:46.272Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-30T09:23:46.272Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-30T09:23:46.272Z] GO111MODULE=off [2021-06-30T09:23:46.272Z] DOCKER_EXPERIMENTAL=1 [2021-06-30T09:23:46.272Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-30T09:23:46.272Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-30T09:23:46.272Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-30T09:23:46.272Z] GOPATH=/go [2021-06-30T09:23:46.272Z] PKG_CONFIG=pkg-config [2021-06-30T09:23:46.272Z] _=/usr/bin/env [2021-06-30T09:23:46.272Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-30T09:23:46.360Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-30T09:23:47.744Z] --- PASS: TestContinueAfterPluginCrash (9.17s) [2021-06-30T09:23:47.744Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-30T09:23:49.653Z] === CONT TestReadPluginNoRead [2021-06-30T09:23:49.653Z] read_test.go:92: [d168185d706aa] daemon is not started [2021-06-30T09:23:49.653Z] --- PASS: TestReadPluginNoRead (6.62s) [2021-06-30T09:23:49.653Z] --- PASS: TestReadPluginNoRead/default (1.44s) [2021-06-30T09:23:49.653Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.51s) [2021-06-30T09:23:49.653Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.46s) [2021-06-30T09:23:49.653Z] PASS [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] DONE 6 tests in 11.034s [2021-06-30T09:23:49.653Z] 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-30T09:23:49.653Z] testing: warning: no tests to run [2021-06-30T09:23:49.653Z] PASS [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] DONE 0 tests in 0.041s [2021-06-30T09:23:49.653Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-30T09:23:49.653Z] INFO: Testing against a local daemon [2021-06-30T09:23:49.653Z] === RUN TestPluginWithDevMounts [2021-06-30T09:23:49.653Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-30T09:23:49.653Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-30T09:23:49.653Z] PASS [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === Skipped [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-30T09:23:49.653Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] DONE 1 tests, 1 skipped in 0.124s [2021-06-30T09:23:49.653Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-30T09:23:49.653Z] INFO: Testing against a local daemon [2021-06-30T09:23:49.653Z] === RUN TestSecretInspect [2021-06-30T09:23:49.653Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestSecretInspect (0.02s) [2021-06-30T09:23:49.653Z] === RUN TestSecretList [2021-06-30T09:23:49.653Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestSecretList (0.02s) [2021-06-30T09:23:49.653Z] === RUN TestSecretsCreateAndDelete [2021-06-30T09:23:49.653Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-06-30T09:23:49.653Z] === RUN TestSecretsUpdate [2021-06-30T09:23:49.653Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-06-30T09:23:49.653Z] === RUN TestTemplatedSecret [2021-06-30T09:23:49.653Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-30T09:23:49.653Z] === RUN TestSecretCreateResolve [2021-06-30T09:23:49.653Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-06-30T09:23:49.653Z] PASS [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === Skipped [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-06-30T09:23:49.653Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-06-30T09:23:49.653Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-06-30T09:23:49.653Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-06-30T09:23:49.653Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-30T09:23:49.653Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-06-30T09:23:49.653Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] [2021-06-30T09:23:49.653Z] DONE 6 tests, 6 skipped in 0.187s [2021-06-30T09:23:49.653Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-30T09:23:49.913Z] INFO: Testing against a local daemon [2021-06-30T09:23:49.913Z] === RUN TestServiceCreateInit [2021-06-30T09:23:49.913Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-30T09:23:49.913Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.913Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-30T09:23:49.913Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.913Z] --- PASS: TestServiceCreateInit (0.01s) [2021-06-30T09:23:49.913Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-30T09:23:49.913Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-30T09:23:49.913Z] === RUN TestCreateServiceMultipleTimes [2021-06-30T09:23:49.913Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.913Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-30T09:23:49.913Z] === RUN TestCreateServiceConflict [2021-06-30T09:23:49.914Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestCreateServiceMaxReplicas [2021-06-30T09:23:49.914Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-30T09:23:49.914Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-30T09:23:49.914Z] === RUN TestCreateServiceSecretFileMode [2021-06-30T09:23:49.914Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestCreateServiceConfigFileMode [2021-06-30T09:23:49.914Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestCreateServiceSysctls [2021-06-30T09:23:49.914Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-30T09:23:49.914Z] === RUN TestCreateServiceCapabilities [2021-06-30T09:23:49.914Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-30T09:23:49.914Z] === RUN TestInspect [2021-06-30T09:23:49.914Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestInspect (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestCreateJob [2021-06-30T09:23:49.914Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestCreateJob (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestReplicatedJob [2021-06-30T09:23:49.914Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestUpdateReplicatedJob [2021-06-30T09:23:49.914Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2021-06-30T09:23:49.914Z] === RUN TestServiceListWithStatuses [2021-06-30T09:23:49.914Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:23:49.914Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-30T09:23:49.914Z] === RUN TestDockerNetworkConnectAlias [2021-06-30T09:23:49.914Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestDockerNetworkReConnect [2021-06-30T09:23:49.914Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:49.914Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-06-30T09:23:49.914Z] === RUN TestServicePlugin [2021-06-30T09:23:51.696Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|types_sizes|deps) took 2m15.257387832s [2021-06-30T09:23:51.696Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 539.398479ms [2021-06-30T09:23:52.456Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.456Z] --- SKIP: TestServicePlugin (1.96s) [2021-06-30T09:23:52.456Z] === RUN TestServiceUpdateLabel [2021-06-30T09:23:52.456Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.456Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-30T09:23:52.456Z] === RUN TestServiceUpdateSecrets [2021-06-30T09:23:52.456Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.456Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-30T09:23:52.456Z] === RUN TestServiceUpdateConfigs [2021-06-30T09:23:52.456Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.456Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-06-30T09:23:52.456Z] === RUN TestServiceUpdateNetwork [2021-06-30T09:23:52.456Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.456Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-06-30T09:23:52.456Z] === RUN TestServiceUpdatePidsLimit [2021-06-30T09:23:52.457Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-06-30T09:23:52.457Z] PASS [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === Skipped [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-30T09:23:52.457Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-30T09:23:52.457Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-30T09:23:52.457Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-30T09:23:52.457Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-30T09:23:52.457Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-30T09:23:52.457Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-06-30T09:23:52.457Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-30T09:23:52.457Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-30T09:23:52.457Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-30T09:23:52.457Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-30T09:23:52.457Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-30T09:23:52.457Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-30T09:23:52.457Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2021-06-30T09:23:52.457Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-30T09:23:52.457Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-06-30T09:23:52.457Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-06-30T09:23:52.457Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServicePlugin (1.96s) [2021-06-30T09:23:52.457Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-30T09:23:52.457Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-30T09:23:52.457Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-06-30T09:23:52.457Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-06-30T09:23:52.457Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-06-30T09:23:52.457Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] DONE 24 tests, 23 skipped in 2.343s [2021-06-30T09:23:52.457Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-30T09:23:52.457Z] INFO: Testing against a local daemon [2021-06-30T09:23:52.457Z] === RUN TestSessionCreate [2021-06-30T09:23:52.457Z] --- PASS: TestSessionCreate (0.02s) [2021-06-30T09:23:52.457Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-30T09:23:52.457Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-30T09:23:52.457Z] PASS [2021-06-30T09:23:52.457Z] [2021-06-30T09:23:52.457Z] DONE 2 tests in 0.139s [2021-06-30T09:23:52.457Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-30T09:23:52.457Z] INFO: Testing against a local daemon [2021-06-30T09:23:52.457Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-30T09:23:52.457Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-30T09:23:52.457Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-30T09:23:52.457Z] === RUN TestEventsExecDie [2021-06-30T09:23:53.398Z] --- PASS: TestEventsExecDie (0.95s) [2021-06-30T09:23:53.398Z] === RUN TestEventsBackwardsCompatible [2021-06-30T09:23:53.398Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-06-30T09:23:53.398Z] === RUN TestEventsVolumeCreate [2021-06-30T09:23:53.398Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-06-30T09:23:53.398Z] === RUN TestInfoBinaryCommits [2021-06-30T09:23:53.398Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-30T09:23:53.398Z] === RUN TestInfoAPIVersioned [2021-06-30T09:23:53.398Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-30T09:23:53.398Z] === RUN TestInfoDiscoveryBackend [2021-06-30T09:23:53.970Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-30T09:23:53.970Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-30T09:23:57.270Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.36s) [2021-06-30T09:23:57.270Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-30T09:23:57.270Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:23:57.270Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-30T09:23:57.270Z] === RUN TestInfoAPI [2021-06-30T09:23:57.270Z] --- PASS: TestInfoAPI (0.02s) [2021-06-30T09:23:57.270Z] === RUN TestInfoAPIWarnings [2021-06-30T09:24:01.342Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-30T09:24:02.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-30T09:24:15.374Z] --- PASS: TestInfoAPIWarnings (16.34s) [2021-06-30T09:24:15.374Z] === RUN TestInfoDebug [2021-06-30T09:24:15.374Z] --- PASS: TestInfoDebug (0.52s) [2021-06-30T09:24:15.374Z] === RUN TestInfoInsecureRegistries [2021-06-30T09:24:15.374Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-30T09:24:15.374Z] === RUN TestInfoRegistryMirrors [2021-06-30T09:24:15.374Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-06-30T09:24:15.374Z] === RUN TestLoginFailsWithBadCredentials [2021-06-30T09:24:15.374Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-06-30T09:24:15.374Z] === RUN TestPingCacheHeaders [2021-06-30T09:24:15.374Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-30T09:24:15.374Z] === RUN TestPingGet [2021-06-30T09:24:15.374Z] --- PASS: TestPingGet (0.01s) [2021-06-30T09:24:15.374Z] === RUN TestPingHead [2021-06-30T09:24:15.374Z] --- PASS: TestPingHead (0.02s) [2021-06-30T09:24:15.374Z] === RUN TestVersion [2021-06-30T09:24:15.374Z] --- PASS: TestVersion (0.02s) [2021-06-30T09:24:15.374Z] PASS [2021-06-30T09:24:15.374Z] [2021-06-30T09:24:15.374Z] === Skipped [2021-06-30T09:24:15.374Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-30T09:24:15.374Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-30T09:24:15.374Z] [2021-06-30T09:24:15.374Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-30T09:24:15.374Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-30T09:24:15.374Z] [2021-06-30T09:24:15.374Z] [2021-06-30T09:24:15.374Z] DONE 19 tests, 2 skipped in 23.183s [2021-06-30T09:24:15.374Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-30T09:24:15.634Z] INFO: Testing against a local daemon [2021-06-30T09:24:15.634Z] === RUN TestVolumesCreateAndList [2021-06-30T09:24:15.634Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-30T09:24:15.634Z] === RUN TestVolumesRemove [2021-06-30T09:24:15.634Z] --- PASS: TestVolumesRemove (0.06s) [2021-06-30T09:24:15.634Z] === RUN TestVolumesInspect [2021-06-30T09:24:15.634Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-30T09:24:15.634Z] === RUN TestVolumesInvalidJSON [2021-06-30T09:24:15.634Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-30T09:24:15.634Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-30T09:24:15.634Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-30T09:24:15.634Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-30T09:24:15.634Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-30T09:24:15.634Z] PASS [2021-06-30T09:24:15.634Z] [2021-06-30T09:24:15.634Z] DONE 5 tests in 0.215s [2021-06-30T09:24:15.634Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-30T09:24:15.634Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12580 is not a child of this shell [2021-06-30T09:24:15.634Z] warning: PID 12580 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-30T09:24:15.634Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-30T09:24:15.634Z] [2021-06-30T09:24:15.634Z] Unloading profiles will leave already running processes permanently [2021-06-30T09:24:15.634Z] unconfined, which can lead to unexpected situations. [2021-06-30T09:24:15.634Z] [2021-06-30T09:24:15.634Z] To set a process to complain mode, use the command line tool [2021-06-30T09:24:15.634Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-30T09:24:15.634Z] Removing test suite binaries [2021-06-30T09:24:15.634Z] exiting test-integration [2021-06-30T09:24:15.634Z] ++ exit 0 [2021-06-30T09:24:15.634Z] Post stage [Pipeline] junit [2021-06-30T09:24:17.587Z] Recording test results [2021-06-30T09:24:17.892Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-30T09:24:18.242Z] + echo Ensuring container killed. [2021-06-30T09:24:18.242Z] Ensuring container killed. [2021-06-30T09:24:18.242Z] + docker rm -vf docker-pr2 [2021-06-30T09:24:18.242Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-06-30T09:24:18.529Z] + echo Chowning /workspace to jenkins user [2021-06-30T09:24:18.529Z] Chowning /workspace to jenkins user [2021-06-30T09:24:18.529Z] + id -u [2021-06-30T09:24:18.529Z] + id -g [2021-06-30T09:24:18.529Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-30T09:24:20.211Z] + bundleName=amd64-rootless [2021-06-30T09:24:20.211Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-30T09:24:20.211Z] Creating amd64-rootless-bundles.tar.gz [2021-06-30T09:24:20.211Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-06-30T09:24:20.211Z] + 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-30T09:24:20.224Z] Archiving artifacts [2021-06-30T09:24:20.492Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42575/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-30T09:24:20.809Z] + make clean [2021-06-30T09:24:21.069Z] docker volume rm -f docker-dev-cache [2021-06-30T09:24:21.069Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-30T09:24:24.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-30T09:24:24.945Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-30T09:24:51.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-30T09:24:51.469Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-30T09:25:03.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-30T09:25:03.651Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-30T09:25:03.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-30T09:25:04.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-30T09:25:04.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-30T09:25:06.094Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-30T09:25:08.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-30T09:25:09.980Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-30T09:25:10.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-30T09:25:11.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-30T09:25:12.093Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-30T09:25:12.656Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-30T09:25:13.077Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m18.358899916s with top 10 stages: buildssa: 1m42.361979747s, goimports: 22.712338913s, unconvert: 13.161500034s, gosec: 10.97410165s, golint: 6.823908761s, misspell: 4.835328949s, ineffassign: 4.506818414s, inspect: 4.305327353s, vrp: 3.536157403s, ctrlflow: 2.267065266s [2021-06-30T09:25:14.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-30T09:25:14.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-30T09:25:15.516Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-30T09:25:16.444Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-30T09:25:16.444Z] Using test binary docker [2021-06-30T09:25:16.444Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-30T09:25:16.444Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-30T09:25:16.444Z] INFO: Waiting for daemon to start... [2021-06-30T09:25:16.444Z] Starting dockerd [2021-06-30T09:25:19.714Z] . [2021-06-30T09:25:19.714Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-30T09:25:19.714Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-30T09:25:19.714Z] Error: No such image: emptyfs [2021-06-30T09:25:19.714Z] Running integration-test (iteration 1) [2021-06-30T09:25:19.714Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-30T09:25:24.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-06-30T09:25:24.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-30T09:25:34.559Z] Loaded image: buildpack-deps:buster [2021-06-30T09:25:34.559Z] Loaded image: busybox:latest [2021-06-30T09:25:34.559Z] Loaded image: busybox:glibc [2021-06-30T09:25:34.966Z] INFO [runner/unused/goanalysis] analyzers took 32.075497692s with top 10 stages: buildssa: 27.42279842s, U1000: 4.652699272s [2021-06-30T09:25:34.966Z] INFO [runner] Issues before processing: 2865, after processing: 0 [2021-06-30T09:25:34.966Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2290/2290, autogenerated_exclude: 1901/2290, filename_unadjuster: 2290/2290, skip_dirs: 2290/2290, nolint: 0/78, cgo: 2290/2865, skip_files: 2290/2290, identifier_marker: 1901/1901, exclude: 1901/1901, exclude-rules: 78/1901 [2021-06-30T09:25:34.966Z] INFO [runner] processing took 161.75734ms with stages: nolint: 65.617152ms, identifier_marker: 40.109002ms, autogenerated_exclude: 23.682205ms, path_prettifier: 17.719164ms, exclude-rules: 6.398951ms, skip_dirs: 4.231181ms, cgo: 2.442144ms, filename_unadjuster: 1.550993ms, max_same_issues: 1.777µs, diff: 1.004µs, uniq_by_line: 804ns, exclude: 667ns, source_code: 552ns, max_from_linter: 546ns, skip_files: 482ns, path_shortener: 412ns, max_per_file_from_linter: 304ns [2021-06-30T09:25:34.966Z] INFO [runner] linters took 1m45.481484292s with stages: goanalysis_metalinter: 1m22.438819964s, unused: 22.880407703s [2021-06-30T09:25:34.966Z] INFO File cache stats: 1687 entries of total size 8.5MiB [2021-06-30T09:25:34.966Z] INFO Memory: 2414 samples, avg is 473.9MB, max is 4168.8MB [2021-06-30T09:25:34.966Z] INFO Execution took 4m1.297280765s [2021-06-30T09:25:34.966Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-30T09:25:35.354Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d70dc9487420852256e2082157c533847eb0aa9e hack/make.sh dynbinary test-docker-py [2021-06-30T09:25:35.488Z] Loaded image: debian:bullseye [2021-06-30T09:25:35.488Z] Loaded image: hello-world:latest [2021-06-30T09:25:35.488Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:25:35.488Z] INFO: Testing against a local daemon [2021-06-30T09:25:35.488Z] === RUN TestCgroupNamespacesBuild [2021-06-30T09:25:35.919Z] [2021-06-30T09:25:35.919Z] Removing bundles/ [2021-06-30T09:25:35.919Z] [2021-06-30T09:25:35.919Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-30T09:25:35.919Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:25:35.919Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:25:38.764Z] --- PASS: TestCgroupNamespacesBuild (3.33s) [2021-06-30T09:25:38.764Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-30T09:25:40.653Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.49s) [2021-06-30T09:25:40.653Z] === RUN TestBuildWithSession [2021-06-30T09:25:40.653Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:25:40.653Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-30T09:25:40.653Z] === RUN TestBuildSquashParent [2021-06-30T09:25:45.901Z] --- PASS: TestBuildSquashParent (5.50s) [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:25:45.901Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:25:45.901Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:25:45.901Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:25:45.901Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:25:48.423Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:25:48.423Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:25:50.314Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:25:50.570Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.27s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.51s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.05s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.19s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s) [2021-06-30T09:25:53.088Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) [2021-06-30T09:25:53.088Z] === RUN TestBuildMultiStageCopy [2021-06-30T09:25:53.088Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-30T09:25:54.497Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-30T09:25:54.754Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-30T09:25:55.010Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-30T09:25:55.265Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy (2.74s) [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.90s) [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.22s) [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.22s) [2021-06-30T09:25:55.265Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.21s) [2021-06-30T09:25:55.265Z] === RUN TestBuildMultiStageParentConfig [2021-06-30T09:25:56.193Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2021-06-30T09:25:56.193Z] === RUN TestBuildLabelWithTargets [2021-06-30T09:25:57.120Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2021-06-30T09:25:57.120Z] === RUN TestBuildWithEmptyLayers [2021-06-30T09:25:57.376Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2021-06-30T09:25:57.376Z] === RUN TestBuildMultiStageOnBuild [2021-06-30T09:25:59.265Z] --- PASS: TestBuildMultiStageOnBuild (2.04s) [2021-06-30T09:25:59.265Z] === RUN TestBuildUncleanTarFilenames [2021-06-30T09:25:59.827Z] --- PASS: TestBuildUncleanTarFilenames (0.58s) [2021-06-30T09:25:59.827Z] === RUN TestBuildMultiStageLayerLeak [2021-06-30T09:26:02.343Z] --- PASS: TestBuildMultiStageLayerLeak (2.20s) [2021-06-30T09:26:02.343Z] === RUN TestBuildWithHugeFile [2021-06-30T09:26:02.770Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-30T09:26:03.333Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-30T09:26:05.853Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-30T09:26:08.377Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-30T09:26:08.940Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-30T09:26:13.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-30T09:26:23.139Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-30T09:26:25.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-30T09:26:27.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-30T09:26:28.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-30T09:26:31.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-30T09:26:33.956Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-30T09:26:38.130Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-30T09:26:40.022Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-30T09:26:42.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-30T09:26:45.061Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-30T09:26:45.061Z] Using test binary docker [2021-06-30T09:26:45.061Z] +++ /etc/init.d/apparmor start [2021-06-30T09:26:45.061Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-30T09:26:45.061Z] INFO: Waiting for daemon to start... [2021-06-30T09:26:45.061Z] Starting dockerd [2021-06-30T09:26:45.061Z] +++ 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-30T09:26:46.953Z] . [2021-06-30T09:26:46.953Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-30T09:26:47.209Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-30T09:26:47.209Z] Error: No such image: emptyfs [2021-06-30T09:26:47.209Z] ++++ docker load [2021-06-30T09:26:47.209Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-30T09:26:47.466Z] Running integration-test (iteration 1) [2021-06-30T09:26:47.723Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-30T09:26:47.723Z] ++ 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-30T09:26:47.723Z] ++ set -e [2021-06-30T09:26:47.723Z] ++ '[' -n 0 ']' [2021-06-30T09:26:47.723Z] ++ set -x [2021-06-30T09:26:47.723Z] ++ 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-30T09:26:58.529Z] --- PASS: TestBuildWithHugeFile (52.88s) [2021-06-30T09:26:58.529Z] === RUN TestBuildWCOWSandboxSize [2021-06-30T09:26:58.529Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:26:58.529Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-30T09:26:58.529Z] === RUN TestBuildWithEmptyDockerfile [2021-06-30T09:26:58.529Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:26:58.529Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:26:58.529Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:26:58.529Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:26:58.529Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:26:58.529Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:26:58.529Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:26:58.529Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:26:58.529Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:26:58.529Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-06-30T09:26:58.529Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-06-30T09:26:58.529Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2021-06-30T09:26:58.529Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-30T09:26:58.529Z] === RUN TestBuildPreserveOwnership [2021-06-30T09:26:58.529Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-30T09:26:58.529Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-30T09:26:59.895Z] --- PASS: TestBuildPreserveOwnership (4.56s) [2021-06-30T09:26:59.895Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.17s) [2021-06-30T09:26:59.895Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.38s) [2021-06-30T09:26:59.895Z] === RUN TestBuildPlatformInvalid [2021-06-30T09:26:59.895Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-06-30T09:26:59.895Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-30T09:27:12.354Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-30T09:27:12.354Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:27:12.354Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:27:12.354Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-30T09:27:12.354Z] [2021-06-30T09:27:12.354Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-30T09:27:12.354Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-30T09:27:12.354Z] Using test binary docker [2021-06-30T09:27:12.354Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-30T09:27:12.354Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-30T09:27:12.354Z] INFO: Waiting for daemon to start... [2021-06-30T09:27:12.354Z] Starting dockerd [2021-06-30T09:27:12.354Z] . [2021-06-30T09:27:12.354Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-30T09:27:14.740Z] Loaded image: buildpack-deps:buster [2021-06-30T09:27:14.740Z] Loaded image: busybox:latest [2021-06-30T09:27:14.741Z] Loaded image: busybox:glibc [2021-06-30T09:27:16.633Z] Loaded image: debian:bullseye [2021-06-30T09:27:16.634Z] Loaded image: hello-world:latest [2021-06-30T09:27:16.634Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:27:24.721Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.24s) [2021-06-30T09:27:24.721Z] PASS [2021-06-30T09:27:24.721Z] [2021-06-30T09:27:24.721Z] === Skipped [2021-06-30T09:27:24.721Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-30T09:27:24.721Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:27:24.721Z] [2021-06-30T09:27:24.721Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-30T09:27:24.721Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:27:24.721Z] [2021-06-30T09:27:24.721Z] [2021-06-30T09:27:24.721Z] DONE 34 tests, 2 skipped in 124.849s [2021-06-30T09:27:24.721Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-30T09:27:24.721Z] INFO: Testing against a local daemon [2021-06-30T09:27:24.721Z] === RUN TestConfigInspect [2021-06-30T09:27:26.609Z] --- PASS: TestConfigInspect (2.30s) [2021-06-30T09:27:26.609Z] === RUN TestConfigList [2021-06-30T09:27:29.124Z] --- PASS: TestConfigList (2.18s) [2021-06-30T09:27:29.124Z] === RUN TestConfigsCreateAndDelete [2021-06-30T09:27:31.014Z] --- PASS: TestConfigsCreateAndDelete (2.19s) [2021-06-30T09:27:31.014Z] === RUN TestConfigsUpdate [2021-06-30T09:27:33.529Z] --- PASS: TestConfigsUpdate (2.14s) [2021-06-30T09:27:33.529Z] === RUN TestTemplatedConfig [2021-06-30T09:27:34.358Z] Loaded image: buildpack-deps:buster [2021-06-30T09:27:34.358Z] Loaded image: busybox:latest [2021-06-30T09:27:34.358Z] Loaded image: busybox:glibc [2021-06-30T09:27:36.797Z] --- PASS: TestTemplatedConfig (3.31s) [2021-06-30T09:27:36.797Z] === RUN TestConfigCreateResolve [2021-06-30T09:27:38.685Z] --- PASS: TestConfigCreateResolve (2.20s) [2021-06-30T09:27:38.685Z] PASS [2021-06-30T09:27:38.685Z] [2021-06-30T09:27:38.685Z] DONE 6 tests in 14.355s [2021-06-30T09:27:38.685Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-30T09:27:38.685Z] INFO: Testing against a local daemon [2021-06-30T09:27:38.685Z] === RUN TestCheckpoint [2021-06-30T09:27:38.685Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:27:38.685Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-30T09:27:38.685Z] === RUN TestContainerInvalidJSON [2021-06-30T09:27:38.685Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:27:38.685Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:27:38.685Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:27:38.685Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:27:38.685Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:27:38.685Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:27:38.685Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:27:38.685Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:27:38.685Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:27:38.685Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-30T09:27:38.685Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-30T09:27:38.685Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-30T09:27:38.685Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-30T09:27:38.685Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-30T09:27:38.685Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-06-30T09:27:38.685Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-30T09:27:38.685Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-06-30T09:27:38.685Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-30T09:27:38.942Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-30T09:27:38.942Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-30T09:27:38.942Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-30T09:27:38.942Z] === RUN TestCopyFromContainer [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer// [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer//bar/root [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer/bar/quux [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-30T09:27:40.312Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-30T09:27:40.568Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-30T09:27:40.568Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-30T09:27:40.568Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-30T09:27:40.568Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer (1.85s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-06-30T09:27:40.824Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-06-30T09:27:40.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-30T09:27:40.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:27:40.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:27:40.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:27:40.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:27:40.824Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:27:40.824Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:27:40.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:27:40.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:27:40.824Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:27:40.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-30T09:27:40.824Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-30T09:27:40.824Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-30T09:27:40.824Z] === RUN TestCreateWithInvalidEnv [2021-06-30T09:27:40.824Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-30T09:27:40.824Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-30T09:27:40.824Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-30T09:27:40.824Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-30T09:27:40.824Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-30T09:27:40.824Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-30T09:27:40.824Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-30T09:27:40.824Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-30T09:27:40.824Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-30T09:27:40.824Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-30T09:27:40.824Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-30T09:27:40.824Z] === RUN TestCreateTmpfsMountsTarget [2021-06-30T09:27:40.824Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-06-30T09:27:40.824Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-30T09:27:40.902Z] Loaded image: debian:bullseye [2021-06-30T09:27:40.902Z] Loaded image: hello-world:latest [2021-06-30T09:27:40.902Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:27:40.902Z] INFO: Testing against a local daemon [2021-06-30T09:27:40.902Z] === RUN TestCgroupNamespacesBuild [2021-06-30T09:27:43.340Z] --- PASS: TestCreateWithCustomMaskedPaths (2.37s) [2021-06-30T09:27:43.340Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-30T09:27:44.173Z] --- PASS: TestCgroupNamespacesBuild (3.08s) [2021-06-30T09:27:44.173Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.49s) [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:27:45.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:27:45.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:27:45.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:27:45.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:27:45.903Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:27:45.903Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:27:45.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:27:45.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:27:45.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:27:45.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:27:45.903Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-06-30T09:27:45.903Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-30T09:27:45.903Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-30T09:27:46.465Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2021-06-30T09:27:46.465Z] === RUN TestCreateDifferentPlatform [2021-06-30T09:27:46.465Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-30T09:27:46.465Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-30T09:27:46.465Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-30T09:27:46.465Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-30T09:27:46.465Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-30T09:27:46.465Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-30T09:27:46.465Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-06-30T09:27:46.465Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-30T09:27:46.465Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-06-30T09:27:46.465Z] === RUN TestContainerStartOnDaemonRestart [2021-06-30T09:27:46.465Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-30T09:27:46.465Z] === RUN TestDaemonRestartIpcMode [2021-06-30T09:27:46.465Z] === PAUSE TestDaemonRestartIpcMode [2021-06-30T09:27:46.465Z] === RUN TestDaemonHostGatewayIP [2021-06-30T09:27:46.465Z] === PAUSE TestDaemonHostGatewayIP [2021-06-30T09:27:46.465Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-30T09:27:46.465Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-30T09:27:46.465Z] === RUN TestContainerKillOnDaemonStart [2021-06-30T09:27:46.465Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-30T09:27:46.465Z] === RUN TestDiff [2021-06-30T09:27:46.693Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.61s) [2021-06-30T09:27:46.693Z] === RUN TestBuildWithSession [2021-06-30T09:27:46.693Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:27:46.693Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-30T09:27:46.693Z] === RUN TestBuildSquashParent [2021-06-30T09:27:47.392Z] --- PASS: TestDiff (0.76s) [2021-06-30T09:27:47.392Z] === RUN TestExecWithCloseStdin [2021-06-30T09:27:48.322Z] --- PASS: TestExecWithCloseStdin (1.10s) [2021-06-30T09:27:48.322Z] === RUN TestExec [2021-06-30T09:27:49.686Z] --- PASS: TestExec (1.06s) [2021-06-30T09:27:49.686Z] === RUN TestExecUser [2021-06-30T09:27:50.615Z] --- PASS: TestExecUser (1.11s) [2021-06-30T09:27:50.615Z] === RUN TestExportContainerAndImportImage [2021-06-30T09:27:51.542Z] --- PASS: TestExportContainerAndImportImage (0.96s) [2021-06-30T09:27:51.542Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-30T09:27:52.906Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-06-30T09:27:52.907Z] === RUN TestHealthCheckWorkdir [2021-06-30T09:27:54.273Z] --- PASS: TestHealthCheckWorkdir (1.48s) [2021-06-30T09:27:54.273Z] === RUN TestHealthKillContainer [2021-06-30T09:27:57.537Z] --- PASS: TestHealthKillContainer (3.12s) [2021-06-30T09:27:57.537Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-30T09:27:58.465Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2021-06-30T09:27:58.465Z] === RUN TestIpcModeNone [2021-06-30T09:27:58.973Z] sha256:3e5f84d465558850aa9aa6dd65e46f812c4b74d7fa0b3179497e8c0ae54871a3 [2021-06-30T09:27:58.973Z] INFO: Starting docker-py tests... [2021-06-30T09:27:58.973Z] ============================= test session starts ============================== [2021-06-30T09:27:58.973Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-30T09:27:58.973Z] rootdir: /src, inifile: pytest.ini [2021-06-30T09:27:58.973Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-30T09:27:59.229Z] collected 390 items / 1 deselected / 389 selected [2021-06-30T09:27:59.229Z] [2021-06-30T09:27:59.394Z] --- PASS: TestIpcModeNone (1.10s) [2021-06-30T09:27:59.394Z] === RUN TestIpcModePrivate [2021-06-30T09:28:00.323Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-30T09:28:00.579Z] --- PASS: TestIpcModePrivate (1.11s) [2021-06-30T09:28:00.579Z] === RUN TestIpcModeShareable [2021-06-30T09:28:01.514Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-30T09:28:01.514Z] --- PASS: TestIpcModeShareable (1.08s) [2021-06-30T09:28:01.514Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-30T09:28:01.548Z] --- PASS: TestBuildSquashParent (12.97s) [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:28:01.548Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:28:01.548Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:28:01.548Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-30T09:28:01.548Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-30T09:28:04.784Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.00s) [2021-06-30T09:28:04.784Z] === RUN TestAPIIpcModeHost [2021-06-30T09:28:05.712Z] --- PASS: TestAPIIpcModeHost (1.13s) [2021-06-30T09:28:05.712Z] === RUN TestDaemonIpcModeShareable [2021-06-30T09:28:05.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-30T09:28:05.721Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-30T09:28:07.078Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-30T09:28:07.334Z] --- PASS: TestDaemonIpcModeShareable (1.69s) [2021-06-30T09:28:07.334Z] === RUN TestDaemonIpcModePrivate [2021-06-30T09:28:09.224Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-30T09:28:09.224Z] --- PASS: TestDaemonIpcModePrivate (1.67s) [2021-06-30T09:28:09.224Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-30T09:28:10.590Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-30T09:28:10.845Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.85s) [2021-06-30T09:28:10.845Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-30T09:28:10.973Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-30T09:28:10.973Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-30T09:28:12.737Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-30T09:28:12.737Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.66s) [2021-06-30T09:28:12.737Z] === RUN TestIpcModeOlderClient [2021-06-30T09:28:12.737Z] === PAUSE TestIpcModeOlderClient [2021-06-30T09:28:12.737Z] === RUN TestKillContainerInvalidSignal [2021-06-30T09:28:13.299Z] --- PASS: TestKillContainerInvalidSignal (0.68s) [2021-06-30T09:28:13.299Z] === RUN TestKillContainer [2021-06-30T09:28:13.299Z] === RUN TestKillContainer/no_signal [2021-06-30T09:28:13.861Z] === RUN TestKillContainer/non_killing_signal [2021-06-30T09:28:14.424Z] === RUN TestKillContainer/killing_signal [2021-06-30T09:28:15.354Z] --- PASS: TestKillContainer (2.11s) [2021-06-30T09:28:15.354Z] --- PASS: TestKillContainer/no_signal (0.66s) [2021-06-30T09:28:15.354Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-06-30T09:28:15.354Z] --- PASS: TestKillContainer/killing_signal (0.71s) [2021-06-30T09:28:15.354Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-30T09:28:15.354Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-30T09:28:15.916Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.97s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (6.12s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.07s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.31s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.37s) [2021-06-30T09:28:16.224Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.26s) [2021-06-30T09:28:16.224Z] === RUN TestBuildMultiStageCopy [2021-06-30T09:28:16.224Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-30T09:28:16.845Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.35s) [2021-06-30T09:28:16.845Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2021-06-30T09:28:16.845Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) [2021-06-30T09:28:16.845Z] === RUN TestKillStoppedContainer [2021-06-30T09:28:16.845Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-30T09:28:16.845Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-30T09:28:16.845Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-06-30T09:28:16.845Z] === RUN TestKillDifferentUserContainer [2021-06-30T09:28:17.407Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2021-06-30T09:28:17.407Z] === RUN TestInspectOomKilledTrue [2021-06-30T09:28:17.407Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-30T09:28:17.407Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-30T09:28:17.407Z] === RUN TestInspectOomKilledFalse [2021-06-30T09:28:18.336Z] --- PASS: TestInspectOomKilledFalse (0.67s) [2021-06-30T09:28:18.336Z] === RUN TestLinksEtcHostsContentMatch [2021-06-30T09:28:18.897Z] --- PASS: TestLinksEtcHostsContentMatch (0.80s) [2021-06-30T09:28:18.897Z] === RUN TestLinksContainerNames [2021-06-30T09:28:19.494Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-30T09:28:20.057Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-30T09:28:20.264Z] --- PASS: TestLinksContainerNames (1.45s) [2021-06-30T09:28:20.264Z] === RUN TestLogsFollowTailEmpty [2021-06-30T09:28:20.621Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-30T09:28:20.954Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-30T09:28:21.193Z] --- PASS: TestLogsFollowTailEmpty (0.74s) [2021-06-30T09:28:21.193Z] === RUN TestContainerNetworkMountsNoChown [2021-06-30T09:28:21.385Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy (5.72s) [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.72s) [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s) [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.46s) [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.50s) [2021-06-30T09:28:21.522Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.57s) [2021-06-30T09:28:21.522Z] === RUN TestBuildMultiStageParentConfig [2021-06-30T09:28:21.756Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/default [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/default [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/private [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/private [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rprivate [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/slave [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/slave [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rslave [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/shared [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/shared [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rshared [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/default [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/rslave [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/rshared [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/shared [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/rprivate [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/slave [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/private [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-30T09:28:21.756Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:28:21.756Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:28:21.756Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:28:22.013Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:28:22.202Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-30T09:28:22.270Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-30T09:28:22.270Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-30T09:28:22.270Z] === RUN TestContainerBindMountNonRecursive [2021-06-30T09:28:22.900Z] --- PASS: TestBuildMultiStageParentConfig (1.20s) [2021-06-30T09:28:22.900Z] === RUN TestBuildLabelWithTargets [2021-06-30T09:28:23.953Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-30T09:28:24.787Z] --- PASS: TestContainerBindMountNonRecursive (2.23s) [2021-06-30T09:28:24.787Z] === RUN TestContainerVolumesMountedAsShared [2021-06-30T09:28:24.790Z] --- PASS: TestBuildLabelWithTargets (2.10s) [2021-06-30T09:28:24.790Z] === RUN TestBuildWithEmptyLayers [2021-06-30T09:28:25.043Z] --- PASS: TestContainerVolumesMountedAsShared (0.47s) [2021-06-30T09:28:25.043Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-30T09:28:25.972Z] --- PASS: TestContainerVolumesMountedAsSlave (0.81s) [2021-06-30T09:28:25.972Z] === RUN TestNetworkNat [2021-06-30T09:28:26.158Z] --- PASS: TestBuildWithEmptyLayers (1.02s) [2021-06-30T09:28:26.158Z] === RUN TestBuildMultiStageOnBuild [2021-06-30T09:28:26.534Z] --- PASS: TestNetworkNat (0.72s) [2021-06-30T09:28:26.534Z] === RUN TestNetworkLocalhostTCPNat [2021-06-30T09:28:27.463Z] --- PASS: TestNetworkLocalhostTCPNat (0.70s) [2021-06-30T09:28:27.463Z] === RUN TestNetworkLoopbackNat [2021-06-30T09:28:30.328Z] --- PASS: TestBuildMultiStageOnBuild (4.34s) [2021-06-30T09:28:30.328Z] === RUN TestBuildUncleanTarFilenames [2021-06-30T09:28:30.786Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2021-06-30T09:28:30.786Z] === RUN TestPause [2021-06-30T09:28:31.042Z] --- PASS: TestPause (0.71s) [2021-06-30T09:28:31.042Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-30T09:28:31.042Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:28:31.042Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:28:31.042Z] === RUN TestPauseStopPausedContainer [2021-06-30T09:28:31.976Z] --- PASS: TestPauseStopPausedContainer (0.76s) [2021-06-30T09:28:31.976Z] === RUN TestPidHost [2021-06-30T09:28:32.218Z] --- PASS: TestBuildUncleanTarFilenames (1.66s) [2021-06-30T09:28:32.218Z] === RUN TestBuildMultiStageLayerLeak [2021-06-30T09:28:33.866Z] --- PASS: TestPidHost (1.95s) [2021-06-30T09:28:33.866Z] === RUN TestPsFilter [2021-06-30T09:28:33.866Z] --- PASS: TestPsFilter (0.12s) [2021-06-30T09:28:33.866Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-30T09:28:34.793Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2021-06-30T09:28:34.793Z] === RUN TestRemoveContainerWithVolume [2021-06-30T09:28:35.356Z] --- PASS: TestRemoveContainerWithVolume (0.69s) [2021-06-30T09:28:35.356Z] === RUN TestRemoveContainerRunning [2021-06-30T09:28:35.920Z] --- PASS: TestRemoveContainerRunning (0.69s) [2021-06-30T09:28:35.920Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-30T09:28:36.849Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.70s) [2021-06-30T09:28:36.849Z] === RUN TestRemoveInvalidContainer [2021-06-30T09:28:36.849Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-30T09:28:36.849Z] === RUN TestRenameLinkedContainer [2021-06-30T09:28:37.471Z] --- PASS: TestBuildMultiStageLayerLeak (4.66s) [2021-06-30T09:28:37.471Z] === RUN TestBuildWithHugeFile [2021-06-30T09:28:40.117Z] --- PASS: TestRenameLinkedContainer (2.93s) [2021-06-30T09:28:40.117Z] === RUN TestRenameStoppedContainer [2021-06-30T09:28:40.373Z] --- PASS: TestRenameStoppedContainer (0.68s) [2021-06-30T09:28:40.373Z] === RUN TestRenameRunningContainerAndReuse [2021-06-30T09:28:41.738Z] --- PASS: TestRenameRunningContainerAndReuse (1.41s) [2021-06-30T09:28:41.738Z] === RUN TestRenameInvalidName [2021-06-30T09:28:42.666Z] --- PASS: TestRenameInvalidName (0.71s) [2021-06-30T09:28:42.666Z] === RUN TestRenameAnonymousContainer [2021-06-30T09:28:45.184Z] --- PASS: TestRenameAnonymousContainer (2.36s) [2021-06-30T09:28:45.184Z] === RUN TestRenameContainerWithSameName [2021-06-30T09:28:45.442Z] --- PASS: TestRenameContainerWithSameName (0.70s) [2021-06-30T09:28:45.442Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-30T09:28:47.332Z] --- PASS: TestRenameContainerWithLinkedContainer (1.39s) [2021-06-30T09:28:47.332Z] === RUN TestResize [2021-06-30T09:28:47.587Z] --- PASS: TestResize (0.68s) [2021-06-30T09:28:47.587Z] === RUN TestResizeWithInvalidSize [2021-06-30T09:28:48.516Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2021-06-30T09:28:48.516Z] === RUN TestResizeWhenContainerNotStarted [2021-06-30T09:28:49.080Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s) [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:49.080Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:49.080Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:49.080Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:28:49.080Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:28:51.598Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:51.598Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:52.526Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:28:52.783Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:28:54.149Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:28:54.149Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:28:56.040Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:28:56.297Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:28:58.821Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:28:59.385Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.30s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.43s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.28s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.36s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.34s) [2021-06-30T09:29:01.282Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.15s) [2021-06-30T09:29:01.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.20s) [2021-06-30T09:29:01.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.83s) [2021-06-30T09:29:01.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.90s) [2021-06-30T09:29:01.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.19s) [2021-06-30T09:29:01.283Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.15s) [2021-06-30T09:29:01.283Z] === RUN TestCgroupNamespacesRun [2021-06-30T09:29:02.700Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-30T09:29:03.172Z] --- PASS: TestCgroupNamespacesRun (1.69s) [2021-06-30T09:29:03.172Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-30T09:29:03.172Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-30T09:29:03.172Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-30T09:29:03.172Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-30T09:29:05.062Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.68s) [2021-06-30T09:29:05.062Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-30T09:29:06.428Z] --- PASS: TestCgroupNamespacesRunHostMode (1.64s) [2021-06-30T09:29:06.428Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-30T09:29:08.319Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2021-06-30T09:29:08.319Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-30T09:29:09.686Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.30s) [2021-06-30T09:29:09.686Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-30T09:29:10.251Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s) [2021-06-30T09:29:10.251Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-30T09:29:12.141Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.69s) [2021-06-30T09:29:12.141Z] === RUN TestNISDomainname [2021-06-30T09:29:13.071Z] --- PASS: TestNISDomainname (1.34s) [2021-06-30T09:29:13.071Z] === RUN TestHostnameDnsResolution [2021-06-30T09:29:14.437Z] --- PASS: TestHostnameDnsResolution (1.21s) [2021-06-30T09:29:14.437Z] === RUN TestStats [2021-06-30T09:29:16.147Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-30T09:29:16.147Z] Using test binary docker [2021-06-30T09:29:16.147Z] +++ /etc/init.d/apparmor start [2021-06-30T09:29:16.147Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-30T09:29:16.147Z] Starting dockerd [2021-06-30T09:29:16.147Z] INFO: Waiting for daemon to start... [2021-06-30T09:29:16.147Z] +++ 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-30T09:29:16.711Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-30T09:29:16.711Z] Using test binary docker [2021-06-30T09:29:16.967Z] +++ /etc/init.d/apparmor start [2021-06-30T09:29:16.967Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-30T09:29:16.967Z] INFO: Waiting for daemon to start... [2021-06-30T09:29:16.967Z] Starting dockerd [2021-06-30T09:29:16.967Z] +++ 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-30T09:29:17.745Z] --- PASS: TestStats (2.77s) [2021-06-30T09:29:17.745Z] === RUN TestStopContainerWithTimeout [2021-06-30T09:29:17.745Z] === RUN TestStopContainerWithTimeout/0 [2021-06-30T09:29:17.745Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-30T09:29:17.745Z] === RUN TestStopContainerWithTimeout/1 [2021-06-30T09:29:17.745Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-30T09:29:17.745Z] === RUN TestStopContainerWithTimeout/3 [2021-06-30T09:29:17.745Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-30T09:29:17.745Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-30T09:29:17.745Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-30T09:29:17.745Z] === CONT TestStopContainerWithTimeout/0 [2021-06-30T09:29:17.745Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-30T09:29:18.306Z] === CONT TestStopContainerWithTimeout/3 [2021-06-30T09:29:19.485Z] . [2021-06-30T09:29:19.485Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-30T09:29:19.485Z] [2021-06-30T09:29:19.485Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-30T09:29:19.485Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-30T09:29:19.485Z] Error: No such image: emptyfs [2021-06-30T09:29:19.485Z] ++++ docker load [2021-06-30T09:29:19.485Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-30T09:29:19.485Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-30T09:29:19.485Z] Error: No such image: emptyfs [2021-06-30T09:29:19.485Z] ++++ docker load [2021-06-30T09:29:19.485Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-30T09:29:19.485Z] Running integration-test (iteration 1) [2021-06-30T09:29:19.741Z] 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-30T09:29:19.741Z] ++ 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-30T09:29:19.741Z] ++ set -e [2021-06-30T09:29:19.741Z] ++ '[' -n 0 ']' [2021-06-30T09:29:19.741Z] ++ set -x [2021-06-30T09:29:19.741Z] ++ 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-30T09:29:19.741Z] Running integration-test (iteration 1) [2021-06-30T09:29:19.741Z] 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-30T09:29:19.741Z] ++ 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-30T09:29:19.741Z] ++ set -e [2021-06-30T09:29:19.741Z] ++ '[' -n 0 ']' [2021-06-30T09:29:19.741Z] ++ set -x [2021-06-30T09:29:19.741Z] ++ 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-30T09:29:20.194Z] === CONT TestStopContainerWithTimeout/1 [2021-06-30T09:29:22.083Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-30T09:29:22.084Z] --- PASS: TestStopContainerWithTimeout/0 (1.11s) [2021-06-30T09:29:22.084Z] --- PASS: TestStopContainerWithTimeout/-1 (3.13s) [2021-06-30T09:29:22.084Z] --- PASS: TestStopContainerWithTimeout/3 (2.68s) [2021-06-30T09:29:22.084Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2021-06-30T09:29:22.084Z] === RUN TestDeleteDevicemapper [2021-06-30T09:29:22.084Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:29:22.084Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-30T09:29:22.084Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-30T09:29:24.607Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.12s) [2021-06-30T09:29:24.607Z] === RUN TestUpdateMemory [2021-06-30T09:29:25.535Z] --- PASS: TestUpdateMemory (1.31s) [2021-06-30T09:29:25.535Z] === RUN TestUpdateCPUQuota [2021-06-30T09:29:32.070Z] --- PASS: TestUpdateCPUQuota (6.50s) [2021-06-30T09:29:32.070Z] === RUN TestUpdatePidsLimit [2021-06-30T09:29:32.070Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-30T09:29:32.632Z] === RUN TestUpdatePidsLimit/no_change [2021-06-30T09:29:33.560Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-30T09:29:34.123Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-30T09:29:34.685Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-30T09:29:35.613Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-30T09:29:36.176Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit (5.49s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.70s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/no_change (0.71s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.72s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.68s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.70s) [2021-06-30T09:29:37.541Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.69s) [2021-06-30T09:29:37.541Z] === RUN TestUpdateRestartPolicy [2021-06-30T09:29:52.376Z] --- PASS: TestUpdateRestartPolicy (12.59s) [2021-06-30T09:29:52.376Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-30T09:29:52.376Z] --- PASS: TestUpdateRestartWithAutoRemove (0.67s) [2021-06-30T09:29:52.376Z] === RUN TestWaitNonBlocked [2021-06-30T09:29:52.376Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:29:52.376Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:29:52.376Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:29:52.376Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:29:52.376Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:29:52.376Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:29:52.376Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-30T09:29:52.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.15s) [2021-06-30T09:29:52.376Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2021-06-30T09:29:52.376Z] === RUN TestWaitBlocked [2021-06-30T09:29:52.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:29:52.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:29:52.376Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:29:52.376Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:29:52.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:29:52.376Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:29:52.938Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-30T09:29:52.938Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s) [2021-06-30T09:29:52.938Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.06s) [2021-06-30T09:29:52.938Z] === CONT TestContainerStartOnDaemonRestart [2021-06-30T09:29:52.938Z] === CONT TestContainerKillOnDaemonStart [2021-06-30T09:29:56.207Z] --- PASS: TestContainerStartOnDaemonRestart (2.81s) [2021-06-30T09:29:56.207Z] === CONT TestIpcModeOlderClient [2021-06-30T09:29:56.207Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-30T09:29:56.207Z] === CONT TestDaemonHostGatewayIP [2021-06-30T09:29:59.474Z] --- PASS: TestDaemonHostGatewayIP (3.37s) [2021-06-30T09:29:59.474Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-30T09:30:01.366Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.22s) [2021-06-30T09:30:01.366Z] === CONT TestDaemonRestartIpcMode [2021-06-30T09:30:04.786Z] --- PASS: TestDaemonRestartIpcMode (2.85s) [2021-06-30T09:30:05.043Z] --- PASS: TestContainerKillOnDaemonStart (12.07s) [2021-06-30T09:30:05.043Z] PASS [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] === Skipped [2021-06-30T09:30:05.043Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-30T09:30:05.043Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-30T09:30:05.043Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:30:05.043Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-30T09:30:05.043Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-30T09:30:05.043Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] [2021-06-30T09:30:05.043Z] DONE 196 tests, 5 skipped in 146.426s [2021-06-30T09:30:05.043Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-30T09:30:05.043Z] === RUN TestConfigDaemonLibtrustID [2021-06-30T09:30:05.604Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:30:05.604Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-30T09:30:05.604Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-30T09:30:05.604Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-30T09:30:05.604Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-30T09:30:05.604Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-30T09:30:05.604Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-30T09:30:05.604Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:30:05.604Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-30T09:30:05.604Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-30T09:30:05.604Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-30T09:30:05.860Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-06-30T09:30:05.860Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2021-06-30T09:30:05.860Z] PASS [2021-06-30T09:30:05.860Z] [2021-06-30T09:30:05.860Z] DONE 7 tests in 0.765s [2021-06-30T09:30:05.860Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-30T09:30:05.860Z] INFO: Testing against a local daemon [2021-06-30T09:30:05.860Z] === RUN TestCommitInheritsEnv [2021-06-30T09:30:06.116Z] --- PASS: TestCommitInheritsEnv (0.26s) [2021-06-30T09:30:06.116Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-30T09:30:06.116Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-30T09:30:06.116Z] === RUN TestImagesFilterMultiReference [2021-06-30T09:30:06.116Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-30T09:30:06.116Z] === RUN TestImagePullPlatformInvalid [2021-06-30T09:30:06.116Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-30T09:30:06.116Z] === RUN TestRemoveImageOrphaning [2021-06-30T09:30:06.373Z] --- PASS: TestRemoveImageOrphaning (0.25s) [2021-06-30T09:30:06.373Z] === RUN TestRemoveImageGarbageCollector [2021-06-30T09:30:06.379Z] Loaded image: buildpack-deps:buster [2021-06-30T09:30:06.379Z] Loaded image: buildpack-deps:buster [2021-06-30T09:30:06.379Z] Loaded image: busybox:latest [2021-06-30T09:30:06.379Z] Loaded image: busybox:latest [2021-06-30T09:30:06.379Z] Loaded image: busybox:glibc [2021-06-30T09:30:06.379Z] Loaded image: busybox:glibc [2021-06-30T09:30:08.262Z] --- PASS: TestRemoveImageGarbageCollector (1.87s) [2021-06-30T09:30:08.262Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-30T09:30:08.262Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-30T09:30:08.262Z] === RUN TestTagInvalidReference [2021-06-30T09:30:08.262Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-30T09:30:08.262Z] === RUN TestTagValidPrefixedRepo [2021-06-30T09:30:08.518Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-30T09:30:08.519Z] === RUN TestTagExistedNameWithoutForce [2021-06-30T09:30:08.519Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-30T09:30:08.519Z] === RUN TestTagOfficialNames [2021-06-30T09:30:08.519Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-30T09:30:08.519Z] === RUN TestTagMatchesDigest [2021-06-30T09:30:08.519Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-30T09:30:08.519Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-30T09:30:11.628Z] Loaded image: debian:bullseye [2021-06-30T09:30:11.628Z] Loaded image: debian:bullseye [2021-06-30T09:30:11.628Z] Loaded image: hello-world:latest [2021-06-30T09:30:11.628Z] Loaded image: hello-world:latestLoaded image: arm32v7/hello-world:latest [2021-06-30T09:30:11.628Z] [2021-06-30T09:30:11.628Z] INFO: Testing against a local daemon [2021-06-30T09:30:11.628Z] === RUN TestDockerDaemonSuite [2021-06-30T09:30:11.628Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:30:11.628Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-30T09:30:11.628Z] INFO: Testing against a local daemon [2021-06-30T09:30:11.628Z] === RUN TestDockerSuite [2021-06-30T09:30:11.628Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-30T09:30:11.628Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-30T09:30:11.884Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-30T09:30:13.297Z] ..........................xx.................... [ 29%] [2021-06-30T09:30:16.050Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-30T09:30:16.306Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-30T09:30:16.872Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-30T09:30:16.872Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-30T09:30:17.801Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-30T09:30:17.801Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-30T09:30:17.801Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-30T09:30:20.320Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-30T09:30:20.576Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-30T09:30:20.576Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-30T09:30:20.576Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-30T09:30:20.831Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-30T09:30:22.198Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-30T09:30:23.563Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-30T09:30:23.820Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-30T09:30:23.820Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-30T09:30:23.820Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-30T09:30:23.820Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-30T09:30:31.917Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-30T09:30:31.917Z] --- PASS: TestBuildWithHugeFile (115.14s) [2021-06-30T09:30:31.917Z] === RUN TestBuildWCOWSandboxSize [2021-06-30T09:30:31.917Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:30:31.917Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-30T09:30:31.917Z] === RUN TestBuildWithEmptyDockerfile [2021-06-30T09:30:31.917Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:30:31.917Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:30:31.917Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:30:31.917Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:30:31.917Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:30:31.917Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:30:31.917Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-30T09:30:31.917Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-30T09:30:31.917Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-30T09:30:31.917Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-06-30T09:30:31.917Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2021-06-30T09:30:31.917Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.09s) [2021-06-30T09:30:31.917Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-06-30T09:30:31.917Z] === RUN TestBuildPreserveOwnership [2021-06-30T09:30:31.917Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-30T09:30:32.845Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-30T09:30:35.361Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-30T09:30:35.361Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-30T09:30:37.252Z] --- PASS: TestBuildPreserveOwnership (5.03s) [2021-06-30T09:30:37.252Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.42s) [2021-06-30T09:30:37.252Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.60s) [2021-06-30T09:30:37.252Z] === RUN TestBuildPlatformInvalid [2021-06-30T09:30:37.252Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-06-30T09:30:37.252Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-30T09:30:37.252Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-30T09:30:40.472Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-30T09:30:40.520Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-30T09:30:41.448Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-30T09:30:42.463Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-30T09:30:44.374Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-30T09:30:44.374Z] docker_cli_daemon_test.go:1455: [d9ff13f7c81eb] daemon is not started [2021-06-30T09:30:45.301Z] check_test.go:309: [d9d913cb805dd] daemon is not started [2021-06-30T09:30:45.301Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-30T09:30:45.557Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-30T09:30:48.073Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-30T09:30:48.330Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-30T09:30:50.115Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-30T09:30:50.223Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-30T09:30:50.223Z] check_test.go:309: [d1ee18d78e8b9] daemon is not started [2021-06-30T09:30:50.223Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-30T09:30:51.590Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-30T09:30:52.518Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-30T09:30:54.115Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-30T09:30:55.039Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-30T09:30:55.039Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-30T09:30:55.968Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-30T09:30:57.863Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-30T09:30:58.425Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-30T09:30:59.353Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-30T09:31:01.870Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-30T09:31:02.551Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-30T09:31:04.448Z] Loaded image: buildpack-deps:buster [2021-06-30T09:31:04.448Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-30T09:31:04.448Z] Loaded image: busybox:latest [2021-06-30T09:31:04.704Z] Loaded image: busybox:glibc [2021-06-30T09:31:06.069Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-30T09:31:06.069Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-30T09:31:06.631Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-06-30T09:31:07.559Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-30T09:31:08.487Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-30T09:31:11.009Z] Loaded image: debian:bullseye [2021-06-30T09:31:11.265Z] Loaded image: hello-world:latest [2021-06-30T09:31:11.265Z] Loaded image: arm32v7/hello-world:latest [2021-06-30T09:31:11.521Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-30T09:31:15.437Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-30T09:31:15.692Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-30T09:31:16.629Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-30T09:31:19.898Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-30T09:31:20.154Z] check_test.go:309: [d4f185d41d8db] daemon is not started [2021-06-30T09:31:20.154Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-30T09:31:20.716Z] check_test.go:309: [d04b9895b1ed9] daemon is not started [2021-06-30T09:31:20.716Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-30T09:31:21.644Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.66s) [2021-06-30T09:31:21.644Z] PASS [2021-06-30T09:31:21.644Z] [2021-06-30T09:31:21.644Z] === Skipped [2021-06-30T09:31:21.644Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-30T09:31:21.644Z] build_session_test.go:25: TODO: BuildKit [2021-06-30T09:31:21.644Z] [2021-06-30T09:31:21.644Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-30T09:31:21.644Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-30T09:31:21.644Z] [2021-06-30T09:31:21.644Z] [2021-06-30T09:31:21.644Z] DONE 34 tests, 2 skipped in 274.044s [2021-06-30T09:31:21.644Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-30T09:31:21.644Z] ++ 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-30T09:31:21.644Z] ++ set -e [2021-06-30T09:31:21.644Z] ++ '[' -n 0 ']' [2021-06-30T09:31:21.644Z] ++ set -x [2021-06-30T09:31:21.644Z] ++ 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-30T09:31:21.901Z] INFO: Testing against a local daemon [2021-06-30T09:31:21.901Z] === RUN TestConfigInspect [2021-06-30T09:31:22.463Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-30T09:31:22.478Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-30T09:31:23.028Z] check_test.go:309: [dbe965e371f8c] daemon is not started [2021-06-30T09:31:23.028Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-30T09:31:23.659Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-30T09:31:25.545Z] --- PASS: TestConfigInspect (3.17s) [2021-06-30T09:31:25.545Z] === RUN TestConfigList [2021-06-30T09:31:25.801Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-30T09:31:27.692Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-30T09:31:27.948Z] --- PASS: TestConfigList (2.79s) [2021-06-30T09:31:27.948Z] === RUN TestConfigsCreateAndDelete [2021-06-30T09:31:27.983Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-30T09:31:29.839Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-06-30T09:31:30.768Z] --- PASS: TestConfigsCreateAndDelete (3.03s) [2021-06-30T09:31:30.768Z] === RUN TestConfigsUpdate [2021-06-30T09:31:31.330Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-30T09:31:31.891Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-06-30T09:31:32.818Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-30T09:31:33.074Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-30T09:31:33.636Z] --- PASS: TestConfigsUpdate (2.64s) [2021-06-30T09:31:33.636Z] === RUN TestTemplatedConfig [2021-06-30T09:31:34.562Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-30T09:31:34.562Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-30T09:31:35.124Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-30T09:31:35.380Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-30T09:31:37.895Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-30T09:31:37.895Z] --- PASS: TestTemplatedConfig (4.22s) [2021-06-30T09:31:37.895Z] === RUN TestConfigCreateResolve [2021-06-30T09:31:38.821Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-30T09:31:39.396Z] check_test.go:309: [df2f10920bf40] daemon is not started [2021-06-30T09:31:39.396Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-30T09:31:39.396Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-30T09:31:39.964Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-30T09:31:40.222Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-30T09:31:40.478Z] --- PASS: TestConfigCreateResolve (2.63s) [2021-06-30T09:31:40.478Z] PASS [2021-06-30T09:31:40.478Z] [2021-06-30T09:31:40.478Z] DONE 6 tests in 18.701s [2021-06-30T09:31:40.478Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-30T09:31:40.478Z] ++ 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-30T09:31:40.478Z] ++ set -e [2021-06-30T09:31:40.478Z] ++ '[' -n 0 ']' [2021-06-30T09:31:40.478Z] ++ set -x [2021-06-30T09:31:40.478Z] ++ 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-30T09:31:40.478Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-30T09:31:40.478Z] INFO: Testing against a local daemon [2021-06-30T09:31:40.478Z] === RUN TestCheckpoint [2021-06-30T09:31:40.478Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:31:40.478Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-30T09:31:40.733Z] === RUN TestContainerInvalidJSON [2021-06-30T09:31:40.733Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:31:40.733Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:31:40.733Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:31:40.733Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:31:40.733Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:31:40.733Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:31:40.733Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-30T09:31:40.733Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-30T09:31:40.733Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-30T09:31:40.733Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-30T09:31:40.733Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-30T09:31:40.733Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-30T09:31:40.733Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-06-30T09:31:40.733Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-30T09:31:40.733Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) [2021-06-30T09:31:40.733Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-30T09:31:40.733Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s) [2021-06-30T09:31:40.733Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-30T09:31:40.989Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s) [2021-06-30T09:31:40.989Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-30T09:31:40.989Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-06-30T09:31:40.989Z] === RUN TestCopyFromContainer [2021-06-30T09:31:40.989Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-30T09:31:42.342Z] .......................... [ 67%] [2021-06-30T09:31:43.505Z] === RUN TestCopyFromContainer// [2021-06-30T09:31:43.505Z] === RUN TestCopyFromContainer//bar/root [2021-06-30T09:31:43.505Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-30T09:31:43.505Z] === RUN TestCopyFromContainer/bar/quux [2021-06-30T09:31:43.761Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-30T09:31:44.017Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-30T09:31:44.017Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-30T09:31:44.274Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-30T09:31:44.274Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-30T09:31:44.531Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer (3.60s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer// (0.13s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer//bar/root/ (0.12s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/quux (0.21s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.15s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.14s) [2021-06-30T09:31:44.531Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-06-30T09:31:44.531Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-30T09:31:44.531Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:31:44.531Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:31:44.531Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:31:44.531Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:31:44.531Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:31:44.531Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:31:44.531Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-30T09:31:44.531Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-30T09:31:44.531Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-30T09:31:44.531Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.06s) [2021-06-30T09:31:44.531Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-30T09:31:44.531Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-30T09:31:44.531Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-30T09:31:44.531Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-30T09:31:44.787Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2021-06-30T09:31:44.787Z] === RUN TestCreateWithInvalidEnv [2021-06-30T09:31:44.787Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-30T09:31:44.787Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-30T09:31:44.787Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-30T09:31:44.787Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-30T09:31:44.787Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-30T09:31:44.787Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-30T09:31:44.787Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-30T09:31:44.787Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-30T09:31:44.787Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-30T09:31:44.787Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-30T09:31:44.787Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-30T09:31:44.787Z] --- PASS: TestCreateWithInvalidEnv/2 (0.03s) [2021-06-30T09:31:44.787Z] --- PASS: TestCreateWithInvalidEnv/1 (0.02s) [2021-06-30T09:31:44.787Z] === RUN TestCreateTmpfsMountsTarget [2021-06-30T09:31:44.787Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-30T09:31:44.787Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-30T09:31:44.926Z] --- PASS: TestImportExtremelyLargeImageWorks (92.87s) [2021-06-30T09:31:44.926Z] PASS [2021-06-30T09:31:44.926Z] [2021-06-30T09:31:44.926Z] DONE 12 tests in 95.555s [2021-06-30T09:31:44.926Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-30T09:31:44.926Z] INFO: Testing against a local daemon [2021-06-30T09:31:44.926Z] === RUN TestNetworkCreateDelete [2021-06-30T09:31:44.926Z] --- PASS: TestNetworkCreateDelete (0.15s) [2021-06-30T09:31:44.926Z] === RUN TestDockerNetworkDeletePreferID [2021-06-30T09:31:44.926Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-06-30T09:31:44.926Z] === RUN TestDaemonDNSFallback [2021-06-30T09:31:45.351Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-30T09:31:48.619Z] --- PASS: TestCreateWithCustomMaskedPaths (3.73s) [2021-06-30T09:31:48.619Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-30T09:31:49.092Z] --- PASS: TestDaemonDNSFallback (6.62s) [2021-06-30T09:31:49.092Z] === RUN TestInspectNetwork [2021-06-30T09:31:51.887Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-30T09:31:51.887Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.29s) [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:31:51.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:31:51.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:31:51.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:31:51.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:31:51.887Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:31:51.887Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:31:51.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-30T09:31:51.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-30T09:31:51.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-30T09:31:51.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-30T09:31:51.887Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s) [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-06-30T09:31:51.887Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-30T09:31:51.887Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-30T09:31:52.360Z] === RUN TestInspectNetwork/full_network_id [2021-06-30T09:31:52.360Z] === RUN TestInspectNetwork/partial_network_id [2021-06-30T09:31:52.360Z] === RUN TestInspectNetwork/network_name [2021-06-30T09:31:52.360Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-30T09:31:53.391Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.19s) [2021-06-30T09:31:53.391Z] === RUN TestCreateDifferentPlatform [2021-06-30T09:31:53.391Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-30T09:31:53.391Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-30T09:31:53.391Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-06-30T09:31:53.391Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-30T09:31:53.391Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-30T09:31:53.391Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-30T09:31:53.392Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-06-30T09:31:53.392Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-30T09:31:53.392Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-30T09:31:53.392Z] === RUN TestContainerStartOnDaemonRestart [2021-06-30T09:31:53.392Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-30T09:31:53.392Z] === RUN TestDaemonRestartIpcMode [2021-06-30T09:31:53.392Z] === PAUSE TestDaemonRestartIpcMode [2021-06-30T09:31:53.392Z] === RUN TestDaemonHostGatewayIP [2021-06-30T09:31:53.392Z] === PAUSE TestDaemonHostGatewayIP [2021-06-30T09:31:53.392Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-30T09:31:53.392Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-30T09:31:53.392Z] === RUN TestContainerKillOnDaemonStart [2021-06-30T09:31:53.392Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-30T09:31:53.392Z] === RUN TestDiff [2021-06-30T09:31:54.767Z] --- PASS: TestDiff (1.30s) [2021-06-30T09:31:54.767Z] === RUN TestExecWithCloseStdin [2021-06-30T09:31:54.767Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-30T09:31:54.767Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-30T09:31:54.767Z] check_test.go:309: [d33cfb6cb2ecf] daemon is not started [2021-06-30T09:31:54.767Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-30T09:31:56.524Z] --- PASS: TestInspectNetwork (7.84s) [2021-06-30T09:31:56.524Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-30T09:31:56.524Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-30T09:31:56.524Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-30T09:31:56.524Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-30T09:31:56.524Z] === RUN TestRunContainerWithBridgeNone [2021-06-30T09:31:56.662Z] --- PASS: TestExecWithCloseStdin (1.80s) [2021-06-30T09:31:56.662Z] === RUN TestExec [2021-06-30T09:31:57.224Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-30T09:31:57.224Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-30T09:31:57.480Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-30T09:31:58.408Z] --- PASS: TestExec (1.89s) [2021-06-30T09:31:58.408Z] === RUN TestExecUser [2021-06-30T09:31:59.337Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-30T09:31:59.792Z] --- PASS: TestRunContainerWithBridgeNone (3.04s) [2021-06-30T09:31:59.792Z] === RUN TestNetworkInvalidJSON [2021-06-30T09:31:59.792Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-30T09:31:59.792Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-30T09:31:59.792Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:31:59.792Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:31:59.792Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:31:59.792Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:31:59.792Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-30T09:31:59.792Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:31:59.792Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-30T09:31:59.792Z] === RUN TestNetworkList [2021-06-30T09:31:59.792Z] === RUN TestNetworkList//networks [2021-06-30T09:31:59.792Z] === PAUSE TestNetworkList//networks [2021-06-30T09:31:59.792Z] === RUN TestNetworkList//networks/ [2021-06-30T09:31:59.792Z] === PAUSE TestNetworkList//networks/ [2021-06-30T09:31:59.792Z] === CONT TestNetworkList//networks [2021-06-30T09:31:59.792Z] === CONT TestNetworkList//networks/ [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkList (0.01s) [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-30T09:31:59.792Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-30T09:31:59.792Z] === RUN TestHostIPv4BridgeLabel [2021-06-30T09:31:59.900Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-30T09:32:00.048Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-06-30T09:32:00.048Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-30T09:32:00.157Z] --- PASS: TestExecUser (1.88s) [2021-06-30T09:32:00.157Z] === RUN TestExportContainerAndImportImage [2021-06-30T09:32:00.975Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) [2021-06-30T09:32:00.975Z] === RUN TestDaemonDefaultNetworkPools [2021-06-30T09:32:01.904Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-06-30T09:32:01.904Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-30T09:32:02.049Z] --- PASS: TestExportContainerAndImportImage (1.74s) [2021-06-30T09:32:02.049Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-30T09:32:02.614Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-30T09:32:02.834Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-06-30T09:32:02.834Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-30T09:32:03.544Z] --- PASS: TestExportContainerAfterDaemonRestart (1.64s) [2021-06-30T09:32:03.544Z] === RUN TestHealthCheckWorkdir [2021-06-30T09:32:04.204Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s) [2021-06-30T09:32:04.204Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-30T09:32:04.472Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-30T09:32:04.768Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-06-30T09:32:04.768Z] === RUN TestServiceWithPredefinedNetwork [2021-06-30T09:32:05.035Z] check_test.go:309: [d6b68409b91d8] daemon is not started [2021-06-30T09:32:05.035Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-30T09:32:05.963Z] --- PASS: TestHealthCheckWorkdir (2.48s) [2021-06-30T09:32:05.963Z] === RUN TestHealthKillContainer [2021-06-30T09:32:05.963Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-30T09:32:06.890Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-30T09:32:07.284Z] --- PASS: TestServiceWithPredefinedNetwork (2.63s) [2021-06-30T09:32:07.284Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-30T09:32:07.284Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:32:07.284Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:32:07.284Z] === RUN TestServiceWithDataPathPortInit [2021-06-30T09:32:08.781Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-30T09:32:09.344Z] check_test.go:309: [d83b880475153] daemon is not started [2021-06-30T09:32:09.344Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-30T09:32:09.907Z] --- PASS: TestHealthKillContainer (3.88s) [2021-06-30T09:32:09.907Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-30T09:32:10.839Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-30T09:32:10.839Z] --- PASS: TestInspectCpusetInConfigPre120 (1.06s) [2021-06-30T09:32:10.839Z] === RUN TestIpcModeNone [2021-06-30T09:32:11.768Z] docker_cli_daemon_plugins_test.go:79: [d5a99c6a64ec3] daemon is not started [2021-06-30T09:32:12.329Z] --- PASS: TestIpcModeNone (1.20s) [2021-06-30T09:32:12.329Z] === RUN TestIpcModePrivate [2021-06-30T09:32:12.585Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-30T09:32:13.147Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:96, shared: false, mustBeShared: false [2021-06-30T09:32:13.710Z] --- PASS: TestIpcModePrivate (1.49s) [2021-06-30T09:32:13.710Z] === RUN TestIpcModeShareable [2021-06-30T09:32:13.710Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-30T09:32:15.077Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-30T09:32:15.077Z] docker_cli_daemon_plugins_test.go:169: [db8d8fd20b787] daemon is not started [2021-06-30T09:32:15.077Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2021-06-30T09:32:15.639Z] --- PASS: TestIpcModeShareable (1.88s) [2021-06-30T09:32:15.639Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-30T09:32:16.567Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-30T09:32:16.823Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-30T09:32:20.996Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.09s) [2021-06-30T09:32:20.996Z] === RUN TestAPIIpcModeHost [2021-06-30T09:32:20.996Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-30T09:32:20.996Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-30T09:32:21.558Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-30T09:32:22.120Z] --- PASS: TestServiceWithDataPathPortInit (14.41s) [2021-06-30T09:32:22.120Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-30T09:32:22.487Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-30T09:32:22.487Z] --- PASS: TestAPIIpcModeHost (1.93s) [2021-06-30T09:32:22.487Z] === RUN TestDaemonIpcModeShareable [2021-06-30T09:32:23.050Z] check_test.go:309: [dc34906712b7c] daemon is not started [2021-06-30T09:32:23.050Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-30T09:32:24.013Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-30T09:32:24.638Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:351pn5rh2u2zsicdb7t4shlui Created:2021-06-30 09:32:23.090651217 +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[51bd70c041bd8dc32b3d4e0b20be88c133f9ef859bab80fe0614c7b2353e0239:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ugca38h8sru39yhc07rf2f9y7 EndpointID:5c867de7f51cf213e7f25612c95c6d878e7996ec64ab2a39cad68be8766faab4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:028b95fe098dbe3a3bbb5356872cda0887c50287fbe5decabf1aa6c4b90af8cd 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:a6cbf2c64a54 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.ugca38h8sru39yhc07rf2f9y7 EndpointID:5c867de7f51cf213e7f25612c95c6d878e7996ec64ab2a39cad68be8766faab4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-30T09:32:24.940Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2021-06-30T09:32:25.196Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-30T09:32:25.196Z] --- PASS: TestDaemonIpcModeShareable (2.71s) [2021-06-30T09:32:25.196Z] === RUN TestDaemonIpcModePrivate [2021-06-30T09:32:27.713Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-30T09:32:27.969Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2021-06-30T09:32:28.224Z] --- PASS: TestDaemonIpcModePrivate (2.88s) [2021-06-30T09:32:28.224Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-30T09:32:29.878Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.32s) [2021-06-30T09:32:29.878Z] PASS [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] === Skipped [2021-06-30T09:32:29.878Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:32:29.878Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] DONE 26 tests, 1 skipped in 47.713s [2021-06-30T09:32:29.878Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:32:29.878Z] INFO: Testing against a local daemon [2021-06-30T09:32:29.878Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-30T09:32:29.878Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:32:29.878Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:32:29.878Z] === RUN TestDockerNetworkIpvlan [2021-06-30T09:32:29.878Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:32:29.878Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:32:29.878Z] PASS [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] === Skipped [2021-06-30T09:32:29.878Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:32:29.878Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:32:29.878Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] [2021-06-30T09:32:29.878Z] DONE 2 tests, 2 skipped in 0.041s [2021-06-30T09:32:29.878Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:32:29.878Z] INFO: Testing against a local daemon [2021-06-30T09:32:29.878Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-30T09:32:30.114Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-30T09:32:30.439Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.30s) [2021-06-30T09:32:30.440Z] === RUN TestDockerNetworkMacvlan [2021-06-30T09:32:31.044Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false [2021-06-30T09:32:31.301Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.07s) [2021-06-30T09:32:31.301Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-30T09:32:31.366Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-30T09:32:31.930Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-30T09:32:32.667Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-30T09:32:32.859Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-30T09:32:32.923Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-30T09:32:33.852Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:92, shared: true, mustBeShared: true [2021-06-30T09:32:34.108Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.87s) [2021-06-30T09:32:34.108Z] === RUN TestIpcModeOlderClient [2021-06-30T09:32:34.108Z] === PAUSE TestIpcModeOlderClient [2021-06-30T09:32:34.108Z] === RUN TestKillContainerInvalidSignal [2021-06-30T09:32:35.086Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-30T09:32:35.377Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-30T09:32:35.652Z] --- PASS: TestKillContainerInvalidSignal (1.47s) [2021-06-30T09:32:35.652Z] === RUN TestKillContainer [2021-06-30T09:32:35.652Z] === RUN TestKillContainer/no_signal [2021-06-30T09:32:37.020Z] === RUN TestKillContainer/non_killing_signal [2021-06-30T09:32:37.277Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-30T09:32:37.841Z] === RUN TestKillContainer/killing_signal [2021-06-30T09:32:37.897Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-30T09:32:39.096Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-30T09:32:39.733Z] --- PASS: TestKillContainer (4.10s) [2021-06-30T09:32:39.733Z] --- PASS: TestKillContainer/no_signal (1.28s) [2021-06-30T09:32:39.733Z] --- PASS: TestKillContainer/non_killing_signal (0.94s) [2021-06-30T09:32:39.733Z] --- PASS: TestKillContainer/killing_signal (1.39s) [2021-06-30T09:32:39.733Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-30T09:32:39.733Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-30T09:32:39.989Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-30T09:32:40.550Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-30T09:32:40.550Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-30T09:32:40.981Z] tests/integration/client_test.py ..... [ 75%] [2021-06-30T09:32:40.981Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-30T09:32:41.113Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-30T09:32:41.907Z] tests/integration/errors_test.py . [ 76%] [2021-06-30T09:32:42.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.39s) [2021-06-30T09:32:42.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.42s) [2021-06-30T09:32:42.046Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.77s) [2021-06-30T09:32:42.046Z] === RUN TestKillStoppedContainer [2021-06-30T09:32:42.046Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-06-30T09:32:42.046Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-30T09:32:42.302Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.09s) [2021-06-30T09:32:42.302Z] === RUN TestKillDifferentUserContainer [2021-06-30T09:32:43.145Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-30T09:32:43.232Z] --- PASS: TestKillDifferentUserContainer (1.16s) [2021-06-30T09:32:43.232Z] === RUN TestInspectOomKilledTrue [2021-06-30T09:32:43.488Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:32:43.488Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-30T09:32:43.488Z] === RUN TestInspectOomKilledFalse [2021-06-30T09:32:43.488Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:32:43.488Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-30T09:32:43.488Z] === RUN TestLinksEtcHostsContentMatch [2021-06-30T09:32:44.051Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-30T09:32:44.308Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-30T09:32:44.871Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-30T09:32:44.871Z] --- PASS: TestLinksEtcHostsContentMatch (1.38s) [2021-06-30T09:32:44.871Z] === RUN TestLinksContainerNames [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan (14.13s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.54s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.86s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.99s) [2021-06-30T09:32:45.036Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.29s) [2021-06-30T09:32:45.036Z] PASS [2021-06-30T09:32:45.036Z] [2021-06-30T09:32:45.036Z] DONE 8 tests in 15.466s [2021-06-30T09:32:45.036Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-30T09:32:45.036Z] testing: warning: no tests to run [2021-06-30T09:32:45.036Z] PASS [2021-06-30T09:32:45.036Z] [2021-06-30T09:32:45.036Z] DONE 0 tests in 0.007s [2021-06-30T09:32:45.036Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-30T09:32:45.036Z] INFO: Testing against a local daemon [2021-06-30T09:32:45.036Z] === RUN TestAuthZPluginAllowRequest [2021-06-30T09:32:46.400Z] --- PASS: TestAuthZPluginAllowRequest (1.41s) [2021-06-30T09:32:46.400Z] === RUN TestAuthZPluginTLS [2021-06-30T09:32:46.656Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-06-30T09:32:46.656Z] === RUN TestAuthZPluginDenyRequest [2021-06-30T09:32:47.217Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-06-30T09:32:47.217Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-30T09:32:47.387Z] --- PASS: TestLinksContainerNames (2.16s) [2021-06-30T09:32:47.387Z] === RUN TestLogsFollowTailEmpty [2021-06-30T09:32:47.779Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-06-30T09:32:47.779Z] === RUN TestAuthZPluginDenyResponse [2021-06-30T09:32:47.952Z] --- PASS: TestLogsFollowTailEmpty (0.96s) [2021-06-30T09:32:47.952Z] === RUN TestContainerNetworkMountsNoChown [2021-06-30T09:32:48.354Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-06-30T09:32:48.354Z] === RUN TestAuthZPluginAllowEventStream [2021-06-30T09:32:48.879Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s) [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/default [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/default [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/private [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/private [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rprivate [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/slave [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/slave [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rslave [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/shared [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/shared [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rshared [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-30T09:32:48.879Z] === CONT TestMountDaemonRoot/default [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:32:48.879Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-30T09:32:48.879Z] === CONT TestMountDaemonRoot/rshared [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:32:48.879Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-30T09:32:48.879Z] === CONT TestMountDaemonRoot/shared [2021-06-30T09:32:48.879Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-30T09:32:48.879Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/rslave [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/slave [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/rprivate [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/private [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-30T09:32:49.135Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:32:49.135Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-30T09:32:49.135Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-30T09:32:49.390Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-30T09:32:49.390Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-30T09:32:49.647Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-30T09:32:49.744Z] --- PASS: TestAuthZPluginAllowEventStream (1.45s) [2021-06-30T09:32:49.744Z] === RUN TestAuthZPluginErrorResponse [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-30T09:32:50.025Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.18s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.13s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.15s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.21s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.16s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.20s) [2021-06-30T09:32:50.025Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.16s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.19s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.13s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-30T09:32:50.026Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-06-30T09:32:50.026Z] === RUN TestContainerBindMountNonRecursive [2021-06-30T09:32:50.332Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-06-30T09:32:50.332Z] === RUN TestAuthZPluginErrorRequest [2021-06-30T09:32:50.588Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-30T09:32:50.894Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-30T09:32:50.894Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-30T09:32:51.455Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-06-30T09:32:51.455Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-30T09:32:53.343Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.66s) [2021-06-30T09:32:53.343Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-30T09:32:53.858Z] --- PASS: TestContainerBindMountNonRecursive (3.42s) [2021-06-30T09:32:53.858Z] === RUN TestContainerVolumesMountedAsShared [2021-06-30T09:32:53.858Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-30T09:32:54.114Z] --- PASS: TestContainerVolumesMountedAsShared (0.78s) [2021-06-30T09:32:54.114Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-30T09:32:54.709Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2021-06-30T09:32:54.709Z] === RUN TestAuthZPluginHeader [2021-06-30T09:32:55.637Z] --- PASS: TestAuthZPluginHeader (0.71s) [2021-06-30T09:32:55.637Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-30T09:32:56.005Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-30T09:32:56.005Z] --- PASS: TestContainerVolumesMountedAsSlave (1.77s) [2021-06-30T09:32:56.005Z] === RUN TestNetworkNat [2021-06-30T09:32:57.895Z] check_test.go:309: [d8449cd3d0a03] daemon is not started [2021-06-30T09:32:57.896Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-30T09:32:57.896Z] --- PASS: TestNetworkNat (1.99s) [2021-06-30T09:32:57.896Z] === RUN TestNetworkLocalhostTCPNat [2021-06-30T09:32:58.152Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-30T09:32:58.903Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.57s) [2021-06-30T09:32:58.903Z] === RUN TestAuthZPluginV2Disable [2021-06-30T09:32:59.519Z] --- PASS: TestNetworkLocalhostTCPNat (1.49s) [2021-06-30T09:32:59.519Z] === RUN TestNetworkLoopbackNat [2021-06-30T09:33:00.886Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-30T09:33:02.168Z] --- PASS: TestAuthZPluginV2Disable (2.90s) [2021-06-30T09:33:02.168Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-30T09:33:04.152Z] --- PASS: TestNetworkLoopbackNat (4.19s) [2021-06-30T09:33:04.152Z] === RUN TestPause [2021-06-30T09:33:04.152Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-30T09:33:04.681Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.77s) [2021-06-30T09:33:04.681Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-30T09:33:05.517Z] --- PASS: TestPause (1.84s) [2021-06-30T09:33:05.517Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-30T09:33:05.517Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:33:05.517Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:33:05.517Z] === RUN TestPauseStopPausedContainer [2021-06-30T09:33:07.409Z] --- PASS: TestPauseStopPausedContainer (1.60s) [2021-06-30T09:33:07.409Z] === RUN TestPidHost [2021-06-30T09:33:08.563Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-30T09:33:11.580Z] --- PASS: TestPidHost (3.98s) [2021-06-30T09:33:11.581Z] === RUN TestPsFilter [2021-06-30T09:33:11.581Z] --- PASS: TestPsFilter (0.18s) [2021-06-30T09:33:11.581Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-30T09:33:12.947Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.48s) [2021-06-30T09:33:12.947Z] === RUN TestRemoveContainerWithVolume [2021-06-30T09:33:14.316Z] --- PASS: TestRemoveContainerWithVolume (1.47s) [2021-06-30T09:33:14.316Z] === RUN TestRemoveContainerRunning [2021-06-30T09:33:14.884Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-30T09:33:15.814Z] --- PASS: TestRemoveContainerRunning (1.40s) [2021-06-30T09:33:15.814Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-30T09:33:15.814Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-30T09:33:16.845Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.37s) [2021-06-30T09:33:16.845Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-30T09:33:17.180Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.53s) [2021-06-30T09:33:17.180Z] === RUN TestRemoveInvalidContainer [2021-06-30T09:33:17.180Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-06-30T09:33:17.180Z] === RUN TestRenameLinkedContainer [2021-06-30T09:33:19.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-30T09:33:23.017Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-30T09:33:23.275Z] --- PASS: TestRenameLinkedContainer (6.22s) [2021-06-30T09:33:23.275Z] === RUN TestRenameStoppedContainer [2021-06-30T09:33:24.643Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-30T09:33:24.900Z] --- PASS: TestRenameStoppedContainer (1.56s) [2021-06-30T09:33:24.900Z] === RUN TestRenameRunningContainerAndReuse [2021-06-30T09:33:26.266Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-30T09:33:27.513Z] ......... [ 86%] [2021-06-30T09:33:28.157Z] --- PASS: TestRenameRunningContainerAndReuse (2.94s) [2021-06-30T09:33:28.157Z] === RUN TestRenameInvalidName [2021-06-30T09:33:28.157Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-30T09:33:29.087Z] --- PASS: TestRenameInvalidName (1.11s) [2021-06-30T09:33:29.087Z] === RUN TestRenameAnonymousContainer [2021-06-30T09:33:29.087Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-30T09:33:30.453Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-30T09:33:31.381Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-30T09:33:31.690Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s) [2021-06-30T09:33:31.690Z] PASS [2021-06-30T09:33:31.690Z] [2021-06-30T09:33:31.690Z] DONE 17 tests in 46.977s [2021-06-30T09:33:31.690Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-30T09:33:31.690Z] INFO: Testing against a local daemon [2021-06-30T09:33:31.690Z] === RUN TestPluginInvalidJSON [2021-06-30T09:33:31.690Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:33:31.690Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:33:31.690Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:33:31.690Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-06-30T09:33:31.690Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-30T09:33:31.690Z] === RUN TestPluginInstall [2021-06-30T09:33:31.690Z] === RUN TestPluginInstall/no_auth [2021-06-30T09:33:33.330Z] --- PASS: TestRenameAnonymousContainer (4.21s) [2021-06-30T09:33:33.330Z] === RUN TestRenameContainerWithSameName [2021-06-30T09:33:33.437Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-30T09:33:33.579Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:33.579Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03338cfac7b9cb19cc31c38d20c8ec9c3a72409dd8cb180257ce7c0a42c9c640" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:33.579Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:33.579Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:03338cfac7b9cb19cc31c38d20c8ec9c3a72409dd8cb180257ce7c0a42c9c640" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:33.579Z] === RUN TestPluginInstall/with_htpasswd [2021-06-30T09:33:33.835Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:33.836Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf6c75c1e1672e0e6665056a7a1444164a03c69ecfbac9a87052a5a3388c3679" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:33.836Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:33.836Z] time="2021-06-30T09:33:33Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bf6c75c1e1672e0e6665056a7a1444164a03c69ecfbac9a87052a5a3388c3679" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:34.092Z] === RUN TestPluginInstall/with_insecure [2021-06-30T09:33:34.754Z] --- PASS: TestRenameContainerWithSameName (1.61s) [2021-06-30T09:33:34.754Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-30T09:33:34.754Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-30T09:33:35.019Z] time="2021-06-30T09:33:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:35.019Z] time="2021-06-30T09:33:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:825c3c2fc89ff52217869d603393cb83ea38a4820ead7623f9fd0e2172e4abbe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:35.019Z] time="2021-06-30T09:33:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:33:35.019Z] time="2021-06-30T09:33:34Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:825c3c2fc89ff52217869d603393cb83ea38a4820ead7623f9fd0e2172e4abbe" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:33:35.056Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-30T09:33:35.276Z] plugin_test.go:165: [de7b8af2feb00] daemon is not started [2021-06-30T09:33:35.276Z] --- PASS: TestPluginInstall (3.50s) [2021-06-30T09:33:35.276Z] --- PASS: TestPluginInstall/no_auth (1.71s) [2021-06-30T09:33:35.276Z] --- PASS: TestPluginInstall/with_htpasswd (0.67s) [2021-06-30T09:33:35.276Z] --- PASS: TestPluginInstall/with_insecure (1.12s) [2021-06-30T09:33:35.276Z] === RUN TestPluginsWithRuntimes [2021-06-30T09:33:37.164Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-30T09:33:37.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-30T09:33:37.281Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-06-30T09:33:37.281Z] --- PASS: TestRenameContainerWithLinkedContainer (2.48s) [2021-06-30T09:33:37.281Z] === RUN TestResize [2021-06-30T09:33:37.726Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-30T09:33:38.648Z] --- PASS: TestResize (1.23s) [2021-06-30T09:33:38.648Z] === RUN TestResizeWithInvalidSize [2021-06-30T09:33:38.652Z] --- PASS: TestPluginsWithRuntimes (3.50s) [2021-06-30T09:33:38.652Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.93s) [2021-06-30T09:33:38.652Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.93s) [2021-06-30T09:33:38.652Z] === RUN TestPluginBackCompatMediaTypes [2021-06-30T09:33:39.214Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s) [2021-06-30T09:33:39.214Z] PASS [2021-06-30T09:33:39.214Z] [2021-06-30T09:33:39.214Z] DONE 10 tests in 7.626s [2021-06-30T09:33:39.214Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-30T09:33:39.470Z] INFO: Testing against a local daemon [2021-06-30T09:33:39.470Z] === RUN TestExternalGraphDriver [2021-06-30T09:33:39.470Z] === RUN TestExternalGraphDriver/json [2021-06-30T09:33:39.578Z] --- PASS: TestResizeWithInvalidSize (1.17s) [2021-06-30T09:33:39.578Z] === RUN TestResizeWhenContainerNotStarted [2021-06-30T09:33:40.293Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-30T09:33:40.946Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork--- PASS: TestResizeWhenContainerNotStarted (1.32s) [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:40.946Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:40.946Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:40.946Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-30T09:33:40.946Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-30T09:33:40.946Z] [2021-06-30T09:33:41.367Z] === RUN TestExternalGraphDriver/spec [2021-06-30T09:33:41.509Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-30T09:33:41.659Z] tests/integration/models_resources_test.py . [ 91%] [2021-06-30T09:33:43.264Z] === RUN TestExternalGraphDriver/pull [2021-06-30T09:33:43.658Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-30T09:33:44.780Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:45.036Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:45.154Z] --- PASS: TestExternalGraphDriver (5.54s) [2021-06-30T09:33:45.154Z] --- PASS: TestExternalGraphDriver/json (1.91s) [2021-06-30T09:33:45.154Z] --- PASS: TestExternalGraphDriver/spec (1.90s) [2021-06-30T09:33:45.154Z] --- PASS: TestExternalGraphDriver/pull (1.68s) [2021-06-30T09:33:45.154Z] === RUN TestGraphdriverPluginV2 [2021-06-30T09:33:46.473Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-30T09:33:46.729Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-30T09:33:46.926Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-30T09:33:46.926Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-30T09:33:48.294Z] check_test.go:309: [d6b1c873bcbd8] daemon is not started [2021-06-30T09:33:48.294Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-30T09:33:48.420Z] --- PASS: TestGraphdriverPluginV2 (3.52s) [2021-06-30T09:33:48.420Z] PASS [2021-06-30T09:33:48.420Z] [2021-06-30T09:33:48.420Z] DONE 5 tests in 9.100s [2021-06-30T09:33:48.420Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-30T09:33:48.420Z] INFO: Testing against a local daemon [2021-06-30T09:33:48.420Z] === RUN TestContinueAfterPluginCrash [2021-06-30T09:33:48.420Z] === PAUSE TestContinueAfterPluginCrash [2021-06-30T09:33:48.420Z] === RUN TestReadPluginNoRead [2021-06-30T09:33:48.420Z] === PAUSE TestReadPluginNoRead [2021-06-30T09:33:48.420Z] === RUN TestDaemonStartWithLogOpt [2021-06-30T09:33:48.420Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-30T09:33:48.420Z] === CONT TestContinueAfterPluginCrash [2021-06-30T09:33:48.420Z] === CONT TestDaemonStartWithLogOpt [2021-06-30T09:33:48.549Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-30T09:33:48.805Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-30T09:33:50.172Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-30T09:33:51.741Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-30T09:33:51.997Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-30T09:33:51.997Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-30T09:33:51.997Z] [2021-06-30T09:33:51.997Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-30T09:33:51.997Z] =========================== short test summary info ============================ [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-30T09:33:51.997Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-30T09:33:51.997Z] Not supported on most drivers [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-30T09:33:51.997Z] Output of docker top depends on host distro, and is not formalized. [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-30T09:33:51.997Z] Output of docker top depends on host distro, and is not formalized. [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-30T09:33:51.997Z] Can fail if eth0 has multiple IP addresses [2021-06-30T09:33:51.997Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-30T09:33:51.997Z] This doesn't seem to be taken into account by the engine [2021-06-30T09:33:51.997Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-30T09:33:51.997Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-30T09:33:51.997Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-30T09:33:51.997Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 353.93 seconds == [2021-06-30T09:33:52.558Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-30T09:33:52.588Z] --- PASS: TestDaemonStartWithLogOpt (3.55s) [2021-06-30T09:33:52.588Z] === CONT TestReadPluginNoRead [2021-06-30T09:33:52.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-30T09:33:52.693Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-30T09:33:52.949Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-30T09:33:54.477Z] === RUN TestReadPluginNoRead/default [2021-06-30T09:33:55.843Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-30T09:33:57.267Z] --- PASS: TestContinueAfterPluginCrash (8.84s) [2021-06-30T09:33:57.527Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-30T09:33:58.197Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-30T09:33:58.197Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-30T09:33:58.453Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-30T09:33:58.893Z] === CONT TestReadPluginNoRead [2021-06-30T09:33:58.893Z] read_test.go:92: [d74e7ba7bd3f3] daemon is not started [2021-06-30T09:33:58.893Z] --- PASS: TestReadPluginNoRead (6.99s) [2021-06-30T09:33:58.893Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2021-06-30T09:33:58.893Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.70s) [2021-06-30T09:33:58.893Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.50s) [2021-06-30T09:33:58.893Z] PASS [2021-06-30T09:33:58.893Z] [2021-06-30T09:33:58.893Z] DONE 6 tests in 10.581s [2021-06-30T09:33:59.149Z] 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-30T09:33:59.149Z] testing: warning: no tests to run [2021-06-30T09:33:59.149Z] PASS [2021-06-30T09:33:59.149Z] [2021-06-30T09:33:59.149Z] DONE 0 tests in 0.008s [2021-06-30T09:33:59.149Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-30T09:33:59.149Z] INFO: Testing against a local daemon [2021-06-30T09:33:59.149Z] === RUN TestPluginWithDevMounts [2021-06-30T09:33:59.149Z] === PAUSE TestPluginWithDevMounts [2021-06-30T09:33:59.149Z] === CONT TestPluginWithDevMounts [2021-06-30T09:34:01.037Z] --- PASS: TestPluginWithDevMounts (1.63s) [2021-06-30T09:34:01.037Z] PASS [2021-06-30T09:34:01.037Z] [2021-06-30T09:34:01.037Z] DONE 1 tests in 1.668s [2021-06-30T09:34:01.037Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-30T09:34:01.037Z] INFO: Testing against a local daemon [2021-06-30T09:34:01.037Z] === RUN TestSecretInspect [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.83s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.16s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.76s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.93s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.45s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.88s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.72s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.88s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.70s) [2021-06-30T09:34:02.628Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.83s) [2021-06-30T09:34:02.628Z] === RUN TestCgroupNamespacesRun [2021-06-30T09:34:02.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-30T09:34:02.926Z] --- PASS: TestSecretInspect (2.19s) [2021-06-30T09:34:02.926Z] === RUN TestSecretList [2021-06-30T09:34:04.717Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-30T09:34:04.717Z] [2021-06-30T09:34:04.717Z] Unloading profiles will leave already running processes permanently [2021-06-30T09:34:04.717Z] unconfined, which can lead to unexpected situations. [2021-06-30T09:34:04.717Z] [2021-06-30T09:34:04.717Z] To set a process to complain mode, use the command line tool [2021-06-30T09:34:04.717Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-30T09:34:04.717Z] Post stage [Pipeline] junit [2021-06-30T09:34:04.733Z] Recording test results [2021-06-30T09:34:05.152Z] --- PASS: TestCgroupNamespacesRun (2.82s) [2021-06-30T09:34:05.152Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-30T09:34:05.440Z] --- PASS: TestSecretList (2.18s) [2021-06-30T09:34:05.440Z] === RUN TestSecretsCreateAndDelete [2021-06-30T09:34:05.558Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-30T09:34:05.715Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-30T09:34:05.832Z] + echo Ensuring container killed. [2021-06-30T09:34:05.832Z] Ensuring container killed. [2021-06-30T09:34:05.832Z] + docker rm -vf docker-pr2 [2021-06-30T09:34:05.832Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-06-30T09:34:06.114Z] + echo Chowning /workspace to jenkins user [2021-06-30T09:34:06.114Z] Chowning /workspace to jenkins user [2021-06-30T09:34:06.114Z] + id -u [2021-06-30T09:34:06.114Z] + id -g [2021-06-30T09:34:06.114Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/workspace busybox chown -R 1000:1000 /workspace [2021-06-30T09:34:06.114Z] Unable to find image 'busybox:latest' locally [2021-06-30T09:34:06.278Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-30T09:34:06.370Z] latest: Pulling from library/busybox [2021-06-30T09:34:06.370Z] b71f96345d44: Pulling fs layer [2021-06-30T09:34:06.370Z] b71f96345d44: Verifying Checksum [2021-06-30T09:34:06.370Z] b71f96345d44: Download complete [2021-06-30T09:34:06.627Z] b71f96345d44: Pull complete [2021-06-30T09:34:06.627Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-30T09:34:06.627Z] Status: Downloaded newer image for busybox:latest [2021-06-30T09:34:06.841Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.84s) [2021-06-30T09:34:06.841Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-30T09:34:07.333Z] --- PASS: TestSecretsCreateAndDelete (2.16s) [2021-06-30T09:34:07.333Z] === RUN TestSecretsUpdate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-30T09:34:07.891Z] + bundleName=docker-py [2021-06-30T09:34:07.891Z] + echo Creating docker-py-bundles.tar.gz [2021-06-30T09:34:07.891Z] Creating docker-py-bundles.tar.gz [2021-06-30T09:34:07.891Z] + 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-30T09:34:07.901Z] Archiving artifacts [2021-06-30T09:34:08.735Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-30T09:34:09.298Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-30T09:34:09.658Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42575/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-30T09:34:09.851Z] --- PASS: TestSecretsUpdate (2.18s) [2021-06-30T09:34:09.851Z] === RUN TestTemplatedSecret [2021-06-30T09:34:09.859Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.05s) [2021-06-30T09:34:09.859Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-30T09:34:10.013Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER docker:d70dc9487420852256e2082157c533847eb0aa9e hack/make.sh binary [2021-06-30T09:34:10.574Z] [2021-06-30T09:34:10.574Z] Removing bundles/ [2021-06-30T09:34:10.574Z] [2021-06-30T09:34:10.574Z] ---> Making bundle: binary (in bundles/binary) [2021-06-30T09:34:10.574Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-30T09:34:10.574Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:34:12.377Z] --- PASS: TestCgroupNamespacesRunHostMode (2.71s) [2021-06-30T09:34:12.377Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-30T09:34:12.940Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-30T09:34:12.940Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-30T09:34:13.119Z] --- PASS: TestTemplatedSecret (3.43s) [2021-06-30T09:34:13.119Z] === RUN TestSecretCreateResolve [2021-06-30T09:34:14.831Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-30T09:34:14.831Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.50s) [2021-06-30T09:34:14.831Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-30T09:34:15.008Z] --- PASS: TestSecretCreateResolve (2.20s) [2021-06-30T09:34:15.008Z] PASS [2021-06-30T09:34:15.008Z] [2021-06-30T09:34:15.008Z] DONE 6 tests in 14.371s [2021-06-30T09:34:15.008Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-30T09:34:15.264Z] INFO: Testing against a local daemon [2021-06-30T09:34:15.264Z] === RUN TestServiceCreateInit [2021-06-30T09:34:15.264Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-30T09:34:16.722Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2021-06-30T09:34:16.722Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-30T09:34:17.302Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-30T09:34:17.876Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.98s) [2021-06-30T09:34:17.876Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-30T09:34:20.395Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-30T09:34:20.509Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-30T09:34:20.652Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.83s) [2021-06-30T09:34:20.652Z] === RUN TestNISDomainname [2021-06-30T09:34:21.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-30T09:34:21.214Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-30T09:34:21.214Z] check_test.go:309: [d23b609d8eb9a] daemon is not started [2021-06-30T09:34:21.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-30T09:34:21.214Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-30T09:34:21.214Z] check_test.go:309: [db6c442ff5245] daemon is not started [2021-06-30T09:34:21.214Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-30T09:34:22.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-30T09:34:23.072Z] --- PASS: TestNISDomainname (2.45s) [2021-06-30T09:34:23.072Z] === RUN TestHostnameDnsResolution [2021-06-30T09:34:24.438Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-30T09:34:24.438Z] check_test.go:309: [ddf7f4e25ffab] daemon is not started [2021-06-30T09:34:24.438Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-30T09:34:24.676Z] --- PASS: TestServiceCreateInit (9.19s) [2021-06-30T09:34:24.676Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.52s) [2021-06-30T09:34:24.676Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.66s) [2021-06-30T09:34:24.676Z] === RUN TestCreateServiceMultipleTimes [2021-06-30T09:34:25.001Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-30T09:34:25.258Z] --- PASS: TestHostnameDnsResolution (2.38s) [2021-06-30T09:34:25.258Z] === RUN TestStats [2021-06-30T09:34:25.820Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-30T09:34:29.095Z] --- PASS: TestStats (3.25s) [2021-06-30T09:34:29.095Z] === RUN TestStopContainerWithTimeout [2021-06-30T09:34:29.095Z] === RUN TestStopContainerWithTimeout/0 [2021-06-30T09:34:29.095Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-30T09:34:29.095Z] === RUN TestStopContainerWithTimeout/1 [2021-06-30T09:34:29.095Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-30T09:34:29.095Z] === RUN TestStopContainerWithTimeout/3 [2021-06-30T09:34:29.095Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-30T09:34:29.095Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-30T09:34:29.095Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-30T09:34:29.095Z] === CONT TestStopContainerWithTimeout/0 [2021-06-30T09:34:29.095Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-30T09:34:30.988Z] === CONT TestStopContainerWithTimeout/3 [2021-06-30T09:34:30.988Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-30T09:34:32.354Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-30T09:34:32.611Z] === CONT TestStopContainerWithTimeout/1 [2021-06-30T09:34:33.977Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-30T09:34:34.539Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-30T09:34:34.795Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-30T09:34:34.796Z] --- PASS: TestStopContainerWithTimeout/0 (2.02s) [2021-06-30T09:34:34.796Z] --- PASS: TestStopContainerWithTimeout/-1 (3.86s) [2021-06-30T09:34:34.796Z] --- PASS: TestStopContainerWithTimeout/3 (3.15s) [2021-06-30T09:34:34.796Z] --- PASS: TestStopContainerWithTimeout/1 (2.34s) [2021-06-30T09:34:34.796Z] === RUN TestDeleteDevicemapper [2021-06-30T09:34:34.796Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:34:34.796Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-30T09:34:34.796Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-30T09:34:34.796Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-30T09:34:35.786Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-30T09:34:40.009Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.43s) [2021-06-30T09:34:40.009Z] === RUN TestUpdateMemory [2021-06-30T09:34:40.009Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:34:40.009Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-30T09:34:40.009Z] === RUN TestUpdateCPUQuota [2021-06-30T09:34:40.009Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-30T09:34:41.901Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-30T09:34:42.721Z] --- PASS: TestCreateServiceMultipleTimes (17.19s) [2021-06-30T09:34:42.721Z] === RUN TestCreateServiceConflict [2021-06-30T09:34:43.650Z] --- PASS: TestCreateServiceConflict (2.20s) [2021-06-30T09:34:43.650Z] === RUN TestCreateServiceMaxReplicas [2021-06-30T09:34:43.790Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-30T09:34:45.157Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-30T09:34:45.414Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-30T09:34:46.342Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-30T09:34:46.905Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-30T09:34:46.917Z] --- PASS: TestCreateServiceMaxReplicas (3.08s) [2021-06-30T09:34:46.917Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-30T09:34:47.161Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-30T09:34:47.417Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-30T09:34:47.674Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-30T09:34:47.674Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-30T09:34:47.674Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-30T09:34:49.041Z] --- PASS: TestUpdateCPUQuota (9.56s) [2021-06-30T09:34:49.041Z] === RUN TestUpdatePidsLimit [2021-06-30T09:34:49.041Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-30T09:34:49.298Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-30T09:34:49.860Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-30T09:34:50.117Z] === RUN TestUpdatePidsLimit/no_change [2021-06-30T09:34:51.485Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-30T09:34:52.852Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-30T09:34:54.219Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-30T09:34:55.583Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-30T09:34:56.150Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-30T09:34:56.712Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-30T09:34:58.078Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-30T09:34:59.007Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit (10.36s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.31s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/no_change (1.29s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/update_lower (1.28s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.42s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.47s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.19s) [2021-06-30T09:34:59.263Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.52s) [2021-06-30T09:34:59.263Z] === RUN TestUpdateRestartPolicy [2021-06-30T09:34:59.263Z] check_test.go:309: [da2a2a8667dc7] daemon is not started [2021-06-30T09:34:59.263Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-30T09:35:00.632Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-30T09:35:00.889Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-30T09:35:01.754Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.56s) [2021-06-30T09:35:01.754Z] === RUN TestCreateServiceSecretFileMode [2021-06-30T09:35:02.258Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-30T09:35:02.821Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-30T09:35:03.076Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-30T09:35:03.076Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-30T09:35:03.119Z] --- PASS: TestCreateServiceSecretFileMode (2.69s) [2021-06-30T09:35:03.119Z] === RUN TestCreateServiceConfigFileMode [2021-06-30T09:35:05.591Z] docker_cli_daemon_plugins_test.go:105: [d99a35c835d34] daemon is not started [2021-06-30T09:35:06.385Z] --- PASS: TestCreateServiceConfigFileMode (2.72s) [2021-06-30T09:35:06.385Z] === RUN TestCreateServiceSysctls [2021-06-30T09:35:06.520Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-30T09:35:08.412Z] check_test.go:309: [d217e48e74713] daemon is not started [2021-06-30T09:35:08.412Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-30T09:35:09.652Z] --- PASS: TestCreateServiceSysctls (3.66s) [2021-06-30T09:35:09.652Z] === RUN TestCreateServiceCapabilities [2021-06-30T09:35:12.172Z] --- PASS: TestCreateServiceCapabilities (2.70s) [2021-06-30T09:35:12.172Z] === RUN TestInspect [2021-06-30T09:35:12.581Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-30T09:35:13.948Z] --- PASS: TestUpdateRestartPolicy (14.87s) [2021-06-30T09:35:13.948Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-30T09:35:15.314Z] --- PASS: TestUpdateRestartWithAutoRemove (1.07s) [2021-06-30T09:35:15.314Z] === RUN TestWaitNonBlocked [2021-06-30T09:35:15.314Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:35:15.314Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:35:15.314Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:35:15.314Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:35:15.314Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-30T09:35:15.314Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-30T09:35:15.440Z] --- PASS: TestInspect (3.25s) [2021-06-30T09:35:15.440Z] === RUN TestCreateJob [2021-06-30T09:35:16.680Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-30T09:35:16.680Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-30T09:35:16.937Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-30T09:35:16.937Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.81s) [2021-06-30T09:35:16.937Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.83s) [2021-06-30T09:35:16.937Z] === RUN TestWaitBlocked [2021-06-30T09:35:16.937Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:35:16.937Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:35:16.937Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:35:16.937Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:35:16.937Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-30T09:35:16.937Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-30T09:35:17.193Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-30T09:35:17.756Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-30T09:35:18.013Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-30T09:35:18.575Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-30T09:35:18.832Z] --- PASS: TestWaitBlocked (0.02s) [2021-06-30T09:35:18.832Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.81s) [2021-06-30T09:35:18.832Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.86s) [2021-06-30T09:35:18.832Z] === CONT TestContainerStartOnDaemonRestart [2021-06-30T09:35:18.832Z] === CONT TestContainerKillOnDaemonStart [2021-06-30T09:35:19.089Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-30T09:35:19.089Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-30T09:35:19.652Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-30T09:35:19.659Z] --- PASS: TestCreateJob (3.72s) [2021-06-30T09:35:19.659Z] === RUN TestReplicatedJob [2021-06-30T09:35:20.219Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-30T09:35:20.782Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-30T09:35:21.346Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-30T09:35:21.604Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-30T09:35:22.166Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-30T09:35:22.423Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-30T09:35:22.679Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-30T09:35:22.935Z] --- PASS: TestContainerStartOnDaemonRestart (4.03s) [2021-06-30T09:35:22.935Z] === CONT TestIpcModeOlderClient [2021-06-30T09:35:22.935Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-06-30T09:35:22.935Z] === CONT TestDaemonHostGatewayIP [2021-06-30T09:35:23.192Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-30T09:35:23.755Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-30T09:35:24.318Z] check_test.go:309: [de79f6b382d43] daemon is not started [2021-06-30T09:35:24.318Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-30T09:35:25.686Z] check_test.go:309: [dfc0d78ae38c3] daemon is not started [2021-06-30T09:35:25.686Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-30T09:35:25.942Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-30T09:35:26.200Z] --- PASS: TestReplicatedJob (6.67s) [2021-06-30T09:35:26.200Z] === RUN TestUpdateReplicatedJob [2021-06-30T09:35:27.306Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-30T09:35:27.306Z] --- PASS: TestDaemonHostGatewayIP (4.42s) [2021-06-30T09:35:27.307Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-30T09:35:27.563Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-30T09:35:29.454Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-30T09:35:29.454Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-30T09:35:29.454Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-30T09:35:29.454Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-30T09:35:29.454Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-30T09:35:29.454Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-30T09:35:29.454Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-30T09:35:29.454Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-30T09:35:29.454Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-30T09:35:29.466Z] --- PASS: TestUpdateReplicatedJob (3.58s) [2021-06-30T09:35:29.466Z] === RUN TestServiceListWithStatuses [2021-06-30T09:35:29.466Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:35:29.466Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-30T09:35:29.466Z] === RUN TestDockerNetworkConnectAlias [2021-06-30T09:35:30.823Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.53s) [2021-06-30T09:35:30.823Z] === CONT TestDaemonRestartIpcMode [2021-06-30T09:35:31.798Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-30T09:35:32.369Z] check_test.go:309: [d3b2d7199eefa] daemon is not started [2021-06-30T09:35:32.369Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-30T09:35:32.935Z] --- PASS: TestContainerKillOnDaemonStart (14.04s) [2021-06-30T09:35:34.712Z] --- PASS: TestDockerNetworkConnectAlias (4.74s) [2021-06-30T09:35:34.712Z] === RUN TestDockerNetworkReConnect [2021-06-30T09:35:35.452Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-30T09:35:36.016Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-30T09:35:36.583Z] --- PASS: TestDaemonRestartIpcMode (5.60s) [2021-06-30T09:35:36.583Z] PASS [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === Skipped [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-30T09:35:36.583Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-30T09:35:36.583Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-30T09:35:36.583Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-30T09:35:36.583Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-30T09:35:36.583Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-30T09:35:36.583Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] [2021-06-30T09:35:36.583Z] DONE 196 tests, 6 skipped in 236.111s [2021-06-30T09:35:36.583Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-06-30T09:35:36.583Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-30T09:35:36.583Z] ++ set -e [2021-06-30T09:35:36.583Z] ++ '[' -n 0 ']' [2021-06-30T09:35:36.583Z] ++ set -x [2021-06-30T09:35:36.583Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.daemon -t ./test.main -test.v -test.timeout=120m [2021-06-30T09:35:36.583Z] === RUN TestConfigDaemonLibtrustID [2021-06-30T09:35:37.188Z] --- PASS: TestConfigDaemonLibtrustID (0.56s) [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:35:37.188Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-06-30T09:35:37.188Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation/invalid_config [2021-06-30T09:35:37.188Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation/malformed_config [2021-06-30T09:35:37.188Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-06-30T09:35:37.188Z] === RUN TestDaemonConfigValidation/valid_config [2021-06-30T09:35:37.188Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-06-30T09:35:37.188Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-06-30T09:35:37.188Z] === CONT TestDaemonConfigValidation/malformed_config [2021-06-30T09:35:37.445Z] === CONT TestDaemonConfigValidation/valid_config [2021-06-30T09:35:37.445Z] === CONT TestDaemonConfigValidation/invalid_config [2021-06-30T09:35:37.703Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.27s) [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.27s) [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation/valid_config (0.20s) [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.25s) [2021-06-30T09:35:37.703Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.12s) [2021-06-30T09:35:37.703Z] PASS [2021-06-30T09:35:37.703Z] [2021-06-30T09:35:37.703Z] DONE 7 tests in 1.274s [2021-06-30T09:35:37.703Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-30T09:35:37.703Z] ++ 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-30T09:35:37.703Z] ++ set -e [2021-06-30T09:35:37.703Z] ++ '[' -n 0 ']' [2021-06-30T09:35:37.703Z] ++ set -x [2021-06-30T09:35:37.703Z] ++ 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-30T09:35:37.959Z] INFO: Testing against a local daemon [2021-06-30T09:35:37.959Z] === RUN TestCommitInheritsEnv [2021-06-30T09:35:37.979Z] --- PASS: TestDockerNetworkReConnect (3.68s) [2021-06-30T09:35:37.979Z] === RUN TestServicePlugin [2021-06-30T09:35:38.522Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-30T09:35:38.522Z] --- PASS: TestCommitInheritsEnv (0.44s) [2021-06-30T09:35:38.522Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-30T09:35:38.522Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-30T09:35:38.522Z] === RUN TestImagesFilterMultiReference [2021-06-30T09:35:38.522Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-06-30T09:35:38.522Z] === RUN TestImagePullPlatformInvalid [2021-06-30T09:35:38.522Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-06-30T09:35:38.522Z] === RUN TestRemoveImageOrphaning [2021-06-30T09:35:39.085Z] --- PASS: TestRemoveImageOrphaning (0.46s) [2021-06-30T09:35:39.085Z] === RUN TestRemoveImageGarbageCollector [2021-06-30T09:35:42.150Z] plugin_test.go:62: [d0d3dae3b557d] joining swarm manager [d628eb7c315e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:35:42.357Z] --- PASS: TestRemoveImageGarbageCollector (2.85s) [2021-06-30T09:35:42.357Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-30T09:35:42.357Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-06-30T09:35:42.357Z] === RUN TestTagInvalidReference [2021-06-30T09:35:42.357Z] --- PASS: TestTagInvalidReference (0.03s) [2021-06-30T09:35:42.357Z] === RUN TestTagValidPrefixedRepo [2021-06-30T09:35:42.357Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-30T09:35:42.357Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-06-30T09:35:42.357Z] === RUN TestTagExistedNameWithoutForce [2021-06-30T09:35:42.357Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-06-30T09:35:42.357Z] === RUN TestTagOfficialNames [2021-06-30T09:35:42.357Z] --- PASS: TestTagOfficialNames (0.06s) [2021-06-30T09:35:42.357Z] === RUN TestTagMatchesDigest [2021-06-30T09:35:42.357Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-06-30T09:35:42.357Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-30T09:35:42.712Z] plugin_test.go:65: [d4a106cc650ca] joining swarm manager [d628eb7c315e8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:35:43.722Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-30T09:35:44.651Z] check_test.go:309: [df0ffb2837af8] daemon is not started [2021-06-30T09:35:44.651Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-30T09:35:46.541Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-30T09:35:46.962Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-30T09:35:46.962Z] Copying nested executables into bundles/binary-daemon [2021-06-30T09:35:46.962Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-06-30T09:35:46.962Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:35:46.962Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-06-30T09:35:46.962Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-30T09:35:47.103Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-30T09:35:47.342Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER docker:d70dc9487420852256e2082157c533847eb0aa9e hack/make.sh cross [2021-06-30T09:35:47.903Z] [2021-06-30T09:35:47.903Z] Removing bundles/ [2021-06-30T09:35:47.903Z] [2021-06-30T09:35:47.903Z] ---> Making bundle: cross (in bundles/cross) [2021-06-30T09:35:47.903Z] Cross building: bundles/cross/linux/amd64 [2021-06-30T09:35:47.903Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-30T09:35:47.903Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-30T09:35:53.638Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-30T09:35:56.159Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-30T09:35:57.528Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-30T09:36:02.779Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-06-30T09:36:04.147Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-30T09:36:04.709Z] check_test.go:309: [d916598af939d] daemon is not started [2021-06-30T09:36:04.709Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-30T09:36:04.965Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-30T09:36:05.528Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-30T09:36:06.091Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-30T09:36:06.654Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-30T09:36:06.911Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-30T09:36:09.204Z] --- PASS: TestServicePlugin (30.38s) [2021-06-30T09:36:09.204Z] === RUN TestServiceUpdateLabel [2021-06-30T09:36:09.431Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-30T09:36:09.431Z] check_test.go:309: [de2aa4fd17aed] daemon is not started [2021-06-30T09:36:09.431Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-06-30T09:36:10.567Z] --- PASS: TestServiceUpdateLabel (2.23s) [2021-06-30T09:36:10.567Z] === RUN TestServiceUpdateSecrets [2021-06-30T09:36:10.798Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-30T09:36:12.691Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-30T09:36:12.691Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-30T09:36:12.947Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-30T09:36:12.947Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-30T09:36:14.836Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-30T09:36:16.201Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-30T09:36:16.201Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-30T09:36:18.092Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-30T09:36:18.092Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-30T09:36:19.985Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-30T09:36:24.156Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-30T09:36:28.323Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-30T09:36:28.605Z] --- PASS: TestServiceUpdateSecrets (15.21s) [2021-06-30T09:36:28.605Z] === RUN TestServiceUpdateConfigs [2021-06-30T09:36:33.569Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-30T09:36:33.825Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-30T09:36:35.191Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-30T09:36:35.753Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-30T09:36:37.120Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-30T09:36:38.486Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-30T09:36:39.897Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-30T09:36:40.766Z] --- PASS: TestServiceUpdateConfigs (14.96s) [2021-06-30T09:36:40.766Z] === RUN TestServiceUpdateNetwork [2021-06-30T09:36:41.820Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-30T09:36:49.912Z] docker_cli_daemon_test.go:2550: [d913108c2bb7d] daemon is not started [2021-06-30T09:36:51.804Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-30T09:36:55.603Z] --- PASS: TestServiceUpdateNetwork (13.00s) [2021-06-30T09:36:55.603Z] === RUN TestServiceUpdatePidsLimit [2021-06-30T09:36:55.603Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-30T09:36:55.859Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-30T09:36:57.055Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-30T09:36:57.618Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-30T09:36:57.618Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-30T09:37:03.940Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-30T09:37:04.164Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-30T09:37:04.164Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-30T09:37:06.685Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-30T09:37:06.942Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-30T09:37:09.459Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-30T09:37:10.024Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-30T09:37:10.472Z] --- PASS: TestServiceUpdatePidsLimit (16.92s) [2021-06-30T09:37:10.472Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s) [2021-06-30T09:37:10.472Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.10s) [2021-06-30T09:37:10.472Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.09s) [2021-06-30T09:37:10.472Z] PASS [2021-06-30T09:37:10.472Z] [2021-06-30T09:37:10.472Z] === Skipped [2021-06-30T09:37:10.472Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-30T09:37:10.472Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:37:10.472Z] [2021-06-30T09:37:10.472Z] [2021-06-30T09:37:10.472Z] DONE 27 tests, 1 skipped in 175.366s [2021-06-30T09:37:10.472Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-30T09:37:10.472Z] INFO: Testing against a local daemon [2021-06-30T09:37:10.472Z] === RUN TestSessionCreate [2021-06-30T09:37:10.472Z] --- PASS: TestSessionCreate (0.02s) [2021-06-30T09:37:10.472Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-30T09:37:10.472Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-30T09:37:10.472Z] PASS [2021-06-30T09:37:10.472Z] [2021-06-30T09:37:10.472Z] DONE 2 tests in 0.077s [2021-06-30T09:37:10.472Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-30T09:37:10.728Z] INFO: Testing against a local daemon [2021-06-30T09:37:10.728Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-30T09:37:10.728Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-30T09:37:10.728Z] === RUN TestEventsExecDie [2021-06-30T09:37:11.657Z] --- PASS: TestEventsExecDie (1.05s) [2021-06-30T09:37:11.657Z] === RUN TestEventsBackwardsCompatible [2021-06-30T09:37:11.657Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-30T09:37:11.657Z] === RUN TestEventsVolumeCreate [2021-06-30T09:37:11.929Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-06-30T09:37:11.929Z] === RUN TestInfoBinaryCommits [2021-06-30T09:37:11.929Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-30T09:37:11.929Z] === RUN TestInfoAPIVersioned [2021-06-30T09:37:11.929Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-30T09:37:11.929Z] === RUN TestInfoDiscoveryBackend [2021-06-30T09:37:12.515Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-06-30T09:37:12.515Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-30T09:37:13.295Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-30T09:37:13.295Z] check_test.go:309: [de5f61ee601e4] daemon is not started [2021-06-30T09:37:13.295Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-30T09:37:13.454Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-30T09:37:13.454Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-30T09:37:14.016Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-06-30T09:37:14.016Z] === RUN TestInfoAPI [2021-06-30T09:37:14.016Z] --- PASS: TestInfoAPI (0.02s) [2021-06-30T09:37:14.016Z] === RUN TestInfoAPIWarnings [2021-06-30T09:37:18.548Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite (427.38s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.23s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.77s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.62s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.03s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.94s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.02s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.42s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.59s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.40s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.95s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (4.95s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.56s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.59s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.96s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.84s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.58s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.66s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.55s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.59s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.25s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.56s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.60s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.18s) [2021-06-30T09:37:19.111Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.44s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.01s) [2021-06-30T09:37:19.112Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.62s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.63s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.65s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.38s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.92s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.31s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.86s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.59s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.73s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.25s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.34s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.63s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.39s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.53s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.24s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.60s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.58s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.56s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.31s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.01s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (25.33s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.88s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.11s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.62s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.17s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.35s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.57s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.15s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (15.41s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.42s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.78s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.99s) [2021-06-30T09:37:19.112Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-30T09:37:19.112Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.13s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.39s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.00s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.65s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.06s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.58s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.58s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.48s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.10s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.86s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.41s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.72s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.54s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.94s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.56s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.23s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.19s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.48s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (4.09s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.69s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.81s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.26s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.06s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.06s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.25s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.87s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.97s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.21s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.68s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.32s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.73s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.70s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.93s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.57s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.96s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.22s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.09s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.70s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.98s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.18s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.17s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.59s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.04s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.28s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.80s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.34s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.68s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.13s) [2021-06-30T09:37:19.112Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.94s) [2021-06-30T09:37:19.112Z] === RUN TestDockerSwarmSuite [2021-06-30T09:37:19.112Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-30T09:37:21.807Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-30T09:37:22.369Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-30T09:37:24.289Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-30T09:37:24.289Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-06-30T09:37:24.289Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-30T09:37:24.289Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-30T09:37:24.289Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-30T09:37:24.289Z] Cross building: bundles/cross/windows/amd64 [2021-06-30T09:37:24.289Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-30T09:37:24.289Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-30T09:37:24.885Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-30T09:37:25.448Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-06-30T09:37:30.695Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-30T09:37:32.051Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-06-30T09:37:32.051Z] === RUN TestInfoDebug [2021-06-30T09:37:32.051Z] --- PASS: TestInfoDebug (0.53s) [2021-06-30T09:37:32.051Z] === RUN TestInfoInsecureRegistries [2021-06-30T09:37:32.051Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-30T09:37:32.051Z] === RUN TestInfoRegistryMirrors [2021-06-30T09:37:32.051Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-06-30T09:37:32.051Z] === RUN TestLoginFailsWithBadCredentials [2021-06-30T09:37:32.051Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2021-06-30T09:37:32.051Z] === RUN TestPingCacheHeaders [2021-06-30T09:37:32.051Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-30T09:37:32.051Z] === RUN TestPingGet [2021-06-30T09:37:32.051Z] --- PASS: TestPingGet (0.01s) [2021-06-30T09:37:32.051Z] === RUN TestPingHead [2021-06-30T09:37:32.051Z] --- PASS: TestPingHead (0.02s) [2021-06-30T09:37:32.051Z] === RUN TestVersion [2021-06-30T09:37:32.051Z] --- PASS: TestVersion (0.02s) [2021-06-30T09:37:32.051Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-30T09:37:33.416Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.43s) [2021-06-30T09:37:33.416Z] PASS [2021-06-30T09:37:33.416Z] [2021-06-30T09:37:33.416Z] DONE 19 tests in 22.760s [2021-06-30T09:37:33.416Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-30T09:37:33.416Z] INFO: Testing against a local daemon [2021-06-30T09:37:33.416Z] === RUN TestVolumesCreateAndList [2021-06-30T09:37:33.416Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-30T09:37:33.416Z] === RUN TestVolumesRemove [2021-06-30T09:37:33.416Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-30T09:37:33.416Z] === RUN TestVolumesInspect [2021-06-30T09:37:33.416Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-30T09:37:33.416Z] === RUN TestVolumesInvalidJSON [2021-06-30T09:37:33.416Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-30T09:37:33.416Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-30T09:37:33.417Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-30T09:37:33.417Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-30T09:37:33.417Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-30T09:37:33.417Z] PASS [2021-06-30T09:37:33.417Z] [2021-06-30T09:37:33.417Z] DONE 5 tests in 0.169s [2021-06-30T09:37:33.417Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-30T09:37:33.979Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-30T09:37:33.979Z] Removing test suite binaries [2021-06-30T09:37:34.235Z] exiting test-integration [2021-06-30T09:37:34.235Z] ++ exit 0 [2021-06-30T09:37:34.235Z] Post stage [Pipeline] junit [2021-06-30T09:37:37.516Z] Recording test results [2021-06-30T09:37:38.671Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-30T09:37:39.006Z] + echo Ensuring container killed. [2021-06-30T09:37:39.006Z] Ensuring container killed. [2021-06-30T09:37:39.006Z] + docker rm -vf docker-pr2 [2021-06-30T09:37:39.006Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-06-30T09:37:39.284Z] + echo Chowning /workspace to jenkins user [2021-06-30T09:37:39.284Z] Chowning /workspace to jenkins user [2021-06-30T09:37:39.284Z] + id -u [2021-06-30T09:37:39.284Z] + id -g [2021-06-30T09:37:39.284Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/workspace busybox chown -R 1000:1000 /workspace [2021-06-30T09:37:39.284Z] Unable to find image 'busybox:latest' locally [2021-06-30T09:37:39.284Z] latest: Pulling from library/busybox [2021-06-30T09:37:39.540Z] b71f96345d44: Pulling fs layer [2021-06-30T09:37:39.540Z] b71f96345d44: Verifying Checksum [2021-06-30T09:37:39.540Z] b71f96345d44: Download complete [2021-06-30T09:37:39.540Z] b71f96345d44: Pull complete [2021-06-30T09:37:39.540Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-30T09:37:39.540Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-30T09:37:42.387Z] + bundleName=amd64-cgroup2 [2021-06-30T09:37:42.387Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-30T09:37:42.387Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-30T09:37:42.387Z] + 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-30T09:37:42.387Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-30T09:37:42.652Z] Archiving artifacts [2021-06-30T09:37:44.705Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42575/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-30T09:37:45.065Z] + make clean [2021-06-30T09:37:45.321Z] docker volume rm -f docker-dev-cache [2021-06-30T09:37:45.321Z] docker-dev-cache [Pipeline] deleteDir [2021-06-30T09:37:45.544Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-30T09:37:45.544Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-30T09:37:45.544Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-30T09:37:45.544Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-30T09:37:48.067Z] docker_api_swarm_test.go:562: [dda81450349e6] joining swarm manager [ddb75b46a9cdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-30T09:37:51.340Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-30T09:37:51.595Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-30T09:37:51.850Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-30T09:37:52.411Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-30T09:37:52.411Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-30T09:37:52.974Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-30T09:37:53.230Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-30T09:37:56.496Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-30T09:37:57.423Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-30T09:37:59.313Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-30T09:38:01.205Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-30T09:38:03.097Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-30T09:38:03.660Z] docker_api_swarm_test.go:584: [d424ddc5a702a] joining swarm manager [ddb75b46a9cdf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:38:04.589Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-30T09:38:07.865Z] check_test.go:380: [dda81450349e6] daemon is not started [2021-06-30T09:38:13.143Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-30T09:38:18.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-30T09:38:18.397Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-30T09:38:18.397Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-30T09:38:20.917Z] docker_api_swarm_test.go:45: [daa4c964957cb] joining swarm manager [d5f81467fa164]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:38:38.966Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-30T09:38:38.966Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-30T09:38:39.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-30T09:38:40.455Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-30T09:38:45.667Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-30T09:38:45.667Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-30T09:38:45.667Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-30T09:38:45.667Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-30T09:38:45.667Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-30T09:38:45.667Z] remote: Enumerating objects: 23, done. [2021-06-30T09:38:45.667Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-30T09:38:45.667Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-30T09:38:45.667Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-30T09:38:45.668Z] 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-30T09:38:45.668Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-30T09:38:45.668Z] Cross building: bundles/cross/linux/ppc64le [2021-06-30T09:38:45.668Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-06-30T09:38:45.668Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-06-30T09:38:50.401Z] --- PASS: TestImportExtremelyLargeImageWorks (186.58s) [2021-06-30T09:38:50.401Z] PASS [2021-06-30T09:38:50.401Z] [2021-06-30T09:38:50.401Z] DONE 12 tests in 191.009s [2021-06-30T09:38:50.401Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-30T09:38:50.401Z] ++ 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-30T09:38:50.401Z] ++ set -e [2021-06-30T09:38:50.401Z] ++ '[' -n 0 ']' [2021-06-30T09:38:50.401Z] ++ set -x [2021-06-30T09:38:50.401Z] ++ 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-30T09:38:50.401Z] INFO: Testing against a local daemon [2021-06-30T09:38:50.401Z] === RUN TestNetworkCreateDelete [2021-06-30T09:38:50.401Z] --- PASS: TestNetworkCreateDelete (0.19s) [2021-06-30T09:38:50.401Z] === RUN TestDockerNetworkDeletePreferID [2021-06-30T09:38:50.401Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-30T09:38:50.401Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2021-06-30T09:38:50.401Z] === RUN TestDaemonDNSFallback [2021-06-30T09:38:50.401Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-30T09:38:50.401Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-30T09:38:50.968Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-30T09:38:52.332Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-30T09:38:52.332Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-30T09:38:52.332Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-30T09:38:52.332Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-30T09:38:56.611Z] --- PASS: TestDaemonDNSFallback (7.04s) [2021-06-30T09:38:56.612Z] === RUN TestInspectNetwork [2021-06-30T09:39:01.857Z] === RUN TestInspectNetwork/full_network_id [2021-06-30T09:39:01.857Z] === RUN TestInspectNetwork/partial_network_id [2021-06-30T09:39:01.857Z] === RUN TestInspectNetwork/network_name [2021-06-30T09:39:01.857Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-30T09:39:02.785Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-30T09:39:03.042Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-30T09:39:03.604Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-30T09:39:03.862Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-30T09:39:04.117Z] === RUN TestDockerSuite/TestBuildFails [2021-06-30T09:39:05.046Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-30T09:39:05.046Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-30T09:39:05.973Z] --- PASS: TestInspectNetwork (9.10s) [2021-06-30T09:39:05.973Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-30T09:39:05.973Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-30T09:39:05.973Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-30T09:39:05.973Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-30T09:39:05.973Z] === RUN TestRunContainerWithBridgeNone [2021-06-30T09:39:07.867Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-30T09:39:10.388Z] --- PASS: TestRunContainerWithBridgeNone (4.13s) [2021-06-30T09:39:10.388Z] === RUN TestNetworkInvalidJSON [2021-06-30T09:39:10.388Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-30T09:39:10.388Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-30T09:39:10.388Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:39:10.388Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:39:10.388Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:39:10.388Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:39:10.388Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-30T09:39:10.388Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-30T09:39:10.388Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-30T09:39:10.388Z] === RUN TestNetworkList [2021-06-30T09:39:10.388Z] === RUN TestNetworkList//networks [2021-06-30T09:39:10.388Z] === PAUSE TestNetworkList//networks [2021-06-30T09:39:10.388Z] === RUN TestNetworkList//networks/ [2021-06-30T09:39:10.388Z] === PAUSE TestNetworkList//networks/ [2021-06-30T09:39:10.388Z] === CONT TestNetworkList//networks [2021-06-30T09:39:10.388Z] === CONT TestNetworkList//networks/ [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkList (0.01s) [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-30T09:39:10.388Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-30T09:39:10.388Z] === RUN TestHostIPv4BridgeLabel [2021-06-30T09:39:10.388Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-30T09:39:10.644Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-06-30T09:39:10.644Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-30T09:39:11.574Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2021-06-30T09:39:11.574Z] === RUN TestDaemonDefaultNetworkPools [2021-06-30T09:39:11.835Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-30T09:39:12.396Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2021-06-30T09:39:12.396Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-30T09:39:13.324Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-30T09:39:13.580Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s) [2021-06-30T09:39:13.580Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-30T09:39:13.580Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-30T09:39:14.950Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-30T09:39:14.950Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-06-30T09:39:14.950Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-30T09:39:15.513Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-06-30T09:39:15.513Z] === RUN TestServiceWithPredefinedNetwork [2021-06-30T09:39:16.899Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-30T09:39:17.460Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-30T09:39:18.023Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-30T09:39:18.585Z] --- PASS: TestServiceWithPredefinedNetwork (3.02s) [2021-06-30T09:39:18.585Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-30T09:39:18.585Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:39:18.585Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:39:18.585Z] === RUN TestServiceWithDataPathPortInit [2021-06-30T09:39:19.950Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-30T09:39:22.466Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-30T09:39:23.028Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-30T09:39:27.194Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-30T09:39:27.194Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-30T09:39:27.756Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-30T09:39:28.318Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-30T09:39:28.881Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-30T09:39:28.881Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-30T09:39:29.810Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-30T09:39:30.372Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-30T09:39:30.934Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-30T09:39:31.190Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-30T09:39:31.752Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-30T09:39:32.009Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-30T09:39:32.265Z] docker_api_swarm_test.go:303: [dbfdaa94e46a5] joining swarm manager [d5e3f218f1c46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:39:32.522Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-30T09:39:33.450Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-30T09:39:33.706Z] docker_api_swarm_test.go:304: [d8a0c4cdcac30] joining swarm manager [d5e3f218f1c46]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:39:35.076Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-30T09:39:35.344Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-30T09:39:35.904Z] --- PASS: TestServiceWithDataPathPortInit (17.28s) [2021-06-30T09:39:35.904Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-30T09:39:39.273Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j6rh41wuevk3sg1kqmrq85inh Created:2021-06-30 09:39:37.213753176 +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[48c2f7efb3d6c2034c358c9758d8365dc18856aa285c24a6a3bb907438cb8330:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z6pokb14yijr0zcajxbnh1vq5 EndpointID:f8876c5ee7afcec50fe63901234c8fc0ee5fb6fa4125a53432a833956395e4fa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b05626784d3b29c5306fa0dc09616c065b796519be70d5fa8241e42d036c72a1 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:6cb05728a406 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.z6pokb14yijr0zcajxbnh1vq5 EndpointID:f8876c5ee7afcec50fe63901234c8fc0ee5fb6fa4125a53432a833956395e4fa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-30T09:39:40.201Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-30T09:39:43.469Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.73s) [2021-06-30T09:39:43.469Z] PASS [2021-06-30T09:39:43.469Z] [2021-06-30T09:39:43.469Z] === Skipped [2021-06-30T09:39:43.469Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-30T09:39:43.469Z] service_test.go:242: FLAKY_TEST [2021-06-30T09:39:43.469Z] [2021-06-30T09:39:43.469Z] [2021-06-30T09:39:43.469Z] DONE 26 tests, 1 skipped in 54.676s [2021-06-30T09:39:43.469Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:39:43.469Z] ++ 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-30T09:39:43.469Z] ++ set -e [2021-06-30T09:39:43.469Z] ++ '[' -n 0 ']' [2021-06-30T09:39:43.469Z] ++ set -x [2021-06-30T09:39:43.469Z] ++ 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-30T09:39:43.725Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-30T09:39:43.725Z] INFO: Testing against a local daemon [2021-06-30T09:39:43.725Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-30T09:39:43.725Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:39:43.725Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:39:43.725Z] === RUN TestDockerNetworkIpvlan [2021-06-30T09:39:43.725Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:39:43.725Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:39:43.725Z] PASS [2021-06-30T09:39:43.725Z] [2021-06-30T09:39:43.725Z] === Skipped [2021-06-30T09:39:43.725Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-30T09:39:43.725Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:39:43.725Z] [2021-06-30T09:39:43.725Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-30T09:39:43.725Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-30T09:39:43.725Z] [2021-06-30T09:39:43.725Z] [2021-06-30T09:39:43.725Z] DONE 2 tests, 2 skipped in 0.153s [2021-06-30T09:39:43.725Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-30T09:39:43.725Z] ++ 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-30T09:39:43.725Z] ++ set -e [2021-06-30T09:39:43.725Z] ++ '[' -n 0 ']' [2021-06-30T09:39:43.725Z] ++ set -x [2021-06-30T09:39:43.725Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-30T09:39:43.725Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-30T09:39:43.725Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-30T09:39:43.982Z] INFO: Testing against a local daemon [2021-06-30T09:39:43.982Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-30T09:39:43.982Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-30T09:39:43.982Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-30T09:39:44.238Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-30T09:39:45.166Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2021-06-30T09:39:45.166Z] === RUN TestDockerNetworkMacvlan [2021-06-30T09:39:45.422Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-30T09:39:45.984Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-30T09:39:46.912Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-30T09:39:46.912Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-30T09:39:47.839Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-30T09:39:51.112Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-30T09:39:51.112Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-30T09:39:51.368Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-30T09:39:51.930Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-30T09:39:52.493Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-30T09:39:55.014Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-30T09:40:03.106Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-30T09:40:04.033Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan (19.12s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.21s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.78s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.75s) [2021-06-30T09:40:04.289Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.94s) [2021-06-30T09:40:04.289Z] PASS [2021-06-30T09:40:04.289Z] [2021-06-30T09:40:04.289Z] DONE 8 tests in 20.670s [2021-06-30T09:40:04.289Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-30T09:40:04.289Z] ++ 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-30T09:40:04.289Z] ++ set -e [2021-06-30T09:40:04.289Z] ++ '[' -n 0 ']' [2021-06-30T09:40:04.289Z] ++ set -x [2021-06-30T09:40:04.289Z] ++ 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-30T09:40:04.546Z] testing: warning: no tests to run [2021-06-30T09:40:04.546Z] PASS [2021-06-30T09:40:04.546Z] [2021-06-30T09:40:04.546Z] DONE 0 tests in 0.038s [2021-06-30T09:40:04.546Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-30T09:40:04.546Z] ++ 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-30T09:40:04.546Z] ++ set -e [2021-06-30T09:40:04.546Z] ++ '[' -n 0 ']' [2021-06-30T09:40:04.546Z] ++ set -x [2021-06-30T09:40:04.546Z] ++ 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-30T09:40:04.546Z] INFO: Testing against a local daemon [2021-06-30T09:40:04.546Z] === RUN TestAuthZPluginAllowRequest [2021-06-30T09:40:06.437Z] --- PASS: TestAuthZPluginAllowRequest (1.83s) [2021-06-30T09:40:06.437Z] === RUN TestAuthZPluginTLS [2021-06-30T09:40:06.999Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-06-30T09:40:06.999Z] === RUN TestAuthZPluginDenyRequest [2021-06-30T09:40:07.056Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-06-30T09:40:07.056Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-06-30T09:40:07.056Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-06-30T09:40:07.056Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-06-30T09:40:07.056Z] Cross building: bundles/cross/linux/s390x [2021-06-30T09:40:07.056Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-06-30T09:40:07.056Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-06-30T09:40:07.561Z] --- PASS: TestAuthZPluginDenyRequest (0.57s) [2021-06-30T09:40:07.562Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-30T09:40:07.562Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-30T09:40:08.125Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.56s) [2021-06-30T09:40:08.125Z] === RUN TestAuthZPluginDenyResponse [2021-06-30T09:40:08.125Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-30T09:40:08.688Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-06-30T09:40:08.688Z] === RUN TestAuthZPluginAllowEventStream [2021-06-30T09:40:10.054Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-30T09:40:10.310Z] docker_api_swarm_test.go:271: [df29a7bb9c319] joining swarm manager [d192bd4b117db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:40:10.872Z] --- PASS: TestAuthZPluginAllowEventStream (2.17s) [2021-06-30T09:40:10.872Z] === RUN TestAuthZPluginErrorResponse [2021-06-30T09:40:11.439Z] --- PASS: TestAuthZPluginErrorResponse (0.60s) [2021-06-30T09:40:11.439Z] === RUN TestAuthZPluginErrorRequest [2021-06-30T09:40:11.695Z] docker_api_swarm_test.go:272: [dee213bc575c1] joining swarm manager [d192bd4b117db]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:40:11.955Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-06-30T09:40:11.955Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-30T09:40:12.516Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-06-30T09:40:12.516Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-30T09:40:13.078Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-30T09:40:13.078Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-30T09:40:13.078Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-30T09:40:14.970Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s) [2021-06-30T09:40:14.970Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-30T09:40:16.861Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.09s) [2021-06-30T09:40:16.861Z] === RUN TestAuthZPluginHeader [2021-06-30T09:40:17.792Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-06-30T09:40:17.792Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-30T09:40:18.356Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-30T09:40:18.930Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-30T09:40:21.447Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-30T09:40:21.447Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-30T09:40:22.009Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.39s) [2021-06-30T09:40:22.009Z] === RUN TestAuthZPluginV2Disable [2021-06-30T09:40:23.898Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-30T09:40:24.826Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-30T09:40:25.388Z] --- PASS: TestAuthZPluginV2Disable (3.31s) [2021-06-30T09:40:25.388Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-30T09:40:25.388Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-30T09:40:26.317Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-30T09:40:27.245Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-30T09:40:28.747Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.21s) [2021-06-30T09:40:28.747Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-30T09:40:29.674Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-30T09:40:30.238Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-30T09:40:30.238Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-30T09:40:30.495Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-30T09:40:30.752Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-30T09:40:31.681Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-30T09:40:34.948Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-30T09:40:35.875Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-30T09:40:38.400Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-30T09:40:38.659Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.22s) [2021-06-30T09:40:38.659Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-30T09:40:39.586Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-30T09:40:41.478Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-30T09:40:42.405Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-30T09:40:43.332Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-30T09:40:43.588Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-30T09:40:46.854Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-30T09:40:48.220Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-30T09:40:48.781Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-30T09:40:49.709Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-30T09:40:49.709Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-30T09:40:54.955Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-30T09:40:55.518Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.64s) [2021-06-30T09:40:55.518Z] PASS [2021-06-30T09:40:55.518Z] [2021-06-30T09:40:55.518Z] DONE 17 tests in 50.943s [2021-06-30T09:40:55.518Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-30T09:40:55.518Z] ++ 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-30T09:40:55.518Z] ++ set -e [2021-06-30T09:40:55.518Z] ++ '[' -n 0 ']' [2021-06-30T09:40:55.518Z] ++ set -x [2021-06-30T09:40:55.518Z] ++ 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-30T09:40:55.518Z] INFO: Testing against a local daemon [2021-06-30T09:40:55.518Z] === RUN TestPluginInvalidJSON [2021-06-30T09:40:55.518Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:40:55.518Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:40:55.518Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-30T09:40:55.519Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-30T09:40:55.519Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-30T09:40:55.519Z] === RUN TestPluginInstall [2021-06-30T09:40:55.519Z] === RUN TestPluginInstall/no_auth [2021-06-30T09:40:56.887Z] docker_api_swarm_node_test.go:19: [d1b3c11d23933] joining swarm manager [d361c36cbdd09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:40:58.253Z] docker_api_swarm_node_test.go:20: [d2fd483a12cdf] joining swarm manager [d361c36cbdd09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:40:58.253Z] time="2021-06-30T09:40:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:40:58.253Z] time="2021-06-30T09:40:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f07a2f7d03ef63693adf8306fbcc105307e003773ac04cb436fa763da4272137" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:40:58.253Z] time="2021-06-30T09:40:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:40:58.253Z] time="2021-06-30T09:40:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f07a2f7d03ef63693adf8306fbcc105307e003773ac04cb436fa763da4272137" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:40:58.817Z] === RUN TestPluginInstall/with_htpasswd [2021-06-30T09:40:59.380Z] time="2021-06-30T09:40:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:40:59.380Z] time="2021-06-30T09:40:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:35f41e4e5832cda9aac840cf0f8fe1769bd29ad6bbc6f4eed4b56e90eea2ae21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:40:59.380Z] time="2021-06-30T09:40:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:40:59.380Z] time="2021-06-30T09:40:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:35f41e4e5832cda9aac840cf0f8fe1769bd29ad6bbc6f4eed4b56e90eea2ae21" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:40:59.647Z] === RUN TestPluginInstall/with_insecure [2021-06-30T09:41:00.576Z] time="2021-06-30T09:41:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:41:00.576Z] time="2021-06-30T09:41:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bc0610582bca8bcc9ef44988a1ae301d3600755f1ed1a14dcb052c92ba3a4ab8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:41:00.576Z] time="2021-06-30T09:41:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-30T09:41:00.576Z] time="2021-06-30T09:41:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:bc0610582bca8bcc9ef44988a1ae301d3600755f1ed1a14dcb052c92ba3a4ab8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-30T09:41:00.835Z] plugin_test.go:165: [d3005de1e5836] daemon is not started [2021-06-30T09:41:00.835Z] --- PASS: TestPluginInstall (5.36s) [2021-06-30T09:41:00.835Z] --- PASS: TestPluginInstall/no_auth (3.11s) [2021-06-30T09:41:00.835Z] --- PASS: TestPluginInstall/with_htpasswd (0.89s) [2021-06-30T09:41:00.835Z] --- PASS: TestPluginInstall/with_insecure (1.35s) [2021-06-30T09:41:00.835Z] === RUN TestPluginsWithRuntimes [2021-06-30T09:41:01.093Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-30T09:41:02.982Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-30T09:41:03.909Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-30T09:41:04.836Z] --- PASS: TestPluginsWithRuntimes (3.92s) [2021-06-30T09:41:04.836Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.03s) [2021-06-30T09:41:04.836Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.02s) [2021-06-30T09:41:04.836Z] === RUN TestPluginBackCompatMediaTypes [2021-06-30T09:41:05.092Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-30T09:41:05.653Z] --- PASS: TestPluginBackCompatMediaTypes (0.78s) [2021-06-30T09:41:05.653Z] PASS [2021-06-30T09:41:05.653Z] [2021-06-30T09:41:05.653Z] DONE 10 tests in 10.219s [2021-06-30T09:41:05.653Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-30T09:41:05.653Z] ++ 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-30T09:41:05.653Z] ++ set -e [2021-06-30T09:41:05.653Z] ++ '[' -n 0 ']' [2021-06-30T09:41:05.653Z] ++ set -x [2021-06-30T09:41:05.653Z] ++ 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-30T09:41:05.653Z] INFO: Testing against a local daemon [2021-06-30T09:41:05.653Z] === RUN TestExternalGraphDriver [2021-06-30T09:41:05.908Z] === RUN TestExternalGraphDriver/json [2021-06-30T09:41:07.797Z] === RUN TestExternalGraphDriver/spec [2021-06-30T09:41:08.724Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-30T09:41:09.653Z] === RUN TestExternalGraphDriver/pull [2021-06-30T09:41:11.020Z] === RUN TestDockerSuite/TestBuildRm [2021-06-30T09:41:11.947Z] --- PASS: TestExternalGraphDriver (6.11s) [2021-06-30T09:41:11.947Z] --- PASS: TestExternalGraphDriver/json (1.93s) [2021-06-30T09:41:11.947Z] --- PASS: TestExternalGraphDriver/spec (1.97s) [2021-06-30T09:41:11.947Z] --- PASS: TestExternalGraphDriver/pull (2.14s) [2021-06-30T09:41:11.947Z] === RUN TestGraphdriverPluginV2 [2021-06-30T09:41:13.841Z] docker_api_swarm_test.go:501: [d561b001271a1] joining swarm manager [db4af9dab5bfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:41:15.731Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-30T09:41:16.659Z] --- PASS: TestGraphdriverPluginV2 (4.66s) [2021-06-30T09:41:16.659Z] PASS [2021-06-30T09:41:16.659Z] [2021-06-30T09:41:16.659Z] DONE 5 tests in 10.897s [2021-06-30T09:41:16.659Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-30T09:41:16.659Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-30T09:41:16.659Z] ++ 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-30T09:41:16.659Z] ++ set -e [2021-06-30T09:41:16.659Z] ++ '[' -n 0 ']' [2021-06-30T09:41:16.659Z] ++ set -x [2021-06-30T09:41:16.659Z] ++ 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-30T09:41:16.659Z] INFO: Testing against a local daemon [2021-06-30T09:41:16.659Z] === RUN TestContinueAfterPluginCrash [2021-06-30T09:41:16.659Z] === PAUSE TestContinueAfterPluginCrash [2021-06-30T09:41:16.659Z] === RUN TestReadPluginNoRead [2021-06-30T09:41:16.659Z] === PAUSE TestReadPluginNoRead [2021-06-30T09:41:16.659Z] === RUN TestDaemonStartWithLogOpt [2021-06-30T09:41:16.659Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-30T09:41:16.659Z] === CONT TestContinueAfterPluginCrash [2021-06-30T09:41:16.659Z] === CONT TestDaemonStartWithLogOpt [2021-06-30T09:41:17.587Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-30T09:41:18.151Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-30T09:41:19.079Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-30T09:41:20.450Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-30T09:41:21.012Z] docker_api_swarm_test.go:506: [d226f0b6f5106] joining swarm manager [db4af9dab5bfd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:41:21.573Z] --- PASS: TestDaemonStartWithLogOpt (4.88s) [2021-06-30T09:41:21.573Z] === CONT TestReadPluginNoRead [2021-06-30T09:41:22.135Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-30T09:41:23.503Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-30T09:41:24.436Z] === RUN TestReadPluginNoRead/default [2021-06-30T09:41:26.326Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-30T09:41:27.256Z] --- PASS: TestContinueAfterPluginCrash (10.39s) [2021-06-30T09:41:27.818Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-30T09:41:27.818Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-30T09:41:28.074Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-30T09:41:28.074Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-30T09:41:28.074Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-30T09:41:28.330Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-30T09:41:28.474Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-06-30T09:41:28.474Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-06-30T09:41:28.474Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-06-30T09:41:28.474Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-06-30T09:41:28.474Z] [2021-06-30T09:41:28.587Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-30T09:41:29.370Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-30T09:41:29.515Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-30T09:41:29.515Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-30T09:41:29.685Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d70dc9487420852256e2082157c533847eb0aa9e hack/test/unit [2021-06-30T09:41:30.077Z] === CONT TestReadPluginNoRead [2021-06-30T09:41:30.077Z] read_test.go:92: [d834e3e402645] daemon is not started [2021-06-30T09:41:30.078Z] --- PASS: TestReadPluginNoRead (8.53s) [2021-06-30T09:41:30.078Z] --- PASS: TestReadPluginNoRead/default (1.82s) [2021-06-30T09:41:30.078Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.92s) [2021-06-30T09:41:30.078Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.90s) [2021-06-30T09:41:30.078Z] PASS [2021-06-30T09:41:30.078Z] [2021-06-30T09:41:30.078Z] DONE 6 tests in 13.580s [2021-06-30T09:41:30.078Z] 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-30T09:41:30.078Z] ++ 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-30T09:41:30.078Z] ++ set -e [2021-06-30T09:41:30.078Z] ++ '[' -n 0 ']' [2021-06-30T09:41:30.078Z] ++ set -x [2021-06-30T09:41:30.078Z] ++ 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-30T09:41:30.251Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-30T09:41:30.251Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-30T09:41:30.251Z] + TESTDIRS=./... [2021-06-30T09:41:30.251Z] + exclude_paths='/vendor/|/integration' [2021-06-30T09:41:30.251Z] ++ go list ./... [2021-06-30T09:41:30.251Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-30T09:41:30.334Z] testing: warning: no tests to run [2021-06-30T09:41:30.334Z] PASS [2021-06-30T09:41:30.334Z] [2021-06-30T09:41:30.334Z] DONE 0 tests in 0.045s [2021-06-30T09:41:30.334Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-30T09:41:30.335Z] ++ 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-30T09:41:30.335Z] ++ set -e [2021-06-30T09:41:30.335Z] ++ '[' -n 0 ']' [2021-06-30T09:41:30.335Z] ++ set -x [2021-06-30T09:41:30.335Z] ++ 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-30T09:41:30.335Z] INFO: Testing against a local daemon [2021-06-30T09:41:30.335Z] === RUN TestPluginWithDevMounts [2021-06-30T09:41:30.335Z] === PAUSE TestPluginWithDevMounts [2021-06-30T09:41:30.335Z] === CONT TestPluginWithDevMounts [2021-06-30T09:41:30.591Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-30T09:41:31.187Z] + pkg_list='github.com/docker/docker/api [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/backend/build [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/httputils [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/middleware [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/build [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/container [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/debug [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/distribution [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/grpc [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/image [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/network [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/plugin [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/session [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/swarm [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/system [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/router/volume [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/backend [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/blkiodev [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/container [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/events [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/filters [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/image [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/mount [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/network [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/registry [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/strslice [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/swarm [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/time [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/versions [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/types/volume [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/builder-next/worker [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/dockerfile [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/dockerignore [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/remotecontext [2021-06-30T09:41:31.187Z] github.com/docker/docker/builder/remotecontext/git [2021-06-30T09:41:31.187Z] github.com/docker/docker/cli [2021-06-30T09:41:31.187Z] github.com/docker/docker/cli/config [2021-06-30T09:41:31.187Z] github.com/docker/docker/cli/debug [2021-06-30T09:41:31.187Z] github.com/docker/docker/client [2021-06-30T09:41:31.187Z] github.com/docker/docker/cmd/docker-proxy [2021-06-30T09:41:31.187Z] github.com/docker/docker/cmd/dockerd [2021-06-30T09:41:31.187Z] github.com/docker/docker/container [2021-06-30T09:41:31.187Z] github.com/docker/docker/container/stream [2021-06-30T09:41:31.187Z] github.com/docker/docker/contrib/apparmor [2021-06-30T09:41:31.187Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-30T09:41:31.187Z] github.com/docker/docker/contrib/httpserver [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster/convert [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster/executor [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/cluster/provider [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/config [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/discovery [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/events [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/events/testutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/exec [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/images [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/initlayer [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/links [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/listeners [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/gelf [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/journald [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/local [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/logentries [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/splunk [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/syslog [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/logger/templates [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/names [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/network [2021-06-30T09:41:31.187Z] github.com/docker/docker/daemon/stats [2021-06-30T09:41:31.187Z] github.com/docker/docker/distribution [2021-06-30T09:41:31.187Z] github.com/docker/docker/distribution/metadata [2021-06-30T09:41:31.187Z] github.com/docker/docker/distribution/utils [2021-06-30T09:41:31.187Z] github.com/docker/docker/distribution/xfer [2021-06-30T09:41:31.187Z] github.com/docker/docker/dockerversion [2021-06-30T09:41:31.187Z] github.com/docker/docker/errdefs [2021-06-30T09:41:31.187Z] github.com/docker/docker/image [2021-06-30T09:41:31.187Z] github.com/docker/docker/image/cache [2021-06-30T09:41:31.187Z] github.com/docker/docker/image/tarexport [2021-06-30T09:41:31.187Z] github.com/docker/docker/image/v1 [2021-06-30T09:41:31.187Z] github.com/docker/docker/internal/test/suite [2021-06-30T09:41:31.187Z] github.com/docker/docker/layer [2021-06-30T09:41:31.187Z] github.com/docker/docker/libcontainerd [2021-06-30T09:41:31.187Z] github.com/docker/docker/libcontainerd/queue [2021-06-30T09:41:31.187Z] github.com/docker/docker/libcontainerd/remote [2021-06-30T09:41:31.187Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-30T09:41:31.187Z] github.com/docker/docker/libcontainerd/types [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/api [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/bitseq [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cluster [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/config [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/datastore [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/driverapi [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/etchosts [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/idm [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipam [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/iptables [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/netlabel [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/netutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/networkdb [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/ns [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/options [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/osl [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/portallocator [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/portmapper [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/testutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/libnetwork/types [2021-06-30T09:41:31.187Z] github.com/docker/docker/oci [2021-06-30T09:41:31.187Z] github.com/docker/docker/oci/caps [2021-06-30T09:41:31.187Z] github.com/docker/docker/opts [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/aaparser [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/archive [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/authorization [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/broadcaster [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/capabilities [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/chrootarchive [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/containerfs [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/devicemapper [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/directory [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/discovery [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/discovery/file [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/discovery/kv [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/discovery/memory [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/dmesg [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/filenotify [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/fileutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/fsutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/homedir [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/idtools [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/ioutils [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/jsonmessage [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/locker [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/longpath [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/loopback [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/mount [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/namesgenerator [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/parsers [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/pidfile [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/platform [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugingetter [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugins [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/plugins/transport [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/pools [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/progress [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/pubsub [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/reexec [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/signal [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/stdcopy [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/streamformatter [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/stringid [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/symlink [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/sysinfo [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/system [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/tailfile [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/tarsum [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/term [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/term/windows [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/truncindex [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/urlutil [2021-06-30T09:41:31.187Z] github.com/docker/docker/pkg/useragent [2021-06-30T09:41:31.187Z] github.com/docker/docker/plugin [2021-06-30T09:41:31.187Z] github.com/docker/docker/plugin/executor/containerd [2021-06-30T09:41:31.187Z] github.com/docker/docker/plugin/v2 [2021-06-30T09:41:31.187Z] github.com/docker/docker/profiles/apparmor [2021-06-30T09:41:31.187Z] github.com/docker/docker/profiles/seccomp [2021-06-30T09:41:31.187Z] github.com/docker/docker/quota [2021-06-30T09:41:31.187Z] github.com/docker/docker/reference [2021-06-30T09:41:31.187Z] github.com/docker/docker/registry [2021-06-30T09:41:31.187Z] github.com/docker/docker/registry/resumable [2021-06-30T09:41:31.187Z] github.com/docker/docker/restartmanager [2021-06-30T09:41:31.187Z] github.com/docker/docker/rootless [2021-06-30T09:41:31.187Z] github.com/docker/docker/rootless/specconv [2021-06-30T09:41:31.187Z] github.com/docker/docker/runconfig [2021-06-30T09:41:31.187Z] github.com/docker/docker/runconfig/opts [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/daemon [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/environment [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fakecontext [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fakegit [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fakestorage [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fixtures/load [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/registry [2021-06-30T09:41:31.187Z] github.com/docker/docker/testutil/request [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/drivers [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/local [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/mounts [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/service [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/service/opts [2021-06-30T09:41:31.187Z] github.com/docker/docker/volume/testutils' [2021-06-30T09:41:31.187Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-30T09:41:31.187Z] + echo 'github.com/docker/docker/api [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/backend/build [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/httputils [2021-06-30T09:41:31.187Z] github.com/docker/docker/api/server/middleware [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/build [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/container [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/debug [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/distribution [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/grpc [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/image [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/network [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/plugin [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/session [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/swarm [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/system [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/server/router/volume [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/backend [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/blkiodev [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/container [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/events [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/filters [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/image [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/mount [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/network [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/registry [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/strslice [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/swarm [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/time [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/versions [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-30T09:41:31.188Z] github.com/docker/docker/api/types/volume [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/builder-next/worker [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/dockerfile [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/dockerignore [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/remotecontext [2021-06-30T09:41:31.188Z] github.com/docker/docker/builder/remotecontext/git [2021-06-30T09:41:31.188Z] github.com/docker/docker/cli [2021-06-30T09:41:31.188Z] github.com/docker/docker/cli/config [2021-06-30T09:41:31.188Z] github.com/docker/docker/cli/debug [2021-06-30T09:41:31.188Z] github.com/docker/docker/client [2021-06-30T09:41:31.188Z] github.com/docker/docker/cmd/docker-proxy [2021-06-30T09:41:31.188Z] github.com/docker/docker/cmd/dockerd [2021-06-30T09:41:31.188Z] github.com/docker/docker/container [2021-06-30T09:41:31.188Z] github.com/docker/docker/container/stream [2021-06-30T09:41:31.188Z] github.com/docker/docker/contrib/apparmor [2021-06-30T09:41:31.188Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-30T09:41:31.188Z] github.com/docker/docker/contrib/httpserver [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster/convert [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster/executor [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/cluster/provider [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/config [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/discovery [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/events [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/events/testutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/exec [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/images [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/initlayer [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/links [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/listeners [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/gelf [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/journald [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/local [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/logentries [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/splunk [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/syslog [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/logger/templates [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/names [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/network [2021-06-30T09:41:31.188Z] github.com/docker/docker/daemon/stats [2021-06-30T09:41:31.188Z] github.com/docker/docker/distribution [2021-06-30T09:41:31.188Z] github.com/docker/docker/distribution/metadata [2021-06-30T09:41:31.188Z] github.com/docker/docker/distribution/utils [2021-06-30T09:41:31.188Z] github.com/docker/docker/distribution/xfer [2021-06-30T09:41:31.188Z] github.com/docker/docker/dockerversion [2021-06-30T09:41:31.188Z] github.com/docker/docker/errdefs [2021-06-30T09:41:31.188Z] github.com/docker/docker/image [2021-06-30T09:41:31.188Z] github.com/docker/docker/image/cache [2021-06-30T09:41:31.188Z] github.com/docker/docker/image/tarexport [2021-06-30T09:41:31.188Z] github.com/docker/docker/image/v1 [2021-06-30T09:41:31.188Z] github.com/docker/docker/internal/test/suite [2021-06-30T09:41:31.188Z] github.com/docker/docker/layer [2021-06-30T09:41:31.188Z] github.com/docker/docker/libcontainerd [2021-06-30T09:41:31.188Z] github.com/docker/docker/libcontainerd/queue [2021-06-30T09:41:31.188Z] github.com/docker/docker/libcontainerd/remote [2021-06-30T09:41:31.188Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-30T09:41:31.188Z] github.com/docker/docker/libcontainerd/types [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/api [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/bitseq [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cluster [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/config [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/datastore [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/driverapi [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/etchosts [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/idm [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipam [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/iptables [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/netlabel [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/netutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/networkdb [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/ns [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/options [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/osl [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/portallocator [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/portmapper [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/testutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/types [2021-06-30T09:41:31.188Z] github.com/docker/docker/oci [2021-06-30T09:41:31.188Z] github.com/docker/docker/oci/caps [2021-06-30T09:41:31.188Z] github.com/docker/docker/opts [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/aaparser [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/archive [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/authorization [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/broadcaster [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/capabilities [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/chrootarchive [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/containerfs [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/devicemapper [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/directory [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/discovery [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/discovery/file [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/discovery/kv [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/discovery/memory [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/dmesg [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/filenotify [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/fileutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/fsutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/homedir [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/idtools [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/ioutils [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/jsonmessage [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/locker [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/longpath [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/loopback [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/mount [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/namesgenerator [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/parsers [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/pidfile [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/platform [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugingetter [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugins [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/plugins/transport [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/pools [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/progress [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/pubsub [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/reexec [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/signal [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/stdcopy [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/streamformatter [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/stringid [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/symlink [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/sysinfo [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/system [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/tailfile [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/tarsum [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/term [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/term/windows [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/truncindex [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/urlutil [2021-06-30T09:41:31.188Z] github.com/docker/docker/pkg/useragent [2021-06-30T09:41:31.188Z] github.com/docker/docker/plugin [2021-06-30T09:41:31.188Z] github.com/docker/docker/plugin/executor/containerd [2021-06-30T09:41:31.188Z] github.com/docker/docker/plugin/v2 [2021-06-30T09:41:31.188Z] github.com/docker/docker/profiles/apparmor [2021-06-30T09:41:31.188Z] github.com/docker/docker/profiles/seccomp [2021-06-30T09:41:31.188Z] github.com/docker/docker/quota [2021-06-30T09:41:31.188Z] github.com/docker/docker/reference [2021-06-30T09:41:31.188Z] github.com/docker/docker/registry [2021-06-30T09:41:31.188Z] github.com/docker/docker/registry/resumable [2021-06-30T09:41:31.188Z] github.com/docker/docker/restartmanager [2021-06-30T09:41:31.188Z] github.com/docker/docker/rootless [2021-06-30T09:41:31.188Z] github.com/docker/docker/rootless/specconv [2021-06-30T09:41:31.188Z] github.com/docker/docker/runconfig [2021-06-30T09:41:31.188Z] github.com/docker/docker/runconfig/opts [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/daemon [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/environment [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fakecontext [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fakegit [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fakestorage [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fixtures/load [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/registry [2021-06-30T09:41:31.188Z] github.com/docker/docker/testutil/request [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/drivers [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/local [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/mounts [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/service [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/service/opts [2021-06-30T09:41:31.188Z] github.com/docker/docker/volume/testutils' [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-30T09:41:31.188Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-30T09:41:31.188Z] + type docker-proxy [2021-06-30T09:41:31.188Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-30T09:41:31.188Z] + hack/make.sh binary-proxy install-proxy [2021-06-30T09:41:31.188Z] [2021-06-30T09:41:31.188Z] Removing bundles/ [2021-06-30T09:41:31.188Z] [2021-06-30T09:41:31.188Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-30T09:41:31.188Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-30T09:41:31.188Z] GOOS="" GOARCH="" GOARM="" [2021-06-30T09:41:32.480Z] --- PASS: TestPluginWithDevMounts (1.78s) [2021-06-30T09:41:32.480Z] PASS [2021-06-30T09:41:32.480Z] [2021-06-30T09:41:32.480Z] DONE 1 tests in 1.933s [2021-06-30T09:41:32.480Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-30T09:41:32.480Z] ++ 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-30T09:41:32.480Z] ++ set -e [2021-06-30T09:41:32.480Z] ++ '[' -n 0 ']' [2021-06-30T09:41:32.480Z] ++ set -x [2021-06-30T09:41:32.480Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-30T09:41:32.480Z] INFO: Testing against a local daemon [2021-06-30T09:41:32.480Z] === RUN TestSecretInspect [2021-06-30T09:41:34.996Z] --- PASS: TestSecretInspect (2.64s) [2021-06-30T09:41:34.996Z] === RUN TestSecretList [2021-06-30T09:41:35.558Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-30T09:41:36.499Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-30T09:41:37.426Z] --- PASS: TestSecretList (2.54s) [2021-06-30T09:41:37.426Z] === RUN TestSecretsCreateAndDelete [2021-06-30T09:41:37.683Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-30T09:41:37.740Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-30T09:41:37.740Z] [2021-06-30T09:41:37.740Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-30T09:41:37.740Z] Installing docker-proxy to /usr/local/bin/ [2021-06-30T09:41:37.740Z] [2021-06-30T09:41:37.740Z] + mkdir -p bundles [2021-06-30T09:41:37.740Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-30T09:41:37.940Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-30T09:41:38.301Z] ? github.com/docker/docker/api [no test files] [2021-06-30T09:41:38.867Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-30T09:41:40.232Z] --- PASS: TestSecretsCreateAndDelete (2.64s) [2021-06-30T09:41:40.232Z] === RUN TestSecretsUpdate [2021-06-30T09:41:40.232Z] === RUN TestDockerSuite/TestBuildUser [2021-06-30T09:41:42.121Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-30T09:41:42.682Z] --- PASS: TestSecretsUpdate (2.53s) [2021-06-30T09:41:42.682Z] === RUN TestTemplatedSecret [2021-06-30T09:41:45.951Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-30T09:41:46.879Z] --- PASS: TestTemplatedSecret (4.00s) [2021-06-30T09:41:46.879Z] === RUN TestSecretCreateResolve [2021-06-30T09:41:49.398Z] --- PASS: TestSecretCreateResolve (2.53s) [2021-06-30T09:41:49.398Z] PASS [2021-06-30T09:41:49.398Z] [2021-06-30T09:41:49.398Z] DONE 6 tests in 17.044s [2021-06-30T09:41:49.398Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-30T09:41:49.398Z] ++ 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-30T09:41:49.398Z] ++ set -e [2021-06-30T09:41:49.398Z] ++ '[' -n 0 ']' [2021-06-30T09:41:49.398Z] ++ set -x [2021-06-30T09:41:49.398Z] ++ 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-30T09:41:49.398Z] INFO: Testing against a local daemon [2021-06-30T09:41:49.398Z] === RUN TestServiceCreateInit [2021-06-30T09:41:49.398Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-30T09:41:52.668Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-30T09:41:55.185Z] docker_api_swarm_node_test.go:80: [d163f5c28f461] joining swarm manager [d18e2227c9cfc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:41:55.441Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-30T09:41:56.350Z] ok github.com/docker/docker/api/server 0.015s coverage: 9.0% of statements [2021-06-30T09:42:02.000Z] --- PASS: TestServiceCreateInit (12.56s) [2021-06-30T09:42:02.000Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.90s) [2021-06-30T09:42:02.000Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (6.64s) [2021-06-30T09:42:02.000Z] === RUN TestCreateServiceMultipleTimes [2021-06-30T09:42:06.167Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-30T09:42:07.095Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-30T09:42:07.657Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-30T09:42:09.548Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-30T09:42:10.479Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-30T09:42:12.370Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-30T09:42:12.370Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-30T09:42:12.370Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-30T09:42:12.370Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-30T09:42:12.370Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-30T09:42:12.370Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-30T09:42:12.370Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-30T09:42:12.370Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-30T09:42:12.370Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-30T09:42:13.736Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-30T09:42:14.298Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-30T09:42:14.298Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-30T09:42:15.226Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-30T09:42:16.155Z] docker_api_swarm_node_test.go:52: [db04d17c9e9f4] joining swarm manager [d4b966331b904]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:42:16.155Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-30T09:42:17.085Z] docker_api_swarm_node_test.go:53: [d85dde3ed54fa] joining swarm manager [d4b966331b904]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:42:17.342Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-30T09:42:17.342Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-30T09:42:19.862Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-30T09:42:21.752Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-30T09:42:22.314Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-30T09:42:22.569Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-30T09:42:22.825Z] --- PASS: TestCreateServiceMultipleTimes (20.90s) [2021-06-30T09:42:22.825Z] === RUN TestCreateServiceConflict [2021-06-30T09:42:22.825Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-30T09:42:22.825Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-30T09:42:23.081Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-30T09:42:23.643Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-30T09:42:25.008Z] --- PASS: TestCreateServiceConflict (2.26s) [2021-06-30T09:42:25.008Z] === RUN TestCreateServiceMaxReplicas [2021-06-30T09:42:25.937Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-30T09:42:25.937Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-30T09:42:25.937Z] docker_cli_sni_test.go:18: Flakey test [2021-06-30T09:42:25.937Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-30T09:42:26.865Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-30T09:42:28.230Z] === RUN TestDockerSuite/TestCommitChange [2021-06-30T09:42:29.159Z] --- PASS: TestCreateServiceMaxReplicas (4.02s) [2021-06-30T09:42:29.159Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-30T09:42:29.159Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-30T09:42:30.088Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-30T09:42:32.608Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-30T09:42:33.972Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-30T09:42:34.533Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-30T09:42:36.424Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-30T09:42:36.996Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-30T09:42:38.363Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-30T09:42:39.291Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-30T09:42:39.291Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-30T09:42:39.291Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-30T09:42:39.563Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-30T09:42:39.563Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-30T09:42:39.563Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-30T09:42:39.563Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-30T09:42:40.932Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-30T09:42:42.823Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-30T09:42:42.823Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-30T09:42:42.823Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.78s) [2021-06-30T09:42:42.823Z] === RUN TestCreateServiceSecretFileMode [2021-06-30T09:42:43.385Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-30T09:42:44.313Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-30T09:42:45.241Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-30T09:42:46.173Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-30T09:42:46.173Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2021-06-30T09:42:46.173Z] === RUN TestCreateServiceConfigFileMode [2021-06-30T09:42:47.101Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-30T09:42:47.101Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-30T09:42:47.101Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-30T09:42:48.028Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-30T09:42:48.028Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-30T09:42:48.028Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-30T09:42:48.028Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-30T09:42:48.028Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-30T09:42:49.394Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-30T09:42:49.394Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-30T09:42:49.394Z] --- PASS: TestCreateServiceConfigFileMode (3.15s) [2021-06-30T09:42:49.394Z] === RUN TestCreateServiceSysctls [2021-06-30T09:42:50.323Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-30T09:42:51.252Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-30T09:42:51.252Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-30T09:42:53.772Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-30T09:42:54.027Z] --- PASS: TestCreateServiceSysctls (4.78s) [2021-06-30T09:42:54.027Z] === RUN TestCreateServiceCapabilities [2021-06-30T09:42:54.284Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-30T09:42:54.284Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-30T09:42:55.211Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-30T09:42:55.772Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-06-30T09:42:55.772Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-30T09:42:57.137Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-30T09:42:57.700Z] docker_api_swarm_test.go:201: [d855e37218b3c] joining swarm manager [d6a81d31aacf6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:42:58.267Z] --- PASS: TestCreateServiceCapabilities (4.07s) [2021-06-30T09:42:58.267Z] === RUN TestInspect [2021-06-30T09:42:58.524Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-30T09:42:58.524Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-30T09:42:59.453Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-30T09:43:00.382Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-30T09:43:01.749Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-30T09:43:01.749Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-30T09:43:02.311Z] --- PASS: TestInspect (3.96s) [2021-06-30T09:43:02.311Z] === RUN TestCreateJob [2021-06-30T09:43:02.567Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-30T09:43:04.459Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-30T09:43:06.349Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-30T09:43:06.349Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-30T09:43:06.349Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-30T09:43:06.349Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-30T09:43:06.349Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-30T09:43:06.612Z] --- PASS: TestCreateJob (4.33s) [2021-06-30T09:43:06.612Z] === RUN TestReplicatedJob [2021-06-30T09:43:07.173Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-30T09:43:12.424Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-30T09:43:12.680Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-30T09:43:13.242Z] --- PASS: TestReplicatedJob (6.67s) [2021-06-30T09:43:13.242Z] === RUN TestUpdateReplicatedJob [2021-06-30T09:43:13.499Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-30T09:43:13.499Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-30T09:43:13.499Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-30T09:43:13.755Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-30T09:43:17.032Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-30T09:43:17.032Z] --- PASS: TestUpdateReplicatedJob (3.74s) [2021-06-30T09:43:17.032Z] === RUN TestServiceListWithStatuses [2021-06-30T09:43:17.032Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:43:17.032Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-30T09:43:17.032Z] === RUN TestDockerNetworkConnectAlias [2021-06-30T09:43:17.288Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-30T09:43:19.178Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-30T09:43:19.739Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-30T09:43:22.258Z] docker_api_swarm_test.go:383: [decc259ce9c36] joining swarm manager [d67eea6f366a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:43:23.185Z] --- PASS: TestDockerNetworkConnectAlias (6.28s) [2021-06-30T09:43:23.185Z] === RUN TestDockerNetworkReConnect [2021-06-30T09:43:23.747Z] docker_api_swarm_test.go:384: [d0cc1fa9d798f] joining swarm manager [d67eea6f366a4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:43:26.264Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-30T09:43:27.629Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-30T09:43:27.629Z] --- PASS: TestDockerNetworkReConnect (4.43s) [2021-06-30T09:43:27.629Z] === RUN TestServicePlugin [2021-06-30T09:43:29.697Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-30T09:43:31.586Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-30T09:43:32.148Z] plugin_test.go:62: [d21da68e5b7e3] joining swarm manager [da5f3b10bed6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:43:32.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/server/httputils 0.006s coverage: 14.7% of statements [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.7% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/types/filters 0.003s coverage: 92.2% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/api/types/time 0.009s coverage: 100.0% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/builder/dockerfile 0.258s coverage: 48.7% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/builder/remotecontext 0.129s coverage: 13.7% of statements [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/builder/remotecontext/git 1.317s coverage: 86.3% of statements [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/cli [no test files] [2021-06-30T09:43:32.737Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-30T09:43:32.737Z] ok github.com/docker/docker/cmd/docker-proxy 0.109s coverage: 69.3% of statements [2021-06-30T09:43:33.301Z] ok github.com/docker/docker/client 0.144s coverage: 75.5% of statements [2021-06-30T09:43:33.638Z] plugin_test.go:65: [da35bda21ac9f] joining swarm manager [da5f3b10bed6b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:43:34.201Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-30T09:43:36.094Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-30T09:43:37.459Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-30T09:43:39.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008e25b8_} [2021-06-30T09:43:40.721Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1167899850_/foo_false____} [2021-06-30T09:43:42.086Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1167899850_/foo_true____} [2021-06-30T09:43:43.974Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_false____} [2021-06-30T09:43:45.337Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_true____} [2021-06-30T09:43:46.265Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_true__0xc0008e25e8__} [2021-06-30T09:43:48.153Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008e2600_} [2021-06-30T09:43:49.517Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008e2618_} [2021-06-30T09:43:51.411Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008e2630_} [2021-06-30T09:43:52.776Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008e2648_} [2021-06-30T09:43:54.140Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-30T09:43:55.509Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-30T09:43:55.765Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-30T09:43:59.033Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-30T09:43:59.033Z] --- PASS: TestServicePlugin (31.52s) [2021-06-30T09:43:59.033Z] === RUN TestServiceUpdateLabel [2021-06-30T09:44:00.924Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-30T09:44:01.861Z] --- PASS: TestServiceUpdateLabel (2.60s) [2021-06-30T09:44:01.861Z] === RUN TestServiceUpdateSecrets [2021-06-30T09:44:05.128Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-30T09:44:06.058Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-30T09:44:06.058Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-30T09:44:07.120Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-30T09:44:07.683Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-30T09:44:08.610Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-30T09:44:09.173Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-30T09:44:10.100Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-30T09:44:11.028Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-30T09:44:11.957Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-30T09:44:12.884Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-30T09:44:13.445Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-30T09:44:14.373Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-30T09:44:15.303Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-30T09:44:15.865Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-30T09:44:16.810Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-30T09:44:17.372Z] --- PASS: TestServiceUpdateSecrets (15.67s) [2021-06-30T09:44:17.372Z] === RUN TestServiceUpdateConfigs [2021-06-30T09:44:17.934Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-30T09:44:19.826Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-30T09:44:19.940Z] ok github.com/docker/docker/cmd/dockerd 0.061s coverage: 29.1% of statements [2021-06-30T09:44:19.945Z] ok github.com/docker/docker/container 0.164s coverage: 34.4% of statements [2021-06-30T09:44:19.945Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-30T09:44:19.945Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-30T09:44:19.945Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-30T09:44:19.945Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-30T09:44:20.389Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-30T09:44:20.389Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-30T09:44:21.317Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-30T09:44:21.878Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-30T09:44:22.810Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-30T09:44:23.747Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-30T09:44:24.675Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-30T09:44:26.040Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-30T09:44:26.603Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-30T09:44:28.055Z] ok github.com/docker/docker/daemon/cluster 0.059s coverage: 0.5% of statements [2021-06-30T09:44:29.121Z] check_test.go:380: [d0cc1fa9d798f] daemon is not started [2021-06-30T09:44:29.121Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-30T09:44:29.121Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-30T09:44:29.424Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-06-30T09:44:30.792Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2021-06-30T09:44:31.011Z] docker_api_swarm_test.go:801: [d68876f4bbe03] joining swarm manager [d22f1316b3a6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:44:32.378Z] docker_api_swarm_test.go:801: [d1d6a4b4eaa8e] joining swarm manager [d22f1316b3a6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:44:33.304Z] --- PASS: TestServiceUpdateConfigs (15.73s) [2021-06-30T09:44:33.304Z] === RUN TestServiceUpdateNetwork [2021-06-30T09:44:33.564Z] docker_api_swarm_test.go:801: [d6df0da90e897] joining swarm manager [d22f1316b3a6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-30T09:44:34.506Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-30T09:44:35.444Z] docker_api_swarm_test.go:801: [dbbdf5d04a0c4] joining swarm manager [d22f1316b3a6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-30T09:44:36.813Z] docker_api_swarm_test.go:809: [d4def83fd1759] joining swarm manager [d22f1316b3a6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-30T09:44:38.701Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-30T09:44:38.878Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 13.8% of statements [2021-06-30T09:44:38.878Z] ok github.com/docker/docker/daemon/config 0.027s coverage: 81.4% of statements [2021-06-30T09:44:39.133Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements [2021-06-30T09:44:39.263Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-30T09:44:39.389Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2021-06-30T09:44:39.951Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-06-30T09:44:41.841Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.817s coverage: 73.3% of statements [2021-06-30T09:44:41.841Z] ok github.com/docker/docker/daemon 12.148s coverage: 17.4% of statements [2021-06-30T09:44:41.841Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-30T09:44:41.841Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-30T09:44:41.841Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-30T09:44:41.841Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-30T09:44:42.770Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.418s coverage: 56.2% of statements [2021-06-30T09:44:44.138Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.017s coverage: 3.1% of statements [2021-06-30T09:44:44.509Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-30T09:44:45.588Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.010s coverage: 1.9% of statements [2021-06-30T09:44:47.480Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.560s coverage: 45.9% of statements [2021-06-30T09:44:47.480Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-30T09:44:47.480Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.295s coverage: 49.4% of statements [2021-06-30T09:44:47.784Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-30T09:44:48.346Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-30T09:44:48.346Z] --- PASS: TestServiceUpdateNetwork (15.11s) [2021-06-30T09:44:48.346Z] === RUN TestServiceUpdatePidsLimit [2021-06-30T09:44:48.848Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.009s coverage: 57.5% of statements [2021-06-30T09:44:49.411Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.756s coverage: 57.7% of statements [2021-06-30T09:44:49.411Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-30T09:44:49.411Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-30T09:44:49.667Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-06-30T09:44:49.715Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-30T09:44:50.230Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2021-06-30T09:44:51.081Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-30T09:44:52.120Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 6.7% of statements [2021-06-30T09:44:52.120Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-30T09:44:52.120Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-30T09:44:52.376Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 43.5% of statements [2021-06-30T09:44:53.304Z] ok github.com/docker/docker/daemon/logger/awslogs 0.181s coverage: 77.4% of statements [2021-06-30T09:44:53.304Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-30T09:44:53.304Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-30T09:44:53.304Z] ok github.com/docker/docker/daemon/logger/gelf 0.012s coverage: 67.0% of statements [2021-06-30T09:44:53.611Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-30T09:44:53.866Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-06-30T09:44:53.867Z] === RUN TestDockerSuite/TestCpToDot [2021-06-30T09:44:54.121Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2021-06-30T09:44:54.377Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.014s coverage: 87.2% of statements [2021-06-30T09:44:54.793Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-30T09:44:54.939Z] ok github.com/docker/docker/daemon/logger/local 0.015s coverage: 75.2% of statements [2021-06-30T09:44:54.939Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-30T09:44:55.512Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 55.1% of statements [2021-06-30T09:44:56.074Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-06-30T09:44:56.683Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-30T09:44:57.002Z] ok github.com/docker/docker/daemon/logger/syslog 0.017s coverage: 46.8% of statements [2021-06-30T09:44:57.258Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-30T09:44:57.819Z] ok github.com/docker/docker/daemon/network 0.005s coverage: 63.8% of statements [2021-06-30T09:44:58.050Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-30T09:44:58.075Z] ok github.com/docker/docker/daemon/logger/splunk 1.599s coverage: 82.5% of statements [2021-06-30T09:44:58.075Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-30T09:44:58.075Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-30T09:44:58.307Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-30T09:44:58.562Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-30T09:44:59.449Z] ok github.com/docker/docker/distribution/metadata 0.043s coverage: 48.2% of statements [2021-06-30T09:44:59.449Z] ok github.com/docker/docker/distribution 0.135s coverage: 25.4% of statements [2021-06-30T09:44:59.449Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-30T09:44:59.927Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-30T09:44:59.927Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-30T09:45:00.815Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-06-30T09:45:00.854Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-30T09:45:01.071Z] ok github.com/docker/docker/image 0.016s coverage: 86.6% of statements [2021-06-30T09:45:01.634Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-06-30T09:45:01.783Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-30T09:45:02.039Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-30T09:45:02.039Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-30T09:45:02.197Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2021-06-30T09:45:02.294Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-30T09:45:02.453Z] ok github.com/docker/docker/distribution/xfer 1.974s coverage: 85.1% of statements [2021-06-30T09:45:02.453Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-30T09:45:02.709Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements [2021-06-30T09:45:02.709Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-30T09:45:02.966Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2021-06-30T09:45:03.223Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-30T09:45:03.223Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-30T09:45:03.223Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-30T09:45:03.223Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-30T09:45:03.785Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-30T09:45:04.041Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-30T09:45:04.041Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-30T09:45:04.297Z] === RUN TestDockerSuite/TestCreateRM [2021-06-30T09:45:04.297Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-30T09:45:04.297Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-30T09:45:04.297Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-30T09:45:04.552Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-30T09:45:04.552Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-30T09:45:08.644Z] --- PASS: TestServiceUpdatePidsLimit (17.86s) [2021-06-30T09:45:08.644Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.35s) [2021-06-30T09:45:08.644Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2021-06-30T09:45:08.644Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.33s) [2021-06-30T09:45:08.644Z] PASS [2021-06-30T09:45:08.644Z] [2021-06-30T09:45:08.644Z] === Skipped [2021-06-30T09:45:08.644Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-30T09:45:08.644Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-30T09:45:08.644Z] [2021-06-30T09:45:08.644Z] [2021-06-30T09:45:08.644Z] DONE 27 tests, 1 skipped in 196.840s [2021-06-30T09:45:08.644Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-30T09:45:08.644Z] ++ 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-30T09:45:08.644Z] ++ set -e [2021-06-30T09:45:08.644Z] ++ '[' -n 0 ']' [2021-06-30T09:45:08.644Z] ++ set -x [2021-06-30T09:45:08.644Z] ++ 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-30T09:45:08.644Z] INFO: Testing against a local daemon [2021-06-30T09:45:08.644Z] === RUN TestSessionCreate [2021-06-30T09:45:08.644Z] --- PASS: TestSessionCreate (0.04s) [2021-06-30T09:45:08.644Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-30T09:45:08.644Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-06-30T09:45:08.644Z] PASS [2021-06-30T09:45:08.644Z] [2021-06-30T09:45:08.644Z] DONE 2 tests in 0.199s [2021-06-30T09:45:08.644Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-30T09:45:08.644Z] ++ 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-30T09:45:08.644Z] ++ set -e [2021-06-30T09:45:08.644Z] ++ '[' -n 0 ']' [2021-06-30T09:45:08.644Z] ++ set -x [2021-06-30T09:45:08.644Z] ++ 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-30T09:45:08.644Z] INFO: Testing against a local daemon [2021-06-30T09:45:08.644Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-30T09:45:08.644Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-30T09:45:08.644Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-30T09:45:08.644Z] === RUN TestEventsExecDie [2021-06-30T09:45:08.644Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-30T09:45:08.644Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-30T09:45:08.644Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-30T09:45:08.644Z] --- PASS: TestEventsExecDie (1.46s) [2021-06-30T09:45:08.644Z] === RUN TestEventsBackwardsCompatible [2021-06-30T09:45:08.644Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-06-30T09:45:08.644Z] === RUN TestEventsVolumeCreate [2021-06-30T09:45:08.644Z] --- PASS: TestEventsVolumeCreate (0.12s) [2021-06-30T09:45:08.644Z] === RUN TestInfoBinaryCommits [2021-06-30T09:45:08.644Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-06-30T09:45:08.644Z] === RUN TestInfoAPIVersioned [2021-06-30T09:45:08.644Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-06-30T09:45:08.644Z] === RUN TestInfoDiscoveryBackend [2021-06-30T09:45:08.644Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-30T09:45:08.644Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-30T09:45:10.014Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-30T09:45:10.014Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-30T09:45:10.269Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-30T09:45:10.269Z] === RUN TestInfoAPI [2021-06-30T09:45:10.269Z] --- PASS: TestInfoAPI (0.02s) [2021-06-30T09:45:10.269Z] === RUN TestInfoAPIWarnings [2021-06-30T09:45:10.832Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-30T09:45:10.832Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-30T09:45:10.832Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-30T09:45:11.089Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-30T09:45:11.089Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-30T09:45:11.089Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-30T09:45:11.653Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-30T09:45:13.019Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-30T09:45:13.414Z] ok github.com/docker/docker/layer 7.406s coverage: 68.8% of statements [2021-06-30T09:45:13.414Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-30T09:45:13.415Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-30T09:45:13.415Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-30T09:45:13.415Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-30T09:45:13.946Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-30T09:45:14.898Z] ok github.com/docker/docker/libnetwork/api 1.390s coverage: 90.1% of statements [2021-06-30T09:45:15.311Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-30T09:45:15.466Z] ok github.com/docker/docker/libnetwork/bitseq 0.140s coverage: 84.4% of statements [2021-06-30T09:45:16.676Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-30T09:45:16.832Z] ok github.com/docker/docker/libnetwork/config 0.044s coverage: 24.0% of statements [2021-06-30T09:45:17.089Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-06-30T09:45:17.346Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-06-30T09:45:17.602Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-30T09:45:18.164Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-30T09:45:18.164Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-30T09:45:19.092Z] === RUN TestDockerSuite/TestDockerFails [2021-06-30T09:45:19.092Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-30T09:45:19.092Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-30T09:45:19.092Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-30T09:45:19.864Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.437s coverage: 59.9% of statements [2021-06-30T09:45:20.020Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-30T09:45:20.121Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-06-30T09:45:20.683Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.183s coverage: 4.0% of statements [2021-06-30T09:45:20.948Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-30T09:45:21.244Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-06-30T09:45:21.501Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-06-30T09:45:22.313Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-30T09:45:22.313Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-30T09:45:22.313Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-30T09:45:22.313Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-30T09:45:27.577Z] --- PASS: TestInfoAPIWarnings (16.36s) [2021-06-30T09:45:27.577Z] === RUN TestInfoDebug [2021-06-30T09:45:27.577Z] --- PASS: TestInfoDebug (0.53s) [2021-06-30T09:45:27.577Z] === RUN TestInfoInsecureRegistries [2021-06-30T09:45:27.832Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-06-30T09:45:27.832Z] === RUN TestInfoRegistryMirrors [2021-06-30T09:45:28.395Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-06-30T09:45:28.395Z] === RUN TestLoginFailsWithBadCredentials [2021-06-30T09:45:28.395Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-06-30T09:45:28.395Z] === RUN TestPingCacheHeaders [2021-06-30T09:45:28.395Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-06-30T09:45:28.395Z] === RUN TestPingGet [2021-06-30T09:45:28.395Z] --- PASS: TestPingGet (0.02s) [2021-06-30T09:45:28.395Z] === RUN TestPingHead [2021-06-30T09:45:28.395Z] --- PASS: TestPingHead (0.04s) [2021-06-30T09:45:28.395Z] === RUN TestVersion [2021-06-30T09:45:28.651Z] --- PASS: TestVersion (0.02s) [2021-06-30T09:45:28.651Z] PASS [2021-06-30T09:45:28.651Z] [2021-06-30T09:45:28.651Z] === Skipped [2021-06-30T09:45:28.651Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-30T09:45:28.651Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-30T09:45:28.651Z] [2021-06-30T09:45:28.651Z] [2021-06-30T09:45:28.651Z] DONE 19 tests, 1 skipped in 22.186s [2021-06-30T09:45:28.651Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-30T09:45:28.651Z] ++ 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-30T09:45:28.651Z] ++ set -e [2021-06-30T09:45:28.651Z] ++ '[' -n 0 ']' [2021-06-30T09:45:28.651Z] ++ set -x [2021-06-30T09:45:28.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=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-30T09:45:28.651Z] INFO: Testing against a local daemon [2021-06-30T09:45:28.651Z] === RUN TestVolumesCreateAndList [2021-06-30T09:45:28.651Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-30T09:45:28.651Z] === RUN TestVolumesRemove [2021-06-30T09:45:28.651Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-30T09:45:28.651Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-30T09:45:28.651Z] === RUN TestVolumesInspect [2021-06-30T09:45:28.651Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-30T09:45:28.651Z] === RUN TestVolumesInvalidJSON [2021-06-30T09:45:28.908Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-30T09:45:28.908Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-30T09:45:28.908Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-30T09:45:28.908Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-06-30T09:45:28.908Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-30T09:45:28.908Z] PASS [2021-06-30T09:45:28.908Z] [2021-06-30T09:45:28.908Z] DONE 5 tests in 0.259s [2021-06-30T09:45:28.908Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-30T09:45:29.164Z] ++++ cat bundles/test-integration/docker.pid [2021-06-30T09:45:29.164Z] +++ kill 5754 [2021-06-30T09:45:29.420Z] +++ /etc/init.d/apparmor stop [2021-06-30T09:45:29.420Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-30T09:45:29.420Z] [2021-06-30T09:45:29.420Z] Unloading profiles will leave already running processes permanently [2021-06-30T09:45:29.420Z] unconfined, which can lead to unexpected situations. [2021-06-30T09:45:29.420Z] [2021-06-30T09:45:29.420Z] To set a process to complain mode, use the command line tool [2021-06-30T09:45:29.420Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-30T09:45:29.420Z] +++ true [2021-06-30T09:45:29.420Z] exiting test-integration [2021-06-30T09:45:29.420Z] ++ exit 0 [2021-06-30T09:45:29.420Z] [2021-06-30T09:45:30.349Z] + for job in $(jobs -p) [2021-06-30T09:45:30.349Z] + wait 3866 [2021-06-30T09:45:31.440Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.264s coverage: 6.6% of statements [2021-06-30T09:45:31.440Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-06-30T09:45:31.440Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-06-30T09:45:31.440Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2021-06-30T09:45:31.696Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2021-06-30T09:45:31.713Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-30T09:45:31.713Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-30T09:45:32.258Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-06-30T09:45:32.258Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-06-30T09:45:32.514Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-06-30T09:45:34.229Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-30T09:45:36.119Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-30T09:45:37.048Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-30T09:45:37.610Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-30T09:45:38.539Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-30T09:45:39.100Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-30T09:45:40.029Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-30T09:45:40.590Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-30T09:45:42.477Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-30T09:45:43.878Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-30T09:45:44.709Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-06-30T09:45:45.636Z] ok github.com/docker/docker/libnetwork 38.241s coverage: 40.7% of statements [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-30T09:45:45.636Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-30T09:45:46.198Z] ok github.com/docker/docker/libnetwork/ipams/null 0.012s coverage: 57.1% of statements [2021-06-30T09:45:47.125Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.023s coverage: 47.4% of statements [2021-06-30T09:45:47.144Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-30T09:45:47.381Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2021-06-30T09:45:48.308Z] ok github.com/docker/docker/libnetwork/ipamutils 0.544s coverage: 74.0% of statements [2021-06-30T09:45:49.031Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-30T09:45:49.677Z] ok github.com/docker/docker/libnetwork/iptables 0.340s coverage: 45.1% of statements [2021-06-30T09:45:49.934Z] ok github.com/docker/docker/libnetwork/netlabel 0.005s coverage: 60.0% of statements [2021-06-30T09:45:50.398Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-30T09:45:50.498Z] ok github.com/docker/docker/libnetwork/netutils 0.036s coverage: 44.1% of statements [2021-06-30T09:45:51.764Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-30T09:45:53.130Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-30T09:45:57.300Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-30T09:45:57.556Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-30T09:45:57.813Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-30T09:45:59.185Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-30T09:45:59.747Z] docker_api_swarm_service_test.go:394: [d3520cb7c63cf] joining swarm manager [dfaed03016693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:46:00.309Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-30T09:46:00.309Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-30T09:46:00.872Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-30T09:46:00.872Z] docker_api_swarm_service_test.go:394: [dba9854f179db] joining swarm manager [dfaed03016693]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:46:00.872Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-30T09:46:00.872Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-30T09:46:02.676Z] ok github.com/docker/docker/libnetwork/ipam 18.576s coverage: 85.3% of statements [2021-06-30T09:46:02.676Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-30T09:46:02.676Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-30T09:46:02.676Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-30T09:46:02.676Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-06-30T09:46:03.406Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-30T09:46:05.946Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-30T09:46:05.946Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-30T09:46:05.946Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-30T09:46:06.509Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-30T09:46:06.509Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-30T09:46:07.440Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-30T09:46:07.920Z] ok github.com/docker/docker/libnetwork/osl 4.318s coverage: 39.7% of statements [2021-06-30T09:46:07.920Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-06-30T09:46:07.920Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 86.1% of statements [2021-06-30T09:46:08.369Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-30T09:46:08.369Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-30T09:46:08.369Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-30T09:46:08.369Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-30T09:46:08.369Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-30T09:46:08.369Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-30T09:46:08.483Z] ok github.com/docker/docker/libnetwork/portmapper 0.235s coverage: 49.5% of statements [2021-06-30T09:46:08.483Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.5% of statements [2021-06-30T09:46:09.045Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-06-30T09:46:09.302Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-06-30T09:46:09.737Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-30T09:46:09.865Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-06-30T09:46:10.122Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-30T09:46:10.668Z] === RUN TestDockerSuite/TestEventsRename [2021-06-30T09:46:11.231Z] === RUN TestDockerSuite/TestEventsResize [2021-06-30T09:46:11.490Z] ok github.com/docker/docker/pkg/archive 0.309s coverage: 82.3% of statements [2021-06-30T09:46:12.160Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-30T09:46:12.418Z] ok github.com/docker/docker/pkg/authorization 0.281s coverage: 68.3% of statements [2021-06-30T09:46:12.418Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-06-30T09:46:12.675Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-06-30T09:46:15.943Z] ok github.com/docker/docker/pkg/chrootarchive 2.490s coverage: 43.2% of statements [2021-06-30T09:46:15.943Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-06-30T09:46:16.199Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-06-30T09:46:16.478Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 97.6% of statements [2021-06-30T09:46:18.697Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-30T09:46:18.697Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-30T09:46:18.953Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-30T09:46:19.516Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-30T09:46:20.670Z] ok github.com/docker/docker/pkg/discovery/kv 3.026s coverage: 84.1% of statements [2021-06-30T09:46:20.670Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-06-30T09:46:20.670Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-06-30T09:46:20.670Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-06-30T09:46:20.882Z] docker_api_swarm_service_test.go:342: [d8fe0316d36cc] joining swarm manager [d764d6f95166c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:46:21.597Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-06-30T09:46:21.809Z] docker_api_swarm_service_test.go:342: [de2b1d334c99b] joining swarm manager [d764d6f95166c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:46:21.853Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 86.3% of statements [2021-06-30T09:46:22.415Z] ok github.com/docker/docker/pkg/fsutils 0.129s coverage: 85.1% of statements [2021-06-30T09:46:22.415Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-06-30T09:46:22.738Z] === RUN TestDockerSuite/TestEventsTop [2021-06-30T09:46:23.345Z] ok github.com/docker/docker/pkg/idtools 0.303s coverage: 69.5% of statements [2021-06-30T09:46:23.908Z] ok github.com/docker/docker/pkg/ioutils 0.381s coverage: 68.8% of statements [2021-06-30T09:46:24.128Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-30T09:46:24.165Z] ok github.com/docker/docker/pkg/jsonmessage 0.004s coverage: 91.7% of statements [2021-06-30T09:46:24.421Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-06-30T09:46:24.421Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-06-30T09:46:24.677Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-06-30T09:46:24.934Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-30T09:46:25.191Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-06-30T09:46:25.191Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-06-30T09:46:26.646Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-30T09:46:38.817Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-30T09:46:38.817Z] === RUN TestDockerSuite/TestExec [2021-06-30T09:46:39.380Z] docker_api_swarm_service_test.go:489: [da41c909cf997] joining swarm manager [d00b7275daa1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:46:39.380Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-30T09:46:40.308Z] docker_api_swarm_service_test.go:489: [d3f83f7b50dc9] joining swarm manager [d00b7275daa1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:46:40.308Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-30T09:46:41.237Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-30T09:46:42.604Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-30T09:46:45.125Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-30T09:46:45.691Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-30T09:46:46.620Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-30T09:46:47.988Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-30T09:46:48.931Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-30T09:46:49.860Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-30T09:46:50.788Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-30T09:46:52.678Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-30T09:46:54.044Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-30T09:46:54.972Z] === RUN TestDockerSuite/TestExecEnv [2021-06-30T09:46:56.865Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-30T09:46:59.389Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-30T09:47:00.759Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-30T09:47:02.132Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/plugins 33.625s coverage: 76.6% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-06-30T09:47:03.849Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-06-30T09:47:04.023Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-30T09:47:04.279Z] docker_api_swarm_service_test.go:127: [d712dc5f02130] joining swarm manager [d05f3bc9bc7d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:47:05.645Z] docker_api_swarm_service_test.go:128: [d44bb115c9663] joining swarm manager [d05f3bc9bc7d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:47:05.645Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-30T09:47:05.736Z] ok github.com/docker/docker/pkg/signal 3.266s coverage: 62.3% of statements [2021-06-30T09:47:05.736Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-06-30T09:47:05.993Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2021-06-30T09:47:06.250Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-30T09:47:06.987Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 52.9% of statements [2021-06-30T09:47:07.244Z] ok github.com/docker/docker/pkg/system 0.005s coverage: 39.9% of statements [2021-06-30T09:47:07.501Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2021-06-30T09:47:07.560Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-30T09:47:08.064Z] ok github.com/docker/docker/pkg/tarsum 0.046s coverage: 89.3% of statements [2021-06-30T09:47:08.064Z] testing: warning: no tests to run [2021-06-30T09:47:08.064Z] coverage: [no statements] [2021-06-30T09:47:08.064Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-06-30T09:47:08.321Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-30T09:47:08.577Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-06-30T09:47:08.577Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-06-30T09:47:08.928Z] === RUN TestDockerSuite/TestExecParseError [2021-06-30T09:47:08.928Z] docker_api_swarm_service_test.go:136: [df1da344afe51] joining swarm manager [d05f3bc9bc7d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-30T09:47:09.859Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-30T09:47:09.859Z] docker_api_swarm_service_test.go:137: [d368a670bd88b] joining swarm manager [d05f3bc9bc7d5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-30T09:47:10.472Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-06-30T09:47:10.729Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-06-30T09:47:11.228Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-30T09:47:11.294Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-06-30T09:47:11.793Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-30T09:47:12.223Z] ok github.com/docker/docker/quota 0.264s coverage: 71.4% of statements [2021-06-30T09:47:12.480Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-06-30T09:47:13.850Z] ok github.com/docker/docker/registry 0.051s coverage: 58.8% of statements [2021-06-30T09:47:13.850Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-06-30T09:47:14.107Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-06-30T09:47:14.669Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-06-30T09:47:14.669Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-30T09:47:15.962Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-30T09:47:16.524Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-30T09:47:17.892Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-30T09:47:17.939Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-06-30T09:47:18.196Z] ok github.com/docker/docker/volume/local 0.114s coverage: 76.4% of statements [2021-06-30T09:47:18.757Z] ok github.com/docker/docker/volume/mounts 0.020s coverage: 67.0% of statements [2021-06-30T09:47:20.125Z] ok github.com/docker/docker/volume/service 0.017s coverage: 72.3% of statements [2021-06-30T09:47:30.060Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-30T09:47:30.060Z] === RUN TestDockerSuite/TestExecTTY [2021-06-30T09:47:30.996Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-30T09:47:31.924Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-30T09:47:32.496Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-30T09:47:32.753Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-30T09:47:34.120Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-30T09:47:34.120Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-30T09:47:34.120Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-30T09:47:35.501Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-30T09:47:37.391Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-30T09:47:37.954Z] docker_api_swarm_service_test.go:303: [d14e168b32ee9] joining swarm manager [d37509e707cf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:47:38.882Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-30T09:47:38.882Z] docker_api_swarm_service_test.go:303: [de5b80cc10dbf] joining swarm manager [d37509e707cf3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:47:42.151Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-30T09:47:43.079Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-30T09:47:44.446Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-30T09:47:49.694Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-30T09:47:53.862Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-30T09:47:55.762Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-30T09:48:01.006Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-30T09:48:01.006Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-30T09:48:01.264Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-30T09:48:01.264Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-30T09:48:01.264Z] === RUN TestDockerSuite/TestHealth [2021-06-30T09:48:02.633Z] docker_api_swarm_service_test.go:99: [dde67b1325d89] joining swarm manager [d03f1ab6c4d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:48:03.561Z] docker_api_swarm_service_test.go:100: [d0f9f409983a2] joining swarm manager [d03f1ab6c4d01]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:48:25.457Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-30T09:48:25.457Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-30T09:48:25.457Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-30T09:48:25.457Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-30T09:48:26.022Z] check_test.go:380: [dde67b1325d89] daemon is not started [2021-06-30T09:48:26.278Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-30T09:48:26.278Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-30T09:48:27.207Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-30T09:48:27.207Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-30T09:48:27.207Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-30T09:48:27.207Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-30T09:48:27.464Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-30T09:48:27.464Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-30T09:48:28.027Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-30T09:48:28.027Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-30T09:48:28.590Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-30T09:48:28.590Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-30T09:48:29.163Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-30T09:48:30.530Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-30T09:48:30.530Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-30T09:48:31.092Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-30T09:48:31.348Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-30T09:48:33.317Z] docker_api_swarm_service_test.go:532: [dbbc7bbd43c89] joining swarm manager [d845ace383516]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:48:34.245Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-30T09:48:34.245Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-30T09:48:34.245Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-30T09:48:34.810Z] docker_api_swarm_service_test.go:533: [dc8ded1022914] joining swarm manager [d845ace383516]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:48:36.177Z] === RUN TestDockerSuite/TestImportFile [2021-06-30T09:48:38.698Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-30T09:48:38.698Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-30T09:48:41.220Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-30T09:48:41.491Z] time="2021-06-30T09:48:29Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2021-06-30T09:48:41.491Z] ok github.com/docker/docker/libnetwork/networkdb 156.569s coverage: 60.7% of statements [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/rootless [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/volume [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-30T09:48:41.491Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === Skipped [2021-06-30T09:48:41.491Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-06-30T09:48:41.491Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-06-30T09:48:41.491Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-06-30T09:48:41.491Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-06-30T09:48:41.491Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-30T09:48:41.491Z] graphtest_unix.go:73: No driver to put! [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-30T09:48:41.491Z] time="2021-06-30T09:44:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-30T09:48:41.491Z] time="2021-06-30T09:44:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-30T09:48:41.491Z] time="2021-06-30T09:44:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-30T09:48:41.491Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-30T09:48:41.491Z] [2021-06-30T09:48:41.491Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-30T09:48:41.491Z] time="2021-06-30T09:44:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-30T09:48:41.491Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-30T09:48:41.492Z] time="2021-06-30T09:44:45Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:73: No driver to put! [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-30T09:48:41.492Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-30T09:48:41.492Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-30T09:48:41.492Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-30T09:48:41.492Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-30T09:48:41.492Z] graphtest_unix.go:73: No driver to put! [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-06-30T09:48:41.492Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-06-30T09:48:41.492Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-06-30T09:48:41.492Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-30T09:48:41.492Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-30T09:48:41.492Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-30T09:48:41.492Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-30T09:48:41.492Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-30T09:48:41.492Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-30T09:48:41.492Z] firewalld_test.go:13: firewalld is not running [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-30T09:48:41.492Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-30T09:48:41.492Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] [2021-06-30T09:48:41.492Z] DONE 2627 tests, 37 skipped in 412.597s Post stage [Pipeline] junit [2021-06-30T09:48:41.507Z] Recording test results [2021-06-30T09:48:41.774Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-30T09:48:42.144Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42575/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d70dc9487420852256e2082157c533847eb0aa9e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d70dc9487420852256e2082157c533847eb0aa9e hack/validate/vendor [2021-06-30T09:48:43.073Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-30T09:48:43.686Z] + echo Ensuring container killed. [2021-06-30T09:48:43.686Z] Ensuring container killed. [2021-06-30T09:48:43.686Z] + docker rm -vf docker-pr2 [2021-06-30T09:48:43.686Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-06-30T09:48:43.744Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-30T09:48:44.004Z] + echo Chowning /workspace to jenkins user [2021-06-30T09:48:44.004Z] Chowning /workspace to jenkins user [2021-06-30T09:48:44.004Z] + id -u [2021-06-30T09:48:44.004Z] + id -g [2021-06-30T09:48:44.004Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-30T09:48:44.896Z] + bundleName=unit [2021-06-30T09:48:44.896Z] + echo Creating unit-bundles.tar.gz [2021-06-30T09:48:44.896Z] Creating unit-bundles.tar.gz [2021-06-30T09:48:44.896Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-30T09:48:44.896Z] bundles/junit-report.xml [2021-06-30T09:48:44.896Z] bundles/go-test-report.json [2021-06-30T09:48:44.896Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-30T09:48:44.914Z] Archiving artifacts [2021-06-30T09:48:45.383Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42575/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-30T09:48:45.694Z] + make clean [2021-06-30T09:48:45.950Z] docker volume rm -f docker-dev-cache [2021-06-30T09:48:45.950Z] docker-dev-cache [Pipeline] deleteDir [2021-06-30T09:48:46.263Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-30T09:48:46.826Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-30T09:48:47.771Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-30T09:48:48.700Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-30T09:48:48.700Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-30T09:48:48.700Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-30T09:48:49.264Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-30T09:48:50.193Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-30T09:48:50.755Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-30T09:48:51.686Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-30T09:48:52.249Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-30T09:48:53.178Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-30T09:48:53.178Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-30T09:48:54.544Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-30T09:48:55.106Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-30T09:48:56.035Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-30T09:48:56.035Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-30T09:48:56.596Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-30T09:48:56.596Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-30T09:48:56.596Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-30T09:48:57.963Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-30T09:48:58.524Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-30T09:48:59.088Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-30T09:49:00.021Z] === RUN TestDockerSuite/TestInspectImage [2021-06-30T09:49:00.021Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-30T09:49:00.021Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-30T09:49:00.021Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-30T09:49:00.021Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-30T09:49:00.583Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-30T09:49:01.511Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-30T09:49:01.511Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-30T09:49:02.073Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-30T09:49:02.073Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-30T09:49:03.014Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-30T09:49:04.389Z] docker_api_swarm_service_test.go:147: [de0f55a92de36] joining swarm manager [d45f976854a08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:49:04.647Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-30T09:49:04.647Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-30T09:49:05.578Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-30T09:49:05.578Z] docker_api_swarm_service_test.go:147: [d9a255f40bdea] joining swarm manager [d45f976854a08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:49:06.509Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-30T09:49:09.028Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-30T09:49:09.592Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-30T09:49:10.521Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-30T09:49:11.451Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-30T09:49:12.380Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-30T09:49:12.942Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-30T09:49:13.871Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-30T09:49:13.871Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-30T09:49:15.763Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-30T09:49:17.137Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-30T09:49:19.032Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-30T09:49:19.596Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-30T09:49:21.511Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-30T09:49:24.036Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-30T09:49:26.555Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-30T09:49:26.555Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-30T09:49:29.076Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-30T09:49:29.638Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-30T09:49:30.201Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-30T09:49:42.373Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-30T09:49:43.741Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-30T09:49:45.634Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-30T09:49:46.200Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-30T09:49:46.476Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-30T09:49:50.660Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-30T09:49:50.660Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-30T09:49:50.917Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-30T09:49:50.917Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-30T09:49:50.917Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-30T09:49:51.849Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-30T09:49:52.778Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-30T09:49:56.948Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-30T09:49:57.877Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-30T09:50:03.127Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-30T09:50:03.384Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-30T09:50:03.640Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-30T09:50:05.009Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-30T09:50:06.903Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-30T09:50:08.846Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-30T09:50:10.213Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-30T09:50:12.107Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-30T09:50:14.625Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-30T09:50:15.553Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-30T09:50:16.116Z] === RUN TestDockerSuite/TestLogsSince [2021-06-30T09:50:19.387Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-30T09:50:23.559Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-30T09:50:24.121Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-30T09:50:26.638Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-30T09:50:29.172Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-30T09:50:29.430Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-30T09:50:30.365Z] === RUN TestDockerSuite/TestLogsTail [2021-06-30T09:50:31.295Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-30T09:50:32.661Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-30T09:50:32.661Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-30T09:50:33.225Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-30T09:50:33.657Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-30T09:50:34.221Z] === RUN TestDockerSuite/TestNetHostname [2021-06-30T09:50:36.742Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-30T09:50:36.999Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-30T09:50:37.930Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-30T09:50:38.493Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-30T09:50:42.663Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-30T09:50:44.028Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-30T09:50:46.549Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-30T09:50:47.111Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-30T09:50:47.111Z] === RUN TestDockerSuite/TestPluginActive [2021-06-30T09:50:49.013Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-30T09:50:54.264Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-30T09:50:54.264Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-30T09:50:54.264Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-30T09:50:54.264Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-30T09:50:57.532Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-30T09:50:58.093Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-30T09:50:59.983Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-30T09:51:04.152Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-30T09:51:06.671Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-30T09:51:08.041Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-30T09:51:09.411Z] === RUN TestDockerSuite/TestPortList [2021-06-30T09:51:11.303Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-30T09:51:21.263Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-30T09:51:21.263Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-30T09:51:21.825Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-30T09:51:25.095Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-30T09:51:29.267Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-30T09:51:29.267Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-30T09:51:29.267Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-30T09:51:29.831Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-30T09:51:29.831Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-30T09:51:30.394Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-30T09:51:30.394Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-30T09:51:31.323Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-30T09:51:31.323Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-30T09:51:32.707Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-30T09:51:32.707Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-30T09:51:35.229Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-30T09:51:37.121Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-30T09:51:37.531Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-30T09:51:37.531Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-30T09:51:37.531Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-30T09:51:40.825Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-30T09:51:41.389Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-30T09:51:42.318Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-30T09:51:45.589Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-30T09:51:46.521Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-30T09:51:47.451Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-30T09:51:52.704Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-30T09:51:52.704Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-30T09:51:52.704Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-30T09:51:55.222Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-30T09:51:56.589Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-30T09:51:59.108Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-30T09:52:01.653Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-30T09:52:05.829Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-30T09:52:06.392Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-30T09:52:08.284Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-30T09:52:10.805Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-30T09:52:12.697Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-30T09:52:13.259Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-30T09:52:14.641Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-30T09:52:17.913Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-30T09:52:20.433Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-30T09:52:20.433Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-30T09:52:21.805Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-30T09:52:21.805Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-30T09:52:23.191Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-30T09:52:25.710Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-30T09:52:27.643Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-30T09:52:28.571Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-30T09:52:28.571Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-30T09:52:28.571Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-30T09:52:28.571Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-30T09:52:28.571Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-30T09:52:28.828Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-30T09:52:29.390Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-30T09:52:30.758Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-30T09:52:32.125Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-30T09:52:33.053Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-30T09:52:34.426Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-30T09:52:37.700Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-30T09:52:41.874Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-30T09:52:46.064Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-30T09:52:46.064Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-30T09:52:46.995Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-30T09:52:49.516Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-30T09:52:49.772Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-30T09:52:49.773Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-30T09:52:50.030Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-30T09:52:51.397Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-30T09:52:52.764Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-30T09:52:54.659Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-30T09:52:54.916Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-30T09:52:59.228Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-30T09:53:00.595Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-30T09:53:00.595Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-30T09:53:00.595Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-30T09:53:03.862Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-30T09:53:04.791Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-30T09:53:05.054Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-30T09:53:06.969Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-30T09:53:07.532Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-30T09:53:08.461Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-30T09:53:09.829Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-30T09:53:10.759Z] === RUN TestDockerSuite/TestRmiTag [2021-06-30T09:53:11.015Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-30T09:53:11.945Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-30T09:53:16.118Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-30T09:53:16.373Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-30T09:53:17.308Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-30T09:53:17.565Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-30T09:53:18.934Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-30T09:53:19.496Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-30T09:53:20.058Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-30T09:53:20.986Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-30T09:53:20.986Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-30T09:53:21.550Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-30T09:53:21.807Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-30T09:53:23.712Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-30T09:53:24.642Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-30T09:53:25.206Z] docker_cli_service_logs_test.go:245: checking task eyb1scj81p8p [2021-06-30T09:53:25.206Z] docker_cli_service_logs_test.go:250: checking messages for eyb1scj81p8p [2021-06-30T09:53:25.206Z] docker_cli_service_logs_test.go:245: checking task ud6ztfbtr6on [2021-06-30T09:53:25.206Z] docker_cli_service_logs_test.go:250: checking messages for ud6ztfbtr6on [2021-06-30T09:53:25.769Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-30T09:53:26.697Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-30T09:53:27.624Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-30T09:53:28.993Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-30T09:53:29.922Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-30T09:53:30.483Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-30T09:53:31.411Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-30T09:53:32.341Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-30T09:53:33.272Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-30T09:53:34.201Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-30T09:53:35.568Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-30T09:53:36.129Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-30T09:53:36.386Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-30T09:53:37.314Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-30T09:53:38.244Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-30T09:53:38.244Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-30T09:53:38.808Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-30T09:53:40.733Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-30T09:53:41.662Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-30T09:53:42.590Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-30T09:53:43.153Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-30T09:53:43.716Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-30T09:53:43.716Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-30T09:53:44.644Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-30T09:53:45.211Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-30T09:53:46.144Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-30T09:53:47.072Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-30T09:53:48.002Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-30T09:53:48.002Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-30T09:53:48.930Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-30T09:53:48.930Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-30T09:53:49.858Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-30T09:53:50.421Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-30T09:53:51.349Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-30T09:53:51.912Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-30T09:53:51.912Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-30T09:53:52.841Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-30T09:53:54.734Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-30T09:53:56.294Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-30T09:53:56.551Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-30T09:53:57.920Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-30T09:53:58.849Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-30T09:53:59.106Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-30T09:53:59.669Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-30T09:54:00.232Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-30T09:54:01.601Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-30T09:54:01.857Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-30T09:54:02.113Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-30T09:54:04.007Z] docker_cli_swarm_test.go:1901: [d5d91143e2d5f] joining swarm manager [d7e3ffbc5aed4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:54:04.264Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-30T09:54:05.630Z] docker_cli_swarm_test.go:1902: [dc540b57da6f6] joining swarm manager [d7e3ffbc5aed4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:54:08.150Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-30T09:54:08.150Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-30T09:54:08.407Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-30T09:54:10.928Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-30T09:54:12.293Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-30T09:54:14.187Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-30T09:54:16.711Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-30T09:54:16.711Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-30T09:54:16.711Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-30T09:54:16.711Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-30T09:54:16.711Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-30T09:54:17.273Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-30T09:54:19.795Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-30T09:54:21.163Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-30T09:54:23.053Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-30T09:54:23.982Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-30T09:54:25.350Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-30T09:54:25.911Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-30T09:54:25.911Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-30T09:54:25.911Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-30T09:54:26.840Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-30T09:54:26.840Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-30T09:54:28.206Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-30T09:54:28.464Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-30T09:54:29.394Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-30T09:54:29.957Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-30T09:54:30.885Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-30T09:54:31.447Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-30T09:54:31.447Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-30T09:54:32.376Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-30T09:54:32.951Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-30T09:54:33.514Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-30T09:54:34.443Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-30T09:54:35.370Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-30T09:54:35.370Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-30T09:54:35.935Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-30T09:54:36.864Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-30T09:54:37.792Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-30T09:54:37.792Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-30T09:54:37.792Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-30T09:54:38.721Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-30T09:54:39.284Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-30T09:54:41.176Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-30T09:54:41.433Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-30T09:54:41.433Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-30T09:54:41.433Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-30T09:54:44.704Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-30T09:54:45.267Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-30T09:54:46.198Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-30T09:54:46.761Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-30T09:54:48.653Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-30T09:54:48.653Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-30T09:54:48.653Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-30T09:54:48.653Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-30T09:54:49.216Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-30T09:54:52.496Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-30T09:54:53.864Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-30T09:54:54.120Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-30T09:54:55.487Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-30T09:54:56.416Z] docker_cli_swarm_test.go:1802: [d6ab28fb28c11] joining swarm manager [d84ebb2c180b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:54:57.782Z] docker_cli_swarm_test.go:1803: [dbc6a9c1600ac] joining swarm manager [d84ebb2c180b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:55:01.989Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-30T09:55:01.989Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-30T09:55:02.552Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-30T09:55:03.919Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-30T09:55:03.919Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-30T09:55:03.919Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-30T09:55:05.286Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-30T09:55:06.654Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-30T09:55:08.022Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-30T09:55:08.022Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-30T09:55:08.278Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-30T09:55:09.656Z] === RUN TestDockerSuite/TestRunMount [2021-06-30T09:55:13.828Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-30T09:55:19.079Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-30T09:55:19.079Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-30T09:55:19.643Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-30T09:55:21.012Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-30T09:55:21.576Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-30T09:55:23.469Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-30T09:55:24.034Z] docker_cli_swarm_test.go:1321: [d633eaf73eb6a] joining swarm manager [df8ee042c5739]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:55:25.400Z] docker_cli_swarm_test.go:1322: [d1e648bbee79f] joining swarm manager [df8ee042c5739]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:55:27.919Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-30T09:55:29.813Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-30T09:55:31.740Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-30T09:55:33.633Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-30T09:55:35.000Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-30T09:55:35.000Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-30T09:55:35.933Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-30T09:55:37.301Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-30T09:55:37.864Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-30T09:55:38.792Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-30T09:55:40.684Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-30T09:55:43.203Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-30T09:55:47.371Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-30T09:55:47.627Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-30T09:55:47.627Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-30T09:55:48.190Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-30T09:55:48.446Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-30T09:55:49.025Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-30T09:55:49.955Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-30T09:55:49.955Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-30T09:55:50.518Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-30T09:55:57.053Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-30T09:55:57.053Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-30T09:55:57.053Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-30T09:55:57.053Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-30T09:55:57.618Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-30T09:55:58.986Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-30T09:55:59.915Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-30T09:56:00.479Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-30T09:56:00.479Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-30T09:56:00.736Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-30T09:56:01.299Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-30T09:56:02.228Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-30T09:56:02.484Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-30T09:56:02.484Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-30T09:56:02.484Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-30T09:56:03.047Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-30T09:56:03.609Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-30T09:56:03.609Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-30T09:56:03.609Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-30T09:56:04.538Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-30T09:56:05.909Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-30T09:56:05.909Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-30T09:56:05.909Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-30T09:56:09.184Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-30T09:56:10.125Z] === RUN TestDockerSuite/TestRunRm [2021-06-30T09:56:11.063Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-30T09:56:14.538Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-30T09:56:15.466Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-30T09:56:16.029Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-30T09:56:17.399Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-30T09:56:18.328Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-30T09:56:21.598Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-30T09:56:25.770Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-30T09:56:26.333Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-30T09:56:26.590Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-30T09:56:27.519Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-30T09:56:27.776Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-30T09:56:28.339Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-30T09:56:28.596Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-30T09:56:29.200Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-30T09:56:30.131Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-30T09:56:30.695Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-30T09:56:33.967Z] === RUN TestDockerSuite/TestRunState [2021-06-30T09:56:34.895Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-30T09:56:35.457Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-30T09:56:36.386Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-30T09:56:36.387Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-30T09:56:36.387Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-30T09:56:36.387Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-30T09:56:37.315Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-30T09:56:37.572Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-30T09:56:38.940Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-30T09:56:38.940Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-30T09:56:38.940Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-30T09:56:39.868Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-30T09:56:42.388Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-30T09:56:42.644Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-30T09:56:44.535Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-30T09:56:47.803Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-30T09:56:51.070Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-30T09:56:51.633Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-30T09:56:52.196Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-30T09:56:53.124Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-30T09:56:55.034Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-30T09:56:55.963Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-30T09:56:56.526Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-30T09:56:56.526Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-30T09:56:56.783Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-30T09:56:57.345Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-30T09:56:58.276Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-30T09:56:58.840Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-30T09:56:58.840Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-30T09:56:58.840Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-30T09:56:59.098Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-30T09:56:59.660Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-30T09:57:03.830Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-30T09:57:04.394Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-30T09:57:05.323Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-30T09:57:07.217Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-30T09:57:08.588Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-30T09:57:11.205Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-30T09:57:13.094Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-30T09:57:14.034Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-30T09:57:14.034Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-30T09:57:14.034Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-30T09:57:14.034Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-30T09:57:14.034Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-30T09:57:18.200Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-30T09:57:18.456Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-30T09:57:18.456Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-30T09:57:20.350Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-30T09:57:21.280Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-30T09:57:22.209Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-30T09:57:22.209Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-30T09:57:23.140Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-30T09:57:23.140Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-30T09:57:23.140Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-30T09:57:24.069Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-30T09:57:24.631Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-30T09:57:24.888Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-30T09:57:26.256Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-30T09:57:26.256Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-30T09:57:27.189Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-30T09:57:27.446Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-30T09:57:28.377Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-30T09:57:29.308Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-30T09:57:29.308Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-30T09:57:29.308Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-30T09:57:30.238Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-30T09:57:30.801Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-30T09:57:32.170Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-30T09:57:33.100Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-30T09:57:33.100Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-30T09:57:33.100Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-30T09:57:33.666Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-30T09:57:33.923Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-30T09:57:35.814Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-30T09:57:36.376Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-30T09:57:39.650Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-30T09:57:39.906Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-30T09:57:40.163Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-30T09:57:40.163Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-30T09:57:40.419Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-30T09:57:41.358Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-30T09:57:42.726Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-30T09:57:42.726Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-30T09:57:43.656Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-30T09:57:43.656Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-30T09:57:45.548Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-30T09:57:45.804Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-30T09:57:46.367Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-30T09:57:48.265Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-30T09:57:48.265Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents016900546 [2021-06-30T09:57:48.265Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-30T09:57:48.521Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-30T09:57:50.415Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-30T09:57:50.415Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-30T09:57:50.672Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-30T09:57:52.568Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-30T09:57:52.568Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-30T09:57:53.945Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-30T09:57:54.202Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-30T09:57:54.459Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-30T09:57:54.459Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-30T09:57:54.459Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-30T09:57:55.021Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-30T09:57:56.913Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-30T09:57:56.913Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-30T09:57:56.913Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-30T09:57:57.476Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-30T09:58:04.014Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-30T09:58:04.014Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-30T09:58:04.014Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-30T09:58:04.577Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-30T09:58:05.945Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-30T09:58:06.873Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-30T09:58:06.873Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-30T09:58:08.768Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-30T09:58:12.035Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-30T09:58:13.970Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-30T09:58:14.534Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-30T09:58:16.629Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-30T09:58:19.161Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-30T09:58:21.053Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-30T09:58:24.322Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-30T09:58:28.491Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-30T09:58:31.759Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-30T09:58:37.004Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-30T09:58:39.519Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-30T09:58:40.884Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-30T09:58:41.814Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-30T09:58:42.386Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-30T09:58:42.949Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-30T09:58:42.949Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-30T09:58:42.949Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-30T09:58:43.877Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-30T09:58:48.049Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-30T09:58:51.318Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-30T09:58:52.248Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-30T09:58:52.810Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-30T09:58:52.810Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-30T09:58:52.810Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-30T09:58:52.810Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-30T09:58:52.810Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-30T09:58:54.179Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-30T09:58:55.545Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-30T09:58:56.475Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-30T09:58:58.365Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-30T09:59:01.017Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-30T09:59:01.947Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-30T09:59:03.316Z] docker_cli_swarm_test.go:1186: [d666e88869fbe] joining swarm manager [d9c434dc331f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T09:59:03.574Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-30T09:59:03.574Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-30T09:59:03.574Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-30T09:59:05.510Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-30T09:59:06.877Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-30T09:59:10.152Z] docker_cli_swarm_test.go:1195: [ddda9c47c3517] joining swarm manager [d9c434dc331f4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T09:59:12.045Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-30T09:59:16.216Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-30T09:59:20.389Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-30T09:59:22.909Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-30T09:59:27.084Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-30T09:59:32.380Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-30T09:59:34.269Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-30T09:59:36.163Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-30T09:59:37.535Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-30T09:59:38.902Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-30T09:59:41.420Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-30T09:59:43.312Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-30T09:59:45.832Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-30T09:59:46.396Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-30T09:59:47.764Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-30T09:59:50.286Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-30T09:59:55.543Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-30T09:59:59.711Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-30T10:00:02.228Z] docker_cli_swarm_test.go:1118: [df27abb5643bf] joining swarm manager [dbec9612aacac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T10:00:03.156Z] docker_cli_swarm_test.go:1119: [d8f03f296ffe9] joining swarm manager [dbec9612aacac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T10:00:05.677Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-30T10:00:05.677Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-30T10:00:05.677Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-30T10:00:05.933Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-30T10:00:05.933Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-30T10:00:06.190Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-30T10:00:06.190Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-30T10:00:06.753Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-30T10:00:07.010Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-30T10:00:07.942Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-30T10:00:07.942Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-30T10:00:07.942Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-30T10:00:07.942Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-30T10:00:07.942Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-30T10:00:10.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-30T10:00:10.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-30T10:00:10.462Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-30T10:00:10.462Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-30T10:00:10.462Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-30T10:00:11.393Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-30T10:00:13.284Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-30T10:00:13.284Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-30T10:00:13.284Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-30T10:00:16.551Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-30T10:00:20.734Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-30T10:00:20.734Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite (1808.42s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.16s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.17s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.18s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.46s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.38s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.16s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.72s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.99s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.72s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.13s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.75s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.92s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.27s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.33s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.22s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachDetach (1.37s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.22s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.04s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.35s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.74s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.72s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.03s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.72s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.64s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.72s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.27s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.42s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.32s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.13s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.47s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.50s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.91s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (11.31s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.70s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.17s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.95s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.79s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.80s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.97s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.87s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.37s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.68s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.22s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.97s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.49s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.87s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddTar (9.08s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.09s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.34s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (10.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.82s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.52s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.60s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.78s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.60s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.95s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.68s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.98s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.55s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (16.97s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.74s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.57s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.14s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.58s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.39s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (2.00s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.94s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.88s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.74s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.44s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.75s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.52s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.34s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (7.55s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.14s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.79s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.44s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCmd (0.27s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.29s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.30s) [2021-06-30T10:00:20.734Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.61s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (8.53s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.19s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.65s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.35s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.28s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.55s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.25s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.89s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.75s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.45s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.85s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.73s) [2021-06-30T10:00:20.734Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-30T10:00:20.734Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-30T10:00:20.734Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-30T10:00:20.734Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (6.08s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (6.84s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.41s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.54s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (8.95s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.27s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.77s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.59s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.60s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.06s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.59s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.45s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.85s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignore (15.55s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.65s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.61s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (16.99s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.80s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (5.90s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.13s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.27s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (8.82s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.06s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.86s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (19.46s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.15s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (6.96s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.37s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.30s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.56s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.14s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.35s) [2021-06-30T10:00:20.734Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.75s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.44s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.62s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnv (1.95s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.92s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.43s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.93s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (24.44s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.73s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.78s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.62s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.42s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.49s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.19s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.21s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (10.62s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildExpose (0.21s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.40s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.31s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.22s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFails (0.91s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.50s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.64s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.81s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.38s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.29s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.19s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.92s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.35s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.98s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.31s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (0.93s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildHistory (3.37s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.33s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.91s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.57s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.04s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.49s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabel (0.53s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.29s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.43s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.31s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabels (0.46s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.77s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.17s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.85s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.38s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.24s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.28s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.48s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.30s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.59s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.63s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.41s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.30s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.56s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.19s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.47s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.58s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.09s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.31s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.42s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.86s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.39s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.12s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.45s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.41s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.06s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.34s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.38s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.83s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuild (3.33s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.67s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.30s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.52s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.77s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.05s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.25s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.93s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildPATH (1.42s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.74s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.05s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.26s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.16s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (5.69s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRm (4.49s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.21s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.12s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.54s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.72s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.64s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.57s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.30s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (4.21s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.11s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.29s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.45s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.93s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.13s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildStderr (1.10s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.77s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.00s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.13s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.39s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.91s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.40s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildUser (1.97s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.59s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.59s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.72s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.48s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.58s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.19s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.87s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.99s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.90s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.86s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.21s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.47s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.65s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.65s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.32s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.42s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.61s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.26s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-06-30T10:00:20.735Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.76s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.35s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitChange (1.17s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.95s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.11s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.48s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.84s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitTTY (1.66s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.79s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.43s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.91s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.49s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.44s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.90s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.89s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.99s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.93s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.86s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.75s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.10s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.19s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.95s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.96s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.14s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.87s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.80s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.87s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.35s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.25s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.88s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIPause (1.12s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.15s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.10s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.83s) [2021-06-30T10:00:20.735Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.76s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.85s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.05s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.57s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.90s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.85s) [2021-06-30T10:00:20.736Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.05s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.81s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.94s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.51s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.43s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.30s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.73s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (22.75s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.58s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.63s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.59s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.56s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc0008e25b8_} (1.65s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1167899850_/foo_false____} (1.57s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1167899850_/foo_true____} (1.68s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_false____} (1.55s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_true____} (0.93s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3989774753_/foo_true__0xc0008e25e8__} (1.57s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc0008e2600_} (1.56s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc0008e2618_} (1.54s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc0008e2630_} (1.55s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc0008e2648_} (1.54s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.41s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.83s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.04s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.94s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.38s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.78s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.76s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.75s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.79s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.84s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.80s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.85s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.83s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.87s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.20s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.62s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.86s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.79s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.74s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.85s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.79s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.84s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.39s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.73s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.41s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.58s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseE (4.08s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.72s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.17s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.88s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.96s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToDot (0.74s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.80s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.31s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToStdout (0.76s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.11s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.30s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.88s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.36s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.73s) [2021-06-30T10:00:20.736Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.24s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateRM (0.13s) [2021-06-30T10:00:20.736Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.12s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.16s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.08s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.85s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.13s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.69s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.37s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.77s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.39s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.49s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.69s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.69s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.81s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.28s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.17s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.36s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.94s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.55s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.76s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.89s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsAttach (0.79s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsCommit (0.85s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.70s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.73s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.74s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.74s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.44s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.26s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsCopy (1.06s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.49s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.59s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.54s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.09s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.17s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.37s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.20s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.04s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFilters (2.11s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFormat (2.36s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.91s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.23s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.58s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2021-06-30T10:00:20.736Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-30T10:00:20.736Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.27s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.71s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsRename (0.71s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsResize (0.80s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.67s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.01s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.86s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.20s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsTop (1.24s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsUntag (2.57s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.37s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExec (1.36s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.88s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.20s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.07s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.34s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.99s) [2021-06-30T10:00:20.736Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.99s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.97s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.96s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.70s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecCgroup (2.61s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecEnv (1.49s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.66s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.24s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecInspectID (3.49s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecInteractive (1.78s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.75s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.41s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecParseError (0.96s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecPausedContainer (1.12s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.85s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.70s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecStartFails (1.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.40s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.77s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecTTY (1.12s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.16s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.84s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecUlimits (1.36s) [2021-06-30T10:00:20.737Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecWithImageUser (3.17s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.28s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (3.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestExecWithUser (1.34s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.80s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.92s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.76s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.75s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.84s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHealth (23.70s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.07s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.86s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.20s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.39s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.65s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.98s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFormat (0.09s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.85s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.93s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportDisplay (1.72s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportFile (2.77s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.04s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (2.63s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportGzipped (2.51s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.09s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.97s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.74s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.83s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.74s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.72s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.74s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.77s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.85s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.68s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.37s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.72s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.73s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.73s) [2021-06-30T10:00:20.737Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.07s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.73s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectDefault (0.68s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectHistory (0.78s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-06-30T10:00:20.737Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.67s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.72s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.70s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.93s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.52s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.79s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectStatus (1.14s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.38s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.75s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.82s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.14s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.73s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.67s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.69s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.53s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.81s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.10s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.47s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.82s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.52s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.73s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.25s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.08s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.02s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.76s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.93s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.51s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.81s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.19s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.94s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.84s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.77s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.03s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.50s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.75s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.75s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.67s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.60s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.86s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.79s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.78s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsSince (7.34s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.90s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.82s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsTail (1.07s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.05s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.80s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.28s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.80s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestNetHostname (2.76s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.68s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.20s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.39s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.90s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginActive (1.50s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.90s) [2021-06-30T10:00:20.737Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.69s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.66s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.17s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.86s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.10s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.57s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.62s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPortList (10.73s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.71s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.24s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.67s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.66s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.69s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-06-30T10:00:20.737Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.36s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.79s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.38s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.57s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsByOrder (3.85s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (1.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersBase (4.25s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (5.33s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.09s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.47s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.90s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.57s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.74s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.76s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.92s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.74s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.62s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.23s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.37s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.20s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.22s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.73s) [2021-06-30T10:00:20.738Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.15s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.69s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.40s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.36s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.71s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (12.47s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.64s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.58s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.07s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.25s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.58s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (2.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (4.51s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.43s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.24s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.23s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.58s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.96s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.87s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (1.10s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiTag (0.31s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.83s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.87s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.66s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.81s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.34s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.50s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddHost (0.65s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.47s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.69s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.82s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.76s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.17s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.14s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.84s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.92s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.43s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.84s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.87s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.91s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.75s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.86s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.14s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.11s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.10s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.81s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.84s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.03s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.53s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.91s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.81s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.71s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.71s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.75s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.82s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (1.04s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.90s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.78s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.96s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.74s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.72s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.65s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.71s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.73s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.99s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.32s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.96s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.88s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.81s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.96s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.89s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (2.03s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.44s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.66s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.09s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.58s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.23s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.24s) [2021-06-30T10:00:20.738Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-30T10:00:20.738Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.69s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.36s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.37s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.12s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.50s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.69s) [2021-06-30T10:00:20.738Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.69s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.70s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (1.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.70s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.75s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.73s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunExitCode (0.84s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.77s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.72s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.03s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.87s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.77s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.48s) [2021-06-30T10:00:20.738Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.07s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.73s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.81s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.64s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.15s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.54s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.55s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.98s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.55s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.58s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.13s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.17s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.33s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.45s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.43s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.40s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMount (8.45s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.69s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.70s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.44s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.55s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.89s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.06s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.29s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.47s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.51s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.97s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetHost (1.25s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.78s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.93s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.06s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.06s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.07s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.60s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.08s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.68s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.07s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.73s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.67s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.67s) [2021-06-30T10:00:20.738Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.72s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.66s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.49s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.83s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.41s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.51s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.46s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.69s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.34s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.10s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.44s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRm (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.71s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.71s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.34s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.77s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.52s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.79s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.69s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.45s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.42s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.42s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.71s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.68s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunState (1.46s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.73s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.42s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunSysctls (1.38s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.69s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.20s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.65s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.63s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.46s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.19s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.71s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.67s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.91s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUnshareProc (0.96s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserByID (0.68s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserByName (0.77s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.73s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.69s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.80s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.91s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.05s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.39s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.10s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.43s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.72s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.21s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.63s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.59s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (1.05s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.96s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.92s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.83s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.80s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.06s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.28s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.23s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.98s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.91s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.92s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.90s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.80s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.97s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.85s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.87s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.61s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.88s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (1.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.01s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.15s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.17s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.95s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveImageId (0.13s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.49s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.15s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.65s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.37s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.11s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.49s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.51s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.59s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.66s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.10s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.58s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (3.02s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.31s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.81s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartRecordError (1.60s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.53s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.92s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.01s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.73s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.73s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.76s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.76s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.55s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.99s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.89s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.50s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.74s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.42s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.10s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.66s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateStats (3.76s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.76s) [2021-06-30T10:00:20.739Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.96s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.09s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.08s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.40s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.72s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.59s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.47s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (4.92s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.01s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.32s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.39s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.39s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.34s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.05s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.08s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.17s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.52s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.08s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.70s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.74s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.93s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.19s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.09s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.77s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.03s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-06-30T10:00:20.739Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.03s) [2021-06-30T10:00:20.740Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.67s) [2021-06-30T10:00:20.740Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-30T10:00:20.740Z] === RUN TestDockerRegistrySuite [2021-06-30T10:00:20.740Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-30T10:00:21.668Z] check_test.go:196: [dd1758dd08667] daemon is not started [2021-06-30T10:00:21.669Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-30T10:00:23.036Z] check_test.go:196: [d03a0af539695] daemon is not started [2021-06-30T10:00:23.036Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-30T10:00:24.402Z] check_test.go:196: [dd98d56062d5a] daemon is not started [2021-06-30T10:00:24.402Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-30T10:00:24.402Z] check_test.go:196: [d9d35131e43d1] daemon is not started [2021-06-30T10:00:24.402Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-30T10:00:28.572Z] check_test.go:196: [dfc1cd7b51449] daemon is not started [2021-06-30T10:00:28.572Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-30T10:00:33.817Z] check_test.go:196: [d7cfebf76807d] daemon is not started [2021-06-30T10:00:34.073Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-30T10:00:37.344Z] check_test.go:196: [d966414d929b3] daemon is not started [2021-06-30T10:00:37.601Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-30T10:00:38.973Z] check_test.go:196: [da9b7ad7f1f0d] daemon is not started [2021-06-30T10:00:38.973Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-30T10:00:39.902Z] check_test.go:196: [d22c9a7d5dce4] daemon is not started [2021-06-30T10:00:39.902Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-30T10:00:41.268Z] check_test.go:196: [dfa610db8ce95] daemon is not started [2021-06-30T10:00:41.268Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-30T10:00:42.647Z] check_test.go:196: [d59a8ecf8cd14] daemon is not started [2021-06-30T10:00:42.647Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-30T10:00:44.013Z] check_test.go:196: [d7eaf091bb7ca] daemon is not started [2021-06-30T10:00:44.013Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-30T10:00:44.942Z] check_test.go:196: [d193f19cf13b4] daemon is not started [2021-06-30T10:00:45.199Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-30T10:00:46.565Z] check_test.go:196: [d0e1547606b4c] daemon is not started [2021-06-30T10:00:46.565Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-30T10:00:47.494Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:230aed064f659062fbeaa9eaf0398804fddefbbc1fb2b11a57b3335470f7eeb6 [2021-06-30T10:00:48.423Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:80fdf9b5a7079f15d2420fc0cb1d73e7e2ebe8c7c5fd291de2324eb72d492421 [2021-06-30T10:00:48.986Z] check_test.go:196: [d6b794a395ceb] daemon is not started [2021-06-30T10:00:48.986Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-30T10:00:49.915Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:2d5b6cf97d962246c0bf09c74f356b66f977a8a8f94584673e2272dcc78d0b83 [2021-06-30T10:00:51.283Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:a877712fc6e2a4fe2cf98f9a1272d323b2e8818d2d63dd9c225f2aadb404961b [2021-06-30T10:00:51.283Z] check_test.go:196: [d9fd25ea52bc4] daemon is not started [2021-06-30T10:00:51.283Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-30T10:00:52.654Z] check_test.go:196: [daeab7912b484] daemon is not started [2021-06-30T10:00:52.654Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-30T10:00:55.927Z] check_test.go:196: [d11b5d32decc3] daemon is not started [2021-06-30T10:00:55.927Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-30T10:00:56.856Z] check_test.go:196: [d453c4f0624da] daemon is not started [2021-06-30T10:00:56.856Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-30T10:00:56.856Z] check_test.go:196: [df4de09f8ccfe] daemon is not started [2021-06-30T10:00:56.856Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-30T10:00:58.225Z] check_test.go:196: [d9cdef761aac6] daemon is not started [2021-06-30T10:00:58.225Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-30T10:00:59.156Z] check_test.go:196: [d1d2f19842777] daemon is not started [2021-06-30T10:00:59.156Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-30T10:01:00.522Z] check_test.go:196: [dbb54ae015864] daemon is not started [2021-06-30T10:01:00.522Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-30T10:01:03.810Z] check_test.go:196: [dfd3abb712f37] daemon is not started [2021-06-30T10:01:03.810Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-30T10:01:03.810Z] check_test.go:196: [d63ab428504b6] daemon is not started [2021-06-30T10:01:03.810Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-30T10:01:05.701Z] check_test.go:196: [d15ec1ce6b085] daemon is not started [2021-06-30T10:01:05.701Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-30T10:01:05.701Z] check_test.go:196: [db66bd9ecc89e] daemon is not started [2021-06-30T10:01:05.701Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-30T10:01:05.957Z] check_test.go:196: [d97c4bbd3a6c9] daemon is not started [2021-06-30T10:01:05.957Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-30T10:01:06.214Z] check_test.go:196: [de2e159ba0717] daemon is not started [2021-06-30T10:01:06.214Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-30T10:01:06.470Z] check_test.go:196: [de7bece1767a8] daemon is not started [2021-06-30T10:01:06.470Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-30T10:01:07.033Z] check_test.go:196: [d3274576999b7] daemon is not started [2021-06-30T10:01:07.033Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-30T10:01:07.033Z] check_test.go:196: [d8b45d09d9f10] daemon is not started [2021-06-30T10:01:07.033Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-30T10:01:08.400Z] check_test.go:196: [d96113ed9567f] daemon is not started [2021-06-30T10:01:08.400Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-30T10:01:10.290Z] check_test.go:196: [d42d72761ccaf] daemon is not started [2021-06-30T10:01:10.290Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-30T10:01:11.653Z] check_test.go:196: [dc421293a51cc] daemon is not started [2021-06-30T10:01:11.653Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-30T10:01:12.581Z] check_test.go:196: [d70621c2531b0] daemon is not started [2021-06-30T10:01:12.581Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-30T10:01:13.508Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite (54.26s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.43s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.26s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.54s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.74s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.74s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.53s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.25s) [2021-06-30T10:01:14.435Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.10s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.28s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.46s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.35s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.14s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.24s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.57s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.39s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.27s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.93s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.25s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.20s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.10s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.12s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.26s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.42s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.36s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.41s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.28s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.95s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.13s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.29s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s) [2021-06-30T10:01:14.436Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-06-30T10:01:14.436Z] === RUN TestDockerSchema1RegistrySuite [2021-06-30T10:01:14.436Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-30T10:01:14.436Z] check_test.go:223: [d3b3e6da7f469] daemon is not started [2021-06-30T10:01:14.436Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-30T10:01:18.601Z] check_test.go:223: [db65bde4775f8] daemon is not started [2021-06-30T10:01:18.601Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-30T10:01:23.874Z] check_test.go:223: [d93db64d6f917] daemon is not started [2021-06-30T10:01:23.874Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-30T10:01:28.052Z] check_test.go:223: [d2e88d5aefb1e] daemon is not started [2021-06-30T10:01:28.052Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-30T10:01:28.982Z] check_test.go:223: [db40c36d2d10e] daemon is not started [2021-06-30T10:01:28.982Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-30T10:01:30.348Z] check_test.go:223: [d75b75c57dffd] daemon is not started [2021-06-30T10:01:30.348Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-30T10:01:30.348Z] check_test.go:223: [dc31fa9b3e68c] daemon is not started [2021-06-30T10:01:30.348Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-30T10:01:31.716Z] check_test.go:223: [dc66a21c42558] daemon is not started [2021-06-30T10:01:31.716Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-30T10:01:32.644Z] check_test.go:223: [dd4a11800bad6] daemon is not started [2021-06-30T10:01:32.645Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-30T10:01:34.011Z] check_test.go:223: [db146dfebc982] daemon is not started [2021-06-30T10:01:34.011Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-30T10:01:34.939Z] docker_cli_swarm_test.go:1172: [d26e159624144] joining swarm manager [dbec9612aacac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-30T10:01:37.457Z] check_test.go:223: [dac0f0b758fbd] daemon is not started [2021-06-30T10:01:37.457Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-30T10:01:38.020Z] check_test.go:223: [d10e567558524] daemon is not started [2021-06-30T10:01:38.020Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-30T10:01:38.277Z] check_test.go:223: [ddb2ec6eab50e] daemon is not started [2021-06-30T10:01:38.277Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-30T10:01:38.533Z] check_test.go:223: [da70b45248c5d] daemon is not started [2021-06-30T10:01:38.533Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-30T10:01:38.790Z] check_test.go:223: [dc4140d346e2d] daemon is not started [2021-06-30T10:01:38.790Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-30T10:01:39.046Z] check_test.go:223: [d2f6dd8acab39] daemon is not started [2021-06-30T10:01:39.046Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-30T10:01:39.302Z] check_test.go:223: [d81d7658759b0] daemon is not started [2021-06-30T10:01:39.302Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-30T10:01:39.559Z] check_test.go:223: [d5339e5ace38e] daemon is not started [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite (25.16s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.64s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.66s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.70s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.27s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.28s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.23s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.12s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.35s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.58s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.41s) [2021-06-30T10:01:39.559Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-06-30T10:01:39.559Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-30T10:01:39.559Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-30T10:01:40.488Z] check_test.go:252: [def7d9861f723] daemon is not started [2021-06-30T10:01:40.488Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-30T10:01:40.744Z] check_test.go:252: [d61cf26298ccc] daemon is not started [2021-06-30T10:01:40.744Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-30T10:01:41.000Z] check_test.go:252: [d94c853baf4c8] daemon is not started [2021-06-30T10:01:41.000Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-30T10:01:42.368Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-30T10:01:42.368Z] check_test.go:252: [d327fba7c6cb2] daemon is not started [2021-06-30T10:01:42.368Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-30T10:01:42.649Z] check_test.go:252: [d7942c86bdb1d] daemon is not started [2021-06-30T10:01:42.911Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-30T10:01:43.473Z] check_test.go:252: [dadb516c3220d] daemon is not started [2021-06-30T10:01:43.473Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-30T10:01:43.473Z] check_test.go:252: [d7a4408fd3d2a] daemon is not started [2021-06-30T10:01:43.473Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.00s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.78s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.56s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.42s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.60s) [2021-06-30T10:01:43.474Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-06-30T10:01:43.474Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-30T10:01:43.474Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-30T10:01:48.716Z] check_test.go:279: [db4f85f5b743a] daemon is not started [2021-06-30T10:01:48.716Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-30T10:01:48.716Z] check_test.go:279: [d2827562ffb4b] daemon is not started [2021-06-30T10:01:48.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-30T10:01:48.972Z] check_test.go:279: [df4749c3cf3bc] daemon is not started [2021-06-30T10:01:48.972Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-30T10:01:49.229Z] check_test.go:279: [dbfdc469d6474] daemon is not started [2021-06-30T10:01:49.229Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-30T10:01:49.229Z] check_test.go:279: [dbfbed6ebc2f0] daemon is not started [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.16s) [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-06-30T10:01:49.229Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-06-30T10:01:49.229Z] === RUN TestDockerNetworkSuite [2021-06-30T10:01:49.229Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-30T10:01:51.748Z] docker_cli_network_unix_test.go:46: [d7b0e612b60a2] daemon is not started [2021-06-30T10:01:51.748Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-30T10:01:52.676Z] docker_cli_network_unix_test.go:46: [d758faa1b367e] daemon is not started [2021-06-30T10:01:52.676Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-30T10:01:57.921Z] docker_cli_network_unix_test.go:46: [df5601735c21b] daemon is not started [2021-06-30T10:01:58.483Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-30T10:02:00.375Z] docker_cli_network_unix_test.go:46: [d71d4f9f7a0b4] daemon is not started [2021-06-30T10:02:00.631Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-30T10:02:00.887Z] docker_cli_network_unix_test.go:1233: [d8fca7243233d] daemon is not started [2021-06-30T10:02:04.158Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-30T10:02:05.525Z] docker_cli_network_unix_test.go:46: [d7b0c2debfc40] daemon is not started [2021-06-30T10:02:06.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-30T10:02:11.351Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-30T10:02:13.874Z] docker_cli_swarm_test.go:1453: [d62b3b9a5bf08] joining swarm manager [d1edff6e0072e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T10:02:13.874Z] docker_cli_network_unix_test.go:46: [d65c1bade64d5] daemon is not started [2021-06-30T10:02:14.437Z] docker_cli_swarm_test.go:1454: [d09e5915ce29a] joining swarm manager [d1edff6e0072e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-30T10:02:15.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-30T10:02:17.526Z] docker_cli_network_unix_test.go:46: [d5d018b1f4c32] daemon is not started [2021-06-30T10:02:17.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-30T10:02:19.156Z] docker_cli_network_unix_test.go:46: [d928fbbe10dd7] daemon is not started [2021-06-30T10:02:19.156Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-30T10:02:19.719Z] docker_cli_network_unix_test.go:46: [d960d91de36ee] daemon is not started [2021-06-30T10:02:19.976Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-30T10:02:20.540Z] docker_cli_network_unix_test.go:46: [dc36796f496c8] daemon is not started [2021-06-30T10:02:20.540Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-30T10:02:21.470Z] docker_cli_network_unix_test.go:46: [d13bb835599ed] daemon is not started [2021-06-30T10:02:21.727Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-30T10:02:22.290Z] docker_cli_network_unix_test.go:46: [dc515cf45bbe0] daemon is not started [2021-06-30T10:02:22.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-30T10:02:22.854Z] docker_cli_network_unix_test.go:46: [d425e15ca9997] daemon is not started [2021-06-30T10:02:22.854Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-30T10:02:23.420Z] docker_cli_network_unix_test.go:46: [dc0e4681725c9] daemon is not started [2021-06-30T10:02:23.420Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-30T10:02:23.983Z] docker_cli_network_unix_test.go:46: [d1e6394b425d7] daemon is not started [2021-06-30T10:02:24.239Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-30T10:02:24.496Z] docker_cli_network_unix_test.go:46: [dffdaf0b4d4c4] daemon is not started [2021-06-30T10:02:24.496Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-30T10:02:24.496Z] docker_cli_network_unix_test.go:46: [dacdbf79c96db] daemon is not started [2021-06-30T10:02:24.496Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-30T10:02:24.754Z] docker_cli_network_unix_test.go:46: [d8d104084f003] daemon is not started [2021-06-30T10:02:24.754Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-30T10:02:25.316Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-30T10:02:25.886Z] docker_cli_network_unix_test.go:46: [dcf0f8d1c9efb] daemon is not started [2021-06-30T10:02:25.886Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-30T10:02:26.826Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-30T10:02:26.826Z] docker_cli_network_unix_test.go:46: [deb34d07497e5] daemon is not started [2021-06-30T10:02:26.826Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-30T10:02:27.083Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-30T10:02:27.083Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-30T10:02:27.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-30T10:02:27.340Z] docker_cli_network_unix_test.go:46: [d796aaaa67524] daemon is not started [2021-06-30T10:02:27.340Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-30T10:02:27.903Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-30T10:02:27.903Z] docker_cli_network_unix_test.go:46: [d2009ef637975] daemon is not started [2021-06-30T10:02:28.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-30T10:02:28.159Z] docker_cli_network_unix_test.go:46: [d822a66efdb93] daemon is not started [2021-06-30T10:02:28.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-30T10:02:30.051Z] docker_cli_network_unix_test.go:968: [dfff604dfe842] daemon is not started [2021-06-30T10:02:30.308Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-30T10:02:31.677Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-30T10:02:34.199Z] docker_cli_network_unix_test.go:46: [d082d3b09052b] daemon is not started [2021-06-30T10:02:34.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-30T10:02:34.760Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-30T10:02:37.281Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-30T10:02:39.802Z] docker_cli_swarm_unix_test.go:62: [d1ef50dd745c3] joining swarm manager [d9bc3f2dd0cb6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T10:02:40.059Z] docker_cli_network_unix_test.go:1116: [d4a791d84eb74] daemon is not started [2021-06-30T10:02:45.308Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-30T10:02:45.564Z] docker_cli_network_unix_test.go:46: [d59738221c6df] daemon is not started [2021-06-30T10:02:45.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-30T10:02:46.491Z] docker_cli_network_unix_test.go:46: [d492158f9c8ab] daemon is not started [2021-06-30T10:02:46.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-30T10:02:46.491Z] docker_cli_network_unix_test.go:46: [d35affec8b00a] daemon is not started [2021-06-30T10:02:46.491Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-30T10:02:46.748Z] docker_cli_network_unix_test.go:46: [d428367e4682f] daemon is not started [2021-06-30T10:02:46.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-30T10:02:46.748Z] docker_cli_network_unix_test.go:46: [ddc14b1043469] daemon is not started [2021-06-30T10:02:46.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-30T10:02:47.005Z] docker_cli_network_unix_test.go:46: [df547717d9bbb] daemon is not started [2021-06-30T10:02:47.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-30T10:02:47.005Z] docker_cli_network_unix_test.go:46: [d438edaaf3f55] daemon is not started [2021-06-30T10:02:47.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-30T10:02:50.284Z] docker_cli_network_unix_test.go:46: [d1342e75f945d] daemon is not started [2021-06-30T10:02:50.846Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-30T10:02:51.103Z] docker_cli_network_unix_test.go:46: [ddce6265ecb0e] daemon is not started [2021-06-30T10:02:51.103Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-30T10:02:51.103Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-30T10:02:51.103Z] docker_cli_network_unix_test.go:46: [d42462c83e47c] daemon is not started [2021-06-30T10:02:51.103Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-30T10:02:52.032Z] docker_cli_network_unix_test.go:46: [da812e7faaacb] daemon is not started [2021-06-30T10:02:52.032Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-30T10:02:56.201Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-30T10:02:58.093Z] docker_cli_network_unix_test.go:1084: [d478ceeb45b96] daemon is not started [2021-06-30T10:03:00.611Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-30T10:03:00.611Z] docker_cli_network_unix_test.go:46: [df5b0dc209478] daemon is not started [2021-06-30T10:03:00.611Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-30T10:03:01.541Z] docker_cli_network_unix_test.go:46: [d1fcdc44acd79] daemon is not started [2021-06-30T10:03:01.541Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-30T10:03:03.434Z] docker_cli_network_unix_test.go:46: [d91eca7e2a150] daemon is not started [2021-06-30T10:03:03.690Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-30T10:03:03.691Z] docker_cli_network_unix_test.go:46: [db71364d77d34] daemon is not started [2021-06-30T10:03:03.691Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-30T10:03:04.619Z] docker_cli_network_unix_test.go:46: [db96766f443c8] daemon is not started [2021-06-30T10:03:04.876Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-30T10:03:05.133Z] docker_cli_network_unix_test.go:46: [d83dff08a3d51] daemon is not started [2021-06-30T10:03:05.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-30T10:03:06.062Z] docker_cli_network_unix_test.go:46: [dd51eac2b4caf] daemon is not started [2021-06-30T10:03:06.319Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-30T10:03:11.572Z] docker_cli_network_unix_test.go:46: [d8bac3935ad96] daemon is not started [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite (81.66s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.44s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.95s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.80s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.11s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.56s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.79s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (9.03s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.77s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.33s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.79s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.64s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.12s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.12s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2021-06-30T10:03:11.572Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.00s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.09s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.61s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.10s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.67s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.31s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.35s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.45s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.22s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.90s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.16s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.20s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.18s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.91s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2021-06-30T10:03:11.573Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.09s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.21s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.97s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.06s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.27s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.02s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.05s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.50s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.15s) [2021-06-30T10:03:11.573Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.58s) [2021-06-30T10:03:11.573Z] === RUN TestDockerHubPullSuite [2021-06-30T10:03:11.573Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-30T10:03:12.499Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-30T10:03:15.014Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-30T10:03:15.014Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-30T10:03:15.942Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-30T10:03:16.199Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite (5.32s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.41s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.34s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.08s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.21s) [2021-06-30T10:03:16.199Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-06-30T10:03:16.199Z] PASS [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === Skipped [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.02s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.02s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_sni_test.go:18: Flakey test [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-30T10:03:16.199Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-30T10:03:16.199Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-30T10:03:16.199Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-30T10:03:16.199Z] docker_cli_network_unix_test.go:46: [d42462c83e47c] daemon is not started [2021-06-30T10:03:16.199Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] [2021-06-30T10:03:16.199Z] DONE 1269 tests, 51 skipped in 2036.660s [2021-06-30T10:03:16.200Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-30T10:03:16.456Z] ++++ cat bundles/test-integration/docker.pid [2021-06-30T10:03:16.456Z] +++ kill 8276 [2021-06-30T10:03:16.456Z] +++ /etc/init.d/apparmor stop [2021-06-30T10:03:16.456Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-30T10:03:16.456Z] [2021-06-30T10:03:16.456Z] Unloading profiles will leave already running processes permanently [2021-06-30T10:03:16.456Z] unconfined, which can lead to unexpected situations. [2021-06-30T10:03:16.456Z] [2021-06-30T10:03:16.456Z] To set a process to complain mode, use the command line tool [2021-06-30T10:03:16.456Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-30T10:03:16.456Z] +++ true [2021-06-30T10:03:16.456Z] exiting test-integration [2021-06-30T10:03:16.456Z] ++ exit 0 [2021-06-30T10:03:16.456Z] [2021-06-30T10:03:16.712Z] + for job in $(jobs -p) [2021-06-30T10:03:16.712Z] + wait 3867 [2021-06-30T10:03:31.549Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-30T10:03:33.437Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-30T10:03:37.609Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-30T10:03:39.499Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-30T10:03:42.770Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-30T10:03:45.287Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-30T10:03:47.173Z] docker_api_swarm_test.go:961: [d9813cd6c7c25] joining swarm manager [d93ea35012191]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-30T10:04:05.213Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-30T10:04:17.378Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-30T10:04:18.747Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-30T10:04:21.263Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-30T10:04:24.541Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-30T10:04:32.641Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-30T10:04:37.932Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-30T10:04:41.198Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-30T10:04:43.715Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-30T10:04:46.983Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-30T10:04:49.503Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-30T10:04:53.687Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-30T10:04:55.576Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-30T10:05:51.741Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-30T10:06:06.576Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite (1743.05s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.24s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.12s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.17s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.35s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (33.19s) [2021-06-30T10:06:24.621Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.49s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.93s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.18s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (37.93s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (17.83s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.11s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.72s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.27s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (43.91s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (21.03s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.65s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.45s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (24.16s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (68.89s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (62.85s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.92s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.03s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.07s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.18s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.82s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (30.65s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (3.00s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.74s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (30.95s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.90s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.89s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.91s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.03s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.25s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.98s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.35s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.80s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.27s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.95s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.45s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.33s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.39s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.85s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.87s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.43s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.14s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.23s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.51s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.44s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.66s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.32s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.70s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.47s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.69s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.28s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.24s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.33s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.98s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.42s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.65s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.51s) [2021-06-30T10:06:24.621Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.40s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.31s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.63s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.66s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.64s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.69s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (24.94s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.55s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.59s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.29s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.03s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.41s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (116.84s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.57s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.81s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.15s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.60s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.41s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.68s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.25s) [2021-06-30T10:06:24.622Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.99s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.81s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.83s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.13s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (54.21s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (45.47s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.30s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.18s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.53s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.88s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.68s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.22s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.44s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.46s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.47s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.78s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.20s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.74s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.23s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.64s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.34s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.95s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.35s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.17s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.20s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.21s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.38s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.55s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.90s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.76s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.02s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.85s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.76s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.22s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.17s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.19s) [2021-06-30T10:06:24.622Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.16s) [2021-06-30T10:06:24.622Z] === RUN TestDockerExternalVolumeSuite [2021-06-30T10:06:24.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-30T10:06:24.622Z] docker_cli_external_volume_driver_test.go:53: [d7e7d437c474d] daemon is not started [2021-06-30T10:06:39.463Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-30T10:07:47.126Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-30T10:07:55.208Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-30T10:08:10.058Z] docker_cli_external_volume_driver_test.go:53: [de08df0811f07] daemon is not started [2021-06-30T10:08:24.895Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-30T10:08:42.937Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-30T10:08:57.773Z] docker_cli_external_volume_driver_test.go:53: [da36223bc1021] daemon is not started [2021-06-30T10:09:12.620Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-30T10:09:12.620Z] docker_cli_external_volume_driver_test.go:53: [d7fe005991553] daemon is not started [2021-06-30T10:09:27.456Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-30T10:09:59.475Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-30T10:10:14.308Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-30T10:10:32.352Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-30T10:11:18.961Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-30T10:11:37.004Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-30T10:12:09.042Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-30T10:12:41.060Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-30T10:12:53.224Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-30T10:13:11.274Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-30T10:13:11.274Z] docker_cli_external_volume_driver_test.go:485: [d695bcea76379] daemon is not started [2021-06-30T10:13:29.318Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-30T10:13:29.318Z] docker_cli_external_volume_driver_test.go:53: [d5a8b532896ff] daemon is not started [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite (439.59s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.85s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.40s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.46s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.43s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.47s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.52s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.43s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.12s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.27s) [2021-06-30T10:13:44.156Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-06-30T10:13:44.156Z] PASS [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] === Skipped [2021-06-30T10:13:44.156Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-30T10:13:44.156Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-30T10:13:44.156Z] check_test.go:309: [d33cfb6cb2ecf] daemon is not started [2021-06-30T10:13:44.156Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-30T10:13:44.156Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-30T10:13:44.156Z] check_test.go:309: [d23b609d8eb9a] daemon is not started [2021-06-30T10:13:44.156Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-30T10:13:44.156Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-30T10:13:44.156Z] check_test.go:309: [db6c442ff5245] daemon is not started [2021-06-30T10:13:44.156Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-30T10:13:44.156Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-30T10:13:44.156Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-30T10:13:44.156Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-30T10:13:44.156Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] DONE 273 tests, 5 skipped in 2661.989s [2021-06-30T10:13:44.156Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-30T10:13:44.156Z] ++++ cat bundles/test-integration/docker.pid [2021-06-30T10:13:44.156Z] +++ kill 8314 [2021-06-30T10:13:44.156Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd6c0aabfbc4e/docker.pid [2021-06-30T10:13:44.156Z] +++ kill 7244 [2021-06-30T10:13:44.156Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7244 is not a child of this shell [2021-06-30T10:13:44.156Z] warning: PID 7244 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd6c0aabfbc4e/docker.pid had a nonzero exit code [2021-06-30T10:13:44.156Z] +++ /etc/init.d/apparmor stop [2021-06-30T10:13:44.156Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] Unloading profiles will leave already running processes permanently [2021-06-30T10:13:44.156Z] unconfined, which can lead to unexpected situations. [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] To set a process to complain mode, use the command line tool [2021-06-30T10:13:44.156Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-30T10:13:44.156Z] +++ true [2021-06-30T10:13:44.156Z] exiting test-integration [2021-06-30T10:13:44.156Z] ++ exit 0 [2021-06-30T10:13:44.156Z] [2021-06-30T10:13:44.156Z] + exit 0 [2021-06-30T10:13:44.156Z] ++ jobs -p [2021-06-30T10:13:44.156Z] + pids= [2021-06-30T10:13:44.156Z] + echo 'Remaining pids to kill: []' [2021-06-30T10:13:44.156Z] Remaining pids to kill: [] [2021-06-30T10:13:44.156Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-30T10:13:44.179Z] Recording test results [2021-06-30T10:13:45.577Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-30T10:13:45.946Z] + echo Ensuring container killed. [2021-06-30T10:13:45.946Z] Ensuring container killed. [2021-06-30T10:13:45.946Z] + docker ps -aq -f name=docker-pr2-* [2021-06-30T10:13:45.946Z] + cids=161bdca21c8e [2021-06-30T10:13:45.946Z] 11811f6821f0 [2021-06-30T10:13:45.946Z] 63fcf2e05f77 [2021-06-30T10:13:45.946Z] + [ -n 161bdca21c8e [2021-06-30T10:13:45.946Z] 11811f6821f0 [2021-06-30T10:13:45.946Z] 63fcf2e05f77 ] [2021-06-30T10:13:45.946Z] + docker rm -vf 161bdca21c8e 11811f6821f0 63fcf2e05f77 [2021-06-30T10:13:48.485Z] 161bdca21c8e [2021-06-30T10:13:48.486Z] 11811f6821f0 [2021-06-30T10:13:48.486Z] 63fcf2e05f77 [Pipeline] sh [2021-06-30T10:13:48.804Z] + echo Chowning /workspace to jenkins user [2021-06-30T10:13:48.804Z] Chowning /workspace to jenkins user [2021-06-30T10:13:48.804Z] + id -u [2021-06-30T10:13:48.804Z] + id -g [2021-06-30T10:13:48.804Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42575:/workspace busybox chown -R 1000:1000 /workspace [2021-06-30T10:13:48.804Z] Unable to find image 'busybox:latest' locally [2021-06-30T10:13:48.804Z] latest: Pulling from library/busybox [2021-06-30T10:13:49.116Z] b71f96345d44: Pulling fs layer [2021-06-30T10:13:49.116Z] b71f96345d44: Verifying Checksum [2021-06-30T10:13:49.116Z] b71f96345d44: Download complete [2021-06-30T10:13:49.116Z] b71f96345d44: Pull complete [2021-06-30T10:13:49.116Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-30T10:13:49.373Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-30T10:13:53.885Z] + bundleName=amd64 [2021-06-30T10:13:53.885Z] + echo Creating amd64-bundles.tar.gz [2021-06-30T10:13:53.885Z] Creating amd64-bundles.tar.gz [2021-06-30T10:13:53.885Z] + xargs tar -czf amd64-bundles.tar.gz [2021-06-30T10:13:53.885Z] + 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-30T10:13:55.260Z] Archiving artifacts [2021-06-30T10:13:57.049Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42575/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-30T10:13:57.376Z] + make clean [2021-06-30T10:13:57.632Z] docker volume rm -f docker-dev-cache [2021-06-30T10:13:57.632Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [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