Pull request #41221 updated 12:51:04 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d+260c26b7beadd8b7700aaf786dbb232b87a967e8 (ea1468d33e3472d9d030038c000bfd08bdd4c90b) 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 ad1b00369dd78a15c273e17e363f91bced3f6e18 using credential jps-reader > git rev-parse --is-inside-work-tree # 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 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 ad1b00369dd78a15c273e17e363f91bced3f6e18 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f ad1b00369dd78a15c273e17e363f91bced3f6e18 # timeout=10 Commit message: "Merge pull request #22 from docker/add-getOnlineNodeNamesByPrefix" > git rev-list --no-walk ad1b00369dd78a15c273e17e363f91bced3f6e18 # 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 12:51:08 [2020-07-17T12:51:08.123Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone 12:51:08 [2020-07-17T12:51:08.127Z] Trying to pass milestone 1 [Pipeline] milestone 12:51:08 [2020-07-17T12:51:08.168Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node 12:51:08 [2020-07-17T12:51:08.328Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06fec170d37651169) in /home/ubuntu/workspace/moby_PR-41221 [Pipeline] { [Pipeline] checkout 12:51:08 [2020-07-17T12:51:08.374Z] using credential docker-jenkins-github-credentials 12:51:08 [2020-07-17T12:51:08.380Z] Cloning the remote Git repository 12:51:08 [2020-07-17T12:51:08.380Z] Cloning with configured refspecs honoured and without tags 12:51:08 [2020-07-17T12:51:08.438Z] Cloning repository https://github.com/moby/moby.git 12:51:08 [2020-07-17T12:51:08.439Z] > git init /home/ubuntu/workspace/moby_PR-41221 # timeout=10 12:51:08 [2020-07-17T12:51:08.444Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:08 [2020-07-17T12:51:08.444Z] > git --version # timeout=10 12:51:08 [2020-07-17T12:51:08.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:08 [2020-07-17T12:51:08.450Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:26 [2020-07-17T12:51:26.076Z] Fetching without tags 12:51:26 [2020-07-17T12:51:26.344Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:26 [2020-07-17T12:51:26.883Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:26 [2020-07-17T12:51:26.883Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:51:27 [2020-07-17T12:51:27.372Z] Commit message: "testing: bump docker-py 4.2.2" 12:51:27 [2020-07-17T12:51:27.382Z] First time build. Skipping changelog. 12:51:26 [2020-07-17T12:51:26.094Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:26 [2020-07-17T12:51:26.097Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:51:26 [2020-07-17T12:51:26.108Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:26 [2020-07-17T12:51:26.129Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:26 [2020-07-17T12:51:26.136Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:26 [2020-07-17T12:51:26.136Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:26 [2020-07-17T12:51:26.137Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:26 [2020-07-17T12:51:26.404Z] > git config core.sparsecheckout # timeout=10 12:51:26 [2020-07-17T12:51:26.417Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:26 [2020-07-17T12:51:26.919Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:26 [2020-07-17T12:51:26.928Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:26 [2020-07-17T12:51:26.942Z] > git config core.sparsecheckout # timeout=10 12:51:26 [2020-07-17T12:51:26.947Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:27 [2020-07-17T12:51:27.432Z] > git rev-list --no-walk 4c07d27edc3035b801302a6ad6792fc4ca7bd275 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:28 [2020-07-17T12:51:28.474Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/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 12:51:28 [2020-07-17T12:51:28.474Z] Unable to find image 'alpine:latest' locally 12:51:28 [2020-07-17T12:51:28.474Z] latest: Pulling from library/alpine 12:51:28 [2020-07-17T12:51:28.474Z] df20fa9351a1: Already exists 12:51:28 [2020-07-17T12:51:28.734Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 12:51:28 [2020-07-17T12:51:28.734Z] Status: Downloaded newer image for alpine:latest 12:51:31 [2020-07-17T12:51:31.271Z] 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: 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] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [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) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node 12:51:31 [2020-07-17T12:51:31.492Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06fec170d37651169) in /home/ubuntu/workspace/moby_PR-41221 [Pipeline] node [Pipeline] node 12:51:31 [2020-07-17T12:51:31.495Z] Running on s390x-ubuntu-26 in /home/jenkins/workspace/moby_PR-41221 [Pipeline] node 12:51:31 [2020-07-17T12:51:31.498Z] Running on ppc64le-ubuntu-27 in /home/docker/workspace/moby_PR-41221 [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) 12:51:31 [2020-07-17T12:51:31.503Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04b3047b3547e4f1b) in /home/ubuntu/workspace/moby_PR-41221 [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 "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { 12:51:31 [2020-07-17T12:51:31.542Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04becf1f8357ecabb) in /home/ubuntu/workspace/moby_PR-41221 [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout 12:51:31 [2020-07-17T12:51:31.602Z] using credential docker-jenkins-github-credentials [Pipeline] checkout 12:51:31 [2020-07-17T12:51:31.613Z] Fetching changes from the remote Git repository 12:51:31 [2020-07-17T12:51:31.620Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] checkout 12:51:31 [2020-07-17T12:51:31.645Z] using credential docker-jenkins-github-credentials [Pipeline] // stage 12:51:31 [2020-07-17T12:51:31.659Z] Cloning the remote Git repository 12:51:31 [2020-07-17T12:51:31.659Z] Cloning with configured refspecs honoured and without tags 12:51:31 [2020-07-17T12:51:31.662Z] using credential docker-jenkins-github-credentials 12:51:31 [2020-07-17T12:51:31.662Z] using credential docker-jenkins-github-credentials 12:51:31 [2020-07-17T12:51:31.670Z] Cloning the remote Git repository 12:51:31 [2020-07-17T12:51:31.670Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) 12:51:31 [2020-07-17T12:51:31.680Z] Cloning the remote Git repository 12:51:31 [2020-07-17T12:51:31.680Z] Cloning with configured refspecs honoured and without tags [Pipeline] { [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 "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] checkout 12:51:31 [2020-07-17T12:51:31.741Z] using credential docker-jenkins-github-credentials [Pipeline] // stage 12:51:31 [2020-07-17T12:51:31.747Z] Cloning the remote Git repository 12:51:31 [2020-07-17T12:51:31.747Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } 12:51:31 [2020-07-17T12:51:31.898Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:31 [2020-07-17T12:51:31.999Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:31 [2020-07-17T12:51:31.999Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:51:32 [2020-07-17T12:51:32.054Z] Commit message: "testing: bump docker-py 4.2.2" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:51:31 [2020-07-17T12:51:31.664Z] > git rev-parse --is-inside-work-tree # timeout=10 12:51:31 [2020-07-17T12:51:31.672Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:31 [2020-07-17T12:51:31.680Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.680Z] > git --version # timeout=10 12:51:31 [2020-07-17T12:51:31.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:31 [2020-07-17T12:51:31.697Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:31 [2020-07-17T12:51:31.958Z] > git config core.sparsecheckout # timeout=10 12:51:31 [2020-07-17T12:51:31.973Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:32 [2020-07-17T12:51:32.028Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:32 [2020-07-17T12:51:32.044Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:32 [2020-07-17T12:51:32.058Z] > git config core.sparsecheckout # timeout=10 12:51:32 [2020-07-17T12:51:32.061Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:31 [2020-07-17T12:51:31.667Z] Cloning repository https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.667Z] > git init /home/jenkins/workspace/moby_PR-41221 # timeout=10 12:51:31 [2020-07-17T12:51:31.696Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.696Z] > git --version # timeout=10 12:51:31 [2020-07-17T12:51:31.697Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:31 [2020-07-17T12:51:31.698Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:31 [2020-07-17T12:51:31.687Z] Cloning repository https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.688Z] > git init /home/docker/workspace/moby_PR-41221 # timeout=10 12:51:31 [2020-07-17T12:51:31.698Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.698Z] > git --version # timeout=10 12:51:31 [2020-07-17T12:51:31.702Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:31 [2020-07-17T12:51:31.703Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:31 [2020-07-17T12:51:31.670Z] Cloning repository https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.670Z] > git init /home/ubuntu/workspace/moby_PR-41221 # timeout=10 12:51:31 [2020-07-17T12:51:31.680Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.680Z] > git --version # timeout=10 12:51:31 [2020-07-17T12:51:31.685Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:31 [2020-07-17T12:51:31.685Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:31 [2020-07-17T12:51:31.751Z] Cloning repository https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.751Z] > git init /home/ubuntu/workspace/moby_PR-41221 # timeout=10 12:51:31 [2020-07-17T12:51:31.764Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:31 [2020-07-17T12:51:31.764Z] > git --version # timeout=10 12:51:31 [2020-07-17T12:51:31.774Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:31 [2020-07-17T12:51:31.775Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:32 [2020-07-17T12:51:32.844Z] + docker version 12:51:32 [2020-07-17T12:51:32.844Z] Client: Docker Engine - Community 12:51:32 [2020-07-17T12:51:32.844Z] Version: 19.03.12 12:51:32 [2020-07-17T12:51:32.844Z] API version: 1.40 12:51:32 [2020-07-17T12:51:32.844Z] Go version: go1.13.10 12:51:32 [2020-07-17T12:51:32.844Z] Git commit: 48a66213fe 12:51:32 [2020-07-17T12:51:32.844Z] Built: Mon Jun 22 15:45:36 2020 12:51:32 [2020-07-17T12:51:32.844Z] OS/Arch: linux/amd64 12:51:32 [2020-07-17T12:51:32.844Z] Experimental: false 12:51:32 [2020-07-17T12:51:32.844Z] 12:51:32 [2020-07-17T12:51:32.844Z] Server: Docker Engine - Community 12:51:32 [2020-07-17T12:51:32.844Z] Engine: 12:51:32 [2020-07-17T12:51:32.844Z] Version: 19.03.12 12:51:32 [2020-07-17T12:51:32.844Z] API version: 1.40 (minimum version 1.12) 12:51:32 [2020-07-17T12:51:32.844Z] Go version: go1.13.10 12:51:32 [2020-07-17T12:51:32.844Z] Git commit: 48a66213fe 12:51:32 [2020-07-17T12:51:32.844Z] Built: Mon Jun 22 15:44:07 2020 12:51:32 [2020-07-17T12:51:32.844Z] OS/Arch: linux/amd64 12:51:32 [2020-07-17T12:51:32.844Z] Experimental: true 12:51:32 [2020-07-17T12:51:32.844Z] containerd: 12:51:32 [2020-07-17T12:51:32.844Z] Version: 1.2.13 12:51:32 [2020-07-17T12:51:32.844Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:32 [2020-07-17T12:51:32.844Z] runc: 12:51:32 [2020-07-17T12:51:32.844Z] Version: 1.0.0-rc10 12:51:32 [2020-07-17T12:51:32.844Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:32 [2020-07-17T12:51:32.844Z] docker-init: 12:51:32 [2020-07-17T12:51:32.844Z] Version: 0.18.0 12:51:32 [2020-07-17T12:51:32.844Z] GitCommit: fec3683 [Pipeline] sh 12:51:33 [2020-07-17T12:51:33.125Z] + docker info 12:51:40 [2020-07-17T12:51:40.830Z] Fetching without tags 12:51:41 [2020-07-17T12:51:41.135Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:40 [2020-07-17T12:51:40.802Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:40 [2020-07-17T12:51:40.808Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:51:40 [2020-07-17T12:51:40.809Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:40 [2020-07-17T12:51:40.824Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:40 [2020-07-17T12:51:40.837Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:40 [2020-07-17T12:51:40.837Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:40 [2020-07-17T12:51:40.837Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:41 [2020-07-17T12:51:41.141Z] > git config core.sparsecheckout # timeout=10 12:51:41 [2020-07-17T12:51:41.152Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:41 [2020-07-17T12:51:41.651Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:41 [2020-07-17T12:51:41.651Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:51:42 [2020-07-17T12:51:42.130Z] Commit message: "testing: bump docker-py 4.2.2" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:51:41 [2020-07-17T12:51:41.630Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:41 [2020-07-17T12:51:41.645Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:41 [2020-07-17T12:51:41.658Z] > git config core.sparsecheckout # timeout=10 12:51:41 [2020-07-17T12:51:41.662Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:42 [2020-07-17T12:51:42.928Z] + docker version 12:51:42 [2020-07-17T12:51:42.928Z] Client: Docker Engine - Community 12:51:42 [2020-07-17T12:51:42.928Z] Version: 19.03.7 12:51:42 [2020-07-17T12:51:42.928Z] API version: 1.40 12:51:42 [2020-07-17T12:51:42.928Z] Go version: go1.12.17 12:51:42 [2020-07-17T12:51:42.928Z] Git commit: 7141c199a2 12:51:42 [2020-07-17T12:51:42.928Z] Built: Sat Mar 7 16:48:47 2020 12:51:42 [2020-07-17T12:51:42.928Z] OS/Arch: linux/s390x 12:51:42 [2020-07-17T12:51:42.928Z] Experimental: false 12:51:42 [2020-07-17T12:51:42.928Z] 12:51:42 [2020-07-17T12:51:42.928Z] Server: Docker Engine - Community 12:51:42 [2020-07-17T12:51:42.928Z] Engine: 12:51:42 [2020-07-17T12:51:42.928Z] Version: 19.03.7 12:51:42 [2020-07-17T12:51:42.928Z] API version: 1.40 (minimum version 1.12) 12:51:42 [2020-07-17T12:51:42.928Z] Go version: go1.12.17 12:51:42 [2020-07-17T12:51:42.928Z] Git commit: 7141c199a2 12:51:42 [2020-07-17T12:51:42.928Z] Built: Sat Mar 7 16:47:46 2020 12:51:42 [2020-07-17T12:51:42.928Z] OS/Arch: linux/s390x 12:51:42 [2020-07-17T12:51:42.928Z] Experimental: true 12:51:42 [2020-07-17T12:51:42.928Z] containerd: 12:51:42 [2020-07-17T12:51:42.928Z] Version: 1.2.13 12:51:42 [2020-07-17T12:51:42.928Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:42 [2020-07-17T12:51:42.928Z] runc: 12:51:42 [2020-07-17T12:51:42.928Z] Version: 1.0.0-rc10 12:51:42 [2020-07-17T12:51:42.928Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:42 [2020-07-17T12:51:42.928Z] docker-init: 12:51:42 [2020-07-17T12:51:42.928Z] Version: 0.18.0 12:51:42 [2020-07-17T12:51:42.928Z] GitCommit: fec3683 [Pipeline] sh 12:51:43 [2020-07-17T12:51:43.305Z] + docker info 12:51:44 [2020-07-17T12:51:44.338Z] Client: 12:51:44 [2020-07-17T12:51:44.339Z] Debug Mode: false 12:51:44 [2020-07-17T12:51:44.339Z] 12:51:44 [2020-07-17T12:51:44.339Z] Server: 12:51:44 [2020-07-17T12:51:44.339Z] Containers: 0 12:51:44 [2020-07-17T12:51:44.339Z] Running: 0 12:51:44 [2020-07-17T12:51:44.339Z] Paused: 0 12:51:44 [2020-07-17T12:51:44.339Z] Stopped: 0 12:51:44 [2020-07-17T12:51:44.339Z] Images: 0 12:51:44 [2020-07-17T12:51:44.339Z] Server Version: 19.03.7 12:51:44 [2020-07-17T12:51:44.339Z] Storage Driver: overlay2 12:51:44 [2020-07-17T12:51:44.339Z] Backing Filesystem: <unknown> 12:51:44 [2020-07-17T12:51:44.339Z] Supports d_type: true 12:51:44 [2020-07-17T12:51:44.339Z] Native Overlay Diff: true 12:51:44 [2020-07-17T12:51:44.339Z] Logging Driver: json-file 12:51:44 [2020-07-17T12:51:44.339Z] Cgroup Driver: cgroupfs 12:51:44 [2020-07-17T12:51:44.339Z] Plugins: 12:51:44 [2020-07-17T12:51:44.339Z] Volume: local 12:51:44 [2020-07-17T12:51:44.339Z] Network: bridge host ipvlan macvlan null overlay 12:51:44 [2020-07-17T12:51:44.339Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 12:51:44 [2020-07-17T12:51:44.339Z] Swarm: inactive 12:51:44 [2020-07-17T12:51:44.339Z] Runtimes: runc 12:51:44 [2020-07-17T12:51:44.339Z] Default Runtime: runc 12:51:44 [2020-07-17T12:51:44.339Z] Init Binary: docker-init 12:51:44 [2020-07-17T12:51:44.339Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:44 [2020-07-17T12:51:44.339Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:44 [2020-07-17T12:51:44.339Z] init version: fec3683 12:51:44 [2020-07-17T12:51:44.339Z] Security Options: 12:51:44 [2020-07-17T12:51:44.339Z] apparmor 12:51:44 [2020-07-17T12:51:44.339Z] seccomp 12:51:44 [2020-07-17T12:51:44.339Z] Profile: default 12:51:44 [2020-07-17T12:51:44.339Z] Kernel Version: 4.15.0-88-generic 12:51:44 [2020-07-17T12:51:44.339Z] Operating System: Ubuntu 18.04.4 LTS 12:51:44 [2020-07-17T12:51:44.339Z] OSType: linux 12:51:44 [2020-07-17T12:51:44.339Z] Architecture: s390x 12:51:44 [2020-07-17T12:51:44.339Z] CPUs: 2 12:51:44 [2020-07-17T12:51:44.339Z] Total Memory: 7.861GiB 12:51:44 [2020-07-17T12:51:44.339Z] Name: s390x-ubuntu-26 12:51:44 [2020-07-17T12:51:44.339Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM 12:51:44 [2020-07-17T12:51:44.339Z] Docker Root Dir: /var/lib/docker 12:51:44 [2020-07-17T12:51:44.339Z] Debug Mode: false 12:51:44 [2020-07-17T12:51:44.339Z] Username: dockerbuildbot 12:51:44 [2020-07-17T12:51:44.339Z] Registry: https://index.docker.io/v1/ 12:51:44 [2020-07-17T12:51:44.339Z] Labels: 12:51:44 [2020-07-17T12:51:44.339Z] Experimental: true 12:51:44 [2020-07-17T12:51:44.339Z] Insecure Registries: 12:51:44 [2020-07-17T12:51:44.339Z] 127.0.0.0/8 12:51:44 [2020-07-17T12:51:44.339Z] Live Restore Enabled: false 12:51:44 [2020-07-17T12:51:44.339Z] 12:51:44 [2020-07-17T12:51:44.339Z] WARNING: No swap limit support [Pipeline] sh 12:51:44 [2020-07-17T12:51:44.725Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:44 [2020-07-17T12:51:44.725Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:44 [2020-07-17T12:51:44.725Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:51:44 [2020-07-17T12:51:44.725Z] + bash /home/jenkins/workspace/moby_PR-41221/check-config.sh 12:51:44 [2020-07-17T12:51:44.725Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:51:44 [2020-07-17T12:51:44.725Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... 12:51:44 [2020-07-17T12:51:44.725Z] 12:51:44 [2020-07-17T12:51:44.725Z] Generally Necessary: 12:51:44 [2020-07-17T12:51:44.725Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:51:44 [2020-07-17T12:51:44.725Z] - apparmor: enabled and tools installed 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_NAMESPACES: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_NET_NS: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_PID_NS: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_IPC_NS: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_UTS_NS: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_CGROUPS: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_CGROUP_CPUACCT: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_CGROUP_DEVICE: enabled 12:51:44 [2020-07-17T12:51:44.725Z] - CONFIG_CGROUP_FREEZER: enabled 12:51:44 [2020-07-17T12:51:44.726Z] - CONFIG_CGROUP_SCHED: enabled 12:51:44 [2020-07-17T12:51:44.726Z] - CONFIG_CPUSETS: enabled 12:51:44 [2020-07-17T12:51:44.726Z] - CONFIG_MEMCG: enabled 12:51:44 [2020-07-17T12:51:44.726Z] - CONFIG_KEYS: enabled 12:51:44 [2020-07-17T12:51:44.726Z] - CONFIG_VETH: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BRIDGE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_NAT_IPV4: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_NAT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_NAT_NEEDED: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_POSIX_MQUEUE: enabled 12:51:45 [2020-07-17T12:51:45.018Z] 12:51:45 [2020-07-17T12:51:45.018Z] Optional Features: 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_USER_NS: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_SECCOMP: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CGROUP_PIDS: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_MEMCG_SWAP: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:51:45 [2020-07-17T12:51:45.018Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BLK_CGROUP: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IOSCHED_CFQ: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CGROUP_PERF: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CGROUP_HUGETLB: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CFS_BANDWIDTH: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_RT_GROUP_SCHED: missing 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_VS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_VS_NFCT: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IP_VS_RR: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_EXT4_FS: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - Network Drivers: 12:51:45 [2020-07-17T12:51:45.018Z] - "overlay": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_VXLAN: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:51:45 [2020-07-17T12:51:45.018Z] Optional (for encrypted networks): 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CRYPTO: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CRYPTO_AEAD: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CRYPTO_GCM: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CRYPTO_SEQIV: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_CRYPTO_GHASH: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_XFRM: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_XFRM_USER: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_INET_ESP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "ipvlan": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_IPVLAN: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "macvlan": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_MACVLAN: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_DUMMY: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "ftp,tftp client in container": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - Storage Drivers: 12:51:45 [2020-07-17T12:51:45.018Z] - "aufs": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_AUFS_FS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "btrfs": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BTRFS_FS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - "devicemapper": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_BLK_DEV_DM: enabled 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "overlay": 12:51:45 [2020-07-17T12:51:45.018Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.018Z] - "zfs": 12:51:45 [2020-07-17T12:51:45.018Z] - /dev/zfs: missing 12:51:45 [2020-07-17T12:51:45.018Z] - zfs command: missing 12:51:45 [2020-07-17T12:51:45.018Z] - zpool command: missing 12:51:45 [2020-07-17T12:51:45.018Z] 12:51:45 [2020-07-17T12:51:45.018Z] Limits: 12:51:45 [2020-07-17T12:51:45.018Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:51:45 [2020-07-17T12:51:45.018Z] 12:51:45 [2020-07-17T12:51:45.018Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:51:45 [2020-07-17T12:51:45.331Z] Client: 12:51:45 [2020-07-17T12:51:45.331Z] Debug Mode: false 12:51:45 [2020-07-17T12:51:45.331Z] 12:51:45 [2020-07-17T12:51:45.331Z] Server: 12:51:45 [2020-07-17T12:51:45.331Z] Containers: 0 12:51:45 [2020-07-17T12:51:45.331Z] Running: 0 12:51:45 [2020-07-17T12:51:45.331Z] Paused: 0 12:51:45 [2020-07-17T12:51:45.331Z] Stopped: 0 12:51:45 [2020-07-17T12:51:45.331Z] Images: 4 12:51:45 [2020-07-17T12:51:45.331Z] Server Version: 19.03.12 12:51:45 [2020-07-17T12:51:45.331Z] Storage Driver: overlay2 12:51:45 [2020-07-17T12:51:45.331Z] Backing Filesystem: extfs 12:51:45 [2020-07-17T12:51:45.331Z] Supports d_type: true 12:51:45 [2020-07-17T12:51:45.331Z] Native Overlay Diff: true 12:51:45 [2020-07-17T12:51:45.331Z] Logging Driver: json-file 12:51:45 [2020-07-17T12:51:45.331Z] Cgroup Driver: cgroupfs 12:51:45 [2020-07-17T12:51:45.331Z] Plugins: 12:51:45 [2020-07-17T12:51:45.331Z] Volume: local 12:51:45 [2020-07-17T12:51:45.331Z] Network: bridge host ipvlan macvlan null overlay 12:51:45 [2020-07-17T12:51:45.331Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 12:51:45 [2020-07-17T12:51:45.331Z] Swarm: inactive 12:51:45 [2020-07-17T12:51:45.331Z] Runtimes: runc 12:51:45 [2020-07-17T12:51:45.331Z] Default Runtime: runc 12:51:45 [2020-07-17T12:51:45.331Z] Init Binary: docker-init 12:51:45 [2020-07-17T12:51:45.331Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:45 [2020-07-17T12:51:45.331Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:45 [2020-07-17T12:51:45.331Z] init version: fec3683 12:51:45 [2020-07-17T12:51:45.331Z] Security Options: 12:51:45 [2020-07-17T12:51:45.331Z] apparmor 12:51:45 [2020-07-17T12:51:45.331Z] seccomp 12:51:45 [2020-07-17T12:51:45.331Z] Profile: default 12:51:45 [2020-07-17T12:51:45.331Z] Kernel Version: 5.3.0-1030-aws 12:51:45 [2020-07-17T12:51:45.331Z] Operating System: Ubuntu 18.04.4 LTS 12:51:45 [2020-07-17T12:51:45.331Z] OSType: linux 12:51:45 [2020-07-17T12:51:45.331Z] Architecture: x86_64 12:51:45 [2020-07-17T12:51:45.331Z] CPUs: 2 12:51:45 [2020-07-17T12:51:45.331Z] Total Memory: 7.487GiB 12:51:45 [2020-07-17T12:51:45.331Z] Name: ip-10-100-122-4 12:51:45 [2020-07-17T12:51:45.331Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO 12:51:45 [2020-07-17T12:51:45.331Z] Docker Root Dir: /var/lib/docker 12:51:45 [2020-07-17T12:51:45.331Z] Debug Mode: false 12:51:45 [2020-07-17T12:51:45.331Z] Registry: https://index.docker.io/v1/ 12:51:45 [2020-07-17T12:51:45.331Z] Labels: 12:51:45 [2020-07-17T12:51:45.331Z] Experimental: true 12:51:45 [2020-07-17T12:51:45.331Z] Insecure Registries: 12:51:45 [2020-07-17T12:51:45.331Z] 127.0.0.0/8 12:51:45 [2020-07-17T12:51:45.331Z] Live Restore Enabled: true 12:51:45 [2020-07-17T12:51:45.331Z] 12:51:45 [2020-07-17T12:51:45.331Z] WARNING: No swap limit support [Pipeline] sh 12:51:45 [2020-07-17T12:51:45.445Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:51:45 [2020-07-17T12:51:45.445Z] #2 [internal] load .dockerignore 12:51:45 [2020-07-17T12:51:45.445Z] #2 transferring context: 87B 0.0s done 12:51:45 [2020-07-17T12:51:45.445Z] #2 DONE 0.0s 12:51:45 [2020-07-17T12:51:45.445Z] 12:51:45 [2020-07-17T12:51:45.445Z] #1 [internal] load build definition from Dockerfile 12:51:45 [2020-07-17T12:51:45.445Z] #1 transferring dockerfile: 16.37kB 0.0s done 12:51:45 [2020-07-17T12:51:45.445Z] #1 DONE 0.0s 12:51:45 [2020-07-17T12:51:45.445Z] 12:51:45 [2020-07-17T12:51:45.445Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:51:45 [2020-07-17T12:51:45.611Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:45 [2020-07-17T12:51:45.611Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:45 [2020-07-17T12:51:45.611Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:51:45 [2020-07-17T12:51:45.611Z] + bash /home/ubuntu/workspace/moby_PR-41221/check-config.sh 12:51:45 [2020-07-17T12:51:45.611Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:51:45 [2020-07-17T12:51:45.611Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... 12:51:45 [2020-07-17T12:51:45.611Z] 12:51:45 [2020-07-17T12:51:45.611Z] Generally Necessary: 12:51:45 [2020-07-17T12:51:45.611Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:51:45 [2020-07-17T12:51:45.611Z] - apparmor: enabled and tools installed 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_NAMESPACES: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_NET_NS: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_PID_NS: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_IPC_NS: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_UTS_NS: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_CGROUPS: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_CGROUP_CPUACCT: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_CGROUP_DEVICE: enabled 12:51:45 [2020-07-17T12:51:45.611Z] - CONFIG_CGROUP_FREEZER: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CGROUP_SCHED: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CPUSETS: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_MEMCG: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_KEYS: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_VETH: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_BRIDGE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NF_NAT_IPV4: missing 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NF_NAT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NF_NAT_NEEDED: missing 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_POSIX_MQUEUE: enabled 12:51:45 [2020-07-17T12:51:45.871Z] 12:51:45 [2020-07-17T12:51:45.871Z] Optional Features: 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_USER_NS: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_SECCOMP: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CGROUP_PIDS: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_MEMCG_SWAP: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:51:45 [2020-07-17T12:51:45.871Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_BLK_CGROUP: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IOSCHED_CFQ: missing 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CFQ_GROUP_IOSCHED: missing 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CGROUP_PERF: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CGROUP_HUGETLB: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_CFS_BANDWIDTH: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_RT_GROUP_SCHED: missing 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_VS: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_VS_NFCT: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_IP_VS_RR: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_EXT4_FS: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:51:45 [2020-07-17T12:51:45.871Z] - Network Drivers: 12:51:45 [2020-07-17T12:51:45.871Z] - "overlay": 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_VXLAN: enabled (as module) 12:51:45 [2020-07-17T12:51:45.871Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:51:45 [2020-07-17T12:51:45.871Z] Optional (for encrypted networks): 12:51:46 [2020-07-17T12:51:46.077Z] #3 DONE 0.3s 12:51:46 [2020-07-17T12:51:46.077Z] 12:51:46 [2020-07-17T12:51:46.077Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:51:46 [2020-07-17T12:51:46.077Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0B / 8.88MB 0.1s 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s 12:51:46 [2020-07-17T12:51:46.077Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 12:51:46 [2020-07-17T12:51:46.077Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_CRYPTO: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_CRYPTO_AEAD: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_CRYPTO_GCM: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_CRYPTO_SEQIV: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_CRYPTO_GHASH: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_XFRM: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_XFRM_USER: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_INET_ESP: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing 12:51:46 [2020-07-17T12:51:46.129Z] - "ipvlan": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_IPVLAN: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - "macvlan": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_MACVLAN: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_DUMMY: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - "ftp,tftp client in container": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - Storage Drivers: 12:51:46 [2020-07-17T12:51:46.129Z] - "aufs": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_AUFS_FS: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - "btrfs": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_BTRFS_FS: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - "devicemapper": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_BLK_DEV_DM: enabled 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - "overlay": 12:51:46 [2020-07-17T12:51:46.129Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:51:46 [2020-07-17T12:51:46.129Z] - "zfs": 12:51:46 [2020-07-17T12:51:46.129Z] - /dev/zfs: present 12:51:46 [2020-07-17T12:51:46.129Z] - zfs command: missing 12:51:46 [2020-07-17T12:51:46.129Z] - zpool command: missing 12:51:46 [2020-07-17T12:51:46.129Z] 12:51:46 [2020-07-17T12:51:46.129Z] Limits: 12:51:46 [2020-07-17T12:51:46.129Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:51:46 [2020-07-17T12:51:46.129Z] 12:51:46 [2020-07-17T12:51:46.129Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:51:46 [2020-07-17T12:51:46.368Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done 12:51:46 [2020-07-17T12:51:46.368Z] #4 DONE 0.5s 12:51:46 [2020-07-17T12:51:46.460Z] + sudo modprobe ip_vs 12:51:46 [2020-07-17T12:51:46.460Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:51:46 [2020-07-17T12:51:46.498Z] Still waiting to schedule task 12:51:46 [2020-07-17T12:51:46.498Z] All nodes of label ‘arm64&&linux’ are offline 12:51:46 [2020-07-17T12:51:46.500Z] Still waiting to schedule task 12:51:46 [2020-07-17T12:51:46.500Z] All nodes of label ‘windows-2019’ are offline 12:51:46 [2020-07-17T12:51:46.720Z] #1 [internal] load build definition from Dockerfile 12:51:46 [2020-07-17T12:51:46.720Z] #1 transferring dockerfile: 16.37kB done 12:51:46 [2020-07-17T12:51:46.720Z] #1 DONE 0.0s 12:51:46 [2020-07-17T12:51:46.720Z] 12:51:46 [2020-07-17T12:51:46.720Z] #2 [internal] load .dockerignore 12:51:46 [2020-07-17T12:51:46.720Z] #2 transferring context: 87B done 12:51:46 [2020-07-17T12:51:46.720Z] #2 DONE 0.0s 12:51:46 [2020-07-17T12:51:46.720Z] 12:51:46 [2020-07-17T12:51:46.720Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:51:46 [2020-07-17T12:51:46.720Z] #3 DONE 0.2s 12:51:46 [2020-07-17T12:51:46.720Z] 12:51:46 [2020-07-17T12:51:46.720Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:51:46 [2020-07-17T12:51:46.720Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 2.25MB / 8.88MB 0.2s 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 7.07MB / 8.88MB 0.3s 12:51:46 [2020-07-17T12:51:46.979Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done 12:51:46 [2020-07-17T12:51:46.979Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s 12:51:47 [2020-07-17T12:51:47.026Z] 12:51:47 [2020-07-17T12:51:47.026Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:51:47 [2020-07-17T12:51:47.026Z] #5 DONE 0.1s 12:51:47 [2020-07-17T12:51:47.026Z] 12:51:47 [2020-07-17T12:51:47.026Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:51:47 [2020-07-17T12:51:47.026Z] #6 DONE 0.2s 12:51:47 [2020-07-17T12:51:47.026Z] 12:51:47 [2020-07-17T12:51:47.026Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:47 [2020-07-17T12:51:47.026Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:51:47 [2020-07-17T12:51:47.238Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done 12:51:47 [2020-07-17T12:51:47.238Z] #4 DONE 0.6s 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:a061b2a33949407b25d5c8c76e5c35ae4b614319ebf510c9c19699a75eeee690 6.19kB / 6.19kB done 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 7.28MB / 7.39MB 0.1s 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:5380bd68a1456dd1b96dc08789297c6883144a9200b0c7f90a0aaae250336efa 1.79kB / 1.79kB done 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 993.75kB / 48.97MB 0.1s 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 7.39MB / 7.39MB 0.2s done 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 11.98MB / 48.97MB 0.3s 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 392.25kB / 9.88MB 0.3s 12:51:47 [2020-07-17T12:51:47.354Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 0B / 51.37MB 0.3s 12:51:47 [2020-07-17T12:51:47.497Z] 12:51:47 [2020-07-17T12:51:47.497Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:51:47 [2020-07-17T12:51:47.656Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 26.93MB / 48.97MB 0.6s 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 7.29MB / 9.88MB 0.6s 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 4.82MB / 51.37MB 0.6s 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 36.54MB / 48.97MB 0.7s 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 9.88MB / 9.88MB 0.6s done 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 12.59MB / 51.37MB 0.7s 12:51:47 [2020-07-17T12:51:47.657Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 1.14MB / 56.71MB 0.7s 12:51:47 [2020-07-17T12:51:47.756Z] #5 DONE 0.2s 12:51:47 [2020-07-17T12:51:47.756Z] 12:51:47 [2020-07-17T12:51:47.756Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:51:47 [2020-07-17T12:51:47.954Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 39.39MB / 48.97MB 0.8s 12:51:47 [2020-07-17T12:51:47.954Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 44.62MB / 48.97MB 0.9s 12:51:47 [2020-07-17T12:51:47.954Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 18.91MB / 51.37MB 0.9s 12:51:47 [2020-07-17T12:51:47.954Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 5.71MB / 56.71MB 0.9s 12:51:48 [2020-07-17T12:51:48.016Z] #6 DONE 0.4s 12:51:48 [2020-07-17T12:51:48.016Z] 12:51:48 [2020-07-17T12:51:48.016Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:48 [2020-07-17T12:51:48.016Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:51:48 [2020-07-17T12:51:48.260Z] #7 ... 12:51:48 [2020-07-17T12:51:48.260Z] 12:51:48 [2020-07-17T12:51:48.260Z] #20 [internal] load build context 12:51:48 [2020-07-17T12:51:48.260Z] #20 transferring context: 51.31MB 1.0s done 12:51:48 [2020-07-17T12:51:48.260Z] #20 DONE 1.1s 12:51:48 [2020-07-17T12:51:48.260Z] 12:51:48 [2020-07-17T12:51:48.260Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 48.19MB / 48.97MB 1.0s 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 24.36MB / 51.37MB 1.0s 12:51:48 [2020-07-17T12:51:48.260Z] #7 ... 12:51:48 [2020-07-17T12:51:48.260Z] 12:51:48 [2020-07-17T12:51:48.260Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:51:48 [2020-07-17T12:51:48.260Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:51:48 [2020-07-17T12:51:48.260Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:51:48 [2020-07-17T12:51:48.260Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:51:48 [2020-07-17T12:51:48.260Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done 12:51:48 [2020-07-17T12:51:48.260Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.8s done 12:51:48 [2020-07-17T12:51:48.260Z] #58 DONE 1.3s 12:51:48 [2020-07-17T12:51:48.260Z] 12:51:48 [2020-07-17T12:51:48.260Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 48.97MB / 48.97MB 1.1s done 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 38.07MB / 51.37MB 1.3s 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 20.44MB / 56.71MB 1.3s 12:51:48 [2020-07-17T12:51:48.260Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 5.83MB / 102.23MB 1.3s 12:51:48 [2020-07-17T12:51:48.260Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd 1.79kB / 1.79kB done 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:e025aa1816e5e3f8bffab834e5282f4bd7b6088e578e0191f2525485e189de64 6.19kB / 6.19kB done 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 0B / 50.39MB 0.1s 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0B / 7.81MB 0.1s 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 2.73MB / 50.39MB 0.3s 12:51:48 [2020-07-17T12:51:48.277Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 4.91MB / 7.81MB 0.3s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 10.91MB / 50.39MB 0.4s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 7.81MB / 7.81MB 0.3s done 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 0B / 10.00MB 0.4s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 0B / 51.83MB 0.4s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 23.39MB / 50.39MB 0.6s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 10.00MB / 10.00MB 0.6s 12:51:48 [2020-07-17T12:51:48.540Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 6.85MB / 51.83MB 0.6s 12:51:48 [2020-07-17T12:51:48.557Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 41.64MB / 51.37MB 1.4s 12:51:48 [2020-07-17T12:51:48.557Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 23.57MB / 56.71MB 1.4s 12:51:48 [2020-07-17T12:51:48.557Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 46.32MB / 51.37MB 1.5s 12:51:48 [2020-07-17T12:51:48.557Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 27.48MB / 56.71MB 1.5s 12:51:48 [2020-07-17T12:51:48.557Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 11.53MB / 102.23MB 1.5s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 36.07MB / 50.39MB 0.8s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 10.00MB / 10.00MB 0.6s done 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 23.18MB / 51.83MB 0.8s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 4.56MB / 68.65MB 0.8s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 39.95MB / 50.39MB 0.9s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 29.25MB / 51.83MB 0.9s 12:51:48 [2020-07-17T12:51:48.801Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 8.91MB / 68.65MB 0.9s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 49.96MB / 51.37MB 1.6s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 31.38MB / 56.71MB 1.6s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 51.37MB / 51.37MB 1.7s done 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 37.69MB / 56.71MB 1.7s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 18.34MB / 102.23MB 1.7s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 0B / 156B 1.7s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 44.19MB / 56.71MB 1.8s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 23.62MB / 102.23MB 1.8s 12:51:48 [2020-07-17T12:51:48.862Z] #7 sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 156B / 156B 1.8s done 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 45.96MB / 50.39MB 1.0s 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 35.71MB / 51.83MB 1.0s 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 14.42MB / 68.65MB 1.0s 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 50.39MB / 50.39MB 1.2s 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 43.30MB / 51.83MB 1.2s 12:51:49 [2020-07-17T12:51:49.063Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 23.55MB / 68.65MB 1.2s 12:51:49 [2020-07-17T12:51:49.163Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.24MB / 56.71MB 2.0s 12:51:49 [2020-07-17T12:51:49.163Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 33.61MB / 102.23MB 2.0s 12:51:49 [2020-07-17T12:51:49.163Z] #7 sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 56.71MB / 56.71MB 2.1s done 12:51:49 [2020-07-17T12:51:49.163Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 45.29MB / 102.23MB 2.1s 12:51:49 [2020-07-17T12:51:49.325Z] #7 sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 50.39MB / 50.39MB 1.2s done 12:51:49 [2020-07-17T12:51:49.325Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 49.81MB / 51.83MB 1.3s 12:51:49 [2020-07-17T12:51:49.325Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 29.44MB / 68.65MB 1.3s 12:51:49 [2020-07-17T12:51:49.325Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 0B / 120.16MB 1.3s 12:51:49 [2020-07-17T12:51:49.325Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 33.67MB / 68.65MB 1.4s 12:51:49 [2020-07-17T12:51:49.325Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 12:51:49 [2020-07-17T12:51:49.463Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 54.64MB / 102.23MB 2.2s 12:51:49 [2020-07-17T12:51:49.463Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 63.51MB / 102.23MB 2.3s 12:51:49 [2020-07-17T12:51:49.463Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 70.27MB / 102.23MB 2.4s 12:51:49 [2020-07-17T12:51:49.586Z] #7 sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 51.83MB / 51.83MB 1.4s done 12:51:49 [2020-07-17T12:51:49.586Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 41.19MB / 68.65MB 1.6s 12:51:49 [2020-07-17T12:51:49.586Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 12.97MB / 120.16MB 1.6s 12:51:49 [2020-07-17T12:51:49.586Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 1.5s done 12:51:49 [2020-07-17T12:51:49.586Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 46.40MB / 68.65MB 1.7s 12:51:49 [2020-07-17T12:51:49.751Z] Fetching without tags 12:51:49 [2020-07-17T12:51:49.756Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 81.97MB / 102.23MB 2.5s 12:51:49 [2020-07-17T12:51:49.756Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 93.74MB / 102.23MB 2.6s 12:51:49 [2020-07-17T12:51:49.756Z] #7 sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 102.23MB / 102.23MB 2.8s done 12:51:49 [2020-07-17T12:51:49.848Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 50.81MB / 68.65MB 1.8s 12:51:49 [2020-07-17T12:51:49.848Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 21.92MB / 120.16MB 1.8s 12:51:49 [2020-07-17T12:51:49.848Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 62.38MB / 68.65MB 2.0s 12:51:49 [2020-07-17T12:51:49.848Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 34.42MB / 120.16MB 2.0s 12:51:49 [2020-07-17T12:51:49.999Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:50 [2020-07-17T12:51:50.047Z] #7 extracting sha256:76dae9e9a8f2b69403c29a068363410a0b491d889452a410e1a846db24918418 1.7s done 12:51:50 [2020-07-17T12:51:50.107Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 2.1s 12:51:50 [2020-07-17T12:51:50.108Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 2.2s done 12:51:50 [2020-07-17T12:51:50.108Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 46.87MB / 120.16MB 2.2s 12:51:50 [2020-07-17T12:51:50.338Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 0.1s 12:51:50 [2020-07-17T12:51:50.369Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 59.31MB / 120.16MB 2.4s 12:51:50 [2020-07-17T12:51:50.527Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:50 [2020-07-17T12:51:50.528Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:51:50 [2020-07-17T12:51:50.629Z] #7 extracting sha256:2ea4ddfd9cac861440dd774171c0df5d003bcf031cc856603f0dcc1a569a7614 0.2s done 12:51:50 [2020-07-17T12:51:50.629Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 12:51:50 [2020-07-17T12:51:50.630Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 66.07MB / 120.16MB 2.5s 12:51:50 [2020-07-17T12:51:50.630Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 72.78MB / 120.16MB 2.6s 12:51:50 [2020-07-17T12:51:50.653Z] Fetching without tags 12:51:50 [2020-07-17T12:51:50.891Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 90.39MB / 120.16MB 2.9s 12:51:50 [2020-07-17T12:51:50.899Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:50 [2020-07-17T12:51:50.920Z] #7 extracting sha256:7b4340e9fce6caba0ffebdee007c25f4ed849de61e56dcee1ed7e081edbcf1e5 0.2s done 12:51:50 [2020-07-17T12:51:50.920Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 12:51:51 [2020-07-17T12:51:51.024Z] Commit message: "testing: bump docker-py 4.2.2" 12:51:51 [2020-07-17T12:51:51.151Z] #7 ... 12:51:51 [2020-07-17T12:51:51.151Z] 12:51:51 [2020-07-17T12:51:51.151Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:51:51 [2020-07-17T12:51:51.151Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:51:51 [2020-07-17T12:51:51.151Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:51:51 [2020-07-17T12:51:51.151Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:51:51 [2020-07-17T12:51:51.151Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done 12:51:51 [2020-07-17T12:51:51.151Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.6s done 12:51:51 [2020-07-17T12:51:51.151Z] #58 DONE 3.0s 12:51:51 [2020-07-17T12:51:51.151Z] 12:51:51 [2020-07-17T12:51:51.151Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:51 [2020-07-17T12:51:51.151Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 101.14MB / 120.16MB 3.1s 12:51:50 [2020-07-17T12:51:50.627Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:50 [2020-07-17T12:51:50.633Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:51:50 [2020-07-17T12:51:50.641Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:50 [2020-07-17T12:51:50.647Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:50 [2020-07-17T12:51:50.652Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:50 [2020-07-17T12:51:50.652Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:50 [2020-07-17T12:51:50.653Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:50 [2020-07-17T12:51:50.898Z] > git config core.sparsecheckout # timeout=10 12:51:50 [2020-07-17T12:51:50.905Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:49 [2020-07-17T12:51:49.732Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:49 [2020-07-17T12:51:49.734Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:51:49 [2020-07-17T12:51:49.741Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:49 [2020-07-17T12:51:49.746Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:49 [2020-07-17T12:51:49.754Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:49 [2020-07-17T12:51:49.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:49 [2020-07-17T12:51:49.755Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:50 [2020-07-17T12:51:50.002Z] > git config core.sparsecheckout # timeout=10 12:51:50 [2020-07-17T12:51:50.009Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:50 [2020-07-17T12:51:50.515Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:50 [2020-07-17T12:51:50.524Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:50 [2020-07-17T12:51:50.531Z] > git config core.sparsecheckout # timeout=10 12:51:50 [2020-07-17T12:51:50.536Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:51 [2020-07-17T12:51:51.413Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 3.4s 12:51:51 [2020-07-17T12:51:51.444Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:51 [2020-07-17T12:51:51.444Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:51:51 [2020-07-17T12:51:51.674Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 3.5s done 12:51:51 [2020-07-17T12:51:51.847Z] + docker version 12:51:51 [2020-07-17T12:51:51.847Z] Client: Docker Engine - Community 12:51:51 [2020-07-17T12:51:51.847Z] Version: 19.03.12 12:51:51 [2020-07-17T12:51:51.847Z] API version: 1.40 12:51:51 [2020-07-17T12:51:51.847Z] Go version: go1.13.10 12:51:51 [2020-07-17T12:51:51.847Z] Git commit: 48a66213fe 12:51:51 [2020-07-17T12:51:51.847Z] Built: Mon Jun 22 15:45:36 2020 12:51:51 [2020-07-17T12:51:51.847Z] OS/Arch: linux/amd64 12:51:51 [2020-07-17T12:51:51.847Z] Experimental: false 12:51:51 [2020-07-17T12:51:51.847Z] 12:51:51 [2020-07-17T12:51:51.847Z] Server: Docker Engine - Community 12:51:51 [2020-07-17T12:51:51.847Z] Engine: 12:51:51 [2020-07-17T12:51:51.847Z] Version: 19.03.12 12:51:51 [2020-07-17T12:51:51.847Z] API version: 1.40 (minimum version 1.12) 12:51:51 [2020-07-17T12:51:51.847Z] Go version: go1.13.10 12:51:51 [2020-07-17T12:51:51.847Z] Git commit: 48a66213fe 12:51:51 [2020-07-17T12:51:51.847Z] Built: Mon Jun 22 15:44:07 2020 12:51:51 [2020-07-17T12:51:51.847Z] OS/Arch: linux/amd64 12:51:51 [2020-07-17T12:51:51.847Z] Experimental: true 12:51:51 [2020-07-17T12:51:51.847Z] containerd: 12:51:51 [2020-07-17T12:51:51.847Z] Version: 1.2.13 12:51:51 [2020-07-17T12:51:51.847Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:51 [2020-07-17T12:51:51.847Z] runc: 12:51:51 [2020-07-17T12:51:51.847Z] Version: 1.0.0-rc10 12:51:51 [2020-07-17T12:51:51.847Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:51 [2020-07-17T12:51:51.847Z] docker-init: 12:51:51 [2020-07-17T12:51:51.847Z] Version: 0.18.0 12:51:51 [2020-07-17T12:51:51.847Z] GitCommit: fec3683 [Pipeline] sh 12:51:51 [2020-07-17T12:51:51.869Z] Commit message: "testing: bump docker-py 4.2.2" 12:51:51 [2020-07-17T12:51:51.933Z] #7 ... 12:51:51 [2020-07-17T12:51:51.933Z] 12:51:51 [2020-07-17T12:51:51.933Z] #20 [internal] load build context 12:51:51 [2020-07-17T12:51:51.933Z] #20 transferring context: 51.31MB 3.9s done 12:51:51 [2020-07-17T12:51:51.933Z] #20 DONE 3.9s 12:51:51 [2020-07-17T12:51:51.933Z] 12:51:51 [2020-07-17T12:51:51.933Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:51:52 [2020-07-17T12:51:52.122Z] + docker info [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:51:52 [2020-07-17T12:51:52.424Z] #7 extracting sha256:89446217dee5ed85681993c919acbdf28494151380677fdefa88b6b5e481573c 1.5s done 12:51:52 [2020-07-17T12:51:52.623Z] + [ PR != PR ] 12:51:52 [2020-07-17T12:51:52.623Z] + [ master != master ] 12:51:52 [2020-07-17T12:51:52.623Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:51:52 [2020-07-17T12:51:52.715Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 0.1s 12:51:52 [2020-07-17T12:51:52.955Z] + docker version 12:51:52 [2020-07-17T12:51:52.955Z] Client: Docker Engine - Community 12:51:52 [2020-07-17T12:51:52.955Z] Version: 19.03.12 12:51:52 [2020-07-17T12:51:52.955Z] API version: 1.40 12:51:52 [2020-07-17T12:51:52.955Z] Go version: go1.13.10 12:51:52 [2020-07-17T12:51:52.955Z] Git commit: 48a66213fe 12:51:52 [2020-07-17T12:51:52.955Z] Built: Mon Jun 22 15:45:36 2020 12:51:52 [2020-07-17T12:51:52.955Z] OS/Arch: linux/amd64 12:51:52 [2020-07-17T12:51:52.955Z] Experimental: false 12:51:52 [2020-07-17T12:51:52.955Z] 12:51:52 [2020-07-17T12:51:52.955Z] Server: Docker Engine - Community 12:51:52 [2020-07-17T12:51:52.955Z] Engine: 12:51:52 [2020-07-17T12:51:52.955Z] Version: 19.03.12 12:51:52 [2020-07-17T12:51:52.955Z] API version: 1.40 (minimum version 1.12) 12:51:52 [2020-07-17T12:51:52.955Z] Go version: go1.13.10 12:51:52 [2020-07-17T12:51:52.955Z] Git commit: 48a66213fe 12:51:52 [2020-07-17T12:51:52.955Z] Built: Mon Jun 22 15:44:07 2020 12:51:52 [2020-07-17T12:51:52.955Z] OS/Arch: linux/amd64 12:51:52 [2020-07-17T12:51:52.955Z] Experimental: true 12:51:52 [2020-07-17T12:51:52.955Z] containerd: 12:51:52 [2020-07-17T12:51:52.955Z] Version: 1.2.13 12:51:52 [2020-07-17T12:51:52.955Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:52 [2020-07-17T12:51:52.955Z] runc: 12:51:52 [2020-07-17T12:51:52.955Z] Version: 1.0.0-rc10 12:51:52 [2020-07-17T12:51:52.955Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:52 [2020-07-17T12:51:52.955Z] docker-init: 12:51:52 [2020-07-17T12:51:52.955Z] Version: 0.18.0 12:51:52 [2020-07-17T12:51:52.955Z] GitCommit: fec3683 [Pipeline] sh 12:51:51 [2020-07-17T12:51:51.416Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:51 [2020-07-17T12:51:51.436Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:51 [2020-07-17T12:51:51.443Z] > git config core.sparsecheckout # timeout=10 12:51:51 [2020-07-17T12:51:51.449Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:53 [2020-07-17T12:51:53.186Z] Fetching without tags 12:51:53 [2020-07-17T12:51:53.236Z] + docker info 12:51:53 [2020-07-17T12:51:53.309Z] #7 extracting sha256:e9afc4f90ab09248d75c8081b6dfba749a7f7efdac704ced7e0ceb506e02fa4a 3.8s done 12:51:53 [2020-07-17T12:51:53.309Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0.1s 12:51:53 [2020-07-17T12:51:53.568Z] #7 extracting sha256:989e6b19a265d6b8b7934e7ddd7dc07f6e2fc945b3a28dda9b8aecb12cdb30e0 0.3s done 12:51:53 [2020-07-17T12:51:53.568Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 12:51:53 [2020-07-17T12:51:53.600Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:54 [2020-07-17T12:51:54.136Z] #7 extracting sha256:af14b6c2f8785723bceb5964c5dec1f0489b7750e9d4ec671e49bfba15d80a39 0.2s done 12:51:54 [2020-07-17T12:51:54.136Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 12:51:54 [2020-07-17T12:51:54.220Z] #7 extracting sha256:17d6d711085f1e16cb55dd6d39b0fa3cfe5a898d10c02f3fbb3a0c22180f588c 1.1s done 12:51:54 [2020-07-17T12:51:54.220Z] #7 extracting sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 12:51:54 [2020-07-17T12:51:54.466Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:51:54 [2020-07-17T12:51:54.466Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:51:55 [2020-07-17T12:51:55.038Z] Commit message: "testing: bump docker-py 4.2.2" 12:51:53 [2020-07-17T12:51:53.155Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:53 [2020-07-17T12:51:53.159Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:51:53 [2020-07-17T12:51:53.162Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:53 [2020-07-17T12:51:53.178Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:51:53 [2020-07-17T12:51:53.192Z] Fetching upstream changes from https://github.com/moby/moby.git 12:51:53 [2020-07-17T12:51:53.193Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:51:53 [2020-07-17T12:51:53.193Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:53 [2020-07-17T12:51:53.607Z] > git config core.sparsecheckout # timeout=10 12:51:53 [2020-07-17T12:51:53.610Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:51:54 [2020-07-17T12:51:54.435Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:51:54 [2020-07-17T12:51:54.457Z] > git rev-parse HEAD^{commit} # timeout=10 12:51:54 [2020-07-17T12:51:54.472Z] > git config core.sparsecheckout # timeout=10 12:51:54 [2020-07-17T12:51:54.475Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:51:55 [2020-07-17T12:51:55.926Z] + docker version 12:51:55 [2020-07-17T12:51:55.926Z] Client: 12:51:55 [2020-07-17T12:51:55.926Z] Version: 18.06.1-ce 12:51:55 [2020-07-17T12:51:55.926Z] API version: 1.38 12:51:55 [2020-07-17T12:51:55.926Z] Go version: go1.10.3 12:51:55 [2020-07-17T12:51:55.926Z] Git commit: e68fc7a 12:51:55 [2020-07-17T12:51:55.926Z] Built: Tue Aug 21 17:26:10 2018 12:51:55 [2020-07-17T12:51:55.926Z] OS/Arch: linux/ppc64le 12:51:55 [2020-07-17T12:51:55.926Z] Experimental: false 12:51:55 [2020-07-17T12:51:55.926Z] 12:51:55 [2020-07-17T12:51:55.926Z] Server: 12:51:55 [2020-07-17T12:51:55.926Z] Engine: 12:51:55 [2020-07-17T12:51:55.926Z] Version: 18.06.1-ce 12:51:55 [2020-07-17T12:51:55.926Z] API version: 1.38 (minimum version 1.12) 12:51:55 [2020-07-17T12:51:55.926Z] Go version: go1.10.3 12:51:55 [2020-07-17T12:51:55.926Z] Git commit: e68fc7a 12:51:55 [2020-07-17T12:51:55.926Z] Built: Tue Aug 21 17:24:20 2018 12:51:55 [2020-07-17T12:51:55.926Z] OS/Arch: linux/ppc64le 12:51:55 [2020-07-17T12:51:55.926Z] Experimental: true [Pipeline] sh 12:51:56 [2020-07-17T12:51:56.043Z] #7 extracting sha256:5573c4b3094956931fd68c310ae92c9eb1a787f0c77ac2730be9d16cce172d5e 1.9s done 12:51:56 [2020-07-17T12:51:56.043Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 0.1s 12:51:56 [2020-07-17T12:51:56.318Z] + docker info 12:51:56 [2020-07-17T12:51:56.318Z] Containers: 0 12:51:56 [2020-07-17T12:51:56.318Z] Running: 0 12:51:56 [2020-07-17T12:51:56.318Z] Paused: 0 12:51:56 [2020-07-17T12:51:56.318Z] Stopped: 0 12:51:56 [2020-07-17T12:51:56.318Z] Images: 0 12:51:56 [2020-07-17T12:51:56.318Z] Server Version: 18.06.1-ce 12:51:56 [2020-07-17T12:51:56.318Z] Storage Driver: overlay2 12:51:56 [2020-07-17T12:51:56.318Z] Backing Filesystem: extfs 12:51:56 [2020-07-17T12:51:56.318Z] Supports d_type: true 12:51:56 [2020-07-17T12:51:56.318Z] Native Overlay Diff: true 12:51:56 [2020-07-17T12:51:56.318Z] Logging Driver: json-file 12:51:56 [2020-07-17T12:51:56.318Z] Cgroup Driver: cgroupfs 12:51:56 [2020-07-17T12:51:56.318Z] Plugins: 12:51:56 [2020-07-17T12:51:56.318Z] Volume: local 12:51:56 [2020-07-17T12:51:56.318Z] Network: bridge host ipvlan macvlan null overlay 12:51:56 [2020-07-17T12:51:56.318Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog 12:51:56 [2020-07-17T12:51:56.318Z] Swarm: inactive 12:51:56 [2020-07-17T12:51:56.318Z] Runtimes: runc 12:51:56 [2020-07-17T12:51:56.318Z] Default Runtime: runc 12:51:56 [2020-07-17T12:51:56.318Z] Init Binary: docker-init 12:51:56 [2020-07-17T12:51:56.318Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e 12:51:56 [2020-07-17T12:51:56.318Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 12:51:56 [2020-07-17T12:51:56.318Z] init version: fec3683 12:51:56 [2020-07-17T12:51:56.318Z] Security Options: 12:51:56 [2020-07-17T12:51:56.318Z] apparmor 12:51:56 [2020-07-17T12:51:56.318Z] seccomp 12:51:56 [2020-07-17T12:51:56.318Z] Profile: default 12:51:56 [2020-07-17T12:51:56.318Z] Kernel Version: 4.4.0-139-generic 12:51:56 [2020-07-17T12:51:56.318Z] Operating System: Ubuntu 16.04.3 LTS 12:51:56 [2020-07-17T12:51:56.318Z] OSType: linux 12:51:56 [2020-07-17T12:51:56.318Z] Architecture: ppc64le 12:51:56 [2020-07-17T12:51:56.318Z] CPUs: 4 12:51:56 [2020-07-17T12:51:56.318Z] Total Memory: 7.972GiB 12:51:56 [2020-07-17T12:51:56.318Z] Name: ppc64le-ubuntu-27 12:51:56 [2020-07-17T12:51:56.318Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE 12:51:56 [2020-07-17T12:51:56.318Z] Docker Root Dir: /var/lib/docker 12:51:56 [2020-07-17T12:51:56.318Z] Debug Mode (client): false 12:51:56 [2020-07-17T12:51:56.318Z] Debug Mode (server): false 12:51:56 [2020-07-17T12:51:56.318Z] Username: dockerbuildbot 12:51:56 [2020-07-17T12:51:56.318Z] Registry: https://index.docker.io/v1/ 12:51:56 [2020-07-17T12:51:56.318Z] Labels: 12:51:56 [2020-07-17T12:51:56.318Z] Experimental: true 12:51:56 [2020-07-17T12:51:56.318Z] Insecure Registries: 12:51:56 [2020-07-17T12:51:56.318Z] 127.0.0.0/8 12:51:56 [2020-07-17T12:51:56.318Z] Live Restore Enabled: false 12:51:56 [2020-07-17T12:51:56.318Z] [Pipeline] sh 12:51:56 [2020-07-17T12:51:56.710Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:56 [2020-07-17T12:51:56.710Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:56 [2020-07-17T12:51:56.710Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:51:56 [2020-07-17T12:51:56.710Z] + bash /home/docker/workspace/moby_PR-41221/check-config.sh 12:51:56 [2020-07-17T12:51:56.710Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:51:56 [2020-07-17T12:51:56.710Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... 12:51:56 [2020-07-17T12:51:56.710Z] 12:51:56 [2020-07-17T12:51:56.710Z] Generally Necessary: 12:51:56 [2020-07-17T12:51:56.710Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:51:56 [2020-07-17T12:51:56.710Z] - apparmor: enabled and tools installed 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_NAMESPACES: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_NET_NS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_PID_NS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_IPC_NS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_UTS_NS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CGROUPS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CGROUP_CPUACCT: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CGROUP_DEVICE: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CGROUP_FREEZER: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CGROUP_SCHED: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_CPUSETS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_MEMCG: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_KEYS: enabled 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_VETH: enabled (as module) 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_BRIDGE: enabled (as module) 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_NF_NAT_IPV4: enabled (as module) 12:51:56 [2020-07-17T12:51:56.710Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:51:56 [2020-07-17T12:51:56.968Z] #7 extracting sha256:b68265d3859ccbe45d8cc76d2cffed4b71be942aa99b2e229db12555a03da1fe 2.5s done 12:51:56 [2020-07-17T12:51:56.968Z] #7 extracting sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 12:51:56 [2020-07-17T12:51:56.968Z] #7 extracting sha256:b37d4e108c2b0a658b7cb4feb567715e9c8be44961d075da2323ab6a2ebff2ab 0.0s done 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NF_NAT: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NF_NAT_NEEDED: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_POSIX_MQUEUE: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled 12:51:57 [2020-07-17T12:51:57.007Z] 12:51:57 [2020-07-17T12:51:57.007Z] Optional Features: 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_USER_NS: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_SECCOMP: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CGROUP_PIDS: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_MEMCG_SWAP: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:51:57 [2020-07-17T12:51:57.007Z] (cgroup swap accounting is currently enabled) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_MEMCG_KMEM: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_BLK_CGROUP: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IOSCHED_CFQ: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CGROUP_PERF: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CGROUP_HUGETLB: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_CFS_BANDWIDTH: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_RT_GROUP_SCHED: missing 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_VS: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_VS_NFCT: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_IP_VS_RR: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_EXT4_FS: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:51:57 [2020-07-17T12:51:57.007Z] - Network Drivers: 12:51:57 [2020-07-17T12:51:57.007Z] - "overlay": 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_VXLAN: enabled (as module) 12:51:57 [2020-07-17T12:51:57.007Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:51:57 [2020-07-17T12:51:57.007Z] Optional (for encrypted networks): 12:51:57 [2020-07-17T12:51:57.259Z] #7 DONE 10.1s 12:51:57 [2020-07-17T12:51:57.259Z] 12:51:57 [2020-07-17T12:51:57.259Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_CRYPTO: enabled 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_CRYPTO_AEAD: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_CRYPTO_GCM: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_CRYPTO_GHASH: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_XFRM: enabled 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_XFRM_USER: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_INET_ESP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "ipvlan": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_IPVLAN: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "macvlan": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_MACVLAN: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_DUMMY: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "ftp,tftp client in container": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - Storage Drivers: 12:51:57 [2020-07-17T12:51:57.300Z] - "aufs": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_AUFS_FS: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "btrfs": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_BTRFS_FS: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:51:57 [2020-07-17T12:51:57.300Z] - "devicemapper": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_BLK_DEV_DM: enabled 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "overlay": 12:51:57 [2020-07-17T12:51:57.300Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:51:57 [2020-07-17T12:51:57.300Z] - "zfs": 12:51:57 [2020-07-17T12:51:57.300Z] - /dev/zfs: missing 12:51:57 [2020-07-17T12:51:57.300Z] - zfs command: missing 12:51:57 [2020-07-17T12:51:57.300Z] - zpool command: missing 12:51:57 [2020-07-17T12:51:57.300Z] 12:51:57 [2020-07-17T12:51:57.300Z] Limits: 12:51:57 [2020-07-17T12:51:57.300Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:51:57 [2020-07-17T12:51:57.300Z] 12:51:57 [2020-07-17T12:51:57.300Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:51:57 [2020-07-17T12:51:57.740Z] + make bundles/buildx 12:51:58 [2020-07-17T12:51:58.035Z] make: command: Command not found 12:51:58 [2020-07-17T12:51:58.035Z] make: command: Command not found 12:51:58 [2020-07-17T12:51:58.035Z] mkdir bundles 12:51:58 [2020-07-17T12:51:58.035Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ 12:51:58 [2020-07-17T12:51:58.035Z] --build-arg BUILDX_COMMIT \ 12:51:58 [2020-07-17T12:51:58.035Z] --build-arg BUILDX_REPO \ 12:51:58 [2020-07-17T12:51:58.035Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ 12:51:58 [2020-07-17T12:51:58.035Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ 12:51:58 [2020-07-17T12:51:58.035Z] . 12:51:58 [2020-07-17T12:51:58.035Z] /bin/sh: 4: go: not found 12:51:58 [2020-07-17T12:51:58.035Z] /bin/sh: 5: go: not found 12:51:58 [2020-07-17T12:51:58.503Z] Client: 12:51:58 [2020-07-17T12:51:58.503Z] Debug Mode: false 12:51:58 [2020-07-17T12:51:58.503Z] 12:51:58 [2020-07-17T12:51:58.503Z] Server: 12:51:58 [2020-07-17T12:51:58.503Z] Containers: 0 12:51:58 [2020-07-17T12:51:58.503Z] Running: 0 12:51:58 [2020-07-17T12:51:58.503Z] Paused: 0 12:51:58 [2020-07-17T12:51:58.503Z] Stopped: 0 12:51:58 [2020-07-17T12:51:58.503Z] Images: 3 12:51:58 [2020-07-17T12:51:58.503Z] Server Version: 19.03.12 12:51:58 [2020-07-17T12:51:58.503Z] Storage Driver: overlay2 12:51:58 [2020-07-17T12:51:58.503Z] Backing Filesystem: extfs 12:51:58 [2020-07-17T12:51:58.503Z] Supports d_type: true 12:51:58 [2020-07-17T12:51:58.503Z] Native Overlay Diff: true 12:51:58 [2020-07-17T12:51:58.503Z] Logging Driver: json-file 12:51:58 [2020-07-17T12:51:58.503Z] Cgroup Driver: cgroupfs 12:51:58 [2020-07-17T12:51:58.503Z] Plugins: 12:51:58 [2020-07-17T12:51:58.503Z] Volume: local 12:51:58 [2020-07-17T12:51:58.503Z] Network: bridge host ipvlan macvlan null overlay 12:51:58 [2020-07-17T12:51:58.503Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 12:51:58 [2020-07-17T12:51:58.503Z] Swarm: inactive 12:51:58 [2020-07-17T12:51:58.503Z] Runtimes: runc 12:51:58 [2020-07-17T12:51:58.503Z] Default Runtime: runc 12:51:58 [2020-07-17T12:51:58.503Z] Init Binary: docker-init 12:51:58 [2020-07-17T12:51:58.503Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:58 [2020-07-17T12:51:58.503Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:58 [2020-07-17T12:51:58.503Z] init version: fec3683 12:51:58 [2020-07-17T12:51:58.503Z] Security Options: 12:51:58 [2020-07-17T12:51:58.503Z] apparmor 12:51:58 [2020-07-17T12:51:58.503Z] seccomp 12:51:58 [2020-07-17T12:51:58.503Z] Profile: default 12:51:58 [2020-07-17T12:51:58.503Z] Kernel Version: 5.3.0-1030-aws 12:51:58 [2020-07-17T12:51:58.504Z] Operating System: Ubuntu 18.04.4 LTS 12:51:58 [2020-07-17T12:51:58.504Z] OSType: linux 12:51:58 [2020-07-17T12:51:58.504Z] Architecture: x86_64 12:51:58 [2020-07-17T12:51:58.504Z] CPUs: 2 12:51:58 [2020-07-17T12:51:58.504Z] Total Memory: 7.487GiB 12:51:58 [2020-07-17T12:51:58.504Z] Name: ip-10-100-56-230 12:51:58 [2020-07-17T12:51:58.504Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO 12:51:58 [2020-07-17T12:51:58.504Z] Docker Root Dir: /var/lib/docker 12:51:58 [2020-07-17T12:51:58.504Z] Debug Mode: false 12:51:58 [2020-07-17T12:51:58.504Z] Registry: https://index.docker.io/v1/ 12:51:58 [2020-07-17T12:51:58.504Z] Labels: 12:51:58 [2020-07-17T12:51:58.504Z] Experimental: true 12:51:58 [2020-07-17T12:51:58.504Z] Insecure Registries: 12:51:58 [2020-07-17T12:51:58.504Z] 127.0.0.0/8 12:51:58 [2020-07-17T12:51:58.504Z] Live Restore Enabled: true 12:51:58 [2020-07-17T12:51:58.504Z] 12:51:58 [2020-07-17T12:51:58.504Z] WARNING: No swap limit support [Pipeline] sh 12:51:58 [2020-07-17T12:51:58.578Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.0s done 12:51:58 [2020-07-17T12:51:58.578Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 12:51:58 [2020-07-17T12:51:58.752Z] Client: 12:51:58 [2020-07-17T12:51:58.752Z] Debug Mode: false 12:51:58 [2020-07-17T12:51:58.752Z] 12:51:58 [2020-07-17T12:51:58.752Z] Server: 12:51:58 [2020-07-17T12:51:58.752Z] Containers: 0 12:51:58 [2020-07-17T12:51:58.752Z] Running: 0 12:51:58 [2020-07-17T12:51:58.752Z] Paused: 0 12:51:58 [2020-07-17T12:51:58.752Z] Stopped: 0 12:51:58 [2020-07-17T12:51:58.752Z] Images: 3 12:51:58 [2020-07-17T12:51:58.752Z] Server Version: 19.03.12 12:51:58 [2020-07-17T12:51:58.752Z] Storage Driver: overlay2 12:51:58 [2020-07-17T12:51:58.752Z] Backing Filesystem: extfs 12:51:58 [2020-07-17T12:51:58.752Z] Supports d_type: true 12:51:58 [2020-07-17T12:51:58.752Z] Native Overlay Diff: true 12:51:58 [2020-07-17T12:51:58.752Z] Logging Driver: json-file 12:51:58 [2020-07-17T12:51:58.752Z] Cgroup Driver: cgroupfs 12:51:58 [2020-07-17T12:51:58.752Z] Plugins: 12:51:58 [2020-07-17T12:51:58.752Z] Volume: local 12:51:58 [2020-07-17T12:51:58.752Z] Network: bridge host ipvlan macvlan null overlay 12:51:58 [2020-07-17T12:51:58.752Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 12:51:58 [2020-07-17T12:51:58.752Z] Swarm: inactive 12:51:58 [2020-07-17T12:51:58.752Z] Runtimes: runc 12:51:58 [2020-07-17T12:51:58.752Z] Default Runtime: runc 12:51:58 [2020-07-17T12:51:58.752Z] Init Binary: docker-init 12:51:58 [2020-07-17T12:51:58.752Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:51:58 [2020-07-17T12:51:58.752Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:51:58 [2020-07-17T12:51:58.752Z] init version: fec3683 12:51:58 [2020-07-17T12:51:58.752Z] Security Options: 12:51:58 [2020-07-17T12:51:58.752Z] apparmor 12:51:58 [2020-07-17T12:51:58.752Z] seccomp 12:51:58 [2020-07-17T12:51:58.752Z] Profile: default 12:51:58 [2020-07-17T12:51:58.752Z] Kernel Version: 5.3.0-1030-aws 12:51:58 [2020-07-17T12:51:58.752Z] Operating System: Ubuntu 18.04.4 LTS 12:51:58 [2020-07-17T12:51:58.752Z] OSType: linux 12:51:58 [2020-07-17T12:51:58.752Z] Architecture: x86_64 12:51:58 [2020-07-17T12:51:58.752Z] CPUs: 2 12:51:58 [2020-07-17T12:51:58.752Z] Total Memory: 7.487GiB 12:51:58 [2020-07-17T12:51:58.752Z] Name: ip-10-100-85-251 12:51:58 [2020-07-17T12:51:58.752Z] ID: TFWN:GZLY:T5PB:COH3:REM2:HVJX:YXUV:UT7N:56FA:ZQAG:WP4M:HEIO 12:51:58 [2020-07-17T12:51:58.752Z] Docker Root Dir: /var/lib/docker 12:51:58 [2020-07-17T12:51:58.752Z] Debug Mode: false 12:51:58 [2020-07-17T12:51:58.752Z] Registry: https://index.docker.io/v1/ 12:51:58 [2020-07-17T12:51:58.752Z] Labels: 12:51:58 [2020-07-17T12:51:58.752Z] Experimental: true 12:51:58 [2020-07-17T12:51:58.752Z] Insecure Registries: 12:51:58 [2020-07-17T12:51:58.752Z] 127.0.0.0/8 12:51:58 [2020-07-17T12:51:58.752Z] Live Restore Enabled: true 12:51:58 [2020-07-17T12:51:58.752Z] 12:51:58 [2020-07-17T12:51:58.752Z] WARNING: No swap limit support [Pipeline] sh 12:51:58 [2020-07-17T12:51:58.765Z] #8 DONE 1.6s 12:51:58 [2020-07-17T12:51:58.765Z] 12:51:58 [2020-07-17T12:51:58.765Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:51:58 [2020-07-17T12:51:58.790Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:58 [2020-07-17T12:51:58.790Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:58 [2020-07-17T12:51:58.790Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:51:58 [2020-07-17T12:51:58.790Z] + bash /home/ubuntu/workspace/moby_PR-41221/check-config.sh 12:51:58 [2020-07-17T12:51:58.790Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:51:58 [2020-07-17T12:51:58.790Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... 12:51:58 [2020-07-17T12:51:58.790Z] 12:51:58 [2020-07-17T12:51:58.790Z] Generally Necessary: 12:51:58 [2020-07-17T12:51:58.790Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:51:58 [2020-07-17T12:51:58.790Z] - apparmor: enabled and tools installed 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NAMESPACES: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NET_NS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_PID_NS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IPC_NS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_UTS_NS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUPS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_CPUACCT: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_DEVICE: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_FREEZER: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_SCHED: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CPUSETS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_MEMCG: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_KEYS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_VETH: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_BRIDGE: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NF_NAT_IPV4: missing 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NF_NAT: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NF_NAT_NEEDED: missing 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_POSIX_MQUEUE: enabled 12:51:58 [2020-07-17T12:51:58.790Z] 12:51:58 [2020-07-17T12:51:58.790Z] Optional Features: 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_USER_NS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_SECCOMP: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_PIDS: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_MEMCG_SWAP: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:51:58 [2020-07-17T12:51:58.790Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_BLK_CGROUP: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IOSCHED_CFQ: missing 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CFQ_GROUP_IOSCHED: missing 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_PERF: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_HUGETLB: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_CFS_BANDWIDTH: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_RT_GROUP_SCHED: missing 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_VS: enabled (as module) 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_VS_NFCT: enabled 12:51:58 [2020-07-17T12:51:58.790Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:51:59 [2020-07-17T12:51:59.025Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:59 [2020-07-17T12:51:59.025Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:51:59 [2020-07-17T12:51:59.025Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:51:59 [2020-07-17T12:51:59.025Z] + bash /home/ubuntu/workspace/moby_PR-41221/check-config.sh 12:51:59 [2020-07-17T12:51:59.025Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:51:59 [2020-07-17T12:51:59.025Z] info: reading kernel config from /boot/config-5.3.0-1030-aws ... 12:51:59 [2020-07-17T12:51:59.025Z] 12:51:59 [2020-07-17T12:51:59.025Z] Generally Necessary: 12:51:59 [2020-07-17T12:51:59.025Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:51:59 [2020-07-17T12:51:59.025Z] - apparmor: enabled and tools installed 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NAMESPACES: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NET_NS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_PID_NS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IPC_NS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_UTS_NS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUPS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_CPUACCT: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_DEVICE: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_FREEZER: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_SCHED: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CPUSETS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_MEMCG: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_KEYS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_VETH: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_BRIDGE: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NF_NAT_IPV4: missing 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NF_NAT: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NF_NAT_NEEDED: missing 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_POSIX_MQUEUE: enabled 12:51:59 [2020-07-17T12:51:59.025Z] 12:51:59 [2020-07-17T12:51:59.025Z] Optional Features: 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_USER_NS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_SECCOMP: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_PIDS: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_MEMCG_SWAP: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:51:59 [2020-07-17T12:51:59.025Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_BLK_CGROUP: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IOSCHED_CFQ: missing 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CFQ_GROUP_IOSCHED: missing 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_PERF: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_HUGETLB: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_CFS_BANDWIDTH: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_RT_GROUP_SCHED: missing 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_VS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.025Z] - CONFIG_IP_VS_NFCT: enabled 12:51:59 [2020-07-17T12:51:59.048Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:51:59 [2020-07-17T12:51:59.048Z] - CONFIG_IP_VS_RR: enabled (as module) 12:51:59 [2020-07-17T12:51:59.048Z] - CONFIG_EXT4_FS: enabled 12:51:59 [2020-07-17T12:51:59.048Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - Network Drivers: 12:51:59 [2020-07-17T12:51:59.049Z] - "overlay": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_VXLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:51:59 [2020-07-17T12:51:59.049Z] Optional (for encrypted networks): 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_CRYPTO: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_CRYPTO_AEAD: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_CRYPTO_GCM: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_CRYPTO_SEQIV: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_CRYPTO_GHASH: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_XFRM: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_XFRM_USER: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_INET_ESP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing 12:51:59 [2020-07-17T12:51:59.049Z] - "ipvlan": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_IPVLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - "macvlan": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_MACVLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_DUMMY: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - "ftp,tftp client in container": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - Storage Drivers: 12:51:59 [2020-07-17T12:51:59.049Z] - "aufs": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_AUFS_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - "btrfs": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_BTRFS_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - "devicemapper": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_BLK_DEV_DM: enabled 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - "overlay": 12:51:59 [2020-07-17T12:51:59.049Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.049Z] - "zfs": 12:51:59 [2020-07-17T12:51:59.049Z] - /dev/zfs: present 12:51:59 [2020-07-17T12:51:59.049Z] - zfs command: missing 12:51:59 [2020-07-17T12:51:59.049Z] - zpool command: missing 12:51:59 [2020-07-17T12:51:59.049Z] 12:51:59 [2020-07-17T12:51:59.049Z] Limits: 12:51:59 [2020-07-17T12:51:59.049Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:51:59 [2020-07-17T12:51:59.049Z] 12:51:59 [2020-07-17T12:51:59.049Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_IP_VS_RR: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_EXT4_FS: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - Network Drivers: 12:51:59 [2020-07-17T12:51:59.282Z] - "overlay": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_VXLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:51:59 [2020-07-17T12:51:59.282Z] Optional (for encrypted networks): 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_CRYPTO: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_CRYPTO_AEAD: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_CRYPTO_GCM: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_CRYPTO_SEQIV: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_CRYPTO_GHASH: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_XFRM: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_XFRM_USER: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_INET_ESP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing 12:51:59 [2020-07-17T12:51:59.282Z] - "ipvlan": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_IPVLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - "macvlan": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_MACVLAN: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_DUMMY: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - "ftp,tftp client in container": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - Storage Drivers: 12:51:59 [2020-07-17T12:51:59.282Z] - "aufs": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_AUFS_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - "btrfs": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_BTRFS_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - "devicemapper": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_BLK_DEV_DM: enabled 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - "overlay": 12:51:59 [2020-07-17T12:51:59.282Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:51:59 [2020-07-17T12:51:59.282Z] - "zfs": 12:51:59 [2020-07-17T12:51:59.282Z] - /dev/zfs: present 12:51:59 [2020-07-17T12:51:59.282Z] - zfs command: missing 12:51:59 [2020-07-17T12:51:59.282Z] - zpool command: missing 12:51:59 [2020-07-17T12:51:59.282Z] 12:51:59 [2020-07-17T12:51:59.282Z] Limits: 12:51:59 [2020-07-17T12:51:59.282Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:51:59 [2020-07-17T12:51:59.282Z] 12:51:59 [2020-07-17T12:51:59.282Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:51:59 [2020-07-17T12:51:59.390Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:51:59 [2020-07-17T12:51:59.390Z] #1 [internal] load build definition from Dockerfile 12:51:59 [2020-07-17T12:51:59.390Z] #1 transferring dockerfile: 16.37kB done 12:51:59 [2020-07-17T12:51:59.390Z] #1 DONE 0.0s 12:51:59 [2020-07-17T12:51:59.390Z] 12:51:59 [2020-07-17T12:51:59.390Z] #2 [internal] load .dockerignore 12:51:59 [2020-07-17T12:51:59.390Z] #2 transferring context: 87B done 12:51:59 [2020-07-17T12:51:59.390Z] #2 DONE 0.0s 12:51:59 [2020-07-17T12:51:59.390Z] 12:51:59 [2020-07-17T12:51:59.390Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:51:59 [2020-07-17T12:51:59.609Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:51:59 [2020-07-17T12:51:59.609Z] #2 [internal] load .dockerignore 12:51:59 [2020-07-17T12:51:59.609Z] #2 transferring context: 87B done 12:51:59 [2020-07-17T12:51:59.609Z] #2 DONE 0.0s 12:51:59 [2020-07-17T12:51:59.609Z] 12:51:59 [2020-07-17T12:51:59.609Z] #1 [internal] load build definition from Dockerfile 12:51:59 [2020-07-17T12:51:59.609Z] #1 transferring dockerfile: 16.37kB done 12:51:59 [2020-07-17T12:51:59.609Z] #1 DONE 0.0s 12:51:59 [2020-07-17T12:51:59.609Z] 12:51:59 [2020-07-17T12:51:59.609Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:51:59 [2020-07-17T12:51:59.649Z] #3 DONE 0.3s 12:51:59 [2020-07-17T12:51:59.649Z] 12:51:59 [2020-07-17T12:51:59.649Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:51:59 [2020-07-17T12:51:59.649Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:51:59 [2020-07-17T12:51:59.649Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:51:59 [2020-07-17T12:51:59.649Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done 12:51:59 [2020-07-17T12:51:59.649Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done 12:51:59 [2020-07-17T12:51:59.649Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 880.72kB / 8.88MB 0.1s 12:51:59 [2020-07-17T12:51:59.801Z] #9 DONE 1.0s 12:51:59 [2020-07-17T12:51:59.801Z] 12:51:59 [2020-07-17T12:51:59.801Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:51:59 [2020-07-17T12:51:59.801Z] #35 DONE 0.0s 12:51:59 [2020-07-17T12:51:59.801Z] 12:51:59 [2020-07-17T12:51:59.801Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:51:59 [2020-07-17T12:51:59.801Z] #27 DONE 0.1s 12:51:59 [2020-07-17T12:51:59.801Z] 12:51:59 [2020-07-17T12:51:59.801Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:51:59 [2020-07-17T12:51:59.865Z] #3 DONE 0.2s 12:51:59 [2020-07-17T12:51:59.865Z] 12:51:59 [2020-07-17T12:51:59.865Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:51:59 [2020-07-17T12:51:59.865Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:51:59 [2020-07-17T12:51:59.865Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s 12:51:59 [2020-07-17T12:51:59.865Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:51:59 [2020-07-17T12:51:59.865Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done 12:51:59 [2020-07-17T12:51:59.865Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done 12:51:59 [2020-07-17T12:51:59.909Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s 12:51:59 [2020-07-17T12:51:59.909Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done 12:51:59 [2020-07-17T12:51:59.909Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s 12:52:00 [2020-07-17T12:52:00.121Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done 12:52:00 [2020-07-17T12:52:00.121Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 12:52:00 [2020-07-17T12:52:00.122Z] Sending build context to Docker daemon 56.05MB 12:52:00 [2020-07-17T12:52:00.122Z] Step 1/15 : ARG GO_VERSION=1.13.12 12:52:00 [2020-07-17T12:52:00.122Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1 12:52:00 [2020-07-17T12:52:00.122Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git 12:52:00 [2020-07-17T12:52:00.122Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build 12:52:00 [2020-07-17T12:52:00.122Z] 1.13.12-buster: Pulling from library/golang 12:52:00 [2020-07-17T12:52:00.167Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done 12:52:00 [2020-07-17T12:52:00.167Z] #4 DONE 0.5s 12:52:00 [2020-07-17T12:52:00.378Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.2s done 12:52:00 [2020-07-17T12:52:00.378Z] #4 DONE 0.4s 12:52:00 [2020-07-17T12:52:00.378Z] 12:52:00 [2020-07-17T12:52:00.378Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:52:00 [2020-07-17T12:52:00.420Z] 0cad52b1770a: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] e0318f8e4196: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] cec302fe9541: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] bf65a8c1ffe0: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] 7355b492f1f7: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] 3e2e3e16099d: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] f8e8effe76ee: Pulling fs layer 12:52:00 [2020-07-17T12:52:00.420Z] 7355b492f1f7: Waiting 12:52:00 [2020-07-17T12:52:00.420Z] 3e2e3e16099d: Waiting 12:52:00 [2020-07-17T12:52:00.420Z] f8e8effe76ee: Waiting 12:52:00 [2020-07-17T12:52:00.420Z] bf65a8c1ffe0: Waiting 12:52:00 [2020-07-17T12:52:00.426Z] 12:52:00 [2020-07-17T12:52:00.426Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:52:00 [2020-07-17T12:52:00.650Z] #6 DONE 0.1s 12:52:00 [2020-07-17T12:52:00.650Z] 12:52:00 [2020-07-17T12:52:00.650Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:52:00 [2020-07-17T12:52:00.650Z] #5 DONE 0.2s 12:52:00 [2020-07-17T12:52:00.650Z] 12:52:00 [2020-07-17T12:52:00.650Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:00 [2020-07-17T12:52:00.650Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:52:00 [2020-07-17T12:52:00.685Z] #6 DONE 0.2s 12:52:00 [2020-07-17T12:52:00.685Z] 12:52:00 [2020-07-17T12:52:00.685Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:52:00 [2020-07-17T12:52:00.685Z] #5 DONE 0.2s 12:52:00 [2020-07-17T12:52:00.685Z] 12:52:00 [2020-07-17T12:52:00.685Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:00 [2020-07-17T12:52:00.685Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:52:00 [2020-07-17T12:52:00.716Z] e0318f8e4196: Verifying Checksum 12:52:00 [2020-07-17T12:52:00.716Z] e0318f8e4196: Download complete 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:e025aa1816e5e3f8bffab834e5282f4bd7b6088e578e0191f2525485e189de64 6.19kB / 6.19kB done 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd 1.79kB / 1.79kB done 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 103.98kB / 68.65MB 0.2s 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 2.49MB / 120.16MB 0.2s 12:52:00 [2020-07-17T12:52:00.906Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 0B / 125B 0.2s 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:2841da2227dc15e18ca5ec1e95f3cb166005361c0eb0313ce82d2e5ccff116dd 1.79kB / 1.79kB done 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:e025aa1816e5e3f8bffab834e5282f4bd7b6088e578e0191f2525485e189de64 6.19kB / 6.19kB done 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 0B / 125B 0.2s 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.47MB / 68.65MB 0.2s 12:52:00 [2020-07-17T12:52:00.947Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 0B / 120.16MB 0.2s 12:52:01 [2020-07-17T12:52:01.012Z] cec302fe9541: Verifying Checksum 12:52:01 [2020-07-17T12:52:01.012Z] cec302fe9541: Download complete 12:52:01 [2020-07-17T12:52:01.163Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 11.37MB / 68.65MB 0.3s 12:52:01 [2020-07-17T12:52:01.163Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 14.85MB / 120.16MB 0.3s 12:52:01 [2020-07-17T12:52:01.163Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 0.2s done 12:52:01 [2020-07-17T12:52:01.163Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 17.69MB / 68.65MB 0.4s 12:52:01 [2020-07-17T12:52:01.163Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 23.05MB / 120.16MB 0.4s 12:52:01 [2020-07-17T12:52:01.207Z] #7 sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 125B / 125B 0.2s done 12:52:01 [2020-07-17T12:52:01.207Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 6.13MB / 68.65MB 0.3s 12:52:01 [2020-07-17T12:52:01.207Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 10.30MB / 68.65MB 0.4s 12:52:01 [2020-07-17T12:52:01.425Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 21.62MB / 68.65MB 0.5s 12:52:01 [2020-07-17T12:52:01.425Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 30.36MB / 68.65MB 0.6s 12:52:01 [2020-07-17T12:52:01.425Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 34.47MB / 120.16MB 0.6s 12:52:01 [2020-07-17T12:52:01.466Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 20.45MB / 68.65MB 0.5s 12:52:01 [2020-07-17T12:52:01.466Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 11.64MB / 120.16MB 0.5s 12:52:01 [2020-07-17T12:52:01.466Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 31.09MB / 68.65MB 0.7s 12:52:01 [2020-07-17T12:52:01.466Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 21.03MB / 120.16MB 0.7s 12:52:01 [2020-07-17T12:52:01.684Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 44.39MB / 68.65MB 0.8s 12:52:01 [2020-07-17T12:52:01.684Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 49.27MB / 120.16MB 0.8s 12:52:01 [2020-07-17T12:52:01.684Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 50.24MB / 68.65MB 0.9s 12:52:01 [2020-07-17T12:52:01.684Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 55.38MB / 120.16MB 0.9s 12:52:01 [2020-07-17T12:52:01.725Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 36.21MB / 68.65MB 0.8s 12:52:01 [2020-07-17T12:52:01.725Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 47.02MB / 68.65MB 1.0s 12:52:01 [2020-07-17T12:52:01.725Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 39.90MB / 120.16MB 1.0s 12:52:01 [2020-07-17T12:52:01.947Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 62.17MB / 120.16MB 1.0s 12:52:01 [2020-07-17T12:52:01.947Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.30MB / 68.65MB 1.2s 12:52:01 [2020-07-17T12:52:01.947Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 80.69MB / 120.16MB 1.2s 12:52:01 [2020-07-17T12:52:01.987Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 54.28MB / 68.65MB 1.1s 12:52:01 [2020-07-17T12:52:01.987Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 61.00MB / 68.65MB 1.2s 12:52:01 [2020-07-17T12:52:01.987Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 52.14MB / 120.16MB 1.2s 12:52:02 [2020-07-17T12:52:02.203Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 92.47MB / 120.16MB 1.4s 12:52:02 [2020-07-17T12:52:02.252Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 1.3s 12:52:02 [2020-07-17T12:52:02.252Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 67.96MB / 120.16MB 1.5s 12:52:02 [2020-07-17T12:52:02.460Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 99.56MB / 120.16MB 1.5s 12:52:02 [2020-07-17T12:52:02.460Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 113.78MB / 120.16MB 1.7s 12:52:02 [2020-07-17T12:52:02.513Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 77.43MB / 120.16MB 1.6s 12:52:02 [2020-07-17T12:52:02.716Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 1.8s done 12:52:02 [2020-07-17T12:52:02.716Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 1.9s 12:52:02 [2020-07-17T12:52:02.772Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 3.9s done 12:52:02 [2020-07-17T12:52:02.772Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 done 12:52:02 [2020-07-17T12:52:02.772Z] #7 DONE 14.6s 12:52:02 [2020-07-17T12:52:02.772Z] 12:52:02 [2020-07-17T12:52:02.772Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:52:02 [2020-07-17T12:52:02.772Z] #7 sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 68.65MB / 68.65MB 1.8s done 12:52:02 [2020-07-17T12:52:02.772Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 92.61MB / 120.16MB 1.9s 12:52:02 [2020-07-17T12:52:02.972Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 12:52:03 [2020-07-17T12:52:03.032Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 102.86MB / 120.16MB 2.1s 12:52:03 [2020-07-17T12:52:03.032Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 109.74MB / 120.16MB 2.2s 12:52:03 [2020-07-17T12:52:03.032Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 0.1s 12:52:03 [2020-07-17T12:52:03.129Z] 0cad52b1770a: Verifying Checksum 12:52:03 [2020-07-17T12:52:03.129Z] 0cad52b1770a: Download complete 12:52:03 [2020-07-17T12:52:03.303Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 2.4s 12:52:03 [2020-07-17T12:52:03.537Z] #7 ... 12:52:03 [2020-07-17T12:52:03.537Z] 12:52:03 [2020-07-17T12:52:03.537Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:52:03 [2020-07-17T12:52:03.537Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:52:03 [2020-07-17T12:52:03.537Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:52:03 [2020-07-17T12:52:03.537Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:52:03 [2020-07-17T12:52:03.537Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done 12:52:03 [2020-07-17T12:52:03.537Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.9s done 12:52:03 [2020-07-17T12:52:03.537Z] #58 DONE 2.9s 12:52:03 [2020-07-17T12:52:03.537Z] 12:52:03 [2020-07-17T12:52:03.537Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:03 [2020-07-17T12:52:03.537Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 2.6s done 12:52:03 [2020-07-17T12:52:03.637Z] #36 3.717 + git clone https://github.com/docker/distribution.git . 12:52:03 [2020-07-17T12:52:03.637Z] #36 3.719 Cloning into '.'... 12:52:03 [2020-07-17T12:52:03.709Z] #8 DONE 1.1s 12:52:03 [2020-07-17T12:52:03.709Z] 12:52:03 [2020-07-17T12:52:03.709Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:52:03 [2020-07-17T12:52:03.871Z] #7 ... 12:52:03 [2020-07-17T12:52:03.871Z] 12:52:03 [2020-07-17T12:52:03.871Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:52:03 [2020-07-17T12:52:03.871Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:52:03 [2020-07-17T12:52:03.871Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:52:03 [2020-07-17T12:52:03.871Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:52:03 [2020-07-17T12:52:03.871Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done 12:52:03 [2020-07-17T12:52:03.871Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.3s done 12:52:03 [2020-07-17T12:52:03.871Z] #58 DONE 3.4s 12:52:03 [2020-07-17T12:52:03.871Z] 12:52:03 [2020-07-17T12:52:03.871Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:04 [2020-07-17T12:52:04.099Z] #7 ... 12:52:04 [2020-07-17T12:52:04.099Z] 12:52:04 [2020-07-17T12:52:04.099Z] #20 [internal] load build context 12:52:04 [2020-07-17T12:52:04.099Z] #20 transferring context: 51.31MB 3.3s done 12:52:04 [2020-07-17T12:52:04.099Z] #20 DONE 3.5s 12:52:04 [2020-07-17T12:52:04.099Z] 12:52:04 [2020-07-17T12:52:04.099Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:04 [2020-07-17T12:52:04.130Z] #7 ... 12:52:04 [2020-07-17T12:52:04.130Z] 12:52:04 [2020-07-17T12:52:04.130Z] #20 [internal] load build context 12:52:04 [2020-07-17T12:52:04.130Z] #20 transferring context: 51.31MB 3.1s done 12:52:04 [2020-07-17T12:52:04.130Z] #20 DONE 3.4s 12:52:04 [2020-07-17T12:52:04.130Z] 12:52:04 [2020-07-17T12:52:04.130Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:52:04 [2020-07-17T12:52:04.130Z] #7 sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 120.16MB / 120.16MB 3.2s done 12:52:04 [2020-07-17T12:52:04.190Z] bf65a8c1ffe0: Verifying Checksum 12:52:04 [2020-07-17T12:52:04.191Z] bf65a8c1ffe0: Download complete 12:52:04 [2020-07-17T12:52:04.278Z] #9 DONE 0.6s 12:52:04 [2020-07-17T12:52:04.278Z] 12:52:04 [2020-07-17T12:52:04.278Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:52:04 [2020-07-17T12:52:04.278Z] #35 DONE 0.1s 12:52:04 [2020-07-17T12:52:04.278Z] 12:52:04 [2020-07-17T12:52:04.278Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:04 [2020-07-17T12:52:04.500Z] f8e8effe76ee: Verifying Checksum 12:52:04 [2020-07-17T12:52:04.500Z] f8e8effe76ee: Download complete 12:52:04 [2020-07-17T12:52:04.542Z] #41 ... 12:52:04 [2020-07-17T12:52:04.542Z] 12:52:04 [2020-07-17T12:52:04.542Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:52:04 [2020-07-17T12:52:04.542Z] #27 DONE 0.1s 12:52:04 [2020-07-17T12:52:04.542Z] 12:52:04 [2020-07-17T12:52:04.542Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:05 [2020-07-17T12:52:05.145Z] #36 ... 12:52:05 [2020-07-17T12:52:05.145Z] 12:52:05 [2020-07-17T12:52:05.145Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + RM_GOPATH=0 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + TMP_GOPATH= 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + : /build 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + '[' -z '' ']' 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 ++ mktemp -d 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + export GOPATH=/tmp/tmp.vHSkZN3Obn 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + GOPATH=/tmp/tmp.vHSkZN3Obn 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + RM_GOPATH=1 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + case "$(go env GOARCH)" in 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 ++ go env GOARCH 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + export GO_BUILDMODE=-buildmode=pie 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + GO_BUILDMODE=-buildmode=pie 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 ++ dirname /tmp/install/install.sh 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + dir=/tmp/install 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + bin=gotestsum 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + shift 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + . /tmp/install/gotestsum.installer 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 ++ : v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + install_gotestsum 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + set -e 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + export GO111MODULE=on 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + GO111MODULE=on 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + GOBIN=/build 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.355 + go get gotest.tools/gotestsum@v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.391 go: finding gotest.tools v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.391 go: finding gotest.tools/gotestsum v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 1.739 go: downloading gotest.tools/gotestsum v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 2.050 go: extracting gotest.tools/gotestsum v0.3.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.185 go: downloading gotest.tools v2.1.0+incompatible 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.311 go: extracting gotest.tools v2.1.0+incompatible 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.355 go: downloading github.com/fatih/color v1.6.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.363 go: downloading github.com/sirupsen/logrus v1.0.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.371 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.400 go: downloading github.com/spf13/pflag v1.0.1 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.433 go: downloading github.com/jonboulle/clockwork v0.1.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.576 go: downloading github.com/pkg/errors v0.8.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.580 go: extracting github.com/jonboulle/clockwork v0.1.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.580 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.670 go: extracting github.com/sirupsen/logrus v1.0.5 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.700 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.766 go: extracting github.com/fatih/color v1.6.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.776 go: extracting github.com/spf13/pflag v1.0.1 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.778 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.779 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.833 go: downloading github.com/mattn/go-isatty v0.0.3 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.835 go: downloading github.com/mattn/go-colorable v0.0.9 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.885 go: extracting github.com/mattn/go-colorable v0.0.9 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.894 go: extracting github.com/pkg/errors v0.8.0 12:52:05 [2020-07-17T12:52:05.145Z] #43 3.897 go: extracting github.com/mattn/go-isatty v0.0.3 12:52:05 [2020-07-17T12:52:05.145Z] #43 4.947 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:05 [2020-07-17T12:52:05.170Z] 7355b492f1f7: Verifying Checksum 12:52:05 [2020-07-17T12:52:05.170Z] 7355b492f1f7: Download complete 12:52:05 [2020-07-17T12:52:05.436Z] #43 5.756 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:05 [2020-07-17T12:52:05.989Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.9s done 12:52:05 [2020-07-17T12:52:05.989Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 12:52:06 [2020-07-17T12:52:06.040Z] #7 extracting sha256:d4020e2aa747ca4d0ca2e87305f22f089fd57a696fd19bfa30182316d51b089a 2.9s done 12:52:06 [2020-07-17T12:52:06.040Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 0.1s 12:52:06 [2020-07-17T12:52:06.069Z] #43 6.200 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:07 [2020-07-17T12:52:07.268Z] 0cad52b1770a: Pull complete 12:52:07 [2020-07-17T12:52:07.564Z] e0318f8e4196: Pull complete 12:52:07 [2020-07-17T12:52:07.574Z] #43 7.746 go: finding github.com/fatih/color v1.6.0 12:52:07 [2020-07-17T12:52:07.574Z] #43 7.753 go: finding github.com/pkg/errors v0.8.0 12:52:07 [2020-07-17T12:52:07.574Z] #43 7.900 go: finding github.com/sirupsen/logrus v1.0.5 12:52:07 [2020-07-17T12:52:07.574Z] #43 7.980 go: finding github.com/spf13/pflag v1.0.1 12:52:07 [2020-07-17T12:52:07.860Z] cec302fe9541: Pull complete 12:52:07 [2020-07-17T12:52:07.860Z] 3e2e3e16099d: Verifying Checksum 12:52:07 [2020-07-17T12:52:07.860Z] 3e2e3e16099d: Download complete 12:52:07 [2020-07-17T12:52:07.865Z] #43 8.010 go: finding github.com/mattn/go-colorable v0.0.9 12:52:07 [2020-07-17T12:52:07.865Z] #43 8.032 go: finding github.com/mattn/go-isatty v0.0.3 12:52:07 [2020-07-17T12:52:07.865Z] #43 8.136 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:07 [2020-07-17T12:52:07.865Z] #43 8.246 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:08 [2020-07-17T12:52:08.157Z] #43 8.293 go: finding github.com/jonboulle/clockwork v0.1.0 12:52:08 [2020-07-17T12:52:08.157Z] #43 8.308 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:08 [2020-07-17T12:52:08.157Z] #43 ... 12:52:08 [2020-07-17T12:52:08.157Z] 12:52:08 [2020-07-17T12:52:08.157Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + RM_GOPATH=0 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + TMP_GOPATH= 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + : /build 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + '[' -z '' ']' 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 ++ mktemp -d 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + export GOPATH=/tmp/tmp.97zHXZ6Yij 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + GOPATH=/tmp/tmp.97zHXZ6Yij 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + RM_GOPATH=1 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 + case "$(go env GOARCH)" in 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.428 ++ go env GOARCH 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + export GO_BUILDMODE=-buildmode=pie 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + GO_BUILDMODE=-buildmode=pie 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 ++ dirname /tmp/install/install.sh 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + dir=/tmp/install 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + bin=dockercli 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + shift 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 + . /tmp/install/dockercli.installer 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 ++ : stable 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.430 ++ : 17.06.2-ce 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.431 + install_dockercli 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.431 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.431 Install docker/cli version 17.06.2-ce from stable 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.439 ++ uname -m 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.464 + arch=s390x 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.464 + '[' s390x '!=' x86_64 ']' 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.464 + '[' s390x '!=' s390x ']' 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.464 + url=https://download.docker.com/linux/static 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.464 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz 12:52:08 [2020-07-17T12:52:08.157Z] #21 2.468 + tar -xz docker/docker 12:52:08 [2020-07-17T12:52:08.157Z] #21 8.110 + mkdir -p /build 12:52:08 [2020-07-17T12:52:08.157Z] #21 8.114 + mv docker/docker /build/ 12:52:08 [2020-07-17T12:52:08.157Z] #21 8.119 + rmdir docker 12:52:08 [2020-07-17T12:52:08.157Z] #21 DONE 8.4s 12:52:08 [2020-07-17T12:52:08.157Z] 12:52:08 [2020-07-17T12:52:08.157Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:08 [2020-07-17T12:52:08.157Z] #43 8.406 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:08 [2020-07-17T12:52:08.157Z] #43 ... 12:52:08 [2020-07-17T12:52:08.157Z] 12:52:08 [2020-07-17T12:52:08.157Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.114 + RM_GOPATH=0 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.115 + TMP_GOPATH= 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.115 + : /build 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.115 + '[' -z '' ']' 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.117 ++ mktemp -d 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.121 + export GOPATH=/tmp/tmp.W5A4kbfNAr 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.121 + GOPATH=/tmp/tmp.W5A4kbfNAr 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.121 + RM_GOPATH=1 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.121 + case "$(go env GOARCH)" in 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.122 ++ go env GOARCH 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.145 + export GO_BUILDMODE=-buildmode=pie 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.145 + GO_BUILDMODE=-buildmode=pie 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.145 ++ dirname /tmp/install/install.sh 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 + dir=/tmp/install 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 + bin=shfmt 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 + shift 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 + . /tmp/install/shfmt.installer 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.148 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.149 + install_shfmt 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.149 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.149 + git clone https://github.com/mvdan/sh.git /tmp/tmp.W5A4kbfNAr/src/github.com/mvdan/sh 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.149 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:08 [2020-07-17T12:52:08.157Z] #47 4.157 Cloning into '/tmp/tmp.W5A4kbfNAr/src/github.com/mvdan/sh'... 12:52:09 [2020-07-17T12:52:09.721Z] #47 ... 12:52:09 [2020-07-17T12:52:09.721Z] 12:52:09 [2020-07-17T12:52:09.721Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.811 + RM_GOPATH=0 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.811 + TMP_GOPATH= 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.811 + : /build 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.812 + '[' -z '' ']' 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.812 ++ mktemp -d 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.819 + export GOPATH=/tmp/tmp.aapygP27pu 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.819 + GOPATH=/tmp/tmp.aapygP27pu 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.819 + RM_GOPATH=1 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.819 + case "$(go env GOARCH)" in 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.819 ++ go env GOARCH 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.821 + export GO_BUILDMODE=-buildmode=pie 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.821 + GO_BUILDMODE=-buildmode=pie 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.821 ++ dirname /tmp/install/install.sh 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + dir=/tmp/install 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + bin=proxy 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + shift 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + '[' '!' -f /tmp/install/proxy.installer ']' 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + . /tmp/install/proxy.installer 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + install_proxy 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + case "$1" in 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + export CGO_ENABLED=0 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + CGO_ENABLED=0 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + _install_proxy 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.aapygP27pu/src/github.com/docker/libnetwork 12:52:09 [2020-07-17T12:52:09.721Z] #60 2.887 Cloning into '/tmp/tmp.aapygP27pu/src/github.com/docker/libnetwork'... 12:52:09 [2020-07-17T12:52:09.819Z] #28 ... 12:52:09 [2020-07-17T12:52:09.819Z] 12:52:09 [2020-07-17T12:52:09.819Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + RM_GOPATH=0 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + TMP_GOPATH= 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + : /build 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + '[' -z '' ']' 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 ++ mktemp -d 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + export GOPATH=/tmp/tmp.njduYVeVY5 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + GOPATH=/tmp/tmp.njduYVeVY5 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + RM_GOPATH=1 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 + case "$(go env GOARCH)" in 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.710 ++ go env GOARCH 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.715 + export GO_BUILDMODE=-buildmode=pie 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.715 + GO_BUILDMODE=-buildmode=pie 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.715 ++ dirname /tmp/install/install.sh 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + dir=/tmp/install 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + bin=vndr 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + shift 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + '[' '!' -f /tmp/install/vndr.installer ']' 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + . /tmp/install/vndr.installer 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + install_vndr 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.njduYVeVY5/src/github.com/LK4D4/vndr 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.717 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:09 [2020-07-17T12:52:09.819Z] #41 3.719 Cloning into '/tmp/tmp.njduYVeVY5/src/github.com/LK4D4/vndr'... 12:52:09 [2020-07-17T12:52:09.819Z] #41 4.180 + cd /tmp/tmp.njduYVeVY5/src/github.com/LK4D4/vndr 12:52:09 [2020-07-17T12:52:09.819Z] #41 4.180 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:09 [2020-07-17T12:52:09.819Z] #41 4.196 + go build -buildmode=pie -v -o /build/vndr . 12:52:09 [2020-07-17T12:52:09.819Z] #41 5.408 internal/cpu 12:52:09 [2020-07-17T12:52:09.819Z] #41 5.486 runtime/internal/atomic 12:52:10 [2020-07-17T12:52:10.012Z] #60 ... 12:52:10 [2020-07-17T12:52:10.012Z] 12:52:10 [2020-07-17T12:52:10.012Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:10 [2020-07-17T12:52:10.012Z] #28 4.195 + git clone https://github.com/kolyshkin/go-swagger.git . 12:52:10 [2020-07-17T12:52:10.012Z] #28 4.196 Cloning into '.'... 12:52:10 [2020-07-17T12:52:10.012Z] #28 ... 12:52:10 [2020-07-17T12:52:10.012Z] 12:52:10 [2020-07-17T12:52:10.012Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:10 [2020-07-17T12:52:10.012Z] #38 4.277 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:10 [2020-07-17T12:52:10.012Z] #38 4.322 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:10 [2020-07-17T12:52:10.012Z] #38 4.500 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:10 [2020-07-17T12:52:10.012Z] #38 5.083 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:52:10 [2020-07-17T12:52:10.012Z] #38 6.636 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:52:10 [2020-07-17T12:52:10.012Z] #38 8.897 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:52:10 [2020-07-17T12:52:10.078Z] #41 5.822 runtime/internal/sys 12:52:10 [2020-07-17T12:52:10.197Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 4.0s done 12:52:10 [2020-07-17T12:52:10.197Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 done 12:52:10 [2020-07-17T12:52:10.197Z] #7 DONE 9.5s 12:52:10 [2020-07-17T12:52:10.197Z] 12:52:10 [2020-07-17T12:52:10.197Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:52:10 [2020-07-17T12:52:10.243Z] #7 extracting sha256:1228b02306216b597e88fde7515971bd5d889fb0a8a8c18f48c351b6e45fe55b 4.1s done 12:52:10 [2020-07-17T12:52:10.243Z] #7 extracting sha256:a357baaa40a4f321254a5ee7b969840fd3959912f64ed8a5bb78912392e1f061 done 12:52:10 [2020-07-17T12:52:10.243Z] #7 DONE 9.7s 12:52:10 [2020-07-17T12:52:10.303Z] #38 ... 12:52:10 [2020-07-17T12:52:10.303Z] 12:52:10 [2020-07-17T12:52:10.303Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.538 Installing golangci-lint version v1.23.8 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + RM_GOPATH=0 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + TMP_GOPATH= 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + : /build 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + '[' -z '' ']' 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 ++ mktemp -d 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + export GOPATH=/tmp/tmp.8FqMTCkTFd 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + GOPATH=/tmp/tmp.8FqMTCkTFd 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + RM_GOPATH=1 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + case "$(go env GOARCH)" in 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 ++ go env GOARCH 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + export GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 ++ dirname /tmp/install/install.sh 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + dir=/tmp/install 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + bin=golangci_lint 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + shift 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + . /tmp/install/golangci_lint.installer 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 ++ : v1.23.8 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + install_golangci_lint 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + echo 'Installing golangci-lint version v1.23.8' 12:52:10 [2020-07-17T12:52:10.303Z] #45 1.535 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:52:10 [2020-07-17T12:52:10.303Z] #45 ... 12:52:10 [2020-07-17T12:52:10.303Z] 12:52:10 [2020-07-17T12:52:10.303Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.804 + RM_GOPATH=0 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.804 + TMP_GOPATH= 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.804 + : /build 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.804 + '[' -z '' ']' 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.804 ++ mktemp -d 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.805 + export GOPATH=/tmp/tmp.38asDvYuBR 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.805 + GOPATH=/tmp/tmp.38asDvYuBR 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.805 + RM_GOPATH=1 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.805 + case "$(go env GOARCH)" in 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.806 ++ go env GOARCH 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.814 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + export GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 ++ dirname /tmp/install/install.sh 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + dir=/tmp/install 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + bin=tomlv 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + shift 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + . /tmp/install/tomlv.installer 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + install_tomlv 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.815 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.38asDvYuBR/src/github.com/BurntSushi/toml 12:52:10 [2020-07-17T12:52:10.303Z] #30 2.888 Cloning into '/tmp/tmp.38asDvYuBR/src/github.com/BurntSushi/toml'... 12:52:10 [2020-07-17T12:52:10.303Z] #30 3.711 + cd /tmp/tmp.38asDvYuBR/src/github.com/BurntSushi/toml 12:52:10 [2020-07-17T12:52:10.303Z] #30 3.713 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:10 [2020-07-17T12:52:10.303Z] #30 3.717 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:52:10 [2020-07-17T12:52:10.303Z] #30 4.194 math/bits 12:52:10 [2020-07-17T12:52:10.303Z] #30 4.237 runtime 12:52:10 [2020-07-17T12:52:10.303Z] #30 4.843 math 12:52:10 [2020-07-17T12:52:10.303Z] #30 9.457 internal/testlog 12:52:10 [2020-07-17T12:52:10.303Z] #30 9.654 encoding 12:52:10 [2020-07-17T12:52:10.303Z] #30 9.723 runtime/cgo 12:52:10 [2020-07-17T12:52:10.338Z] #41 5.989 runtime/internal/math 12:52:10 [2020-07-17T12:52:10.338Z] #41 6.028 internal/bytealg 12:52:10 [2020-07-17T12:52:10.338Z] #41 6.072 internal/race 12:52:10 [2020-07-17T12:52:10.502Z] 12:52:10 [2020-07-17T12:52:10.502Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:52:10 [2020-07-17T12:52:10.594Z] #30 ... 12:52:10 [2020-07-17T12:52:10.594Z] 12:52:10 [2020-07-17T12:52:10.594Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + RM_GOPATH=0 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + TMP_GOPATH= 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + : /build 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + '[' -z '' ']' 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 ++ mktemp -d 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + export GOPATH=/tmp/tmp.8pmHaiaGM2 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + GOPATH=/tmp/tmp.8pmHaiaGM2 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + RM_GOPATH=1 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + case "$(go env GOARCH)" in 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 ++ go env GOARCH 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + export GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + GO_BUILDMODE=-buildmode=pie 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 ++ dirname /tmp/install/install.sh 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + dir=/tmp/install 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + bin=vndr 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + shift 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + '[' '!' -f /tmp/install/vndr.installer ']' 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + . /tmp/install/vndr.installer 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + install_vndr 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.8pmHaiaGM2/src/github.com/LK4D4/vndr 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.050 Cloning into '/tmp/tmp.8pmHaiaGM2/src/github.com/LK4D4/vndr'... 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.051 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.458 + cd /tmp/tmp.8pmHaiaGM2/src/github.com/LK4D4/vndr 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.459 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:10 [2020-07-17T12:52:10.594Z] #41 2.479 + go build -buildmode=pie -v -o /build/vndr . 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.034 runtime/internal/atomic 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.140 internal/cpu 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.322 runtime/internal/sys 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.510 runtime/internal/math 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.620 internal/bytealg 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.634 internal/race 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.663 sync/atomic 12:52:10 [2020-07-17T12:52:10.594Z] #41 3.870 unicode 12:52:10 [2020-07-17T12:52:10.594Z] #41 4.013 runtime 12:52:10 [2020-07-17T12:52:10.594Z] #41 6.334 unicode/utf8 12:52:10 [2020-07-17T12:52:10.594Z] #41 6.735 math 12:52:10 [2020-07-17T12:52:10.594Z] #41 ... 12:52:10 [2020-07-17T12:52:10.594Z] 12:52:10 [2020-07-17T12:52:10.594Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:10 [2020-07-17T12:52:10.594Z] #10 4.102 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:10 [2020-07-17T12:52:10.594Z] #10 4.222 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:10 [2020-07-17T12:52:10.594Z] #10 4.410 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:10 [2020-07-17T12:52:10.594Z] #10 4.826 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:52:10 [2020-07-17T12:52:10.594Z] #10 6.197 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:52:10 [2020-07-17T12:52:10.594Z] #10 7.565 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:52:10 [2020-07-17T12:52:10.600Z] #41 6.209 sync/atomic 12:52:10 [2020-07-17T12:52:10.628Z] bf65a8c1ffe0: Pull complete 12:52:10 [2020-07-17T12:52:10.860Z] #41 6.558 unicode 12:52:10 [2020-07-17T12:52:10.884Z] #10 ... 12:52:10 [2020-07-17T12:52:10.885Z] 12:52:10 [2020-07-17T12:52:10.885Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:10 [2020-07-17T12:52:10.885Z] #51 4.438 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #51 4.478 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #51 4.491 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #51 5.257 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #51 6.807 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #51 8.365 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:52:10 [2020-07-17T12:52:10.885Z] #51 ... 12:52:10 [2020-07-17T12:52:10.885Z] 12:52:10 [2020-07-17T12:52:10.885Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:10 [2020-07-17T12:52:10.885Z] #23 4.187 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #23 4.229 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #23 4.416 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #23 5.038 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #23 6.533 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:52:10 [2020-07-17T12:52:10.885Z] #23 8.519 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:52:11 [2020-07-17T12:52:11.120Z] #41 6.933 runtime 12:52:11 [2020-07-17T12:52:11.176Z] #23 ... 12:52:11 [2020-07-17T12:52:11.176Z] 12:52:11 [2020-07-17T12:52:11.176Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:11 [2020-07-17T12:52:11.176Z] #32 4.103 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:11 [2020-07-17T12:52:11.176Z] #32 4.223 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:11 [2020-07-17T12:52:11.176Z] #32 4.417 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:11 [2020-07-17T12:52:11.176Z] #32 4.926 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:52:11 [2020-07-17T12:52:11.176Z] #32 6.686 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:52:11 [2020-07-17T12:52:11.176Z] #32 8.049 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:52:11 [2020-07-17T12:52:11.176Z] #32 ... 12:52:11 [2020-07-17T12:52:11.176Z] 12:52:11 [2020-07-17T12:52:11.176Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.050 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + RM_GOPATH=0 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + TMP_GOPATH= 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + : /build 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + '[' -z '' ']' 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 ++ mktemp -d 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + export GOPATH=/tmp/tmp.e9l0Hb1wzY 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + GOPATH=/tmp/tmp.e9l0Hb1wzY 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + RM_GOPATH=1 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + case "$(go env GOARCH)" in 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 ++ go env GOARCH 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + export GO_BUILDMODE=-buildmode=pie 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + GO_BUILDMODE=-buildmode=pie 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 ++ dirname /tmp/install/install.sh 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + dir=/tmp/install 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + bin=rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + shift 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + . /tmp/install/rootlesskit.installer 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + install_rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + case "$1" in 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + export CGO_ENABLED=0 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + CGO_ENABLED=0 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + _install_rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.e9l0Hb1wzY/src/github.com/rootless-containers/rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 2.051 Cloning into '/tmp/tmp.e9l0Hb1wzY/src/github.com/rootless-containers/rootlesskit'... 12:52:11 [2020-07-17T12:52:11.176Z] #54 5.547 + cd /tmp/tmp.e9l0Hb1wzY/src/github.com/rootless-containers/rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 5.547 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:11 [2020-07-17T12:52:11.176Z] #54 5.660 + for f in rootlesskit rootlesskit-docker-proxy 12:52:11 [2020-07-17T12:52:11.176Z] #54 5.660 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:52:11 [2020-07-17T12:52:11.176Z] #54 ... 12:52:11 [2020-07-17T12:52:11.176Z] 12:52:11 [2020-07-17T12:52:11.176Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:11 [2020-07-17T12:52:11.176Z] #41 11.30 unicode/utf16 12:52:11 [2020-07-17T12:52:11.176Z] #41 11.48 container/list 12:52:11 [2020-07-17T12:52:11.466Z] #41 11.86 crypto/internal/subtle 12:52:11 [2020-07-17T12:52:11.757Z] #41 11.97 crypto/subtle 12:52:11 [2020-07-17T12:52:11.757Z] #41 12.06 vendor/golang.org/x/crypto/cryptobyte/asn1 12:52:12 [2020-07-17T12:52:12.048Z] #41 12.13 internal/nettrace 12:52:12 [2020-07-17T12:52:12.048Z] #41 12.20 runtime/cgo 12:52:12 [2020-07-17T12:52:12.161Z] #8 DONE 2.0s 12:52:12 [2020-07-17T12:52:12.161Z] 12:52:12 [2020-07-17T12:52:12.161Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:52:12 [2020-07-17T12:52:12.406Z] #8 DONE 1.8s 12:52:12 [2020-07-17T12:52:12.406Z] 12:52:12 [2020-07-17T12:52:12.406Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:52:12 [2020-07-17T12:52:12.710Z] 7355b492f1f7: Pull complete 12:52:12 [2020-07-17T12:52:12.729Z] #9 DONE 0.6s 12:52:12 [2020-07-17T12:52:12.729Z] 12:52:12 [2020-07-17T12:52:12.729Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:52:12 [2020-07-17T12:52:12.729Z] #27 DONE 0.0s 12:52:12 [2020-07-17T12:52:12.729Z] 12:52:12 [2020-07-17T12:52:12.729Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:52:12 [2020-07-17T12:52:12.729Z] #35 DONE 0.1s 12:52:12 [2020-07-17T12:52:12.729Z] 12:52:12 [2020-07-17T12:52:12.729Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:12 [2020-07-17T12:52:12.983Z] #9 DONE 0.6s 12:52:12 [2020-07-17T12:52:12.983Z] 12:52:12 [2020-07-17T12:52:12.983Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:52:12 [2020-07-17T12:52:12.983Z] #35 DONE 0.1s 12:52:12 [2020-07-17T12:52:12.983Z] 12:52:12 [2020-07-17T12:52:12.983Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:12 [2020-07-17T12:52:12.983Z] #23 ... 12:52:12 [2020-07-17T12:52:12.983Z] 12:52:12 [2020-07-17T12:52:12.984Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:52:12 [2020-07-17T12:52:12.984Z] #27 DONE 0.1s 12:52:13 [2020-07-17T12:52:13.242Z] 12:52:13 [2020-07-17T12:52:13.242Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:13 [2020-07-17T12:52:13.663Z] #41 ... 12:52:13 [2020-07-17T12:52:13.663Z] 12:52:13 [2020-07-17T12:52:13.663Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.660 + RM_GOPATH=0 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.661 + TMP_GOPATH= 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.661 + : /build 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.661 + '[' -z '' ']' 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.666 ++ mktemp -d 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.674 + export GOPATH=/tmp/tmp.zvotDDdEBt 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.685 + GOPATH=/tmp/tmp.zvotDDdEBt 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.685 + RM_GOPATH=1 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.686 + case "$(go env GOARCH)" in 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.686 ++ go env GOARCH 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.721 + export GO_BUILDMODE=-buildmode=pie 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.722 + GO_BUILDMODE=-buildmode=pie 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.722 ++ dirname /tmp/install/install.sh 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.723 + dir=/tmp/install 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.723 + bin=gotestsum 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.724 + shift 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.724 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.724 + . /tmp/install/gotestsum.installer 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.725 ++ : v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.726 + install_gotestsum 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.726 + set -e 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.733 + export GO111MODULE=on 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.733 + GO111MODULE=on 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.733 + GOBIN=/build 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.733 + go get gotest.tools/gotestsum@v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.738 go: finding gotest.tools v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 6.757 go: finding gotest.tools/gotestsum v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 7.702 go: downloading gotest.tools/gotestsum v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 8.186 go: extracting gotest.tools/gotestsum v0.3.5 12:52:13 [2020-07-17T12:52:13.663Z] #43 9.295 go: downloading gotest.tools v2.1.0+incompatible 12:52:13 [2020-07-17T12:52:13.924Z] #43 9.452 go: extracting gotest.tools v2.1.0+incompatible 12:52:13 [2020-07-17T12:52:13.924Z] #43 9.596 go: downloading github.com/fatih/color v1.6.0 12:52:13 [2020-07-17T12:52:13.924Z] #43 9.688 go: extracting github.com/fatih/color v1.6.0 12:52:13 [2020-07-17T12:52:13.924Z] #43 9.729 go: downloading github.com/spf13/pflag v1.0.1 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.776 go: downloading github.com/pkg/errors v0.8.0 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.787 go: downloading github.com/mattn/go-isatty v0.0.3 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.874 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.889 go: downloading github.com/jonboulle/clockwork v0.1.0 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.890 go: downloading github.com/mattn/go-colorable v0.0.9 12:52:14 [2020-07-17T12:52:14.184Z] #43 9.927 go: downloading github.com/sirupsen/logrus v1.0.5 12:52:14 [2020-07-17T12:52:14.184Z] #43 ... 12:52:14 [2020-07-17T12:52:14.184Z] 12:52:14 [2020-07-17T12:52:14.184Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.362 + RM_GOPATH=0 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.362 + TMP_GOPATH= 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.363 + : /build 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.363 + '[' -z '' ']' 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.403 ++ mktemp -d 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.403 + export GOPATH=/tmp/tmp.hhX8xSAoa1 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.403 + GOPATH=/tmp/tmp.hhX8xSAoa1 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.403 + RM_GOPATH=1 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.403 + case "$(go env GOARCH)" in 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.406 ++ go env GOARCH 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.424 + export GO_BUILDMODE=-buildmode=pie 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.424 + GO_BUILDMODE=-buildmode=pie 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.425 ++ dirname /tmp/install/install.sh 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.428 + dir=/tmp/install 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.429 + bin=tomlv 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.429 + shift 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.430 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.430 + . /tmp/install/tomlv.installer 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.431 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.431 + install_tomlv 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.432 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.432 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.432 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.hhX8xSAoa1/src/github.com/BurntSushi/toml 12:52:14 [2020-07-17T12:52:14.184Z] #30 6.433 Cloning into '/tmp/tmp.hhX8xSAoa1/src/github.com/BurntSushi/toml'... 12:52:14 [2020-07-17T12:52:14.184Z] #30 7.353 + cd /tmp/tmp.hhX8xSAoa1/src/github.com/BurntSushi/toml 12:52:14 [2020-07-17T12:52:14.184Z] #30 7.353 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:14 [2020-07-17T12:52:14.184Z] #30 7.394 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:52:14 [2020-07-17T12:52:14.184Z] #30 7.967 math/bits 12:52:14 [2020-07-17T12:52:14.184Z] #30 8.265 runtime 12:52:14 [2020-07-17T12:52:14.184Z] #30 8.736 math 12:52:14 [2020-07-17T12:52:14.444Z] #30 ... 12:52:14 [2020-07-17T12:52:14.444Z] 12:52:14 [2020-07-17T12:52:14.444Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:14 [2020-07-17T12:52:14.444Z] #38 7.263 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:14 [2020-07-17T12:52:14.445Z] #38 7.305 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:14 [2020-07-17T12:52:14.445Z] #38 7.325 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:14 [2020-07-17T12:52:14.445Z] #38 8.293 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:14 [2020-07-17T12:52:14.445Z] #38 ... 12:52:14 [2020-07-17T12:52:14.445Z] 12:52:14 [2020-07-17T12:52:14.445Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.477 + RM_GOPATH=0 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.477 + TMP_GOPATH= 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.478 + : /build 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.478 + '[' -z '' ']' 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.479 ++ mktemp -d 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.483 + export GOPATH=/tmp/tmp.6tf03x5reR 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.483 + GOPATH=/tmp/tmp.6tf03x5reR 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.483 + RM_GOPATH=1 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.483 + case "$(go env GOARCH)" in 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.485 ++ go env GOARCH 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.569 + export GO_BUILDMODE=-buildmode=pie 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.588 + GO_BUILDMODE=-buildmode=pie 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.588 ++ dirname /tmp/install/install.sh 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.590 + dir=/tmp/install 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.597 + bin=shfmt 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.598 + shift 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.598 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.599 + . /tmp/install/shfmt.installer 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.599 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.599 + install_shfmt 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.600 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.600 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.600 + git clone https://github.com/mvdan/sh.git /tmp/tmp.6tf03x5reR/src/github.com/mvdan/sh 12:52:14 [2020-07-17T12:52:14.445Z] #47 6.621 Cloning into '/tmp/tmp.6tf03x5reR/src/github.com/mvdan/sh'... 12:52:14 [2020-07-17T12:52:14.705Z] #47 ... 12:52:14 [2020-07-17T12:52:14.705Z] 12:52:14 [2020-07-17T12:52:14.705Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:14 [2020-07-17T12:52:14.705Z] #51 7.340 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:14 [2020-07-17T12:52:14.705Z] #51 7.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:14 [2020-07-17T12:52:14.705Z] #51 7.388 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:14 [2020-07-17T12:52:14.705Z] #51 8.414 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:14 [2020-07-17T12:52:14.705Z] #51 ... 12:52:14 [2020-07-17T12:52:14.705Z] 12:52:14 [2020-07-17T12:52:14.705Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:14 [2020-07-17T12:52:14.705Z] #36 6.500 + git clone https://github.com/docker/distribution.git . 12:52:14 [2020-07-17T12:52:14.705Z] #36 6.508 Cloning into '.'... 12:52:14 [2020-07-17T12:52:14.965Z] #36 ... 12:52:14 [2020-07-17T12:52:14.965Z] 12:52:14 [2020-07-17T12:52:14.965Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:14 [2020-07-17T12:52:14.965Z] #10 7.525 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #10 7.622 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #10 7.622 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #10 8.713 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #10 ... 12:52:14 [2020-07-17T12:52:14.965Z] 12:52:14 [2020-07-17T12:52:14.965Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:14 [2020-07-17T12:52:14.965Z] #32 7.344 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #32 7.418 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #32 7.418 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:14 [2020-07-17T12:52:14.965Z] #32 8.493 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:15 [2020-07-17T12:52:15.226Z] #32 10.93 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:15 [2020-07-17T12:52:15.226Z] #32 ... 12:52:15 [2020-07-17T12:52:15.226Z] 12:52:15 [2020-07-17T12:52:15.226Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.546 + RM_GOPATH=0 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.546 + TMP_GOPATH= 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.550 + : /build 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.550 + '[' -z '' ']' 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.560 ++ mktemp -d 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.564 + export GOPATH=/tmp/tmp.WnuYIJ6scv 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.564 + GOPATH=/tmp/tmp.WnuYIJ6scv 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.564 + RM_GOPATH=1 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.564 + case "$(go env GOARCH)" in 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.565 ++ go env GOARCH 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.605 + export GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.605 + GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.609 ++ dirname /tmp/install/install.sh 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.623 + dir=/tmp/install 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.623 + bin=golangci_lint 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.623 + shift 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.624 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.624 + . /tmp/install/golangci_lint.installer 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.624 ++ : v1.23.8 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.626 + install_golangci_lint 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.628 + echo 'Installing golangci-lint version v1.23.8' 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.629 Installing golangci-lint version v1.23.8 12:52:15 [2020-07-17T12:52:15.226Z] #45 6.629 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:52:15 [2020-07-17T12:52:15.226Z] #45 ... 12:52:15 [2020-07-17T12:52:15.226Z] 12:52:15 [2020-07-17T12:52:15.226Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.777 + RM_GOPATH=0 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.778 + TMP_GOPATH= 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.778 + : /build 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.778 + '[' -z '' ']' 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 ++ mktemp -d 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 + export GOPATH=/tmp/tmp.RUgvpB78Lo 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 + GOPATH=/tmp/tmp.RUgvpB78Lo 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 + RM_GOPATH=1 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 + case "$(go env GOARCH)" in 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.784 ++ go env GOARCH 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.819 + export GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.819 + GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.821 ++ dirname /tmp/install/install.sh 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.823 + dir=/tmp/install 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.824 + bin=rootlesskit 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.824 + shift 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.825 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.826 + . /tmp/install/rootlesskit.installer 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.832 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.832 + install_rootlesskit 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.832 + case "$1" in 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.833 + export CGO_ENABLED=0 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.834 + CGO_ENABLED=0 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.835 + _install_rootlesskit 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.836 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.837 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.837 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.RUgvpB78Lo/src/github.com/rootless-containers/rootlesskit 12:52:15 [2020-07-17T12:52:15.226Z] #54 5.855 Cloning into '/tmp/tmp.RUgvpB78Lo/src/github.com/rootless-containers/rootlesskit'... 12:52:15 [2020-07-17T12:52:15.226Z] #54 10.97 + cd /tmp/tmp.RUgvpB78Lo/src/github.com/rootless-containers/rootlesskit 12:52:15 [2020-07-17T12:52:15.226Z] #54 10.97 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:15 [2020-07-17T12:52:15.226Z] #54 11.08 + for f in rootlesskit rootlesskit-docker-proxy 12:52:15 [2020-07-17T12:52:15.485Z] #54 11.08 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:52:15 [2020-07-17T12:52:15.485Z] #54 ... 12:52:15 [2020-07-17T12:52:15.485Z] 12:52:15 [2020-07-17T12:52:15.485Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:15 [2020-07-17T12:52:15.486Z] #23 7.552 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:15 [2020-07-17T12:52:15.486Z] #23 7.628 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:15 [2020-07-17T12:52:15.486Z] #23 7.630 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:15 [2020-07-17T12:52:15.486Z] #23 8.600 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:15 [2020-07-17T12:52:15.486Z] #23 10.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:15 [2020-07-17T12:52:15.486Z] #23 ... 12:52:15 [2020-07-17T12:52:15.486Z] 12:52:15 [2020-07-17T12:52:15.486Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.013 + RM_GOPATH=0 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.013 + TMP_GOPATH= 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.013 + : /build 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.013 + '[' -z '' ']' 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.013 ++ mktemp -d 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.014 + export GOPATH=/tmp/tmp.FjznUz9dmz 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.014 + GOPATH=/tmp/tmp.FjznUz9dmz 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.014 + RM_GOPATH=1 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.014 + case "$(go env GOARCH)" in 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.014 ++ go env GOARCH 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.022 + export GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.022 + GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.022 ++ dirname /tmp/install/install.sh 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + dir=/tmp/install 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + bin=proxy 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + shift 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + '[' '!' -f /tmp/install/proxy.installer ']' 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + . /tmp/install/proxy.installer 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + install_proxy 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + case "$1" in 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + export CGO_ENABLED=0 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + CGO_ENABLED=0 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + _install_proxy 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.023 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.FjznUz9dmz/src/github.com/docker/libnetwork 12:52:15 [2020-07-17T12:52:15.486Z] #60 4.027 Cloning into '/tmp/tmp.FjznUz9dmz/src/github.com/docker/libnetwork'... 12:52:15 [2020-07-17T12:52:15.746Z] #60 ... 12:52:15 [2020-07-17T12:52:15.746Z] 12:52:15 [2020-07-17T12:52:15.746Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.660 + RM_GOPATH=0 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.660 + TMP_GOPATH= 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.660 + : /build 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.660 + '[' -z '' ']' 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.662 ++ mktemp -d 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.663 + export GOPATH=/tmp/tmp.Q82w2ad5Q5 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.664 + GOPATH=/tmp/tmp.Q82w2ad5Q5 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.664 + RM_GOPATH=1 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.665 + case "$(go env GOARCH)" in 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.672 ++ go env GOARCH 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.704 + export GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.704 + GO_BUILDMODE=-buildmode=pie 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.707 ++ dirname /tmp/install/install.sh 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.708 + dir=/tmp/install 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.708 + bin=dockercli 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.708 + shift 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.708 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.708 + . /tmp/install/dockercli.installer 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.709 ++ : stable 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.710 ++ : 17.06.2-ce 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.710 + install_dockercli 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.713 Install docker/cli version 17.06.2-ce from stable 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.713 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.714 ++ uname -m 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.716 + arch=x86_64 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.716 + '[' x86_64 '!=' x86_64 ']' 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.716 + url=https://download.docker.com/linux/static 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.717 + tar -xz docker/docker 12:52:15 [2020-07-17T12:52:15.746Z] #21 6.722 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz 12:52:16 [2020-07-17T12:52:16.006Z] #21 ... 12:52:16 [2020-07-17T12:52:16.006Z] 12:52:16 [2020-07-17T12:52:16.006Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.21 go: extracting github.com/pkg/errors v0.8.0 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.30 go: extracting github.com/jonboulle/clockwork v0.1.0 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.30 go: extracting github.com/spf13/pflag v1.0.1 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.37 go: extracting github.com/mattn/go-colorable v0.0.9 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.51 go: extracting github.com/mattn/go-isatty v0.0.3 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.52 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.58 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.58 go: extracting github.com/sirupsen/logrus v1.0.5 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.80 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:16 [2020-07-17T12:52:16.006Z] #43 10.84 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:16 [2020-07-17T12:52:16.252Z] 3e2e3e16099d: Pull complete 12:52:16 [2020-07-17T12:52:16.252Z] f8e8effe76ee: Pull complete 12:52:16 [2020-07-17T12:52:16.252Z] Digest: sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 12:52:16 [2020-07-17T12:52:16.252Z] Status: Downloaded newer image for golang:1.13.12-buster 12:52:16 [2020-07-17T12:52:16.252Z] ---> 22d48dbfbcad 12:52:16 [2020-07-17T12:52:16.252Z] Step 5/15 : ARG BUILDX_REPO 12:52:16 [2020-07-17T12:52:16.252Z] ---> Running in 490b604386bd 12:52:16 [2020-07-17T12:52:16.545Z] Removing intermediate container 490b604386bd 12:52:16 [2020-07-17T12:52:16.545Z] ---> 5dc777636b06 12:52:16 [2020-07-17T12:52:16.545Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx 12:52:16 [2020-07-17T12:52:16.545Z] ---> Running in abc85c6611bc 12:52:16 [2020-07-17T12:52:16.841Z] Cloning into '/buildx'... 12:52:17 [2020-07-17T12:52:17.386Z] #43 12.78 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:17 [2020-07-17T12:52:17.646Z] #43 13.22 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:17 [2020-07-17T12:52:17.651Z] #41 ... 12:52:17 [2020-07-17T12:52:17.651Z] 12:52:17 [2020-07-17T12:52:17.651Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:17 [2020-07-17T12:52:17.651Z] #36 13.97 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:52:17 [2020-07-17T12:52:17.651Z] #36 15.67 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:52:18 [2020-07-17T12:52:18.014Z] #28 ... 12:52:18 [2020-07-17T12:52:18.014Z] 12:52:18 [2020-07-17T12:52:18.014Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.017 + RM_GOPATH=0 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.017 + TMP_GOPATH= 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.017 + : /build 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.017 + '[' -z '' ']' 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.028 ++ mktemp -d 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.039 + export GOPATH=/tmp/tmp.idhKqXPIRN 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.039 + GOPATH=/tmp/tmp.idhKqXPIRN 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.039 + RM_GOPATH=1 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.039 + case "$(go env GOARCH)" in 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.045 ++ go env GOARCH 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.096 + export GO_BUILDMODE=-buildmode=pie 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.096 + GO_BUILDMODE=-buildmode=pie 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.102 ++ dirname /tmp/install/install.sh 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.107 + dir=/tmp/install 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.116 + bin=vndr 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.117 + shift 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.120 + '[' '!' -f /tmp/install/vndr.installer ']' 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.120 + . /tmp/install/vndr.installer 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.121 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.122 + install_vndr 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.123 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.124 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.124 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.idhKqXPIRN/src/github.com/LK4D4/vndr 12:52:18 [2020-07-17T12:52:18.014Z] #41 5.132 Cloning into '/tmp/tmp.idhKqXPIRN/src/github.com/LK4D4/vndr'... 12:52:18 [2020-07-17T12:52:18.216Z] #43 13.99 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:18 [2020-07-17T12:52:18.578Z] #41 5.959 + cd /tmp/tmp.idhKqXPIRN/src/github.com/LK4D4/vndr 12:52:18 [2020-07-17T12:52:18.588Z] #28 ... 12:52:18 [2020-07-17T12:52:18.588Z] 12:52:18 [2020-07-17T12:52:18.588Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + RM_GOPATH=0 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + TMP_GOPATH= 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + : /build 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + '[' -z '' ']' 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 ++ mktemp -d 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + export GOPATH=/tmp/tmp.in5Wg0JIqk 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + GOPATH=/tmp/tmp.in5Wg0JIqk 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + RM_GOPATH=1 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 + case "$(go env GOARCH)" in 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.887 ++ go env GOARCH 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.890 + export GO_BUILDMODE=-buildmode=pie 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.890 + GO_BUILDMODE=-buildmode=pie 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.891 ++ dirname /tmp/install/install.sh 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + dir=/tmp/install 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + bin=rootlesskit 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + shift 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + . /tmp/install/rootlesskit.installer 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + install_rootlesskit 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + case "$1" in 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + export CGO_ENABLED=0 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + CGO_ENABLED=0 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + _install_rootlesskit 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.in5Wg0JIqk/src/github.com/rootless-containers/rootlesskit 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.894 Cloning into '/tmp/tmp.in5Wg0JIqk/src/github.com/rootless-containers/rootlesskit'... 12:52:18 [2020-07-17T12:52:18.588Z] #54 3.909 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:18 [2020-07-17T12:52:18.839Z] #41 5.960 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:18 [2020-07-17T12:52:18.839Z] #41 5.971 + go build -buildmode=pie -v -o /build/vndr . 12:52:19 [2020-07-17T12:52:19.097Z] #41 ... 12:52:19 [2020-07-17T12:52:19.097Z] 12:52:19 [2020-07-17T12:52:19.097Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.401 + RM_GOPATH=0 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.401 + TMP_GOPATH= 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.402 + : /build 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.402 + '[' -z '' ']' 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.406 ++ mktemp -d 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.412 + export GOPATH=/tmp/tmp.0ACNOzxQQV 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.412 + GOPATH=/tmp/tmp.0ACNOzxQQV 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.412 + RM_GOPATH=1 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.412 + case "$(go env GOARCH)" in 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.413 ++ go env GOARCH 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.437 + export GO_BUILDMODE=-buildmode=pie 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.437 + GO_BUILDMODE=-buildmode=pie 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.438 ++ dirname /tmp/install/install.sh 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.439 + dir=/tmp/install 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.439 + bin=tomlv 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.439 + shift 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.440 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.440 + . /tmp/install/tomlv.installer 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.441 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.443 + install_tomlv 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.443 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.443 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.443 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.0ACNOzxQQV/src/github.com/BurntSushi/toml 12:52:19 [2020-07-17T12:52:19.097Z] #30 6.445 Cloning into '/tmp/tmp.0ACNOzxQQV/src/github.com/BurntSushi/toml'... 12:52:19 [2020-07-17T12:52:19.156Z] #54 ... 12:52:19 [2020-07-17T12:52:19.156Z] 12:52:19 [2020-07-17T12:52:19.156Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.311 + RM_GOPATH=0 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.311 + TMP_GOPATH= 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.311 + : /build 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.311 + '[' -z '' ']' 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.312 ++ mktemp -d 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.315 + export GOPATH=/tmp/tmp.B3YrDd9FaB 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.319 + GOPATH=/tmp/tmp.B3YrDd9FaB 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.319 + RM_GOPATH=1 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.319 + case "$(go env GOARCH)" in 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.319 ++ go env GOARCH 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.359 + export GO_BUILDMODE=-buildmode=pie 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.359 + GO_BUILDMODE=-buildmode=pie 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.361 ++ dirname /tmp/install/install.sh 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.366 + dir=/tmp/install 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.372 + bin=tomlv 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.375 + shift 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.375 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.376 + . /tmp/install/tomlv.installer 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.376 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.376 + install_tomlv 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.376 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.378 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.378 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.B3YrDd9FaB/src/github.com/BurntSushi/toml 12:52:19 [2020-07-17T12:52:19.156Z] #30 6.380 Cloning into '/tmp/tmp.B3YrDd9FaB/src/github.com/BurntSushi/toml'... 12:52:19 [2020-07-17T12:52:19.701Z] #30 ... 12:52:19 [2020-07-17T12:52:19.701Z] 12:52:19 [2020-07-17T12:52:19.701Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:19 [2020-07-17T12:52:19.701Z] #28 6.697 + git clone https://github.com/kolyshkin/go-swagger.git . 12:52:19 [2020-07-17T12:52:19.701Z] #28 6.702 Cloning into '.'... 12:52:19 [2020-07-17T12:52:19.739Z] #30 ... 12:52:19 [2020-07-17T12:52:19.739Z] 12:52:19 [2020-07-17T12:52:19.739Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:19 [2020-07-17T12:52:19.739Z] #28 6.822 + git clone https://github.com/kolyshkin/go-swagger.git . 12:52:19 [2020-07-17T12:52:19.739Z] #28 6.832 Cloning into '.'... 12:52:20 [2020-07-17T12:52:20.379Z] #36 ... 12:52:20 [2020-07-17T12:52:20.380Z] 12:52:20 [2020-07-17T12:52:20.380Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:20 [2020-07-17T12:52:20.380Z] #47 10.80 + cd /tmp/tmp.W5A4kbfNAr/src/github.com/mvdan/sh 12:52:20 [2020-07-17T12:52:20.380Z] #47 10.80 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:20 [2020-07-17T12:52:20.380Z] #47 10.90 + GO111MODULE=on 12:52:20 [2020-07-17T12:52:20.380Z] #47 10.90 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:52:20 [2020-07-17T12:52:20.380Z] #47 11.57 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:20 [2020-07-17T12:52:20.380Z] #47 11.60 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:20 [2020-07-17T12:52:20.380Z] #47 11.60 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:20 [2020-07-17T12:52:20.380Z] #47 11.80 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:20 [2020-07-17T12:52:20.380Z] #47 11.86 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:20 [2020-07-17T12:52:20.380Z] #47 12.41 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:20 [2020-07-17T12:52:20.380Z] #47 12.87 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:20 [2020-07-17T12:52:20.380Z] #47 13.67 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:20 [2020-07-17T12:52:20.380Z] #47 14.55 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:20 [2020-07-17T12:52:20.380Z] #47 14.65 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:20 [2020-07-17T12:52:20.380Z] #47 14.73 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:20 [2020-07-17T12:52:20.380Z] #47 14.94 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:20 [2020-07-17T12:52:20.380Z] #47 15.42 runtime 12:52:20 [2020-07-17T12:52:20.411Z] Removing intermediate container abc85c6611bc 12:52:20 [2020-07-17T12:52:20.411Z] ---> 54079eeec615 12:52:20 [2020-07-17T12:52:20.411Z] Step 7/15 : WORKDIR /buildx 12:52:20 [2020-07-17T12:52:20.411Z] ---> Running in 5013129b2d91 12:52:20 [2020-07-17T12:52:20.411Z] Removing intermediate container 5013129b2d91 12:52:20 [2020-07-17T12:52:20.411Z] ---> 58631642a909 12:52:20 [2020-07-17T12:52:20.411Z] Step 8/15 : ARG BUILDX_COMMIT 12:52:20 [2020-07-17T12:52:20.411Z] ---> Running in 3e148c8fc0c1 12:52:20 [2020-07-17T12:52:20.411Z] Removing intermediate container 3e148c8fc0c1 12:52:20 [2020-07-17T12:52:20.411Z] ---> 8818ab87baa6 12:52:20 [2020-07-17T12:52:20.411Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build 12:52:20 [2020-07-17T12:52:20.411Z] ---> Running in 61ead4924d76 12:52:20 [2020-07-17T12:52:20.704Z] From https://github.com/docker/buildx 12:52:20 [2020-07-17T12:52:20.704Z] * [new tag] v0.3.1 -> build 12:52:20 [2020-07-17T12:52:20.755Z] #43 16.48 go: finding github.com/fatih/color v1.6.0 12:52:20 [2020-07-17T12:52:20.755Z] #43 ... 12:52:20 [2020-07-17T12:52:20.755Z] 12:52:20 [2020-07-17T12:52:20.755Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:20 [2020-07-17T12:52:20.755Z] #28 6.302 + git clone https://github.com/kolyshkin/go-swagger.git . 12:52:20 [2020-07-17T12:52:20.755Z] #28 6.303 Cloning into '.'... 12:52:20 [2020-07-17T12:52:20.755Z] #28 ... 12:52:20 [2020-07-17T12:52:20.755Z] 12:52:20 [2020-07-17T12:52:20.755Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:20 [2020-07-17T12:52:20.755Z] #43 16.52 go: finding github.com/pkg/errors v0.8.0 12:52:20 [2020-07-17T12:52:20.755Z] #43 16.62 go: finding github.com/sirupsen/logrus v1.0.5 12:52:21 [2020-07-17T12:52:21.015Z] #43 16.74 go: finding github.com/mattn/go-colorable v0.0.9 12:52:21 [2020-07-17T12:52:21.015Z] #43 16.79 go: finding github.com/spf13/pflag v1.0.1 12:52:21 [2020-07-17T12:52:21.277Z] #43 ... 12:52:21 [2020-07-17T12:52:21.277Z] 12:52:21 [2020-07-17T12:52:21.277Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:21 [2020-07-17T12:52:21.277Z] #21 16.65 + mkdir -p /build 12:52:21 [2020-07-17T12:52:21.277Z] #21 16.65 + mv docker/docker /build/ 12:52:21 [2020-07-17T12:52:21.277Z] #21 16.67 + rmdir docker 12:52:21 [2020-07-17T12:52:21.277Z] #21 DONE 16.9s 12:52:21 [2020-07-17T12:52:21.277Z] 12:52:21 [2020-07-17T12:52:21.277Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:21 [2020-07-17T12:52:21.277Z] #43 16.88 go: finding github.com/mattn/go-isatty v0.0.3 12:52:21 [2020-07-17T12:52:21.340Z] Switched to branch 'build' 12:52:21 [2020-07-17T12:52:21.537Z] #43 17.24 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:21 [2020-07-17T12:52:21.797Z] #43 17.37 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:21 [2020-07-17T12:52:21.797Z] #43 17.59 go: finding github.com/jonboulle/clockwork v0.1.0 12:52:21 [2020-07-17T12:52:21.981Z] Removing intermediate container 61ead4924d76 12:52:21 [2020-07-17T12:52:21.981Z] ---> 203dc5e08f1c 12:52:21 [2020-07-17T12:52:21.981Z] Step 10/15 : ARG GOOS 12:52:22 [2020-07-17T12:52:22.057Z] #43 17.66 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:22 [2020-07-17T12:52:22.057Z] #43 17.71 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:22 [2020-07-17T12:52:22.276Z] ---> Running in e33e8b2d4312 12:52:22 [2020-07-17T12:52:22.276Z] Removing intermediate container e33e8b2d4312 12:52:22 [2020-07-17T12:52:22.276Z] ---> da0616b0c33c 12:52:22 [2020-07-17T12:52:22.276Z] Step 11/15 : ARG GOARCH 12:52:22 [2020-07-17T12:52:22.276Z] ---> Running in 4c303d1291a6 12:52:22 [2020-07-17T12:52:22.276Z] Removing intermediate container 4c303d1291a6 12:52:22 [2020-07-17T12:52:22.276Z] ---> 1427409ed53e 12:52:22 [2020-07-17T12:52:22.276Z] Step 12/15 : RUN GOOS="${GOOS}" GOARCH="${GOARCH}" BUILDX_COMMIT="${BUILDX_COMMIT}"; pkg="github.com/docker/buildx"; ldflags=" -X \"${pkg}/version.Version=$(git describe --tags)\" -X \"${pkg}/version.Revision=$(git rev-parse --short HEAD)\" -X \"${pkg}/version.Package=buildx\" "; go build -mod=vendor -ldflags "${ldflags}" -o /usr/bin/buildx ./cmd/buildx 12:52:22 [2020-07-17T12:52:22.276Z] ---> Running in 0935bafcc720 12:52:22 [2020-07-17T12:52:22.971Z] #28 ... 12:52:22 [2020-07-17T12:52:22.971Z] 12:52:22 [2020-07-17T12:52:22.971Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:22 [2020-07-17T12:52:22.971Z] #38 7.639 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #38 7.707 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #38 7.712 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #38 8.735 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #38 ... 12:52:22 [2020-07-17T12:52:22.971Z] 12:52:22 [2020-07-17T12:52:22.971Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:22 [2020-07-17T12:52:22.971Z] #23 7.399 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #23 7.453 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #23 7.453 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #23 8.327 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #23 ... 12:52:22 [2020-07-17T12:52:22.971Z] 12:52:22 [2020-07-17T12:52:22.971Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:22 [2020-07-17T12:52:22.971Z] #32 7.379 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #32 7.459 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #32 7.463 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:22 [2020-07-17T12:52:22.971Z] #32 8.478 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:23 [2020-07-17T12:52:23.030Z] #28 ... 12:52:23 [2020-07-17T12:52:23.030Z] 12:52:23 [2020-07-17T12:52:23.030Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:23 [2020-07-17T12:52:23.030Z] #51 7.709 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:23 [2020-07-17T12:52:23.030Z] #51 7.802 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:23 [2020-07-17T12:52:23.030Z] #51 7.885 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:23 [2020-07-17T12:52:23.030Z] #51 8.937 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:23 [2020-07-17T12:52:23.030Z] #51 ... 12:52:23 [2020-07-17T12:52:23.030Z] 12:52:23 [2020-07-17T12:52:23.030Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.929 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.929 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.929 + : /build 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.929 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.929 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.936 + export GOPATH=/tmp/tmp.iJ54K0KuTT 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.936 + GOPATH=/tmp/tmp.iJ54K0KuTT 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.936 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.936 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.936 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.994 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.994 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.995 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.996 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.996 + bin=shfmt 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.997 + shift 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.997 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.998 + . /tmp/install/shfmt.installer 12:52:23 [2020-07-17T12:52:23.030Z] #47 6.999 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:23 [2020-07-17T12:52:23.030Z] #47 7.001 + install_shfmt 12:52:23 [2020-07-17T12:52:23.030Z] #47 7.004 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:52:23 [2020-07-17T12:52:23.030Z] #47 7.004 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:23 [2020-07-17T12:52:23.030Z] #47 7.005 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iJ54K0KuTT/src/github.com/mvdan/sh 12:52:23 [2020-07-17T12:52:23.030Z] #47 7.027 Cloning into '/tmp/tmp.iJ54K0KuTT/src/github.com/mvdan/sh'... 12:52:23 [2020-07-17T12:52:23.030Z] #47 ... 12:52:23 [2020-07-17T12:52:23.030Z] 12:52:23 [2020-07-17T12:52:23.030Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.359 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.360 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.376 + : /build 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.377 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.381 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.382 + export GOPATH=/tmp/tmp.qfi4jyqv5J 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.382 + GOPATH=/tmp/tmp.qfi4jyqv5J 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.382 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.382 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.384 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.413 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.413 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.415 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.417 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.419 + bin=gotestsum 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.419 + shift 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.420 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.421 + . /tmp/install/gotestsum.installer 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.421 ++ : v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.423 + install_gotestsum 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.423 + set -e 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.424 + export GO111MODULE=on 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.424 + GO111MODULE=on 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.424 + GOBIN=/build 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.425 + go get gotest.tools/gotestsum@v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.511 go: finding gotest.tools v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 7.512 go: finding gotest.tools/gotestsum v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 8.490 go: downloading gotest.tools/gotestsum v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 9.042 go: extracting gotest.tools/gotestsum v0.3.5 12:52:23 [2020-07-17T12:52:23.030Z] #43 9.987 go: downloading gotest.tools v2.1.0+incompatible 12:52:23 [2020-07-17T12:52:23.030Z] #43 10.16 go: extracting gotest.tools v2.1.0+incompatible 12:52:23 [2020-07-17T12:52:23.030Z] #43 10.27 go: downloading github.com/fatih/color v1.6.0 12:52:23 [2020-07-17T12:52:23.227Z] #32 ... 12:52:23 [2020-07-17T12:52:23.227Z] 12:52:23 [2020-07-17T12:52:23.227Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.820 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.824 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.824 + : /build 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.824 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.824 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.827 + export GOPATH=/tmp/tmp.Xj2d8Csdpu 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.827 + GOPATH=/tmp/tmp.Xj2d8Csdpu 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.827 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.828 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.830 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.860 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.860 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.860 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.871 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.871 + bin=proxy 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.874 + shift 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.874 + '[' '!' -f /tmp/install/proxy.installer ']' 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.874 + . /tmp/install/proxy.installer 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.874 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.875 + install_proxy 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + case "$1" in 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + export CGO_ENABLED=0 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + CGO_ENABLED=0 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + _install_proxy 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.877 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.Xj2d8Csdpu/src/github.com/docker/libnetwork 12:52:23 [2020-07-17T12:52:23.227Z] #60 6.914 Cloning into '/tmp/tmp.Xj2d8Csdpu/src/github.com/docker/libnetwork'... 12:52:23 [2020-07-17T12:52:23.227Z] #60 ... 12:52:23 [2020-07-17T12:52:23.227Z] 12:52:23 [2020-07-17T12:52:23.227Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.127 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.127 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.127 + : /build 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.127 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.135 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.148 + export GOPATH=/tmp/tmp.D5BPzjsL2Z 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.148 + GOPATH=/tmp/tmp.D5BPzjsL2Z 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.148 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.148 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.154 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.161 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.161 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.164 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.167 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.175 + bin=shfmt 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.175 + shift 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.175 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.177 + . /tmp/install/shfmt.installer 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.178 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.179 + install_shfmt 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.179 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.180 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.180 + git clone https://github.com/mvdan/sh.git /tmp/tmp.D5BPzjsL2Z/src/github.com/mvdan/sh 12:52:23 [2020-07-17T12:52:23.227Z] #47 6.182 Cloning into '/tmp/tmp.D5BPzjsL2Z/src/github.com/mvdan/sh'... 12:52:23 [2020-07-17T12:52:23.327Z] #43 10.30 go: downloading github.com/sirupsen/logrus v1.0.5 12:52:23 [2020-07-17T12:52:23.327Z] #43 10.37 go: downloading github.com/pkg/errors v0.8.0 12:52:23 [2020-07-17T12:52:23.327Z] #43 10.40 go: downloading github.com/spf13/pflag v1.0.1 12:52:23 [2020-07-17T12:52:23.327Z] #43 ... 12:52:23 [2020-07-17T12:52:23.327Z] 12:52:23 [2020-07-17T12:52:23.327Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:23 [2020-07-17T12:52:23.327Z] #32 7.790 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:23 [2020-07-17T12:52:23.327Z] #32 7.896 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:23 [2020-07-17T12:52:23.327Z] #32 7.928 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:23 [2020-07-17T12:52:23.327Z] #32 8.983 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:23 [2020-07-17T12:52:23.327Z] #32 ... 12:52:23 [2020-07-17T12:52:23.327Z] 12:52:23 [2020-07-17T12:52:23.327Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.877 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.879 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.879 + : /build 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.879 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.880 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.886 + export GOPATH=/tmp/tmp.a55xvvuS55 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.886 + GOPATH=/tmp/tmp.a55xvvuS55 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.886 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.886 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.886 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.920 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.920 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.923 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.928 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.930 + bin=vndr 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.930 + shift 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.933 + '[' '!' -f /tmp/install/vndr.installer ']' 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.934 + . /tmp/install/vndr.installer 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.934 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.934 + install_vndr 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.936 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.936 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.a55xvvuS55/src/github.com/LK4D4/vndr 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.936 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:23 [2020-07-17T12:52:23.327Z] #41 6.942 Cloning into '/tmp/tmp.a55xvvuS55/src/github.com/LK4D4/vndr'... 12:52:23 [2020-07-17T12:52:23.327Z] #41 7.679 + cd /tmp/tmp.a55xvvuS55/src/github.com/LK4D4/vndr 12:52:23 [2020-07-17T12:52:23.327Z] #41 7.686 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:52:23 [2020-07-17T12:52:23.327Z] #41 7.692 + go build -buildmode=pie -v -o /build/vndr . 12:52:23 [2020-07-17T12:52:23.327Z] #41 9.088 internal/bytealg 12:52:23 [2020-07-17T12:52:23.327Z] #41 9.098 internal/race 12:52:23 [2020-07-17T12:52:23.328Z] #41 9.189 sync/atomic 12:52:23 [2020-07-17T12:52:23.328Z] #41 9.480 unicode 12:52:23 [2020-07-17T12:52:23.328Z] #41 10.02 runtime 12:52:23 [2020-07-17T12:52:23.482Z] #47 ... 12:52:23 [2020-07-17T12:52:23.482Z] 12:52:23 [2020-07-17T12:52:23.482Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:23 [2020-07-17T12:52:23.482Z] #10 7.356 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:23 [2020-07-17T12:52:23.482Z] #10 7.435 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:23 [2020-07-17T12:52:23.482Z] #10 7.436 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:23 [2020-07-17T12:52:23.482Z] #10 8.496 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:23 [2020-07-17T12:52:23.482Z] #10 10.45 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:23 [2020-07-17T12:52:23.482Z] #10 ... 12:52:23 [2020-07-17T12:52:23.482Z] 12:52:23 [2020-07-17T12:52:23.482Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:23 [2020-07-17T12:52:23.482Z] #36 7.085 + git clone https://github.com/docker/distribution.git . 12:52:23 [2020-07-17T12:52:23.482Z] #36 7.093 Cloning into '.'... 12:52:23 [2020-07-17T12:52:23.586Z] #41 ... 12:52:23 [2020-07-17T12:52:23.587Z] 12:52:23 [2020-07-17T12:52:23.587Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.207 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.207 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.207 + : /build 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.207 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.208 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.210 + export GOPATH=/tmp/tmp.c4zh0FHwIo 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.210 + GOPATH=/tmp/tmp.c4zh0FHwIo 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.210 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.210 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.213 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.245 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.252 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.253 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + bin=dockercli 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + shift 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + . /tmp/install/dockercli.installer 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 ++ : stable 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 ++ : 17.06.2-ce 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.258 + install_dockercli 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.260 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.260 Install docker/cli version 17.06.2-ce from stable 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.261 ++ uname -m 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.265 + arch=x86_64 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.267 + '[' x86_64 '!=' x86_64 ']' 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.267 + url=https://download.docker.com/linux/static 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.268 + tar -xz docker/docker 12:52:23 [2020-07-17T12:52:23.587Z] #21 7.272 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz 12:52:23 [2020-07-17T12:52:23.587Z] #21 ... 12:52:23 [2020-07-17T12:52:23.587Z] 12:52:23 [2020-07-17T12:52:23.587Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:23 [2020-07-17T12:52:23.587Z] #36 5.368 + git clone https://github.com/docker/distribution.git . 12:52:23 [2020-07-17T12:52:23.587Z] #36 5.372 Cloning into '.'... 12:52:23 [2020-07-17T12:52:23.738Z] #36 ... 12:52:23 [2020-07-17T12:52:23.738Z] 12:52:23 [2020-07-17T12:52:23.738Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.092 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.092 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.092 + : /build 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.092 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.095 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.105 + export GOPATH=/tmp/tmp.H6ZkN3iq6H 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.106 + GOPATH=/tmp/tmp.H6ZkN3iq6H 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.106 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.107 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.117 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.124 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.128 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.130 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.135 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.136 + bin=golangci_lint 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.136 + shift 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.136 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.137 + . /tmp/install/golangci_lint.installer 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.140 ++ : v1.23.8 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.145 + install_golangci_lint 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.145 + echo 'Installing golangci-lint version v1.23.8' 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.145 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:52:23 [2020-07-17T12:52:23.738Z] #45 6.145 Installing golangci-lint version v1.23.8 12:52:23 [2020-07-17T12:52:23.847Z] #36 ... 12:52:23 [2020-07-17T12:52:23.847Z] 12:52:23 [2020-07-17T12:52:23.847Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.331 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.331 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.331 + : /build 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.332 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.337 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.343 + export GOPATH=/tmp/tmp.LLMsuLJEbb 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.344 + GOPATH=/tmp/tmp.LLMsuLJEbb 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.348 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.352 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.352 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.381 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.381 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.382 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 + bin=golangci_lint 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 + shift 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 + . /tmp/install/golangci_lint.installer 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.388 ++ : v1.23.8 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.390 + install_golangci_lint 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.391 + echo 'Installing golangci-lint version v1.23.8' 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.392 Installing golangci-lint version v1.23.8 12:52:23 [2020-07-17T12:52:23.847Z] #45 6.392 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:52:23 [2020-07-17T12:52:23.847Z] #45 ... 12:52:23 [2020-07-17T12:52:23.847Z] 12:52:23 [2020-07-17T12:52:23.847Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.705 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.705 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.705 + : /build 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.705 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.712 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.712 + export GOPATH=/tmp/tmp.MYlB8Qe8LW 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.712 + GOPATH=/tmp/tmp.MYlB8Qe8LW 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.712 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.712 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.714 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.748 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.748 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.748 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + bin=proxy 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + shift 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + '[' '!' -f /tmp/install/proxy.installer ']' 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + . /tmp/install/proxy.installer 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + install_proxy 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + case "$1" in 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + export CGO_ENABLED=0 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + CGO_ENABLED=0 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + _install_proxy 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.MYlB8Qe8LW/src/github.com/docker/libnetwork 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.755 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:52:23 [2020-07-17T12:52:23.847Z] #60 6.760 Cloning into '/tmp/tmp.MYlB8Qe8LW/src/github.com/docker/libnetwork'... 12:52:23 [2020-07-17T12:52:23.893Z] #47 ... 12:52:23 [2020-07-17T12:52:23.893Z] 12:52:23 [2020-07-17T12:52:23.893Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:23 [2020-07-17T12:52:23.893Z] #32 14.59 Fetched 8059 kB in 11s (754 kB/s) 12:52:23 [2020-07-17T12:52:23.893Z] #32 14.59 Reading package lists... 12:52:23 [2020-07-17T12:52:23.893Z] #32 18.12 Reading package lists... 12:52:23 [2020-07-17T12:52:23.893Z] #32 22.50 Building dependency tree... 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.87 The following additional packages will be installed: 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.87 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.88 Suggested packages: 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.88 cmake-doc ninja-build lrzip 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.88 Recommended packages: 12:52:23 [2020-07-17T12:52:23.893Z] #32 23.88 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:52:23 [2020-07-17T12:52:23.994Z] #45 ... 12:52:23 [2020-07-17T12:52:23.994Z] 12:52:23 [2020-07-17T12:52:23.994Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:23 [2020-07-17T12:52:23.994Z] #51 4.772 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:23 [2020-07-17T12:52:23.994Z] #51 4.895 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:23 [2020-07-17T12:52:23.994Z] #51 4.896 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:23 [2020-07-17T12:52:23.994Z] #51 6.103 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:23 [2020-07-17T12:52:23.994Z] #51 8.328 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:23 [2020-07-17T12:52:23.994Z] #51 10.87 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:23 [2020-07-17T12:52:23.994Z] #51 ... 12:52:23 [2020-07-17T12:52:23.994Z] 12:52:23 [2020-07-17T12:52:23.994Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.241 + RM_GOPATH=0 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.241 + TMP_GOPATH= 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.241 + : /build 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.241 + '[' -z '' ']' 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.247 ++ mktemp -d 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.250 + export GOPATH=/tmp/tmp.3vHChtjc0r 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.250 + GOPATH=/tmp/tmp.3vHChtjc0r 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.250 + RM_GOPATH=1 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.250 + case "$(go env GOARCH)" in 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.250 ++ go env GOARCH 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.286 + export GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.287 + GO_BUILDMODE=-buildmode=pie 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.287 ++ dirname /tmp/install/install.sh 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.288 + dir=/tmp/install 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.289 + bin=dockercli 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.289 + shift 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.289 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.289 + . /tmp/install/dockercli.installer 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.289 ++ : stable 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.290 ++ : 17.06.2-ce 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.290 + install_dockercli 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.290 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.290 Install docker/cli version 17.06.2-ce from stable 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.291 ++ uname -m 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.293 + arch=x86_64 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.293 + '[' x86_64 '!=' x86_64 ']' 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.293 + url=https://download.docker.com/linux/static 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.294 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz 12:52:23 [2020-07-17T12:52:23.994Z] #21 7.294 + tar -xz docker/docker 12:52:24 [2020-07-17T12:52:24.108Z] #60 ... 12:52:24 [2020-07-17T12:52:24.108Z] 12:52:24 [2020-07-17T12:52:24.108Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:24 [2020-07-17T12:52:24.108Z] #38 7.854 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #38 7.951 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #38 7.969 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #38 9.020 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #38 11.16 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #38 ... 12:52:24 [2020-07-17T12:52:24.108Z] 12:52:24 [2020-07-17T12:52:24.108Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:24 [2020-07-17T12:52:24.108Z] #10 7.008 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #10 7.082 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #10 7.083 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #10 8.211 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:24 [2020-07-17T12:52:24.108Z] #10 10.27 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:24 [2020-07-17T12:52:24.184Z] #32 ... 12:52:24 [2020-07-17T12:52:24.184Z] 12:52:24 [2020-07-17T12:52:24.184Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:24 [2020-07-17T12:52:24.184Z] #30 24.38 sync 12:52:24 [2020-07-17T12:52:24.184Z] #30 24.38 internal/reflectlite 12:52:24 [2020-07-17T12:52:24.184Z] #30 ... 12:52:24 [2020-07-17T12:52:24.184Z] 12:52:24 [2020-07-17T12:52:24.184Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:24 [2020-07-17T12:52:24.184Z] #60 14.39 + cd /tmp/tmp.aapygP27pu/src/github.com/docker/libnetwork 12:52:24 [2020-07-17T12:52:24.184Z] #60 14.39 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:52:24 [2020-07-17T12:52:24.184Z] #60 15.10 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:52:24 [2020-07-17T12:52:24.249Z] #21 ... 12:52:24 [2020-07-17T12:52:24.249Z] 12:52:24 [2020-07-17T12:52:24.249Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.507 + RM_GOPATH=0 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.507 + TMP_GOPATH= 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.507 + : /build 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.507 + '[' -z '' ']' 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.507 ++ mktemp -d 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.514 + export GOPATH=/tmp/tmp.h1XFtixRLJ 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.517 + GOPATH=/tmp/tmp.h1XFtixRLJ 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.517 + RM_GOPATH=1 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.519 + case "$(go env GOARCH)" in 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.519 ++ go env GOARCH 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.545 + export GO_BUILDMODE=-buildmode=pie 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.548 + GO_BUILDMODE=-buildmode=pie 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.551 ++ dirname /tmp/install/install.sh 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.558 + dir=/tmp/install 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.559 + bin=gotestsum 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.560 + shift 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.560 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.560 + . /tmp/install/gotestsum.installer 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.560 ++ : v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.561 + install_gotestsum 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.562 + set -e 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.565 + export GO111MODULE=on 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.565 + GO111MODULE=on 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.565 + GOBIN=/build 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.566 + go get gotest.tools/gotestsum@v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.638 go: finding gotest.tools/gotestsum v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 5.643 go: finding gotest.tools v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 6.702 go: downloading gotest.tools/gotestsum v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 7.262 go: extracting gotest.tools/gotestsum v0.3.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.212 go: downloading gotest.tools v2.1.0+incompatible 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.313 go: extracting gotest.tools v2.1.0+incompatible 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.470 go: downloading github.com/sirupsen/logrus v1.0.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.579 go: downloading github.com/fatih/color v1.6.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.597 go: downloading github.com/spf13/pflag v1.0.1 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.604 go: downloading github.com/pkg/errors v0.8.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.826 go: downloading github.com/jonboulle/clockwork v0.1.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.837 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:24 [2020-07-17T12:52:24.249Z] #43 8.914 go: extracting github.com/sirupsen/logrus v1.0.5 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.195 go: extracting github.com/spf13/pflag v1.0.1 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.198 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.258 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.281 go: extracting github.com/pkg/errors v0.8.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.296 go: extracting github.com/jonboulle/clockwork v0.1.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.303 go: extracting github.com/fatih/color v1.6.0 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.341 go: downloading github.com/mattn/go-isatty v0.0.3 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.380 go: downloading github.com/mattn/go-colorable v0.0.9 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.508 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.509 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.775 go: extracting github.com/mattn/go-colorable v0.0.9 12:52:24 [2020-07-17T12:52:24.249Z] #43 9.921 go: extracting github.com/mattn/go-isatty v0.0.3 12:52:24 [2020-07-17T12:52:24.249Z] #43 ... 12:52:24 [2020-07-17T12:52:24.249Z] 12:52:24 [2020-07-17T12:52:24.249Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.179 + RM_GOPATH=0 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.179 + TMP_GOPATH= 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.179 + : /build 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.179 + '[' -z '' ']' 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.180 ++ mktemp -d 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.181 + export GOPATH=/tmp/tmp.O7bjMZHoL7 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.182 + GOPATH=/tmp/tmp.O7bjMZHoL7 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.183 + RM_GOPATH=1 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.183 + case "$(go env GOARCH)" in 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.183 ++ go env GOARCH 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.194 + export GO_BUILDMODE=-buildmode=pie 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.212 + GO_BUILDMODE=-buildmode=pie 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.212 ++ dirname /tmp/install/install.sh 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.214 + dir=/tmp/install 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.214 + bin=rootlesskit 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.214 + shift 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.215 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.215 + . /tmp/install/rootlesskit.installer 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.215 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.215 + install_rootlesskit 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.216 + case "$1" in 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.216 + export CGO_ENABLED=0 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.216 + CGO_ENABLED=0 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.216 + _install_rootlesskit 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.219 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.219 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.219 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.O7bjMZHoL7/src/github.com/rootless-containers/rootlesskit 12:52:24 [2020-07-17T12:52:24.249Z] #54 7.226 Cloning into '/tmp/tmp.O7bjMZHoL7/src/github.com/rootless-containers/rootlesskit'... 12:52:24 [2020-07-17T12:52:24.367Z] #10 ... 12:52:24 [2020-07-17T12:52:24.367Z] 12:52:24 [2020-07-17T12:52:24.367Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:24 [2020-07-17T12:52:24.367Z] #43 10.40 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:24 [2020-07-17T12:52:24.367Z] #43 10.42 go: downloading github.com/jonboulle/clockwork v0.1.0 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.04 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.08 go: extracting github.com/sirupsen/logrus v1.0.5 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.11 go: extracting github.com/fatih/color v1.6.0 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.13 go: extracting github.com/spf13/pflag v1.0.1 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.21 go: extracting github.com/pkg/errors v0.8.0 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.32 go: extracting github.com/jonboulle/clockwork v0.1.0 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.33 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.47 go: downloading github.com/mattn/go-colorable v0.0.9 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.47 go: downloading github.com/mattn/go-isatty v0.0.3 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.52 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.53 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:24 [2020-07-17T12:52:24.367Z] #43 11.56 go: extracting github.com/mattn/go-isatty v0.0.3 12:52:24 [2020-07-17T12:52:24.475Z] #60 ... 12:52:24 [2020-07-17T12:52:24.475Z] 12:52:24 [2020-07-17T12:52:24.475Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:24 [2020-07-17T12:52:24.475Z] #10 14.50 Fetched 8059 kB in 10s (770 kB/s) 12:52:24 [2020-07-17T12:52:24.475Z] #10 14.50 Reading package lists... 12:52:24 [2020-07-17T12:52:24.475Z] #10 18.13 Reading package lists... 12:52:24 [2020-07-17T12:52:24.475Z] #10 22.53 Building dependency tree... 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.94 The following additional packages will be installed: 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.94 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.94 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.95 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.95 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.95 Suggested packages: 12:52:24 [2020-07-17T12:52:24.475Z] #10 23.95 gcc-8-locales seccomp wine64 12:52:24 [2020-07-17T12:52:24.475Z] #10 ... 12:52:24 [2020-07-17T12:52:24.475Z] 12:52:24 [2020-07-17T12:52:24.475Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:24 [2020-07-17T12:52:24.475Z] #38 14.70 Fetched 8059 kB in 10s (770 kB/s) 12:52:24 [2020-07-17T12:52:24.475Z] #38 14.70 Reading package lists... 12:52:24 [2020-07-17T12:52:24.475Z] #38 18.56 Reading package lists... 12:52:24 [2020-07-17T12:52:24.475Z] #38 22.21 Building dependency tree... 12:52:24 [2020-07-17T12:52:24.475Z] #38 23.58 The following additional packages will be installed: 12:52:24 [2020-07-17T12:52:24.475Z] #38 23.58 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:52:24 [2020-07-17T12:52:24.475Z] #38 23.58 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:52:24 [2020-07-17T12:52:24.475Z] #38 23.59 Suggested packages: 12:52:24 [2020-07-17T12:52:24.475Z] #38 23.59 manpages-dev python-setuptools 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.53 The following NEW packages will be installed: 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.54 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.54 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.54 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.54 python-six zlib1g-dev 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.67 0 upgraded, 17 newly installed, 0 to remove and 1 not upgraded. 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.67 Need to get 3742 kB of archives. 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.67 After this operation, 22.0 MB of additional disk space will be used. 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.73 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.74 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] 12:52:24 [2020-07-17T12:52:24.475Z] #38 24.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] 12:52:24 [2020-07-17T12:52:24.505Z] #54 ... 12:52:24 [2020-07-17T12:52:24.505Z] 12:52:24 [2020-07-17T12:52:24.505Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:24 [2020-07-17T12:52:24.505Z] #43 11.69 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:24 [2020-07-17T12:52:24.602Z] #43 ... 12:52:24 [2020-07-17T12:52:24.602Z] 12:52:24 [2020-07-17T12:52:24.602Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:24 [2020-07-17T12:52:24.602Z] #41 10.29 unicode/utf8 12:52:24 [2020-07-17T12:52:24.602Z] #41 10.96 math 12:52:24 [2020-07-17T12:52:24.602Z] #41 15.46 unicode/utf16 12:52:24 [2020-07-17T12:52:24.602Z] #41 15.77 container/list 12:52:24 [2020-07-17T12:52:24.602Z] #41 16.23 crypto/internal/subtle 12:52:24 [2020-07-17T12:52:24.602Z] #41 16.37 crypto/subtle 12:52:24 [2020-07-17T12:52:24.602Z] #41 16.51 vendor/golang.org/x/crypto/cryptobyte/asn1 12:52:24 [2020-07-17T12:52:24.602Z] #41 16.66 internal/nettrace 12:52:24 [2020-07-17T12:52:24.602Z] #41 16.86 runtime/cgo 12:52:24 [2020-07-17T12:52:24.627Z] #43 11.90 go: extracting github.com/mattn/go-colorable v0.0.9 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.87 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 ... 12:52:24 [2020-07-17T12:52:24.767Z] 12:52:24 [2020-07-17T12:52:24.767Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:24 [2020-07-17T12:52:24.767Z] #23 14.87 Fetched 8059 kB in 11s (735 kB/s) 12:52:24 [2020-07-17T12:52:24.767Z] #23 14.87 Reading package lists... 12:52:24 [2020-07-17T12:52:24.767Z] #23 18.60 Reading package lists... 12:52:24 [2020-07-17T12:52:24.767Z] #23 22.92 Building dependency tree... 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.27 ca-certificates is already the newest version (20200601~deb10u1). 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.27 The following additional packages will be installed: 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.28 libjq1 libonig5 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.52 The following NEW packages will be installed: 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.55 jq libjq1 libonig5 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.67 0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded. 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.67 Need to get 350 kB of archives. 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.67 After this operation, 1154 kB of additional disk space will be used. 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #23 24.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #23 ... 12:52:24 [2020-07-17T12:52:24.767Z] 12:52:24 [2020-07-17T12:52:24.767Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.92 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.94 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.94 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] 12:52:24 [2020-07-17T12:52:24.767Z] #38 24.96 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] 12:52:24 [2020-07-17T12:52:24.862Z] #41 ... 12:52:24 [2020-07-17T12:52:24.862Z] 12:52:24 [2020-07-17T12:52:24.862Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:24 [2020-07-17T12:52:24.862Z] #47 17.44 + cd /tmp/tmp.6tf03x5reR/src/github.com/mvdan/sh 12:52:24 [2020-07-17T12:52:24.862Z] #47 17.44 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:24 [2020-07-17T12:52:24.862Z] #47 17.67 + GO111MODULE=on 12:52:24 [2020-07-17T12:52:24.862Z] #47 17.67 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:52:24 [2020-07-17T12:52:24.862Z] #47 18.91 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:24 [2020-07-17T12:52:24.862Z] #47 18.93 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:24 [2020-07-17T12:52:24.862Z] #47 18.93 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:24 [2020-07-17T12:52:24.862Z] #47 19.33 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:24 [2020-07-17T12:52:24.862Z] #47 19.46 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:24 [2020-07-17T12:52:24.862Z] #47 20.21 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:24 [2020-07-17T12:52:24.862Z] #47 ... 12:52:24 [2020-07-17T12:52:24.862Z] 12:52:24 [2020-07-17T12:52:24.862Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:24 [2020-07-17T12:52:24.862Z] #51 10.61 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:24 [2020-07-17T12:52:24.862Z] #51 12.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:25 [2020-07-17T12:52:25.065Z] #43 12.28 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:25 [2020-07-17T12:52:25.122Z] #51 ... 12:52:25 [2020-07-17T12:52:25.122Z] 12:52:25 [2020-07-17T12:52:25.122Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:25 [2020-07-17T12:52:25.122Z] #30 13.21 internal/testlog 12:52:25 [2020-07-17T12:52:25.122Z] #30 13.54 encoding 12:52:25 [2020-07-17T12:52:25.122Z] #30 13.85 runtime/cgo 12:52:25 [2020-07-17T12:52:25.122Z] #30 ... 12:52:25 [2020-07-17T12:52:25.122Z] 12:52:25 [2020-07-17T12:52:25.122Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:25 [2020-07-17T12:52:25.122Z] #38 10.83 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:25 [2020-07-17T12:52:25.122Z] #38 13.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:25 [2020-07-17T12:52:25.382Z] #38 ... 12:52:25 [2020-07-17T12:52:25.382Z] 12:52:25 [2020-07-17T12:52:25.382Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:25 [2020-07-17T12:52:25.382Z] #10 10.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:25 [2020-07-17T12:52:25.382Z] #10 13.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:25 [2020-07-17T12:52:25.382Z] #10 ... 12:52:25 [2020-07-17T12:52:25.382Z] 12:52:25 [2020-07-17T12:52:25.382Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:25 [2020-07-17T12:52:25.382Z] #47 20.90 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:25 [2020-07-17T12:52:25.401Z] #38 ... 12:52:25 [2020-07-17T12:52:25.401Z] 12:52:25 [2020-07-17T12:52:25.401Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:25 [2020-07-17T12:52:25.401Z] #51 15.48 Fetched 8059 kB in 11s (729 kB/s) 12:52:25 [2020-07-17T12:52:25.401Z] #51 15.48 Reading package lists... 12:52:25 [2020-07-17T12:52:25.401Z] #51 19.26 Reading package lists... 12:52:25 [2020-07-17T12:52:25.401Z] #51 23.59 Building dependency tree... 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.75 The following additional packages will be installed: 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.75 libbtrfs0 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.82 The following NEW packages will be installed: 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.83 libbtrfs-dev libbtrfs0 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.94 0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded. 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.94 Need to get 118 kB of archives. 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.94 After this operation, 390 kB of additional disk space will be used. 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] 12:52:25 [2020-07-17T12:52:25.401Z] #51 24.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] 12:52:25 [2020-07-17T12:52:25.401Z] #51 ... 12:52:25 [2020-07-17T12:52:25.401Z] 12:52:25 [2020-07-17T12:52:25.401Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.37 debconf: delaying package configuration, since apt-utils is not installed 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.42 Fetched 350 kB in 0s (3484 kB/s) 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.50 Selecting previously unselected package libonig5:s390x. 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.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 ... 15177 files and directories currently installed.) 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.58 Preparing to unpack .../libonig5_6.9.1-1_s390x.deb ... 12:52:25 [2020-07-17T12:52:25.401Z] #23 25.60 Unpacking libonig5:s390x (6.9.1-1) ... 12:52:25 [2020-07-17T12:52:25.625Z] #43 12.94 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:25 [2020-07-17T12:52:25.692Z] #23 ... 12:52:25 [2020-07-17T12:52:25.692Z] 12:52:25 [2020-07-17T12:52:25.692Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:25 [2020-07-17T12:52:25.692Z] #43 DONE 25.9s 12:52:25 [2020-07-17T12:52:25.692Z] 12:52:25 [2020-07-17T12:52:25.692Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:25 [2020-07-17T12:52:25.692Z] #23 25.89 Selecting previously unselected package libjq1:s390x. 12:52:25 [2020-07-17T12:52:25.692Z] #23 25.89 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_s390x.deb ... 12:52:25 [2020-07-17T12:52:25.692Z] #23 25.90 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... 12:52:25 [2020-07-17T12:52:25.692Z] #23 26.05 Selecting previously unselected package jq. 12:52:25 [2020-07-17T12:52:25.692Z] #23 26.05 Preparing to unpack .../jq_1.5+dfsg-2+b1_s390x.deb ... 12:52:25 [2020-07-17T12:52:25.692Z] #23 26.06 Unpacking jq (1.5+dfsg-2+b1) ... 12:52:26 [2020-07-17T12:52:26.325Z] #23 26.35 Setting up libonig5:s390x (6.9.1-1) ... 12:52:26 [2020-07-17T12:52:26.325Z] #23 26.41 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... 12:52:26 [2020-07-17T12:52:26.325Z] #23 26.42 Setting up jq (1.5+dfsg-2+b1) ... 12:52:26 [2020-07-17T12:52:26.325Z] #23 26.43 Processing triggers for libc-bin (2.28-10) ... 12:52:26 [2020-07-17T12:52:26.619Z] #23 DONE 26.8s 12:52:26 [2020-07-17T12:52:26.619Z] 12:52:26 [2020-07-17T12:52:26.619Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:52:26 [2020-07-17T12:52:26.619Z] #24 DONE 0.1s 12:52:26 [2020-07-17T12:52:26.619Z] 12:52:26 [2020-07-17T12:52:26.619Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:26 [2020-07-17T12:52:26.619Z] #30 26.87 errors 12:52:26 [2020-07-17T12:52:26.619Z] #30 26.87 sort 12:52:26 [2020-07-17T12:52:26.762Z] #47 22.27 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:27 [2020-07-17T12:52:27.163Z] #43 14.13 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:27 [2020-07-17T12:52:27.258Z] #30 ... 12:52:27 [2020-07-17T12:52:27.258Z] 12:52:27 [2020-07-17T12:52:27.258Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:27 [2020-07-17T12:52:27.258Z] #51 25.76 debconf: delaying package configuration, since apt-utils is not installed 12:52:27 [2020-07-17T12:52:27.258Z] #51 25.87 Fetched 118 kB in 0s (893 kB/s) 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.07 Selecting previously unselected package libbtrfs0. 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.21 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.22 Unpacking libbtrfs0 (4.20.1-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.41 Selecting previously unselected package libbtrfs-dev. 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.41 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.42 Unpacking libbtrfs-dev (4.20.1-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.81 Setting up libbtrfs0 (4.20.1-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.85 Setting up libbtrfs-dev (4.20.1-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 26.86 Processing triggers for libc-bin (2.28-10) ... 12:52:27 [2020-07-17T12:52:27.258Z] #51 DONE 27.2s 12:52:27 [2020-07-17T12:52:27.258Z] 12:52:27 [2020-07-17T12:52:27.258Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:27 [2020-07-17T12:52:27.258Z] #38 25.81 debconf: delaying package configuration, since apt-utils is not installed 12:52:27 [2020-07-17T12:52:27.258Z] #38 25.90 Fetched 3742 kB in 0s (10.3 MB/s) 12:52:27 [2020-07-17T12:52:27.258Z] #38 25.97 Selecting previously unselected package libcap-dev:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 25.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.02 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.03 Unpacking libcap-dev:s390x (1:2.25-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.07 Selecting previously unselected package libnet1:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.07 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.08 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.13 Selecting previously unselected package libnet1-dev. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.13 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.22 Selecting previously unselected package libnl-3-200:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.22 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.23 Unpacking libnl-3-200:s390x (3.4.0-1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.33 Selecting previously unselected package libnl-3-dev:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.33 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.34 Unpacking libnl-3-dev:s390x (3.4.0-1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.60 Selecting previously unselected package libprotobuf-c1:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.60 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.61 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.71 Selecting previously unselected package libprotobuf-c-dev:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.71 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.72 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.78 Selecting previously unselected package zlib1g-dev:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.78 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.79 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.97 Selecting previously unselected package libprotobuf17:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.97 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 26.98 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... 12:52:27 [2020-07-17T12:52:27.258Z] #38 27.62 Selecting previously unselected package libprotobuf-lite17:s390x. 12:52:27 [2020-07-17T12:52:27.258Z] #38 27.62 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.422Z] #43 14.69 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:27 [2020-07-17T12:52:27.422Z] #43 14.73 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:27 [2020-07-17T12:52:27.549Z] #38 27.63 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... 12:52:27 [2020-07-17T12:52:27.701Z] #47 ... 12:52:27 [2020-07-17T12:52:27.701Z] 12:52:27 [2020-07-17T12:52:27.701Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:27 [2020-07-17T12:52:27.701Z] #23 13.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:27 [2020-07-17T12:52:27.840Z] #38 27.92 Selecting previously unselected package libprotobuf-dev:s390x. 12:52:27 [2020-07-17T12:52:27.840Z] #38 27.95 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... 12:52:27 [2020-07-17T12:52:27.840Z] #38 27.95 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... 12:52:27 [2020-07-17T12:52:27.840Z] #38 ... 12:52:27 [2020-07-17T12:52:27.840Z] 12:52:27 [2020-07-17T12:52:27.840Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:27 [2020-07-17T12:52:27.840Z] #60 DONE 28.0s 12:52:27 [2020-07-17T12:52:27.961Z] #23 ... 12:52:27 [2020-07-17T12:52:27.961Z] 12:52:27 [2020-07-17T12:52:27.961Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:27 [2020-07-17T12:52:27.961Z] #32 13.39 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:27 [2020-07-17T12:52:27.961Z] #32 ... 12:52:27 [2020-07-17T12:52:27.961Z] 12:52:27 [2020-07-17T12:52:27.961Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:27 [2020-07-17T12:52:27.961Z] #36 23.22 Checking out files: 91% (1469/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. 12:52:27 [2020-07-17T12:52:27.961Z] #36 23.32 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:52:28 [2020-07-17T12:52:28.131Z] 12:52:28 [2020-07-17T12:52:28.131Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.55 The following NEW packages will be installed: 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.56 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.56 vim-common xxd 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.69 0 upgraded, 10 newly installed, 0 to remove and 1 not upgraded. 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.69 Need to get 14.0 MB of archives. 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.69 After this operation, 62.1 MB of additional disk space will be used. 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.69 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 24.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.38 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+b3 [606 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.47 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 25.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.68 debconf: delaying package configuration, since apt-utils is not installed 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.77 Fetched 14.0 MB in 1s (12.4 MB/s) 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.84 Selecting previously unselected package xxd. 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.84 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.89 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... 12:52:28 [2020-07-17T12:52:28.131Z] #32 26.90 Unpacking xxd (2:8.1.0875-5) ... 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.11 Selecting previously unselected package vim-common. 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.11 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.14 Unpacking vim-common (2:8.1.0875-5) ... 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.54 Selecting previously unselected package cmake-data. 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.54 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:52:28 [2020-07-17T12:52:28.131Z] #32 27.55 Unpacking cmake-data (3.13.4-1) ... 12:52:28 [2020-07-17T12:52:28.889Z] #43 15.62 go: finding github.com/fatih/color v1.6.0 12:52:28 [2020-07-17T12:52:28.889Z] #43 15.66 go: finding github.com/pkg/errors v0.8.0 12:52:28 [2020-07-17T12:52:28.889Z] #43 15.67 go: finding github.com/sirupsen/logrus v1.0.5 12:52:28 [2020-07-17T12:52:28.889Z] #43 15.77 go: finding github.com/spf13/pflag v1.0.1 12:52:28 [2020-07-17T12:52:28.889Z] #43 15.98 go: finding github.com/mattn/go-colorable v0.0.9 12:52:28 [2020-07-17T12:52:28.889Z] #43 16.04 go: finding github.com/mattn/go-isatty v0.0.3 12:52:28 [2020-07-17T12:52:28.889Z] #43 16.13 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:28 [2020-07-17T12:52:28.889Z] #43 16.21 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:29 [2020-07-17T12:52:29.172Z] #43 16.30 go: finding github.com/jonboulle/clockwork v0.1.0 12:52:29 [2020-07-17T12:52:29.327Z] #43 ... 12:52:29 [2020-07-17T12:52:29.327Z] 12:52:29 [2020-07-17T12:52:29.327Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:29 [2020-07-17T12:52:29.327Z] #21 16.39 + mkdir -p /build 12:52:29 [2020-07-17T12:52:29.327Z] #21 16.40 + mv docker/docker /build/ 12:52:29 [2020-07-17T12:52:29.327Z] #21 16.40 + rmdir docker 12:52:29 [2020-07-17T12:52:29.429Z] #43 16.47 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:29 [2020-07-17T12:52:29.429Z] #43 16.64 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:29 [2020-07-17T12:52:29.685Z] #43 ... 12:52:29 [2020-07-17T12:52:29.685Z] 12:52:29 [2020-07-17T12:52:29.685Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:29 [2020-07-17T12:52:29.685Z] #47 16.96 + cd /tmp/tmp.D5BPzjsL2Z/src/github.com/mvdan/sh 12:52:29 [2020-07-17T12:52:29.685Z] #47 16.96 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:29 [2020-07-17T12:52:29.685Z] #47 17.04 + GO111MODULE=on 12:52:29 [2020-07-17T12:52:29.940Z] #47 17.04 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:52:30 [2020-07-17T12:52:30.195Z] #47 ... 12:52:30 [2020-07-17T12:52:30.195Z] 12:52:30 [2020-07-17T12:52:30.195Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:30 [2020-07-17T12:52:30.195Z] #21 16.30 + mkdir -p /build 12:52:30 [2020-07-17T12:52:30.195Z] #21 16.31 + mv docker/docker /build/ 12:52:30 [2020-07-17T12:52:30.195Z] #21 16.32 + rmdir docker 12:52:30 [2020-07-17T12:52:30.195Z] #21 DONE 17.4s 12:52:30 [2020-07-17T12:52:30.195Z] 12:52:30 [2020-07-17T12:52:30.195Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:30 [2020-07-17T12:52:30.195Z] #41 7.463 internal/cpu 12:52:30 [2020-07-17T12:52:30.195Z] #41 7.482 runtime/internal/atomic 12:52:30 [2020-07-17T12:52:30.195Z] #41 7.833 runtime/internal/sys 12:52:30 [2020-07-17T12:52:30.195Z] #41 8.087 runtime/internal/math 12:52:30 [2020-07-17T12:52:30.196Z] #41 8.102 internal/bytealg 12:52:30 [2020-07-17T12:52:30.196Z] #41 8.215 internal/race 12:52:30 [2020-07-17T12:52:30.196Z] #41 8.357 sync/atomic 12:52:30 [2020-07-17T12:52:30.196Z] #41 8.972 runtime 12:52:30 [2020-07-17T12:52:30.196Z] #41 9.066 unicode 12:52:30 [2020-07-17T12:52:30.196Z] #41 12.81 unicode/utf8 12:52:30 [2020-07-17T12:52:30.196Z] #41 13.57 internal/testlog 12:52:30 [2020-07-17T12:52:30.196Z] #41 14.08 encoding 12:52:30 [2020-07-17T12:52:30.196Z] #41 14.20 unicode/utf16 12:52:30 [2020-07-17T12:52:30.196Z] #41 14.50 container/list 12:52:30 [2020-07-17T12:52:30.196Z] #41 14.87 crypto/internal/subtle 12:52:30 [2020-07-17T12:52:30.196Z] #41 15.06 crypto/subtle 12:52:30 [2020-07-17T12:52:30.196Z] #41 15.17 vendor/golang.org/x/crypto/cryptobyte/asn1 12:52:30 [2020-07-17T12:52:30.196Z] #41 15.30 internal/nettrace 12:52:30 [2020-07-17T12:52:30.196Z] #41 15.45 runtime/cgo 12:52:30 [2020-07-17T12:52:30.196Z] #41 ... 12:52:30 [2020-07-17T12:52:30.196Z] 12:52:30 [2020-07-17T12:52:30.196Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:30 [2020-07-17T12:52:30.196Z] #30 7.579 + cd /tmp/tmp.0ACNOzxQQV/src/github.com/BurntSushi/toml 12:52:30 [2020-07-17T12:52:30.196Z] #30 7.581 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:30 [2020-07-17T12:52:30.196Z] #30 7.587 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:52:30 [2020-07-17T12:52:30.196Z] #30 8.230 internal/bytealg 12:52:30 [2020-07-17T12:52:30.196Z] #30 8.304 math/bits 12:52:30 [2020-07-17T12:52:30.196Z] #30 8.918 math 12:52:30 [2020-07-17T12:52:30.196Z] #30 9.007 runtime 12:52:30 [2020-07-17T12:52:30.196Z] #30 13.41 unicode/utf8 12:52:30 [2020-07-17T12:52:30.196Z] #30 14.56 runtime/cgo 12:52:30 [2020-07-17T12:52:30.215Z] #32 30.24 Selecting previously unselected package libicu63:s390x. 12:52:30 [2020-07-17T12:52:30.215Z] #32 30.25 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... 12:52:30 [2020-07-17T12:52:30.215Z] #32 30.26 Unpacking libicu63:s390x (63.1-6+deb10u1) ... 12:52:30 [2020-07-17T12:52:30.265Z] #21 DONE 17.4s 12:52:30 [2020-07-17T12:52:30.265Z] 12:52:30 [2020-07-17T12:52:30.265Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:30 [2020-07-17T12:52:30.265Z] #30 7.346 + cd /tmp/tmp.B3YrDd9FaB/src/github.com/BurntSushi/toml 12:52:30 [2020-07-17T12:52:30.265Z] #30 7.346 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:52:30 [2020-07-17T12:52:30.265Z] #30 7.398 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.015 internal/cpu 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.040 runtime/internal/atomic 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.374 runtime/internal/sys 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.607 internal/bytealg 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.624 runtime/internal/math 12:52:30 [2020-07-17T12:52:30.265Z] #30 8.750 math/bits 12:52:30 [2020-07-17T12:52:30.265Z] #30 9.451 runtime 12:52:30 [2020-07-17T12:52:30.265Z] #30 9.495 math 12:52:30 [2020-07-17T12:52:30.265Z] #30 14.08 internal/testlog 12:52:30 [2020-07-17T12:52:30.265Z] #30 14.40 encoding 12:52:30 [2020-07-17T12:52:30.265Z] #30 14.62 runtime/cgo 12:52:30 [2020-07-17T12:52:30.500Z] #36 25.85 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:52:30 [2020-07-17T12:52:30.507Z] #32 ... 12:52:30 [2020-07-17T12:52:30.507Z] 12:52:30 [2020-07-17T12:52:30.507Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.03 Selecting previously unselected package libprotoc17:s390x. 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.07 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.07 Unpacking libprotoc17:s390x (3.6.1.3-2) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.63 Selecting previously unselected package protobuf-c-compiler. 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.66 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.73 Selecting previously unselected package protobuf-compiler. 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.74 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.74 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.84 Selecting previously unselected package python-pkg-resources. 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.85 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 29.86 Unpacking python-pkg-resources (40.8.0-1) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.00 Selecting previously unselected package python-six. 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.01 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.01 Unpacking python-six (1.12.0-1) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.07 Selecting previously unselected package python-protobuf. 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.08 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.08 Unpacking python-protobuf (3.6.1.3-2) ... 12:52:30 [2020-07-17T12:52:30.507Z] #38 30.55 Setting up python-pkg-resources (40.8.0-1) ... 12:52:30 [2020-07-17T12:52:30.526Z] #30 ... 12:52:30 [2020-07-17T12:52:30.526Z] 12:52:30 [2020-07-17T12:52:30.526Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:30 [2020-07-17T12:52:30.526Z] #23 7.825 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:52:30 [2020-07-17T12:52:30.526Z] #23 7.944 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:52:30 [2020-07-17T12:52:30.526Z] #23 7.944 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:52:30 [2020-07-17T12:52:30.526Z] #23 9.135 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:52:30 [2020-07-17T12:52:30.526Z] #23 11.19 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:30 [2020-07-17T12:52:30.526Z] #23 13.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:30 [2020-07-17T12:52:30.785Z] #23 ... 12:52:30 [2020-07-17T12:52:30.785Z] 12:52:30 [2020-07-17T12:52:30.785Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:30 [2020-07-17T12:52:30.785Z] #47 17.90 + cd /tmp/tmp.iJ54K0KuTT/src/github.com/mvdan/sh 12:52:30 [2020-07-17T12:52:30.785Z] #47 17.90 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:52:30 [2020-07-17T12:52:30.785Z] #47 18.11 + GO111MODULE=on 12:52:30 [2020-07-17T12:52:30.785Z] #47 18.12 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:52:31 [2020-07-17T12:52:31.355Z] #47 ... 12:52:31 [2020-07-17T12:52:31.355Z] 12:52:31 [2020-07-17T12:52:31.355Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:31 [2020-07-17T12:52:31.355Z] #54 8.378 + cd /tmp/tmp.in5Wg0JIqk/src/github.com/rootless-containers/rootlesskit 12:52:31 [2020-07-17T12:52:31.355Z] #54 8.378 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:31 [2020-07-17T12:52:31.355Z] #54 8.890 + for f in rootlesskit rootlesskit-docker-proxy 12:52:31 [2020-07-17T12:52:31.355Z] #54 8.890 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:52:31 [2020-07-17T12:52:31.355Z] #54 ... 12:52:31 [2020-07-17T12:52:31.355Z] 12:52:31 [2020-07-17T12:52:31.355Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.09 go: finding github.com/fatih/color v1.6.0 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.26 go: finding github.com/pkg/errors v0.8.0 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.31 go: finding github.com/sirupsen/logrus v1.0.5 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.46 go: finding github.com/mattn/go-colorable v0.0.9 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.54 go: finding github.com/spf13/pflag v1.0.1 12:52:31 [2020-07-17T12:52:31.355Z] #43 18.59 go: finding github.com/mattn/go-isatty v0.0.3 12:52:31 [2020-07-17T12:52:31.560Z] #30 ... 12:52:31 [2020-07-17T12:52:31.560Z] 12:52:31 [2020-07-17T12:52:31.560Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:31 [2020-07-17T12:52:31.560Z] #47 18.80 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:31 [2020-07-17T12:52:31.560Z] #47 18.95 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:31 [2020-07-17T12:52:31.616Z] #43 18.97 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:52:31 [2020-07-17T12:52:31.816Z] #47 18.95 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:31 [2020-07-17T12:52:31.876Z] #43 19.08 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:52:31 [2020-07-17T12:52:31.876Z] #43 19.12 go: finding github.com/jonboulle/clockwork v0.1.0 12:52:31 [2020-07-17T12:52:31.876Z] #43 19.14 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:52:31 [2020-07-17T12:52:31.876Z] #43 19.16 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:52:32 [2020-07-17T12:52:32.013Z] #38 32.35 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... 12:52:32 [2020-07-17T12:52:32.013Z] #38 32.37 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... 12:52:32 [2020-07-17T12:52:32.013Z] #38 32.37 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... 12:52:32 [2020-07-17T12:52:32.072Z] #47 19.31 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:32 [2020-07-17T12:52:32.073Z] #47 19.34 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:32 [2020-07-17T12:52:32.305Z] #38 32.38 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... 12:52:32 [2020-07-17T12:52:32.305Z] #38 32.39 Setting up python-six (1.12.0-1) ... 12:52:32 [2020-07-17T12:52:32.998Z] #47 20.24 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:32 [2020-07-17T12:52:32.998Z] #47 ... 12:52:32 [2020-07-17T12:52:32.998Z] 12:52:32 [2020-07-17T12:52:32.998Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:32 [2020-07-17T12:52:32.998Z] #23 10.38 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:32 [2020-07-17T12:52:32.998Z] #23 12.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:33 [2020-07-17T12:52:33.254Z] #23 ... 12:52:33 [2020-07-17T12:52:33.254Z] 12:52:33 [2020-07-17T12:52:33.254Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:33 [2020-07-17T12:52:33.254Z] #32 10.52 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:33 [2020-07-17T12:52:33.254Z] #32 13.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:33 [2020-07-17T12:52:33.553Z] #32 ... 12:52:33 [2020-07-17T12:52:33.553Z] 12:52:33 [2020-07-17T12:52:33.553Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:33 [2020-07-17T12:52:33.553Z] #54 12.55 + cd /tmp/tmp.O7bjMZHoL7/src/github.com/rootless-containers/rootlesskit 12:52:33 [2020-07-17T12:52:33.553Z] #54 12.55 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:52:33 [2020-07-17T12:52:33.553Z] #54 12.65 + for f in rootlesskit rootlesskit-docker-proxy 12:52:33 [2020-07-17T12:52:33.553Z] #54 12.65 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:52:33 [2020-07-17T12:52:33.809Z] #54 ... 12:52:33 [2020-07-17T12:52:33.809Z] 12:52:33 [2020-07-17T12:52:33.809Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:33 [2020-07-17T12:52:33.809Z] #38 10.94 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:33 [2020-07-17T12:52:33.809Z] #38 13.05 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:33 [2020-07-17T12:52:33.809Z] #38 ... 12:52:33 [2020-07-17T12:52:33.809Z] 12:52:33 [2020-07-17T12:52:33.809Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:33 [2020-07-17T12:52:33.809Z] #47 20.99 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.77 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.78 Setting up libnl-3-200:s390x (3.4.0-1) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.79 Setting up libprotobuf17:s390x (3.6.1.3-2) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.79 Setting up libcap-dev:s390x (1:2.25-2) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.80 Setting up libprotoc17:s390x (3.6.1.3-2) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.81 Setting up protobuf-compiler (3.6.1.3-2) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.81 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.83 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.84 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:52:33 [2020-07-17T12:52:33.857Z] #38 33.84 Setting up python-protobuf (3.6.1.3-2) ... 12:52:34 [2020-07-17T12:52:34.147Z] #38 ... 12:52:34 [2020-07-17T12:52:34.147Z] 12:52:34 [2020-07-17T12:52:34.147Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:34 [2020-07-17T12:52:34.147Z] #25 2.893 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:52:34 [2020-07-17T12:52:34.147Z] #25 3.227 12:52:34 [2020-07-17T12:52:34.147Z] #25 3.376 ## 3.6% ######### 12.9% ############### 21.5% #################### 28.3% ########################## 37.3% ################################# 46.3% ###################################### 53.0% ########################################### 59.8% ################################################# 68.8% ######################################################## 77.8% ############################################################ 84.6% ################################################################### 93.6% ######################################################################## 100.0% 12:52:34 [2020-07-17T12:52:34.147Z] #25 5.105 12:52:34 [2020-07-17T12:52:34.147Z] #25 5.269 ######################## 34.3% ################################################################### 94.0% ######################################################################## 100.0% 12:52:34 [2020-07-17T12:52:34.147Z] #25 5.694 12:52:34 [2020-07-17T12:52:34.147Z] #25 5.886 ############### 21.2% ############################################### 65.8% ####################################################################### 99.3% ######################################################################## 100.0% 12:52:34 [2020-07-17T12:52:34.147Z] #25 6.433 12:52:34 [2020-07-17T12:52:34.412Z] #43 ... 12:52:34 [2020-07-17T12:52:34.412Z] 12:52:34 [2020-07-17T12:52:34.412Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:34 [2020-07-17T12:52:34.412Z] #32 11.21 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:34 [2020-07-17T12:52:34.412Z] #32 13.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:34 [2020-07-17T12:52:34.412Z] #32 ... 12:52:34 [2020-07-17T12:52:34.412Z] 12:52:34 [2020-07-17T12:52:34.412Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:34 [2020-07-17T12:52:34.412Z] #47 19.69 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:34 [2020-07-17T12:52:34.412Z] #47 19.71 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:34 [2020-07-17T12:52:34.412Z] #47 19.86 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:34 [2020-07-17T12:52:34.412Z] #47 20.02 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:34 [2020-07-17T12:52:34.412Z] #47 20.20 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:34 [2020-07-17T12:52:34.412Z] #47 21.10 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:34 [2020-07-17T12:52:34.412Z] #47 ... 12:52:34 [2020-07-17T12:52:34.412Z] 12:52:34 [2020-07-17T12:52:34.412Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:34 [2020-07-17T12:52:34.412Z] #51 11.62 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:52:34 [2020-07-17T12:52:34.412Z] #51 14.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:34 [2020-07-17T12:52:34.412Z] #51 ... 12:52:34 [2020-07-17T12:52:34.412Z] 12:52:34 [2020-07-17T12:52:34.412Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:34 [2020-07-17T12:52:34.412Z] #41 13.21 unicode/utf8 12:52:34 [2020-07-17T12:52:34.412Z] #41 13.94 math 12:52:34 [2020-07-17T12:52:34.412Z] #41 18.84 unicode/utf16 12:52:34 [2020-07-17T12:52:34.412Z] #41 19.11 container/list 12:52:34 [2020-07-17T12:52:34.412Z] #41 19.76 crypto/internal/subtle 12:52:34 [2020-07-17T12:52:34.412Z] #41 19.86 crypto/subtle 12:52:34 [2020-07-17T12:52:34.412Z] #41 20.00 vendor/golang.org/x/crypto/cryptobyte/asn1 12:52:34 [2020-07-17T12:52:34.413Z] #41 20.18 internal/nettrace 12:52:34 [2020-07-17T12:52:34.413Z] #41 20.37 runtime/cgo 12:52:34 [2020-07-17T12:52:34.704Z] #36 ... 12:52:34 [2020-07-17T12:52:34.704Z] 12:52:34 [2020-07-17T12:52:34.704Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:34 [2020-07-17T12:52:34.704Z] #60 21.68 Checking out files: 63% (1321/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. 12:52:34 [2020-07-17T12:52:34.704Z] #60 22.41 + cd /tmp/tmp.FjznUz9dmz/src/github.com/docker/libnetwork 12:52:34 [2020-07-17T12:52:34.704Z] #60 22.41 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:52:34 [2020-07-17T12:52:34.704Z] #60 22.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:52:34 [2020-07-17T12:52:34.730Z] #25 6.585 #### 6.4% ########## 14.9% ############### 21.4% ##################### 30.0% ########################### 38.6% ################################ 45.0% ##################################### 51.4% ######################################### 57.9% ############################################## 64.3% #################################################### 72.9% ############################################################ 83.7% ################################################################## 92.3% ######################################################################## 100.0% 12:52:34 [2020-07-17T12:52:34.730Z] #25 ... 12:52:34 [2020-07-17T12:52:34.730Z] 12:52:34 [2020-07-17T12:52:34.730Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 The following NEW packages will be installed: 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:52:34 [2020-07-17T12:52:34.730Z] #10 24.91 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.09 0 upgraded, 25 newly installed, 0 to remove and 1 not upgraded. 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.09 Need to get 73.3 MB of archives. 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.09 After this operation, 494 MB of additional disk space will be used. 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 25.93 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 27.80 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.60 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.61 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.61 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.62 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.62 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u4 [110 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.64 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.65 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.66 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.72 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.74 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 29.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u4 [322 kB] 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.54 debconf: delaying package configuration, since apt-utils is not installed 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.62 Fetched 73.3 MB in 5s (15.2 MB/s) 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.70 Selecting previously unselected package binutils-mingw-w64-i686. 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 30.78 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 32.78 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:52:34 [2020-07-17T12:52:34.730Z] #10 32.78 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 32.81 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.57 Selecting previously unselected package binutils-mingw-w64. 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.58 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.59 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.73 Selecting previously unselected package libdevmapper1.02.1:s390x. 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.75 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.85 Selecting previously unselected package dmsetup. 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.85 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.85 Unpacking dmsetup (2:1.02.155-3) ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.93 Selecting previously unselected package mingw-w64-common. 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.93 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:52:34 [2020-07-17T12:52:34.730Z] #10 34.94 Unpacking mingw-w64-common (6.0.0-3) ... 12:52:34 [2020-07-17T12:52:34.981Z] #41 ... 12:52:34 [2020-07-17T12:52:34.981Z] 12:52:34 [2020-07-17T12:52:34.981Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:34 [2020-07-17T12:52:34.981Z] #36 21.91 Checking out files: 84% (1354/1597) Checking out files: 85% (1358/1597) Checking out files: 86% (1374/1597) Checking out files: 87% (1390/1597) Checking out files: 88% (1406/1597) Checking out files: 89% (1422/1597) Checking out files: 90% (1438/1597) Checking out files: 91% (1454/1597) Checking out files: 92% (1470/1597) Checking out files: 93% (1486/1597) Checking out files: 94% (1502/1597) Checking out files: 95% (1518/1597) Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. 12:52:34 [2020-07-17T12:52:34.981Z] #36 22.16 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:52:35 [2020-07-17T12:52:35.021Z] #10 ... 12:52:35 [2020-07-17T12:52:35.021Z] 12:52:35 [2020-07-17T12:52:35.021Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:35 [2020-07-17T12:52:35.021Z] #25 8.249 12:52:35 [2020-07-17T12:52:35.021Z] #25 8.405 # 1.8% 12:52:35 [2020-07-17T12:52:35.021Z] #25 ... 12:52:35 [2020-07-17T12:52:35.021Z] 12:52:35 [2020-07-17T12:52:35.021Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:35 [2020-07-17T12:52:35.021Z] #41 25.43 internal/reflectlite 12:52:35 [2020-07-17T12:52:35.021Z] #41 25.43 github.com/LK4D4/vndr/godl/singleflight 12:52:35 [2020-07-17T12:52:35.021Z] #41 25.61 math/rand 12:52:35 [2020-07-17T12:52:35.021Z] #41 26.71 internal/singleflight 12:52:35 [2020-07-17T12:52:35.021Z] #41 27.84 sort 12:52:35 [2020-07-17T12:52:35.021Z] #41 27.84 io 12:52:35 [2020-07-17T12:52:35.021Z] #41 28.78 bytes 12:52:35 [2020-07-17T12:52:35.021Z] #41 29.35 strconv 12:52:35 [2020-07-17T12:52:35.021Z] #41 30.59 bufio 12:52:35 [2020-07-17T12:52:35.021Z] #41 31.63 syscall 12:52:35 [2020-07-17T12:52:35.021Z] #41 31.71 reflect 12:52:35 [2020-07-17T12:52:35.217Z] #47 22.48 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:35 [2020-07-17T12:52:35.314Z] #41 ... 12:52:35 [2020-07-17T12:52:35.314Z] 12:52:35 [2020-07-17T12:52:35.314Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:35 [2020-07-17T12:52:35.550Z] #36 ... 12:52:35 [2020-07-17T12:52:35.550Z] 12:52:35 [2020-07-17T12:52:35.550Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:35 [2020-07-17T12:52:35.550Z] #10 12.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:35 [2020-07-17T12:52:35.550Z] #10 ... 12:52:35 [2020-07-17T12:52:35.550Z] 12:52:35 [2020-07-17T12:52:35.550Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:35 [2020-07-17T12:52:35.550Z] #47 22.05 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:35 [2020-07-17T12:52:35.822Z] #47 ... 12:52:35 [2020-07-17T12:52:35.822Z] 12:52:35 [2020-07-17T12:52:35.822Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:35 [2020-07-17T12:52:35.822Z] #10 13.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:36 [2020-07-17T12:52:36.078Z] #10 ... 12:52:36 [2020-07-17T12:52:36.078Z] 12:52:36 [2020-07-17T12:52:36.078Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:36 [2020-07-17T12:52:36.078Z] #51 22.50 Fetched 8364 kB in 18s (463 kB/s) 12:52:36 [2020-07-17T12:52:36.119Z] #47 23.48 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:36 [2020-07-17T12:52:36.479Z] #25 8.405 # 1.8% ### 4.2% #### 6.7% ###### 9.2% ######## 11.6% ######### 13.5% ########### 16.6% ############# 19.1% ############### 21.0% ################# 24.1% #################### 27.8% ##################### 30.3% ####################### 32.8% 12:52:36 [2020-07-17T12:52:36.479Z] #25 ... 12:52:36 [2020-07-17T12:52:36.479Z] 12:52:36 [2020-07-17T12:52:36.479Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:36 [2020-07-17T12:52:36.479Z] #38 36.30 Setting up libnl-3-dev:s390x (3.4.0-1) ... 12:52:36 [2020-07-17T12:52:36.479Z] #38 36.31 Processing triggers for libc-bin (2.28-10) ... 12:52:36 [2020-07-17T12:52:36.479Z] #38 DONE 36.9s 12:52:36 [2020-07-17T12:52:36.479Z] 12:52:36 [2020-07-17T12:52:36.479Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:36 [2020-07-17T12:52:36.924Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0408f409e0ffc3f22) in /home/ubuntu/workspace/moby_PR-41221 [Pipeline] { [Pipeline] checkout 12:52:37 [2020-07-17T12:52:37.058Z] #47 ... 12:52:37 [2020-07-17T12:52:37.058Z] 12:52:37 [2020-07-17T12:52:37.058Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:37 [2020-07-17T12:52:37.058Z] #38 13.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:52:37 [2020-07-17T12:52:37.061Z] #25 8.405 # 1.8% ### 4.2% #### 6.7% ###### 9.2% ######## 11.6% ######### 13.5% ########### 16.6% ############# 19.1% ############### 21.0% ################# 24.1% #################### 27.8% ##################### 30.3% ####################### 32.8% ######################## 34.7% ########################## 37.4% ############################ 39.3% ############################# 40.6% ############################### 43.1% 12:52:37 [2020-07-17T12:52:37.061Z] #25 ... 12:52:37 [2020-07-17T12:52:37.061Z] 12:52:37 [2020-07-17T12:52:37.061Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.975 + RM_GOPATH=0 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.975 + TMP_GOPATH= 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.975 + : /build 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.975 + '[' -z '' ']' 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 ++ mktemp -d 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + export GOPATH=/tmp/tmp.pYZBGKqwzS 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + GOPATH=/tmp/tmp.pYZBGKqwzS 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + RM_GOPATH=1 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + case "$(go env GOARCH)" in 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 ++ go env GOARCH 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + export GO_BUILDMODE=-buildmode=pie 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.984 + GO_BUILDMODE=-buildmode=pie 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.991 ++ dirname /tmp/install/install.sh 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + dir=/tmp/install 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + bin=containerd 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + shift 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + '[' '!' -f /tmp/install/containerd.installer ']' 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + . /tmp/install/containerd.installer 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 ++ set -e 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + install_containerd 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pYZBGKqwzS/src/github.com/containerd/containerd 12:52:37 [2020-07-17T12:52:37.061Z] #52 1.997 Cloning into '/tmp/tmp.pYZBGKqwzS/src/github.com/containerd/containerd'... 12:52:37 [2020-07-17T12:52:37.061Z] #52 ... 12:52:37 [2020-07-17T12:52:37.061Z] 12:52:37 [2020-07-17T12:52:37.061Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:37 [2020-07-17T12:52:37.061Z] #30 27.37 strconv 12:52:37 [2020-07-17T12:52:37.061Z] #30 27.89 io 12:52:37 [2020-07-17T12:52:37.061Z] #30 28.51 internal/oserror 12:52:37 [2020-07-17T12:52:37.061Z] #30 28.60 syscall 12:52:37 [2020-07-17T12:52:37.061Z] #30 30.78 reflect 12:52:37 [2020-07-17T12:52:37.061Z] #30 33.31 time 12:52:37 [2020-07-17T12:52:37.061Z] #30 37.18 internal/poll 12:52:37 [2020-07-17T12:52:37.422Z] #30 ... 12:52:37 [2020-07-17T12:52:37.422Z] 12:52:37 [2020-07-17T12:52:37.422Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:37 [2020-07-17T12:52:37.445Z] #38 ... 12:52:37 [2020-07-17T12:52:37.445Z] 12:52:37 [2020-07-17T12:52:37.445Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:37 [2020-07-17T12:52:37.965Z] #60 24.40 Checking out files: 61% (1262/2067) Checking out files: 62% (1282/2067) Checking out files: 63% (1303/2067) Checking out files: 64% (1323/2067) Checking out files: 65% (1344/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. 12:52:37 [2020-07-17T12:52:37.965Z] #60 25.22 + cd /tmp/tmp.MYlB8Qe8LW/src/github.com/docker/libnetwork 12:52:37 [2020-07-17T12:52:37.965Z] #60 25.22 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:52:38 [2020-07-17T12:52:38.166Z] #60 ... 12:52:38 [2020-07-17T12:52:38.166Z] 12:52:38 [2020-07-17T12:52:38.166Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:38 [2020-07-17T12:52:38.166Z] #47 23.65 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:38 [2020-07-17T12:52:38.166Z] #47 23.83 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:38 [2020-07-17T12:52:38.166Z] #47 23.94 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:38 [2020-07-17T12:52:38.166Z] #47 24.06 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:38 [2020-07-17T12:52:38.166Z] #47 24.94 runtime 12:52:38 [2020-07-17T12:52:38.166Z] #47 ... 12:52:38 [2020-07-17T12:52:38.166Z] 12:52:38 [2020-07-17T12:52:38.166Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:38 [2020-07-17T12:52:38.166Z] #23 23.89 Fetched 8364 kB in 17s (501 kB/s) 12:52:38 [2020-07-17T12:52:38.166Z] #23 23.89 Reading package lists... 12:52:38 [2020-07-17T12:52:38.428Z] #23 30.19 Reading package lists... 12:52:38 [2020-07-17T12:52:38.428Z] #23 ... 12:52:38 [2020-07-17T12:52:38.428Z] 12:52:38 [2020-07-17T12:52:38.428Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:38 [2020-07-17T12:52:38.428Z] #41 27.92 vendor/golang.org/x/crypto/internal/subtle 12:52:38 [2020-07-17T12:52:38.428Z] #41 28.03 vendor/golang.org/x/crypto/curve25519 12:52:38 [2020-07-17T12:52:38.428Z] #41 ... 12:52:38 [2020-07-17T12:52:38.428Z] 12:52:38 [2020-07-17T12:52:38.428Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:38 [2020-07-17T12:52:38.428Z] #38 24.18 Fetched 8364 kB in 17s (485 kB/s) 12:52:38 [2020-07-17T12:52:38.428Z] #38 24.18 Reading package lists... 12:52:38 [2020-07-17T12:52:38.534Z] #60 25.84 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:52:38 [2020-07-17T12:52:38.690Z] #38 31.35 Reading package lists... 12:52:38 [2020-07-17T12:52:38.690Z] #38 ... 12:52:38 [2020-07-17T12:52:38.690Z] 12:52:38 [2020-07-17T12:52:38.690Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:38 [2020-07-17T12:52:38.690Z] #51 24.41 Fetched 8364 kB in 17s (481 kB/s) 12:52:38 [2020-07-17T12:52:38.690Z] #51 24.41 Reading package lists... 12:52:38 [2020-07-17T12:52:38.690Z] #51 31.32 Reading package lists... 12:52:38 [2020-07-17T12:52:38.690Z] #51 ... 12:52:38 [2020-07-17T12:52:38.690Z] 12:52:38 [2020-07-17T12:52:38.690Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:38 [2020-07-17T12:52:38.690Z] #32 24.29 Fetched 8364 kB in 17s (487 kB/s) 12:52:38 [2020-07-17T12:52:38.690Z] #32 24.29 Reading package lists... 12:52:38 [2020-07-17T12:52:38.959Z] #32 31.71 Reading package lists... 12:52:38 [2020-07-17T12:52:38.959Z] #32 ... 12:52:38 [2020-07-17T12:52:38.959Z] 12:52:38 [2020-07-17T12:52:38.959Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:38 [2020-07-17T12:52:38.959Z] #10 24.61 Fetched 8364 kB in 17s (481 kB/s) 12:52:38 [2020-07-17T12:52:38.959Z] #10 24.61 Reading package lists... 12:52:39 [2020-07-17T12:52:39.177Z] #25 8.405 # 1.8% ### 4.2% #### 6.7% ###### 9.2% ######## 11.6% ######### 13.5% ########### 16.6% ############# 19.1% ############### 21.0% ################# 24.1% #################### 27.8% ##################### 30.3% ####################### 32.8% ######################## 34.7% ########################## 37.4% ############################ 39.3% ############################# 40.6% ############################### 43.1% ############################### 44.3% ################################# 46.2% ################################## 48.1% #################################### 50.6% ##################################### 52.4% ####################################### 54.3% ######################################## 56.8% ########################################## 58.7% ############################################ 61.2% ############################################# 63.1% ############################################### 66.0% ################################################## 69.5% #################################################### 72.7% ###################################################### 75.8% ######################################################## 78.9% ########################################################### 82.0% ############################################################# 85.2% 12:52:39 [2020-07-17T12:52:39.177Z] #25 ... 12:52:39 [2020-07-17T12:52:39.177Z] 12:52:39 [2020-07-17T12:52:39.177Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.54 Selecting previously unselected package libxml2:s390x. 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.55 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.56 Unpacking libxml2:s390x (2.9.4+dfsg1-7+b3) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.89 Selecting previously unselected package libarchive13:s390x. 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.90 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 35.90 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.20 Selecting previously unselected package libjsoncpp1:s390x. 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.20 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.21 Unpacking libjsoncpp1:s390x (1.7.4-3) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.27 Selecting previously unselected package librhash0:s390x. 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.27 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.27 Unpacking librhash0:s390x (1.3.8-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.45 Selecting previously unselected package libuv1:s390x. 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.45 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.45 Unpacking libuv1:s390x (1.24.1-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.52 Selecting previously unselected package cmake. 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.53 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 36.53 Unpacking cmake (3.13.4-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.68 Setting up libicu63:s390x (63.1-6+deb10u1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.71 Setting up xxd (2:8.1.0875-5) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.71 Setting up libuv1:s390x (1.24.1-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.72 Setting up vim-common (2:8.1.0875-5) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.74 Setting up librhash0:s390x (1.3.8-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.76 Setting up cmake-data (3.13.4-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.77 Setting up libxml2:s390x (2.9.4+dfsg1-7+b3) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.78 Setting up libjsoncpp1:s390x (1.7.4-3) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.78 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.79 Setting up cmake (3.13.4-1) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.80 Processing triggers for libc-bin (2.28-10) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 38.89 Processing triggers for mime-support (3.62) ... 12:52:39 [2020-07-17T12:52:39.177Z] #32 DONE 39.5s 12:52:39 [2020-07-17T12:52:39.177Z] 12:52:39 [2020-07-17T12:52:39.177Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:40 [2020-07-17T12:52:40.068Z] #25 8.405 # 1.8% ### 4.2% #### 6.7% ###### 9.2% ######## 11.6% ######### 13.5% ########### 16.6% ############# 19.1% ############### 21.0% ################# 24.1% #################### 27.8% ##################### 30.3% ####################### 32.8% ######################## 34.7% ########################## 37.4% ############################ 39.3% ############################# 40.6% ############################### 43.1% ############################### 44.3% ################################# 46.2% ################################## 48.1% #################################### 50.6% ##################################### 52.4% ####################################### 54.3% ######################################## 56.8% ########################################## 58.7% ############################################ 61.2% ############################################# 63.1% ############################################### 66.0% ################################################## 69.5% #################################################### 72.7% ###################################################### 75.8% ######################################################## 78.9% ########################################################### 82.0% ############################################################# 85.2% ############################################################### 87.6% ################################################################ 89.5% ################################################################# 91.4% ################################################################### 93.3% #################################################################### 95.1% ###################################################################### 98.3% ######################################################################## 100.0% 12:52:40 [2020-07-17T12:52:40.068Z] #25 13.30 12:52:40 [2020-07-17T12:52:40.272Z] using credential docker-jenkins-github-credentials 12:52:40 [2020-07-17T12:52:40.280Z] Cloning the remote Git repository 12:52:40 [2020-07-17T12:52:40.280Z] Cloning with configured refspecs honoured and without tags 12:52:40 [2020-07-17T12:52:40.377Z] #51 22.50 Reading package lists... 12:52:40 [2020-07-17T12:52:40.377Z] #51 ... 12:52:40 [2020-07-17T12:52:40.377Z] 12:52:40 [2020-07-17T12:52:40.377Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:40 [2020-07-17T12:52:40.377Z] #60 24.88 Checking out files: 65% (1362/2067) Checking out files: 66% (1365/2067) Checking out files: 67% (1385/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. 12:52:40 [2020-07-17T12:52:40.377Z] #60 25.52 + cd /tmp/tmp.Xj2d8Csdpu/src/github.com/docker/libnetwork 12:52:40 [2020-07-17T12:52:40.377Z] #60 25.54 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:52:40 [2020-07-17T12:52:40.377Z] #60 25.61 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:52:40 [2020-07-17T12:52:40.699Z] #25 ... 12:52:40 [2020-07-17T12:52:40.699Z] 12:52:40 [2020-07-17T12:52:40.699Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:40 [2020-07-17T12:52:40.699Z] #47 30.97 syscall 12:52:40 [2020-07-17T12:52:40.699Z] #47 31.00 reflect 12:52:40 [2020-07-17T12:52:40.699Z] #47 36.96 time 12:52:40 [2020-07-17T12:52:40.774Z] Cloning repository https://github.com/moby/moby.git 12:52:40 [2020-07-17T12:52:40.851Z] > git init /home/ubuntu/workspace/moby_PR-41221 # timeout=10 12:52:41 [2020-07-17T12:52:41.049Z] Fetching upstream changes from https://github.com/moby/moby.git 12:52:41 [2020-07-17T12:52:41.050Z] > git --version # timeout=10 12:52:41 [2020-07-17T12:52:41.068Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:52:41 [2020-07-17T12:52:41.072Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:52:40 [2020-07-17T12:52:40.990Z] #47 ... 12:52:40 [2020-07-17T12:52:40.990Z] 12:52:40 [2020-07-17T12:52:40.990Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.485 + RM_GOPATH=0 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.485 + TMP_GOPATH= 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.485 + : /build 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.485 + '[' -z '' ']' 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.485 ++ mktemp -d 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.486 + export GOPATH=/tmp/tmp.GC0JzpSeWv 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.486 + GOPATH=/tmp/tmp.GC0JzpSeWv 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.486 + RM_GOPATH=1 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.486 + case "$(go env GOARCH)" in 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.494 ++ go env GOARCH 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.500 + export GO_BUILDMODE=-buildmode=pie 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.500 + GO_BUILDMODE=-buildmode=pie 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.507 ++ dirname /tmp/install/install.sh 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.510 + dir=/tmp/install 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.510 + bin=tini 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.510 + shift 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 + '[' '!' -f /tmp/install/tini.installer ']' 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 + . /tmp/install/tini.installer 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 + install_tini 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.511 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.513 + git clone https://github.com/krallin/tini.git /tmp/tmp.GC0JzpSeWv/tini 12:52:40 [2020-07-17T12:52:40.990Z] #33 1.516 Cloning into '/tmp/tmp.GC0JzpSeWv/tini'... 12:52:41 [2020-07-17T12:52:41.281Z] #33 2.159 + cd /tmp/tmp.GC0JzpSeWv/tini 12:52:41 [2020-07-17T12:52:41.281Z] #33 2.159 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:52:41 [2020-07-17T12:52:41.281Z] #33 2.179 + cmake . 12:52:41 [2020-07-17T12:52:41.281Z] #33 ... 12:52:41 [2020-07-17T12:52:41.281Z] 12:52:41 [2020-07-17T12:52:41.281Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:52:41 [2020-07-17T12:52:41.281Z] #28 31.49 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:52:41 [2020-07-17T12:52:41.281Z] #28 31.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:52:41 [2020-07-17T12:52:41.494Z] #10 31.33 Reading package lists... 12:52:41 [2020-07-17T12:52:41.494Z] #10 ... 12:52:41 [2020-07-17T12:52:41.494Z] 12:52:41 [2020-07-17T12:52:41.494Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:41 [2020-07-17T12:52:41.494Z] #23 30.19 Reading package lists... 12:52:41 [2020-07-17T12:52:41.572Z] #28 ... 12:52:41 [2020-07-17T12:52:41.572Z] 12:52:41 [2020-07-17T12:52:41.572Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:41 [2020-07-17T12:52:41.572Z] #25 14.36 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:52:41 [2020-07-17T12:52:41.572Z] #25 14.68 12:52:41 [2020-07-17T12:52:41.572Z] #25 14.84 #=#=# ######################################################################## 100.0% 12:52:41 [2020-07-17T12:52:41.572Z] #25 15.02 12:52:43 [2020-07-17T12:52:43.078Z] #25 16.24 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:52:43 [2020-07-17T12:52:43.078Z] #25 16.34 skipping existing aab193acf6ba 12:52:43 [2020-07-17T12:52:43.078Z] #25 16.44 12:52:43 [2020-07-17T12:52:43.407Z] #23 37.25 Building dependency tree... 12:52:44 [2020-07-17T12:52:44.347Z] #23 ... 12:52:44 [2020-07-17T12:52:44.347Z] 12:52:44 [2020-07-17T12:52:44.347Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:44 [2020-07-17T12:52:44.347Z] #60 DONE 40.2s 12:52:44 [2020-07-17T12:52:44.583Z] #25 17.70 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:52:44 [2020-07-17T12:52:44.583Z] #25 17.73 skipping existing 4d43f82972ce 12:52:44 [2020-07-17T12:52:44.583Z] #25 17.81 12:52:44 [2020-07-17T12:52:44.607Z] 12:52:44 [2020-07-17T12:52:44.607Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:44 [2020-07-17T12:52:44.607Z] #41 37.66 internal/reflectlite 12:52:44 [2020-07-17T12:52:44.607Z] #41 37.71 sync 12:52:44 [2020-07-17T12:52:44.607Z] #41 39.52 github.com/LK4D4/vndr/godl/singleflight 12:52:44 [2020-07-17T12:52:44.607Z] #41 40.11 math/rand 12:52:45 [2020-07-17T12:52:45.552Z] #41 41.30 io 12:52:45 [2020-07-17T12:52:45.615Z] #25 18.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 12:52:45 [2020-07-17T12:52:45.905Z] #25 19.24 12:52:46 [2020-07-17T12:52:46.121Z] #41 ... 12:52:46 [2020-07-17T12:52:46.121Z] 12:52:46 [2020-07-17T12:52:46.122Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:46 [2020-07-17T12:52:46.122Z] #43 DONE 41.8s 12:52:46 [2020-07-17T12:52:46.122Z] 12:52:46 [2020-07-17T12:52:46.122Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:46 [2020-07-17T12:52:46.122Z] #23 40.97 ca-certificates is already the newest version (20200601~deb10u1). 12:52:46 [2020-07-17T12:52:46.122Z] #23 40.97 The following additional packages will be installed: 12:52:46 [2020-07-17T12:52:46.122Z] #23 40.97 libjq1 libonig5 12:52:46 [2020-07-17T12:52:46.122Z] #23 41.59 The following NEW packages will be installed: 12:52:46 [2020-07-17T12:52:46.122Z] #23 41.60 jq libjq1 libonig5 12:52:46 [2020-07-17T12:52:46.196Z] #25 19.40 ######################################################################## 100.0% 12:52:46 [2020-07-17T12:52:46.196Z] #25 19.46 12:52:46 [2020-07-17T12:52:46.196Z] #25 19.48 Download of images into '/build' complete. 12:52:46 [2020-07-17T12:52:46.196Z] #25 19.49 Use something like the following to load the result into a Docker daemon: 12:52:46 [2020-07-17T12:52:46.196Z] #25 19.49 tar -cC '/build' . | docker load 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.10 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.10 Need to get 355 kB of archives. 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.10 After this operation, 1072 kB of additional disk space will be used. 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:52:46 [2020-07-17T12:52:46.382Z] #23 42.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:52:46 [2020-07-17T12:52:46.498Z] #25 DONE 19.8s 12:52:46 [2020-07-17T12:52:46.498Z] 12:52:46 [2020-07-17T12:52:46.498Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:52:46 [2020-07-17T12:52:46.498Z] #39 2.730 Note: Building without setproctitle() and strlcpy() support. 12:52:46 [2020-07-17T12:52:46.498Z] #39 2.730 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:52:46 [2020-07-17T12:52:46.498Z] #39 2.740 Note: Building without GnuTLS support 12:52:46 [2020-07-17T12:52:46.498Z] #39 2.750 Makefile.config:39: Warn: you have no libnftables installed 12:52:46 [2020-07-17T12:52:46.498Z] #39 2.750 Makefile.config:40: Warn: Building without nftables support 12:52:46 [2020-07-17T12:52:46.498Z] #39 3.775 fatal: not a git repository (or any of the parent directories): .git 12:52:46 [2020-07-17T12:52:46.498Z] #39 3.816 GEN .gitid 12:52:46 [2020-07-17T12:52:46.498Z] #39 3.819 GEN criu/include/version.h 12:52:46 [2020-07-17T12:52:46.498Z] #39 3.844 GEN include/common/asm 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.427 PBCC images/timens.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.454 DEP images/timens.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.470 PBCC images/fown.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.488 PBCC images/google/protobuf/descriptor.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.556 PBCC images/opts.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.589 PBCC images/memfd.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.663 DEP images/fown.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.703 DEP images/google/protobuf/descriptor.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.737 DEP images/opts.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.749 DEP images/memfd.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.819 PBCC images/sit.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.848 DEP images/sit.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.887 PBCC images/macvlan.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.890 DEP images/macvlan.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.913 PBCC images/autofs.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.926 DEP images/autofs.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 5.969 PBCC images/sysctl.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.012 DEP images/sysctl.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.068 PBCC images/time.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.113 DEP images/time.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.145 PBCC images/binfmt-misc.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.152 DEP images/binfmt-misc.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.208 PBCC images/seccomp.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.226 DEP images/seccomp.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.270 PBCC images/userns.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.293 DEP images/userns.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.327 PBCC images/cgroup.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.348 DEP images/cgroup.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.379 PBCC images/ext-file.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.397 DEP images/ext-file.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.433 PBCC images/rpc.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.461 DEP images/rpc.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.507 PBCC images/siginfo.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.515 DEP images/siginfo.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.532 PBCC images/pagemap.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.559 DEP images/pagemap.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.610 PBCC images/rlimit.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.638 DEP images/rlimit.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.667 PBCC images/file-lock.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.687 DEP images/file-lock.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.749 PBCC images/tty.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.784 DEP images/tty.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.859 PBCC images/tun.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.941 PBCC images/netdev.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.958 DEP images/tun.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 6.990 DEP images/netdev.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.068 PBCC images/vma.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.077 DEP images/vma.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.103 PBCC images/creds.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.114 DEP images/creds.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.126 PBCC images/utsns.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.179 DEP images/utsns.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.204 PBCC images/ipc-desc.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.216 PBCC images/ipc-sem.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.221 DEP images/ipc-desc.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.305 DEP images/ipc-sem.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.349 PBCC images/ipc-msg.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.373 DEP images/ipc-msg.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.410 PBCC images/ipc-shm.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.422 DEP images/ipc-shm.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.452 PBCC images/ipc-var.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.456 DEP images/ipc-var.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.499 PBCC images/sk-opts.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.507 PBCC images/packet-sock.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.553 DEP images/sk-opts.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.584 DEP images/packet-sock.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.599 PBCC images/sk-netlink.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.626 DEP images/sk-netlink.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.687 PBCC images/sk-inet.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.722 DEP images/sk-inet.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.758 PBCC images/sk-unix.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.788 DEP images/sk-unix.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.840 PBCC images/mm.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.891 DEP images/mm.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.909 PBCC images/timerfd.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.973 DEP images/timerfd.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 7.987 PBCC images/timer.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.022 DEP images/timer.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.035 PBCC images/sa.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.061 DEP images/sa.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.120 PBCC images/pipe-data.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.147 DEP images/pipe-data.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.225 PBCC images/mnt.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.240 DEP images/mnt.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.270 PBCC images/sk-packet.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.286 DEP images/sk-packet.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.331 PBCC images/tcp-stream.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.381 DEP images/tcp-stream.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.421 PBCC images/pipe.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.454 DEP images/pipe.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.529 PBCC images/pstree.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.564 DEP images/pstree.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.610 PBCC images/fs.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.645 DEP images/fs.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.722 PBCC images/signalfd.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.772 DEP images/signalfd.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.823 PBCC images/fh.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.864 PBCC images/fsnotify.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.901 DEP images/fh.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 8.949 DEP images/fsnotify.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.016 PBCC images/eventpoll.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.028 DEP images/eventpoll.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.084 PBCC images/eventfd.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.088 DEP images/eventfd.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.162 PBCC images/remap-file-path.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.165 DEP images/remap-file-path.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.231 PBCC images/fifo.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.268 DEP images/fifo.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.336 PBCC images/ghost-file.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.382 DEP images/ghost-file.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.448 PBCC images/regfile.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.563 DEP images/regfile.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.585 PBCC images/ns.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.607 DEP images/ns.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.713 PBCC images/fdinfo.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.754 DEP images/fdinfo.pb-c.d 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.862 PBCC images/core-aarch64.pb-c.c 12:52:46 [2020-07-17T12:52:46.498Z] #39 9.936 PBCC images/core-arm.pb-c.c 12:52:46 [2020-07-17T12:52:46.798Z] #39 10.05 PBCC images/core-ppc64.pb-c.c 12:52:46 [2020-07-17T12:52:46.798Z] #39 10.10 PBCC images/core-s390.pb-c.c 12:52:46 [2020-07-17T12:52:46.798Z] #39 10.16 PBCC images/core-x86.pb-c.c 12:52:46 [2020-07-17T12:52:46.798Z] #39 10.20 PBCC images/core.pb-c.c 12:52:46 [2020-07-17T12:52:46.923Z] #60 ... 12:52:46 [2020-07-17T12:52:46.923Z] 12:52:46 [2020-07-17T12:52:46.923Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:46 [2020-07-17T12:52:46.923Z] #36 23.36 Checking out files: 96% (1534/1597) Checking out files: 97% (1550/1597) Checking out files: 98% (1566/1597) Checking out files: 99% (1582/1597) Checking out files: 100% (1597/1597) Checking out files: 100% (1597/1597), done. 12:52:46 [2020-07-17T12:52:46.923Z] #36 23.43 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:52:46 [2020-07-17T12:52:46.923Z] #36 25.16 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:52:46 [2020-07-17T12:52:46.923Z] #36 ... 12:52:46 [2020-07-17T12:52:46.923Z] 12:52:46 [2020-07-17T12:52:46.923Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:46 [2020-07-17T12:52:46.923Z] #47 23.61 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:46 [2020-07-17T12:52:46.923Z] #47 23.84 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:46 [2020-07-17T12:52:46.923Z] #47 23.90 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:46 [2020-07-17T12:52:46.923Z] #47 24.00 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:46 [2020-07-17T12:52:46.923Z] #47 24.80 runtime/cgo 12:52:46 [2020-07-17T12:52:46.923Z] #47 24.89 runtime 12:52:46 [2020-07-17T12:52:46.923Z] #47 ... 12:52:46 [2020-07-17T12:52:46.923Z] 12:52:46 [2020-07-17T12:52:46.923Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:46 [2020-07-17T12:52:46.923Z] #32 24.26 Fetched 8364 kB in 17s (488 kB/s) 12:52:46 [2020-07-17T12:52:46.923Z] #32 24.26 Reading package lists... 12:52:47 [2020-07-17T12:52:47.123Z] #39 10.32 PBCC images/inventory.pb-c.c 12:52:47 [2020-07-17T12:52:47.123Z] #39 10.39 DEP images/core-aarch64.pb-c.d 12:52:47 [2020-07-17T12:52:47.123Z] #39 10.55 DEP images/core-arm.pb-c.d 12:52:47 [2020-07-17T12:52:47.178Z] #32 31.47 Reading package lists... 12:52:47 [2020-07-17T12:52:47.178Z] #32 ... 12:52:47 [2020-07-17T12:52:47.178Z] 12:52:47 [2020-07-17T12:52:47.178Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:47 [2020-07-17T12:52:47.178Z] #23 24.43 Fetched 8364 kB in 17s (484 kB/s) 12:52:47 [2020-07-17T12:52:47.178Z] #23 24.43 Reading package lists... 12:52:47 [2020-07-17T12:52:47.178Z] #23 31.36 Reading package lists... 12:52:47 [2020-07-17T12:52:47.178Z] #23 ... 12:52:47 [2020-07-17T12:52:47.178Z] 12:52:47 [2020-07-17T12:52:47.178Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:47 [2020-07-17T12:52:47.178Z] #10 24.43 Fetched 8364 kB in 17s (480 kB/s) 12:52:47 [2020-07-17T12:52:47.178Z] #10 24.43 Reading package lists... 12:52:47 [2020-07-17T12:52:47.431Z] #39 10.75 DEP images/core-ppc64.pb-c.d 12:52:47 [2020-07-17T12:52:47.433Z] #10 31.92 Reading package lists... 12:52:47 [2020-07-17T12:52:47.433Z] #10 ... 12:52:47 [2020-07-17T12:52:47.433Z] 12:52:47 [2020-07-17T12:52:47.433Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:47 [2020-07-17T12:52:47.433Z] #51 22.50 Reading package lists... 12:52:47 [2020-07-17T12:52:47.751Z] #39 ... 12:52:47 [2020-07-17T12:52:47.751Z] 12:52:47 [2020-07-17T12:52:47.751Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:47 [2020-07-17T12:52:47.751Z] #33 2.663 -- The C compiler identification is GNU 8.3.0 12:52:47 [2020-07-17T12:52:47.751Z] #33 2.724 -- Check for working C compiler: /usr/bin/cc 12:52:47 [2020-07-17T12:52:47.751Z] #33 3.244 -- Check for working C compiler: /usr/bin/cc -- works 12:52:47 [2020-07-17T12:52:47.751Z] #33 3.245 -- Detecting C compiler ABI info 12:52:47 [2020-07-17T12:52:47.751Z] #33 3.766 -- Detecting C compiler ABI info - done 12:52:47 [2020-07-17T12:52:47.751Z] #33 3.789 -- Detecting C compile features 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.385 -- Detecting C compile features - done 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.397 -- Performing Test HAS_BUILTIN_FORTIFY 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.569 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.663 -- Configuring done 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.682 -- Generating done 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.687 -- Build files have been written to: /tmp/tmp.GC0JzpSeWv/tini 12:52:47 [2020-07-17T12:52:47.751Z] #33 5.697 + make tini-static 12:52:47 [2020-07-17T12:52:47.751Z] #33 6.072 Scanning dependencies of target tini-static 12:52:47 [2020-07-17T12:52:47.751Z] #33 6.163 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:52:47 [2020-07-17T12:52:47.751Z] #33 7.050 [100%] Linking C executable tini-static 12:52:47 [2020-07-17T12:52:47.751Z] #33 7.883 [100%] Built target tini-static 12:52:47 [2020-07-17T12:52:47.751Z] #33 8.030 + mkdir -p /build 12:52:47 [2020-07-17T12:52:47.751Z] #33 8.033 + cp tini-static /build/docker-init 12:52:47 [2020-07-17T12:52:47.751Z] #33 DONE 8.3s 12:52:47 [2020-07-17T12:52:47.751Z] 12:52:47 [2020-07-17T12:52:47.751Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:52:47 [2020-07-17T12:52:47.751Z] #39 10.85 DEP images/core-s390.pb-c.d 12:52:47 [2020-07-17T12:52:47.751Z] #39 ... 12:52:47 [2020-07-17T12:52:47.751Z] 12:52:47 [2020-07-17T12:52:47.751Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:47 [2020-07-17T12:52:47.751Z] #47 42.11 context 12:52:47 [2020-07-17T12:52:47.751Z] #47 43.25 strings 12:52:47 [2020-07-17T12:52:47.751Z] #47 43.44 encoding/binary 12:52:47 [2020-07-17T12:52:47.751Z] #47 45.11 encoding/base64 12:52:47 [2020-07-17T12:52:47.751Z] #47 45.58 fmt 12:52:47 [2020-07-17T12:52:47.751Z] #47 45.58 path/filepath 12:52:47 [2020-07-17T12:52:47.751Z] #47 46.43 golang.org/x/sys/unix 12:52:47 [2020-07-17T12:52:47.751Z] #47 ... 12:52:47 [2020-07-17T12:52:47.751Z] 12:52:47 [2020-07-17T12:52:47.751Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:52:47 [2020-07-17T12:52:47.751Z] #39 10.96 DEP images/core-x86.pb-c.d 12:52:47 [2020-07-17T12:52:47.751Z] #39 11.06 DEP images/core.pb-c.d 12:52:47 [2020-07-17T12:52:47.751Z] #39 11.11 DEP images/inventory.pb-c.d 12:52:47 [2020-07-17T12:52:47.751Z] #39 11.19 PBCC images/cpuinfo.pb-c.c 12:52:47 [2020-07-17T12:52:47.751Z] #39 11.19 DEP images/cpuinfo.pb-c.d 12:52:47 [2020-07-17T12:52:47.751Z] #39 11.24 PBCC images/stats.pb-c.c 12:52:47 [2020-07-17T12:52:47.762Z] #23 43.52 debconf: delaying package configuration, since apt-utils is not installed 12:52:47 [2020-07-17T12:52:47.994Z] #51 29.83 Reading package lists... 12:52:47 [2020-07-17T12:52:47.995Z] #51 ... 12:52:47 [2020-07-17T12:52:47.995Z] 12:52:47 [2020-07-17T12:52:47.995Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:47 [2020-07-17T12:52:47.995Z] #38 25.06 Fetched 8364 kB in 18s (472 kB/s) 12:52:47 [2020-07-17T12:52:47.995Z] #38 25.06 Reading package lists... 12:52:48 [2020-07-17T12:52:48.022Z] #23 43.67 Fetched 355 kB in 0s (893 kB/s) 12:52:48 [2020-07-17T12:52:48.022Z] #23 43.72 Selecting previously unselected package libonig5:amd64. 12:52:48 [2020-07-17T12:52:48.022Z] #23 43.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:52:48 [2020-07-17T12:52:48.022Z] #23 43.77 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... 12:52:48 [2020-07-17T12:52:48.022Z] #23 43.78 Unpacking libonig5:amd64 (6.9.1-1) ... 12:52:48 [2020-07-17T12:52:48.066Z] #39 11.26 DEP images/stats.pb-c.d 12:52:48 [2020-07-17T12:52:48.066Z] #39 ... 12:52:48 [2020-07-17T12:52:48.066Z] 12:52:48 [2020-07-17T12:52:48.066Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:48 [2020-07-17T12:52:48.066Z] #41 38.23 internal/poll 12:52:48 [2020-07-17T12:52:48.066Z] #41 40.55 os 12:52:48 [2020-07-17T12:52:48.066Z] #41 43.60 internal/fmtsort 12:52:48 [2020-07-17T12:52:48.066Z] #41 44.37 strings 12:52:48 [2020-07-17T12:52:48.066Z] #41 44.81 fmt 12:52:48 [2020-07-17T12:52:48.066Z] #41 46.84 regexp/syntax 12:52:48 [2020-07-17T12:52:48.066Z] #41 ... 12:52:48 [2020-07-17T12:52:48.066Z] 12:52:48 [2020-07-17T12:52:48.066Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:48 [2020-07-17T12:52:48.066Z] #30 39.12 internal/syscall/execenv 12:52:48 [2020-07-17T12:52:48.066Z] #30 39.31 internal/syscall/unix 12:52:48 [2020-07-17T12:52:48.066Z] #30 39.62 os 12:52:48 [2020-07-17T12:52:48.066Z] #30 42.58 strings 12:52:48 [2020-07-17T12:52:48.066Z] #30 43.10 internal/fmtsort 12:52:48 [2020-07-17T12:52:48.066Z] #30 43.70 fmt 12:52:48 [2020-07-17T12:52:48.066Z] #30 45.19 path/filepath 12:52:48 [2020-07-17T12:52:48.066Z] #30 46.81 io/ioutil 12:52:48 [2020-07-17T12:52:48.066Z] #30 47.73 path 12:52:48 [2020-07-17T12:52:48.282Z] #23 43.99 Selecting previously unselected package libjq1:amd64. 12:52:48 [2020-07-17T12:52:48.282Z] #23 44.02 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:52:48 [2020-07-17T12:52:48.282Z] #23 44.03 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:52:48 [2020-07-17T12:52:48.367Z] #30 48.70 flag 12:52:48 [2020-07-17T12:52:48.526Z] #60 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:48 [2020-07-17T12:52:48.526Z] #10 24.41 Fetched 8364 kB in 18s (470 kB/s) 12:52:48 [2020-07-17T12:52:48.526Z] #10 24.41 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #10 31.99 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #10 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:52:48 [2020-07-17T12:52:48.526Z] #36 24.80 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:52:48 [2020-07-17T12:52:48.526Z] #36 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:48 [2020-07-17T12:52:48.526Z] #47 24.81 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:52:48 [2020-07-17T12:52:48.526Z] #47 24.98 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:52:48 [2020-07-17T12:52:48.526Z] #47 25.19 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:52:48 [2020-07-17T12:52:48.526Z] #47 25.30 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:52:48 [2020-07-17T12:52:48.526Z] #47 26.27 runtime 12:52:48 [2020-07-17T12:52:48.526Z] #47 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:48 [2020-07-17T12:52:48.526Z] #51 25.30 Fetched 8364 kB in 18s (463 kB/s) 12:52:48 [2020-07-17T12:52:48.526Z] #51 25.30 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #51 32.53 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #51 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:48 [2020-07-17T12:52:48.526Z] #32 25.45 Fetched 8364 kB in 18s (462 kB/s) 12:52:48 [2020-07-17T12:52:48.526Z] #32 25.45 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #32 32.46 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #32 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:48 [2020-07-17T12:52:48.526Z] #23 25.61 Fetched 8364 kB in 18s (463 kB/s) 12:52:48 [2020-07-17T12:52:48.526Z] #23 25.61 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #23 33.01 Reading package lists... 12:52:48 [2020-07-17T12:52:48.526Z] #23 ... 12:52:48 [2020-07-17T12:52:48.526Z] 12:52:48 [2020-07-17T12:52:48.526Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:48 [2020-07-17T12:52:48.526Z] #38 25.72 Fetched 8364 kB in 18s (460 kB/s) 12:52:48 [2020-07-17T12:52:48.526Z] #38 25.72 Reading package lists... 12:52:48 [2020-07-17T12:52:48.542Z] #23 44.18 Selecting previously unselected package jq. 12:52:48 [2020-07-17T12:52:48.542Z] #23 44.23 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... 12:52:48 [2020-07-17T12:52:48.542Z] #23 44.23 Unpacking jq (1.5+dfsg-2+b1) ... 12:52:48 [2020-07-17T12:52:48.683Z] #30 48.86 github.com/BurntSushi/toml 12:52:48 [2020-07-17T12:52:48.683Z] #30 ... 12:52:48 [2020-07-17T12:52:48.683Z] 12:52:48 [2020-07-17T12:52:48.683Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:48 [2020-07-17T12:52:48.683Z] #10 38.89 Selecting previously unselected package mingw-w64-x86-64-dev. 12:52:48 [2020-07-17T12:52:48.683Z] #10 38.90 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:52:48 [2020-07-17T12:52:48.683Z] #10 38.93 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.44 Selecting previously unselected package gcc-mingw-w64-base. 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.45 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.46 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.57 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.57 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... 12:52:48 [2020-07-17T12:52:48.683Z] #10 44.57 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:52:48 [2020-07-17T12:52:48.801Z] #23 ... 12:52:48 [2020-07-17T12:52:48.802Z] 12:52:48 [2020-07-17T12:52:48.802Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:48 [2020-07-17T12:52:48.802Z] #51 31.32 Reading package lists... 12:52:48 [2020-07-17T12:52:48.802Z] #51 37.74 Building dependency tree... 12:52:48 [2020-07-17T12:52:48.802Z] #51 41.50 The following additional packages will be installed: 12:52:48 [2020-07-17T12:52:48.802Z] #51 41.51 libbtrfs0 12:52:48 [2020-07-17T12:52:48.802Z] #51 41.74 The following NEW packages will be installed: 12:52:48 [2020-07-17T12:52:48.802Z] #51 41.74 libbtrfs-dev libbtrfs0 12:52:48 [2020-07-17T12:52:48.802Z] #51 42.18 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 12:52:48 [2020-07-17T12:52:48.802Z] #51 42.18 Need to get 119 kB of archives. 12:52:48 [2020-07-17T12:52:48.802Z] #51 42.18 After this operation, 387 kB of additional disk space will be used. 12:52:48 [2020-07-17T12:52:48.802Z] #51 42.18 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:52:48 [2020-07-17T12:52:48.802Z] #51 42.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.53 debconf: delaying package configuration, since apt-utils is not installed 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.68 Fetched 119 kB in 0s (407 kB/s) 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.77 Selecting previously unselected package libbtrfs0. 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.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 ... 15410 files and directories currently installed.) 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.84 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.85 Unpacking libbtrfs0 (4.20.1-2) ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.99 Selecting previously unselected package libbtrfs-dev. 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.99 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 43.99 Unpacking libbtrfs-dev (4.20.1-2) ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 44.24 Setting up libbtrfs0 (4.20.1-2) ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 44.26 Setting up libbtrfs-dev (4.20.1-2) ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 44.27 Processing triggers for libc-bin (2.28-10) ... 12:52:48 [2020-07-17T12:52:48.802Z] #51 DONE 44.5s 12:52:48 [2020-07-17T12:52:48.802Z] 12:52:48 [2020-07-17T12:52:48.802Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:48 [2020-07-17T12:52:48.802Z] #23 44.61 Setting up libonig5:amd64 (6.9.1-1) ... 12:52:48 [2020-07-17T12:52:48.975Z] #10 ... 12:52:48 [2020-07-17T12:52:48.975Z] 12:52:48 [2020-07-17T12:52:48.975Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:48 [2020-07-17T12:52:48.975Z] #41 49.02 flag 12:52:49 [2020-07-17T12:52:49.062Z] #23 44.64 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:52:49 [2020-07-17T12:52:49.062Z] #23 44.67 Setting up jq (1.5+dfsg-2+b1) ... 12:52:49 [2020-07-17T12:52:49.062Z] #23 44.69 Processing triggers for libc-bin (2.28-10) ... 12:52:49 [2020-07-17T12:52:49.358Z] #38 31.79 Reading package lists... 12:52:49 [2020-07-17T12:52:49.358Z] #38 ... 12:52:49 [2020-07-17T12:52:49.358Z] 12:52:49 [2020-07-17T12:52:49.358Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:49 [2020-07-17T12:52:49.358Z] #41 26.49 vendor/golang.org/x/crypto/internal/subtle 12:52:49 [2020-07-17T12:52:49.358Z] #41 26.61 vendor/golang.org/x/crypto/curve25519 12:52:49 [2020-07-17T12:52:49.358Z] #41 ... 12:52:49 [2020-07-17T12:52:49.358Z] 12:52:49 [2020-07-17T12:52:49.358Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:49 [2020-07-17T12:52:49.358Z] #51 29.83 Reading package lists... 12:52:49 [2020-07-17T12:52:49.631Z] #23 DONE 45.3s 12:52:49 [2020-07-17T12:52:49.631Z] 12:52:49 [2020-07-17T12:52:49.631Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:52:49 [2020-07-17T12:52:49.631Z] #24 DONE 0.1s 12:52:49 [2020-07-17T12:52:49.631Z] 12:52:49 [2020-07-17T12:52:49.631Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:49 [2020-07-17T12:52:49.631Z] #38 31.35 Reading package lists... 12:52:49 [2020-07-17T12:52:49.631Z] #38 37.88 Building dependency tree... 12:52:49 [2020-07-17T12:52:49.631Z] #38 41.65 The following additional packages will be installed: 12:52:49 [2020-07-17T12:52:49.631Z] #38 41.65 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:52:49 [2020-07-17T12:52:49.631Z] #38 41.65 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:52:49 [2020-07-17T12:52:49.631Z] #38 41.66 Suggested packages: 12:52:49 [2020-07-17T12:52:49.631Z] #38 41.66 manpages-dev python-setuptools 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.39 The following NEW packages will be installed: 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.39 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.40 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.40 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.40 python-six zlib1g-dev 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 Need to get 4095 kB of archives. 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 After this operation, 22.5 MB of additional disk space will be used. 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.80 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.82 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.83 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.84 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 43.92 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.08 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.09 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.10 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 44.12 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] 12:52:49 [2020-07-17T12:52:49.631Z] #38 45.45 debconf: delaying package configuration, since apt-utils is not installed 12:52:49 [2020-07-17T12:52:49.631Z] #38 ... 12:52:49 [2020-07-17T12:52:49.631Z] 12:52:49 [2020-07-17T12:52:49.631Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:50 [2020-07-17T12:52:50.482Z] #41 50.40 go/token 12:52:51 [2020-07-17T12:52:51.113Z] #41 51.33 regexp 12:52:51 [2020-07-17T12:52:51.113Z] #41 51.39 go/scanner 12:52:51 [2020-07-17T12:52:51.243Z] #51 36.79 Building dependency tree... 12:52:51 [2020-07-17T12:52:51.545Z] #25 ... 12:52:51 [2020-07-17T12:52:51.545Z] 12:52:51 [2020-07-17T12:52:51.545Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:51 [2020-07-17T12:52:51.545Z] #30 37.31 sync 12:52:51 [2020-07-17T12:52:51.545Z] #30 37.31 internal/reflectlite 12:52:51 [2020-07-17T12:52:51.545Z] #30 39.90 sort 12:52:51 [2020-07-17T12:52:51.545Z] #30 39.90 errors 12:52:51 [2020-07-17T12:52:51.545Z] #30 40.51 strconv 12:52:51 [2020-07-17T12:52:51.545Z] #30 42.08 io 12:52:51 [2020-07-17T12:52:51.545Z] #30 43.71 internal/oserror 12:52:51 [2020-07-17T12:52:51.545Z] #30 43.79 syscall 12:52:51 [2020-07-17T12:52:51.545Z] #30 45.28 reflect 12:52:51 [2020-07-17T12:52:51.804Z] #30 ... 12:52:51 [2020-07-17T12:52:51.804Z] 12:52:51 [2020-07-17T12:52:51.804Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:51 [2020-07-17T12:52:51.804Z] #38 45.83 Fetched 4095 kB in 1s (6499 kB/s) 12:52:51 [2020-07-17T12:52:51.804Z] #38 45.97 Selecting previously unselected package libcap-dev:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 45.98 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.09 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.09 Unpacking libcap-dev:amd64 (1:2.25-2) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.31 Selecting previously unselected package libnet1:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.32 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.33 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.50 Selecting previously unselected package libnet1-dev. 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.51 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.68 Selecting previously unselected package libnl-3-200:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.69 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.71 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.85 Selecting previously unselected package libnl-3-dev:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.87 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 46.88 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.14 Selecting previously unselected package libprotobuf-c1:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.14 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.15 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.23 Selecting previously unselected package libprotobuf-c-dev:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.23 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.24 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.38 Selecting previously unselected package zlib1g-dev:amd64. 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.39 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... 12:52:51 [2020-07-17T12:52:51.805Z] #38 47.41 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:52:51 [2020-07-17T12:52:51.811Z] #38 33.13 Reading package lists... 12:52:51 [2020-07-17T12:52:51.811Z] #38 ... 12:52:51 [2020-07-17T12:52:51.811Z] 12:52:51 [2020-07-17T12:52:51.811Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:51 [2020-07-17T12:52:51.811Z] #10 31.99 Reading package lists... 12:52:52 [2020-07-17T12:52:52.065Z] #38 47.70 Selecting previously unselected package libprotobuf17:amd64. 12:52:52 [2020-07-17T12:52:52.065Z] #38 47.75 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... 12:52:52 [2020-07-17T12:52:52.065Z] #38 47.79 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... 12:52:52 [2020-07-17T12:52:52.146Z] #41 52.13 go/ast 12:52:52 [2020-07-17T12:52:52.324Z] #38 ... 12:52:52 [2020-07-17T12:52:52.324Z] 12:52:52 [2020-07-17T12:52:52.324Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:52 [2020-07-17T12:52:52.324Z] #10 31.33 Reading package lists... 12:52:52 [2020-07-17T12:52:52.324Z] #10 38.31 Building dependency tree... 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.04 The following additional packages will be installed: 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 Suggested packages: 12:52:52 [2020-07-17T12:52:52.324Z] #10 42.05 gcc-8-locales seccomp wine64 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.55 The following NEW packages will be installed: 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.55 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.55 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.56 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.56 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.91 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.91 Need to get 77.7 MB of archives. 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.91 After this operation, 487 MB of additional disk space will be used. 12:52:52 [2020-07-17T12:52:52.324Z] #10 43.91 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] 12:52:52 [2020-07-17T12:52:52.324Z] #10 44.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 44.36 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 44.37 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 44.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 44.38 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 45.07 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 45.39 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] 12:52:52 [2020-07-17T12:52:52.324Z] #10 45.41 Get:9 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] 12:52:52 [2020-07-17T12:52:52.584Z] #10 ... 12:52:52 [2020-07-17T12:52:52.584Z] 12:52:52 [2020-07-17T12:52:52.584Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:52 [2020-07-17T12:52:52.584Z] #32 31.71 Reading package lists... 12:52:52 [2020-07-17T12:52:52.584Z] #32 38.58 Building dependency tree... 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.52 The following additional packages will be installed: 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.55 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.58 Suggested packages: 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.58 cmake-doc ninja-build lrzip 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.58 Recommended packages: 12:52:52 [2020-07-17T12:52:52.584Z] #32 42.58 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:52:52 [2020-07-17T12:52:52.584Z] #32 43.76 The following NEW packages will be installed: 12:52:52 [2020-07-17T12:52:52.584Z] #32 43.77 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:52:52 [2020-07-17T12:52:52.584Z] #32 43.78 vim-common xxd 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.15 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.15 Need to get 14.9 MB of archives. 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.15 After this operation, 61.8 MB of additional disk space will be used. 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.17 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.17 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 44.30 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.85 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.90 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 45.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] 12:52:52 [2020-07-17T12:52:52.584Z] #32 47.62 debconf: delaying package configuration, since apt-utils is not installed 12:52:52 [2020-07-17T12:52:52.584Z] #32 47.80 Fetched 14.9 MB in 3s (5771 kB/s) 12:52:52 [2020-07-17T12:52:52.584Z] #32 47.91 Selecting previously unselected package xxd. 12:52:52 [2020-07-17T12:52:52.584Z] #32 47.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 ... 15410 files and directories currently installed.) 12:52:52 [2020-07-17T12:52:52.584Z] #32 48.02 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... 12:52:52 [2020-07-17T12:52:52.584Z] #32 48.03 Unpacking xxd (2:8.1.0875-5) ... 12:52:52 [2020-07-17T12:52:52.584Z] #32 48.25 Selecting previously unselected package vim-common. 12:52:52 [2020-07-17T12:52:52.584Z] #32 48.26 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:52:52 [2020-07-17T12:52:52.584Z] #32 48.34 Unpacking vim-common (2:8.1.0875-5) ... 12:52:52 [2020-07-17T12:52:52.584Z] #32 ... 12:52:52 [2020-07-17T12:52:52.584Z] 12:52:52 [2020-07-17T12:52:52.584Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:52 [2020-07-17T12:52:52.584Z] #47 48.38 syscall 12:52:52 [2020-07-17T12:52:52.584Z] #47 48.39 reflect 12:52:53 [2020-07-17T12:52:53.173Z] #51 40.25 The following additional packages will be installed: 12:52:53 [2020-07-17T12:52:53.173Z] #51 40.26 libbtrfs0 12:52:53 [2020-07-17T12:52:53.173Z] #51 40.47 The following NEW packages will be installed: 12:52:53 [2020-07-17T12:52:53.173Z] #51 40.51 libbtrfs-dev libbtrfs0 12:52:53 [2020-07-17T12:52:53.717Z] #10 39.02 Building dependency tree... 12:52:53 [2020-07-17T12:52:53.734Z] #51 41.00 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 12:52:53 [2020-07-17T12:52:53.734Z] #51 41.00 Need to get 119 kB of archives. 12:52:53 [2020-07-17T12:52:53.734Z] #51 41.00 After this operation, 387 kB of additional disk space will be used. 12:52:53 [2020-07-17T12:52:53.734Z] #51 41.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:52:53 [2020-07-17T12:52:53.734Z] #51 41.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:52:54 [2020-07-17T12:52:54.210Z] #41 54.20 internal/lazyregexp 12:52:54 [2020-07-17T12:52:54.211Z] #41 54.41 net/url 12:52:54 [2020-07-17T12:52:54.211Z] #41 ... 12:52:54 [2020-07-17T12:52:54.211Z] 12:52:54 [2020-07-17T12:52:54.211Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:54 [2020-07-17T12:52:54.211Z] #52 24.70 Checking out files: 79% (2527/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:52:54 [2020-07-17T12:52:54.211Z] #52 25.29 + cd /tmp/tmp.pYZBGKqwzS/src/github.com/containerd/containerd 12:52:54 [2020-07-17T12:52:54.211Z] #52 25.29 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + export 'BUILDTAGS=netgo osusergo static_build' 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + BUILDTAGS='netgo osusergo static_build' 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + export EXTRA_FLAGS=-buildmode=pie 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + EXTRA_FLAGS=-buildmode=pie 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + '[' '' = dynamic ']' 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.27 + make 12:52:54 [2020-07-17T12:52:54.211Z] #52 26.71 + bin/ctr 12:52:54 [2020-07-17T12:52:54.296Z] #51 ... 12:52:54 [2020-07-17T12:52:54.296Z] 12:52:54 [2020-07-17T12:52:54.296Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:54 [2020-07-17T12:52:54.296Z] #43 DONE 41.6s 12:52:54 [2020-07-17T12:52:54.296Z] 12:52:54 [2020-07-17T12:52:54.296Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:54 [2020-07-17T12:52:54.296Z] #41 39.18 sync 12:52:54 [2020-07-17T12:52:54.296Z] #41 39.18 internal/reflectlite 12:52:54 [2020-07-17T12:52:54.296Z] #41 40.54 github.com/LK4D4/vndr/godl/singleflight 12:52:54 [2020-07-17T12:52:54.296Z] #41 40.87 math/rand 12:52:54 [2020-07-17T12:52:54.857Z] #41 42.27 internal/singleflight 12:52:55 [2020-07-17T12:52:55.251Z] #52 ... 12:52:55 [2020-07-17T12:52:55.251Z] 12:52:55 [2020-07-17T12:52:55.251Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:55 [2020-07-17T12:52:55.251Z] #30 49.82 log 12:52:55 [2020-07-17T12:52:55.251Z] #30 50.31 text/tabwriter 12:52:55 [2020-07-17T12:52:55.251Z] #30 52.39 github.com/BurntSushi/toml/cmd/tomlv 12:52:55 [2020-07-17T12:52:55.251Z] #30 DONE 55.5s 12:52:55 [2020-07-17T12:52:55.555Z] 12:52:55 [2020-07-17T12:52:55.555Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:55 [2020-07-17T12:52:55.555Z] #41 55.54 text/template/parse 12:52:55 [2020-07-17T12:52:55.555Z] #41 55.88 go/parser 12:52:55 [2020-07-17T12:52:55.623Z] #10 42.90 The following additional packages will be installed: 12:52:55 [2020-07-17T12:52:55.623Z] #10 42.91 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:52:55 [2020-07-17T12:52:55.784Z] #41 ... 12:52:55 [2020-07-17T12:52:55.784Z] 12:52:55 [2020-07-17T12:52:55.784Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:55 [2020-07-17T12:52:55.784Z] #60 DONE 42.9s 12:52:55 [2020-07-17T12:52:55.784Z] 12:52:55 [2020-07-17T12:52:55.784Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:52:55 [2020-07-17T12:52:55.784Z] #51 42.51 debconf: delaying package configuration, since apt-utils is not installed 12:52:55 [2020-07-17T12:52:55.784Z] #51 42.80 Fetched 119 kB in 0s (351 kB/s) 12:52:55 [2020-07-17T12:52:55.784Z] #51 43.10 Selecting previously unselected package libbtrfs0. 12:52:55 [2020-07-17T12:52:55.882Z] #10 42.91 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:52:55 [2020-07-17T12:52:55.882Z] #10 42.91 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:52:55 [2020-07-17T12:52:55.882Z] #10 42.92 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:55 [2020-07-17T12:52:55.882Z] #10 42.94 Suggested packages: 12:52:55 [2020-07-17T12:52:55.882Z] #10 42.94 gcc-8-locales seccomp wine64 12:52:56 [2020-07-17T12:52:56.040Z] #51 43.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:52:56 [2020-07-17T12:52:56.040Z] #51 43.24 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... 12:52:56 [2020-07-17T12:52:56.040Z] #51 43.24 Unpacking libbtrfs0 (4.20.1-2) ... 12:52:56 [2020-07-17T12:52:56.040Z] #51 43.47 Selecting previously unselected package libbtrfs-dev. 12:52:56 [2020-07-17T12:52:56.296Z] #51 43.48 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... 12:52:56 [2020-07-17T12:52:56.296Z] #51 43.52 Unpacking libbtrfs-dev (4.20.1-2) ... 12:52:56 [2020-07-17T12:52:56.779Z] #47 ... 12:52:56 [2020-07-17T12:52:56.779Z] 12:52:56 [2020-07-17T12:52:56.779Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:52:56 [2020-07-17T12:52:56.779Z] #41 42.02 strconv 12:52:56 [2020-07-17T12:52:56.779Z] #41 43.33 bytes 12:52:56 [2020-07-17T12:52:56.779Z] #41 45.55 bufio 12:52:56 [2020-07-17T12:52:56.779Z] #41 46.67 reflect 12:52:56 [2020-07-17T12:52:56.779Z] #41 47.57 syscall 12:52:56 [2020-07-17T12:52:56.779Z] #41 ... 12:52:56 [2020-07-17T12:52:56.779Z] 12:52:56 [2020-07-17T12:52:56.779Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:56 [2020-07-17T12:52:56.779Z] #25 3.502 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:52:56 [2020-07-17T12:52:56.779Z] #25 3.852 12:52:56 [2020-07-17T12:52:56.779Z] #25 4.055 # 2.2% ##### 7.2% ######### 12.8% ############ 18.0% ################# 24.8% ##################### 29.7% ########################## 36.7% ############################## 41.8% ################################# 47.1% ##################################### 52.7% ########################################## 58.6% ############################################### 65.5% ################################################## 70.5% ####################################################### 77.6% ############################################################# 85.4% ################################################################ 89.6% ####################################################################### 99.4% ######################################################################## 100.0% 12:52:56 [2020-07-17T12:52:56.779Z] #25 6.233 12:52:56 [2020-07-17T12:52:56.779Z] #25 6.453 ############### 20.9% ####################################### 55.0% ######################################################################## 100.0% 12:52:56 [2020-07-17T12:52:56.779Z] #25 7.045 12:52:56 [2020-07-17T12:52:56.821Z] #10 ... 12:52:56 [2020-07-17T12:52:56.821Z] 12:52:56 [2020-07-17T12:52:56.821Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:52:56 [2020-07-17T12:52:56.821Z] #60 DONE 44.0s 12:52:56 [2020-07-17T12:52:56.821Z] 12:52:56 [2020-07-17T12:52:56.821Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:52:56 [2020-07-17T12:52:56.821Z] #32 32.46 Reading package lists... 12:52:56 [2020-07-17T12:52:56.821Z] #32 39.54 Building dependency tree... 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.48 The following additional packages will be installed: 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.48 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.49 Suggested packages: 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.49 cmake-doc ninja-build lrzip 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.49 Recommended packages: 12:52:56 [2020-07-17T12:52:56.821Z] #32 43.49 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:52:56 [2020-07-17T12:52:56.858Z] #51 43.97 Setting up libbtrfs0 (4.20.1-2) ... 12:52:56 [2020-07-17T12:52:56.858Z] #51 44.00 Setting up libbtrfs-dev (4.20.1-2) ... 12:52:56 [2020-07-17T12:52:56.858Z] #51 44.01 Processing triggers for libc-bin (2.28-10) ... 12:52:57 [2020-07-17T12:52:57.113Z] #51 DONE 44.3s 12:52:57 [2020-07-17T12:52:57.113Z] 12:52:57 [2020-07-17T12:52:57.113Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:57 [2020-07-17T12:52:57.298Z] #25 7.240 ######## 12.2% ######################## 34.3% ############################################## 64.4% ######################################################################## 100.0% 12:52:57 [2020-07-17T12:52:57.407Z] #32 44.41 The following NEW packages will be installed: 12:52:57 [2020-07-17T12:52:57.407Z] #32 44.49 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:52:57 [2020-07-17T12:52:57.407Z] #32 44.49 vim-common xxd 12:52:57 [2020-07-17T12:52:57.407Z] #32 ... 12:52:57 [2020-07-17T12:52:57.407Z] 12:52:57 [2020-07-17T12:52:57.407Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.55 The following NEW packages will be installed: 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:52:57 [2020-07-17T12:52:57.407Z] #10 44.56 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:52:57 [2020-07-17T12:52:57.407Z] #10 ... 12:52:57 [2020-07-17T12:52:57.407Z] 12:52:57 [2020-07-17T12:52:57.407Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:57 [2020-07-17T12:52:57.407Z] #43 DONE 44.6s 12:52:57 [2020-07-17T12:52:57.557Z] #25 7.856 12:52:57 [2020-07-17T12:52:57.666Z] 12:52:57 [2020-07-17T12:52:57.667Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:57 [2020-07-17T12:52:57.667Z] #38 33.13 Reading package lists... 12:52:57 [2020-07-17T12:52:57.667Z] #38 40.33 Building dependency tree... 12:52:57 [2020-07-17T12:52:57.667Z] #38 44.19 The following additional packages will be installed: 12:52:57 [2020-07-17T12:52:57.667Z] #38 44.19 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:52:57 [2020-07-17T12:52:57.667Z] #38 44.21 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:52:57 [2020-07-17T12:52:57.667Z] #38 44.21 Suggested packages: 12:52:57 [2020-07-17T12:52:57.667Z] #38 44.21 manpages-dev python-setuptools 12:52:57 [2020-07-17T12:52:57.926Z] #38 ... 12:52:57 [2020-07-17T12:52:57.926Z] 12:52:57 [2020-07-17T12:52:57.926Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:52:57 [2020-07-17T12:52:57.926Z] #10 45.16 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. 12:52:57 [2020-07-17T12:52:57.926Z] #10 45.16 Need to get 77.7 MB of archives. 12:52:57 [2020-07-17T12:52:57.926Z] #10 45.16 After this operation, 487 MB of additional disk space will be used. 12:52:57 [2020-07-17T12:52:57.926Z] #10 45.16 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] 12:52:58 [2020-07-17T12:52:58.283Z] #41 58.35 encoding/xml 12:52:58 [2020-07-17T12:52:58.283Z] #41 58.47 text/template 12:52:58 [2020-07-17T12:52:58.494Z] #10 45.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] 12:52:58 [2020-07-17T12:52:58.755Z] #10 45.84 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:52:58 [2020-07-17T12:52:58.755Z] #10 45.88 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] 12:52:58 [2020-07-17T12:52:58.755Z] #10 45.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] 12:52:58 [2020-07-17T12:52:58.854Z] #25 8.030 # 2.0% ###### 8.8% ############ 17.4% ################## 25.3% ####################### 33.1% ################################ 45.5% ######################################## 56.3% ################################################ 67.2% ######################################################## 78.5% ################################################################ 89.4% ######################################################################## 100.0% 12:52:58 [2020-07-17T12:52:58.854Z] #25 ... 12:52:58 [2020-07-17T12:52:58.854Z] 12:52:58 [2020-07-17T12:52:58.854Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.024 + RM_GOPATH=0 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.024 + TMP_GOPATH= 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.024 + : /build 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.024 + '[' -z '' ']' 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.024 ++ mktemp -d 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.028 + export GOPATH=/tmp/tmp.jCJKXskeIO 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.029 + GOPATH=/tmp/tmp.jCJKXskeIO 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.029 + RM_GOPATH=1 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.029 + case "$(go env GOARCH)" in 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.031 ++ go env GOARCH 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.057 + export GO_BUILDMODE=-buildmode=pie 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.058 + GO_BUILDMODE=-buildmode=pie 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.058 ++ dirname /tmp/install/install.sh 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.062 + dir=/tmp/install 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.063 + bin=containerd 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.063 + shift 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.063 + '[' '!' -f /tmp/install/containerd.installer ']' 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.063 + . /tmp/install/containerd.installer 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.063 ++ set -e 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.064 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.064 + install_containerd 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.066 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.066 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.067 + git clone https://github.com/containerd/containerd.git /tmp/tmp.jCJKXskeIO/src/github.com/containerd/containerd 12:52:58 [2020-07-17T12:52:58.854Z] #52 3.071 Cloning into '/tmp/tmp.jCJKXskeIO/src/github.com/containerd/containerd'... 12:52:59 [2020-07-17T12:52:59.015Z] #10 45.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] 12:52:59 [2020-07-17T12:52:59.113Z] #52 ... 12:52:59 [2020-07-17T12:52:59.113Z] 12:52:59 [2020-07-17T12:52:59.113Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.61 Selecting previously unselected package libprotobuf-lite17:amd64. 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.62 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.64 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.87 Selecting previously unselected package libprotobuf-dev:amd64. 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.89 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.113Z] #38 48.89 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:52:59 [2020-07-17T12:52:59.113Z] #38 50.08 Selecting previously unselected package libprotoc17:amd64. 12:52:59 [2020-07-17T12:52:59.113Z] #38 50.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.09 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.66 Selecting previously unselected package protobuf-c-compiler. 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.66 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.66 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.78 Selecting previously unselected package protobuf-compiler. 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.79 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 50.98 Selecting previously unselected package python-pkg-resources. 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.01 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.01 Unpacking python-pkg-resources (40.8.0-1) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.27 Selecting previously unselected package python-six. 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.28 Unpacking python-six (1.12.0-1) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.38 Selecting previously unselected package python-protobuf. 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.39 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 51.40 Unpacking python-protobuf (3.6.1.3-2) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 52.03 Setting up python-pkg-resources (40.8.0-1) ... 12:52:59 [2020-07-17T12:52:59.114Z] #38 ... 12:52:59 [2020-07-17T12:52:59.114Z] 12:52:59 [2020-07-17T12:52:59.114Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:52:59 [2020-07-17T12:52:59.114Z] #25 9.476 12:52:59 [2020-07-17T12:52:59.585Z] #10 46.64 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.670 + RM_GOPATH=0 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.670 + TMP_GOPATH= 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.670 + : /build 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.670 + '[' -z '' ']' 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.670 ++ mktemp -d 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.673 + export GOPATH=/tmp/tmp.pS7so6H14V 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.673 + GOPATH=/tmp/tmp.pS7so6H14V 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.673 + RM_GOPATH=1 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.673 + case "$(go env GOARCH)" in 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.677 ++ go env GOARCH 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.743 + export GO_BUILDMODE=-buildmode=pie 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.743 + GO_BUILDMODE=-buildmode=pie 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.744 ++ dirname /tmp/install/install.sh 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.747 + dir=/tmp/install 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.747 + bin=containerd 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.748 + shift 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.750 + '[' '!' -f /tmp/install/containerd.installer ']' 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.752 + . /tmp/install/containerd.installer 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.752 ++ set -e 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.752 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.753 + install_containerd 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.753 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.753 + git clone https://github.com/containerd/containerd.git /tmp/tmp.pS7so6H14V/src/github.com/containerd/containerd 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.753 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:52:59 [2020-07-17T12:52:59.647Z] #52 2.759 Cloning into '/tmp/tmp.pS7so6H14V/src/github.com/containerd/containerd'... 12:52:59 [2020-07-17T12:52:59.788Z] #41 ... 12:52:59 [2020-07-17T12:52:59.788Z] 12:52:59 [2020-07-17T12:52:59.788Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:52:59 [2020-07-17T12:52:59.788Z] #39 12.89 make[1]: Nothing to be done for 'all'. 12:52:59 [2020-07-17T12:52:59.788Z] #39 14.19 CC images/stats.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 14.46 CC images/core.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 14.83 CC images/core-x86.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 15.19 CC images/core-arm.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 15.32 CC images/core-aarch64.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 15.47 CC images/core-ppc64.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 15.93 CC images/core-s390.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 16.34 CC images/cpuinfo.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 16.64 CC images/inventory.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 16.76 CC images/fdinfo.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 17.11 CC images/fown.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 17.20 CC images/ns.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 17.32 CC images/regfile.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 17.52 CC images/ghost-file.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 17.79 CC images/fifo.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.02 CC images/remap-file-path.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.11 CC images/eventfd.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.25 CC images/eventpoll.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.35 CC images/fh.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.48 CC images/fsnotify.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.71 CC images/signalfd.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 18.94 CC images/fs.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.19 CC images/pstree.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.42 CC images/pipe.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.54 CC images/tcp-stream.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.61 CC images/sk-packet.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.85 CC images/mnt.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 19.91 CC images/pipe-data.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.10 CC images/sa.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.20 CC images/timer.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.34 CC images/timerfd.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.48 CC images/mm.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.60 CC images/sk-opts.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.70 CC images/sk-unix.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 20.94 CC images/sk-inet.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.13 CC images/tun.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.33 CC images/sk-netlink.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.44 CC images/packet-sock.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.69 CC images/ipc-var.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.80 CC images/ipc-desc.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.88 CC images/ipc-shm.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 21.94 CC images/ipc-msg.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.11 CC images/ipc-sem.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.24 CC images/utsns.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.35 CC images/creds.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.42 CC images/vma.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.60 CC images/netdev.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 22.75 CC images/tty.o 12:52:59 [2020-07-17T12:52:59.788Z] #39 23.02 CC images/file-lock.o 12:52:59 [2020-07-17T12:52:59.845Z] #10 46.96 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] 12:52:59 [2020-07-17T12:52:59.845Z] #10 46.96 Get:9 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] 12:52:59 [2020-07-17T12:52:59.907Z] #52 ... 12:52:59 [2020-07-17T12:52:59.907Z] 12:52:59 [2020-07-17T12:52:59.907Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:52:59 [2020-07-17T12:52:59.907Z] #23 31.36 Reading package lists... 12:52:59 [2020-07-17T12:52:59.907Z] #23 38.50 Building dependency tree... 12:52:59 [2020-07-17T12:52:59.907Z] #23 43.06 ca-certificates is already the newest version (20200601~deb10u1). 12:52:59 [2020-07-17T12:52:59.907Z] #23 43.06 The following additional packages will be installed: 12:52:59 [2020-07-17T12:52:59.907Z] #23 43.06 libjq1 libonig5 12:52:59 [2020-07-17T12:52:59.907Z] #23 43.79 The following NEW packages will be installed: 12:52:59 [2020-07-17T12:52:59.907Z] #23 43.81 jq libjq1 libonig5 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.30 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.30 Need to get 355 kB of archives. 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.30 After this operation, 1072 kB of additional disk space will be used. 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.33 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:52:59 [2020-07-17T12:52:59.907Z] #23 44.34 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:52:59 [2020-07-17T12:52:59.907Z] #23 45.86 debconf: delaying package configuration, since apt-utils is not installed 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.07 Fetched 355 kB in 0s (1121 kB/s) 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.16 Selecting previously unselected package libonig5:amd64. 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.28 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.29 Unpacking libonig5:amd64 (6.9.1-1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.56 Selecting previously unselected package libjq1:amd64. 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.56 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.56 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.75 Selecting previously unselected package jq. 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.75 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.75 Unpacking jq (1.5+dfsg-2+b1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.97 Setting up libonig5:amd64 (6.9.1-1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 46.99 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 47.01 Setting up jq (1.5+dfsg-2+b1) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 47.02 Processing triggers for libc-bin (2.28-10) ... 12:52:59 [2020-07-17T12:52:59.907Z] #23 DONE 47.2s 12:53:00 [2020-07-17T12:53:00.079Z] #39 23.18 CC images/rlimit.o 12:53:00 [2020-07-17T12:53:00.079Z] #39 23.26 CC images/pagemap.o 12:53:00 [2020-07-17T12:53:00.079Z] #39 23.45 CC images/siginfo.o 12:53:00 [2020-07-17T12:53:00.162Z] 12:53:00 [2020-07-17T12:53:00.162Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:53:00 [2020-07-17T12:53:00.162Z] #24 DONE 0.1s 12:53:00 [2020-07-17T12:53:00.162Z] 12:53:00 [2020-07-17T12:53:00.162Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:00 [2020-07-17T12:53:00.371Z] #39 23.63 CC images/rpc.o 12:53:00 [2020-07-17T12:53:00.662Z] #39 ... 12:53:00 [2020-07-17T12:53:00.662Z] 12:53:00 [2020-07-17T12:53:00.662Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:00 [2020-07-17T12:53:00.662Z] #47 50.92 encoding/json 12:53:00 [2020-07-17T12:53:00.662Z] #47 54.26 github.com/pkg/diff 12:53:00 [2020-07-17T12:53:00.662Z] #47 55.21 go/ast 12:53:00 [2020-07-17T12:53:00.662Z] #47 55.31 golang.org/x/crypto/ssh/terminal 12:53:00 [2020-07-17T12:53:00.662Z] #47 56.37 mvdan.cc/editorconfig 12:53:00 [2020-07-17T12:53:00.662Z] #47 56.87 mvdan.cc/sh/v3/fileutil 12:53:00 [2020-07-17T12:53:00.662Z] #47 56.89 mvdan.cc/sh/v3/syntax 12:53:00 [2020-07-17T12:53:00.953Z] #47 ... 12:53:00 [2020-07-17T12:53:00.953Z] 12:53:00 [2020-07-17T12:53:00.953Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:00 [2020-07-17T12:53:00.953Z] #39 24.39 CC images/ext-file.o 12:53:00 [2020-07-17T12:53:00.953Z] #39 24.48 CC images/cgroup.o 12:53:01 [2020-07-17T12:53:01.089Z] #25 ... 12:53:01 [2020-07-17T12:53:01.089Z] 12:53:01 [2020-07-17T12:53:01.089Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:01 [2020-07-17T12:53:01.089Z] #30 38.17 internal/reflectlite 12:53:01 [2020-07-17T12:53:01.089Z] #30 38.18 sync 12:53:01 [2020-07-17T12:53:01.089Z] #30 40.98 errors 12:53:01 [2020-07-17T12:53:01.089Z] #30 40.98 sort 12:53:01 [2020-07-17T12:53:01.089Z] #30 41.46 strconv 12:53:01 [2020-07-17T12:53:01.089Z] #30 42.49 io 12:53:01 [2020-07-17T12:53:01.089Z] #30 44.62 internal/oserror 12:53:01 [2020-07-17T12:53:01.089Z] #30 44.77 syscall 12:53:01 [2020-07-17T12:53:01.089Z] #30 47.03 reflect 12:53:01 [2020-07-17T12:53:01.089Z] #30 ... 12:53:01 [2020-07-17T12:53:01.089Z] 12:53:01 [2020-07-17T12:53:01.089Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:01 [2020-07-17T12:53:01.089Z] #32 31.47 Reading package lists... 12:53:01 [2020-07-17T12:53:01.089Z] #32 38.58 Building dependency tree... 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.40 The following additional packages will be installed: 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.40 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.42 Suggested packages: 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.42 cmake-doc ninja-build lrzip 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.42 Recommended packages: 12:53:01 [2020-07-17T12:53:01.089Z] #32 43.42 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:53:01 [2020-07-17T12:53:01.089Z] #32 44.67 The following NEW packages will be installed: 12:53:01 [2020-07-17T12:53:01.089Z] #32 44.71 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:53:01 [2020-07-17T12:53:01.089Z] #32 44.71 vim-common xxd 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.11 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.11 Need to get 14.9 MB of archives. 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.11 After this operation, 61.8 MB of additional disk space will be used. 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.12 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.13 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 45.32 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.22 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 46.23 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #32 47.87 debconf: delaying package configuration, since apt-utils is not installed 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.09 Fetched 14.9 MB in 2s (8673 kB/s) 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.22 Selecting previously unselected package xxd. 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.29 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.31 Unpacking xxd (2:8.1.0875-5) ... 12:53:01 [2020-07-17T12:53:01.089Z] #32 ... 12:53:01 [2020-07-17T12:53:01.089Z] 12:53:01 [2020-07-17T12:53:01.089Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:01 [2020-07-17T12:53:01.089Z] #38 31.79 Reading package lists... 12:53:01 [2020-07-17T12:53:01.089Z] #38 39.00 Building dependency tree... 12:53:01 [2020-07-17T12:53:01.089Z] #38 43.67 The following additional packages will be installed: 12:53:01 [2020-07-17T12:53:01.089Z] #38 43.67 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:53:01 [2020-07-17T12:53:01.089Z] #38 43.70 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:53:01 [2020-07-17T12:53:01.089Z] #38 43.70 Suggested packages: 12:53:01 [2020-07-17T12:53:01.089Z] #38 43.70 manpages-dev python-setuptools 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.37 The following NEW packages will be installed: 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.37 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.37 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.38 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.39 python-six zlib1g-dev 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.77 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.77 Need to get 4095 kB of archives. 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.77 After this operation, 22.5 MB of additional disk space will be used. 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.77 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.80 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.93 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 45.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.10 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.12 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.12 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 46.15 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] 12:53:01 [2020-07-17T12:53:01.089Z] #38 47.61 debconf: delaying package configuration, since apt-utils is not installed 12:53:01 [2020-07-17T12:53:01.089Z] #38 47.90 Fetched 4095 kB in 1s (5825 kB/s) 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.16 Selecting previously unselected package libcap-dev:amd64. 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.16 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.24 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.25 Unpacking libcap-dev:amd64 (1:2.25-2) ... 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.39 Selecting previously unselected package libnet1:amd64. 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.39 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:53:01 [2020-07-17T12:53:01.089Z] #38 48.53 Selecting previously unselected package libnet1-dev. 12:53:01 [2020-07-17T12:53:01.089Z] #38 ... 12:53:01 [2020-07-17T12:53:01.089Z] 12:53:01 [2020-07-17T12:53:01.089Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.49 Selecting previously unselected package vim-common. 12:53:01 [2020-07-17T12:53:01.089Z] #32 48.49 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:53:01 [2020-07-17T12:53:01.227Z] #10 ... 12:53:01 [2020-07-17T12:53:01.227Z] 12:53:01 [2020-07-17T12:53:01.227Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:53:01 [2020-07-17T12:53:01.227Z] #51 32.53 Reading package lists... 12:53:01 [2020-07-17T12:53:01.227Z] #51 40.26 Building dependency tree... 12:53:01 [2020-07-17T12:53:01.227Z] #51 44.01 The following additional packages will be installed: 12:53:01 [2020-07-17T12:53:01.227Z] #51 44.03 libbtrfs0 12:53:01 [2020-07-17T12:53:01.227Z] #51 44.42 The following NEW packages will be installed: 12:53:01 [2020-07-17T12:53:01.227Z] #51 44.42 libbtrfs-dev libbtrfs0 12:53:01 [2020-07-17T12:53:01.227Z] #51 45.22 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 12:53:01 [2020-07-17T12:53:01.227Z] #51 45.22 Need to get 119 kB of archives. 12:53:01 [2020-07-17T12:53:01.227Z] #51 45.22 After this operation, 387 kB of additional disk space will be used. 12:53:01 [2020-07-17T12:53:01.227Z] #51 45.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:53:01 [2020-07-17T12:53:01.227Z] #51 45.22 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:53:01 [2020-07-17T12:53:01.227Z] #51 46.90 debconf: delaying package configuration, since apt-utils is not installed 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.11 Fetched 119 kB in 0s (265 kB/s) 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.21 Selecting previously unselected package libbtrfs0. 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.28 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.29 Unpacking libbtrfs0 (4.20.1-2) ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.49 Selecting previously unselected package libbtrfs-dev. 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.50 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.52 Unpacking libbtrfs-dev (4.20.1-2) ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.80 Setting up libbtrfs0 (4.20.1-2) ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.83 Setting up libbtrfs-dev (4.20.1-2) ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 47.84 Processing triggers for libc-bin (2.28-10) ... 12:53:01 [2020-07-17T12:53:01.227Z] #51 DONE 48.3s 12:53:01 [2020-07-17T12:53:01.227Z] 12:53:01 [2020-07-17T12:53:01.227Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:01 [2020-07-17T12:53:01.227Z] #47 48.39 syscall 12:53:01 [2020-07-17T12:53:01.227Z] #47 48.39 bytes 12:53:01 [2020-07-17T12:53:01.244Z] #39 24.75 CC images/userns.o 12:53:01 [2020-07-17T12:53:01.346Z] #32 48.56 Unpacking vim-common (2:8.1.0875-5) ... 12:53:01 [2020-07-17T12:53:01.536Z] #39 24.88 CC images/google/protobuf/descriptor.o 12:53:01 [2020-07-17T12:53:01.601Z] #32 48.87 Selecting previously unselected package cmake-data. 12:53:01 [2020-07-17T12:53:01.601Z] #32 48.88 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:53:01 [2020-07-17T12:53:01.601Z] #32 48.89 Unpacking cmake-data (3.13.4-1) ... 12:53:01 [2020-07-17T12:53:01.601Z] #32 ... 12:53:01 [2020-07-17T12:53:01.601Z] 12:53:01 [2020-07-17T12:53:01.601Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:01 [2020-07-17T12:53:01.601Z] #10 31.92 Reading package lists... 12:53:01 [2020-07-17T12:53:01.601Z] #10 39.27 Building dependency tree... 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.44 The following additional packages will be installed: 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.44 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.44 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.44 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.48 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:53:01 [2020-07-17T12:53:01.601Z] #10 44.48 Suggested packages: 12:53:01 [2020-07-17T12:53:01.602Z] #10 44.48 gcc-8-locales seccomp wine64 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.78 The following NEW packages will be installed: 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.78 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.78 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.78 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.79 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.80 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:53:01 [2020-07-17T12:53:01.602Z] #10 45.80 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.21 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.21 Need to get 77.7 MB of archives. 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.21 After this operation, 487 MB of additional disk space will be used. 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.41 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.67 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.71 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 46.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 47.14 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 47.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] 12:53:01 [2020-07-17T12:53:01.602Z] #10 47.58 Get:9 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] 12:53:01 [2020-07-17T12:53:01.858Z] #10 ... 12:53:01 [2020-07-17T12:53:01.858Z] 12:53:01 [2020-07-17T12:53:01.858Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.53 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.54 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.77 Selecting previously unselected package libnl-3-200:amd64. 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.79 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.80 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:53:01 [2020-07-17T12:53:01.858Z] #38 48.99 Selecting previously unselected package libnl-3-dev:amd64. 12:53:01 [2020-07-17T12:53:01.858Z] #38 49.00 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... 12:53:01 [2020-07-17T12:53:01.858Z] #38 49.01 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.29 Selecting previously unselected package libprotobuf-c1:amd64. 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.29 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.30 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.40 Selecting previously unselected package libprotobuf-c-dev:amd64. 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.41 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.116Z] #38 49.42 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:53:02 [2020-07-17T12:53:02.145Z] Fetching without tags 12:53:02 [2020-07-17T12:53:02.168Z] #39 25.68 CC images/opts.o 12:53:02 [2020-07-17T12:53:02.375Z] #38 49.53 Selecting previously unselected package zlib1g-dev:amd64. 12:53:02 [2020-07-17T12:53:02.375Z] #38 49.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.375Z] #38 49.56 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:53:02 [2020-07-17T12:53:02.459Z] #39 25.80 CC images/seccomp.o 12:53:02 [2020-07-17T12:53:02.614Z] #47 ... 12:53:02 [2020-07-17T12:53:02.614Z] 12:53:02 [2020-07-17T12:53:02.614Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:53:02 [2020-07-17T12:53:02.614Z] #23 33.01 Reading package lists... 12:53:02 [2020-07-17T12:53:02.614Z] #23 40.31 Building dependency tree... 12:53:02 [2020-07-17T12:53:02.614Z] #23 44.02 ca-certificates is already the newest version (20200601~deb10u1). 12:53:02 [2020-07-17T12:53:02.614Z] #23 44.02 The following additional packages will be installed: 12:53:02 [2020-07-17T12:53:02.614Z] #23 44.04 libjq1 libonig5 12:53:02 [2020-07-17T12:53:02.614Z] #23 44.75 The following NEW packages will be installed: 12:53:02 [2020-07-17T12:53:02.614Z] #23 44.75 jq libjq1 libonig5 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.25 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.25 Need to get 355 kB of archives. 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.25 After this operation, 1072 kB of additional disk space will be used. 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.25 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.28 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:53:02 [2020-07-17T12:53:02.614Z] #23 45.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.05 debconf: delaying package configuration, since apt-utils is not installed 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.28 Fetched 355 kB in 0s (982 kB/s) 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.48 Selecting previously unselected package libonig5:amd64. 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.54 Preparing to unpack .../libonig5_6.9.1-1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.55 Unpacking libonig5:amd64 (6.9.1-1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.89 Selecting previously unselected package libjq1:amd64. 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.89 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 47.90 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.26 Selecting previously unselected package jq. 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.27 Preparing to unpack .../jq_1.5+dfsg-2+b1_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.28 Unpacking jq (1.5+dfsg-2+b1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.71 Setting up libonig5:amd64 (6.9.1-1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.78 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.80 Setting up jq (1.5+dfsg-2+b1) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 48.83 Processing triggers for libc-bin (2.28-10) ... 12:53:02 [2020-07-17T12:53:02.614Z] #23 DONE 49.6s 12:53:02 [2020-07-17T12:53:02.614Z] 12:53:02 [2020-07-17T12:53:02.614Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:02 [2020-07-17T12:53:02.614Z] #30 39.57 internal/reflectlite 12:53:02 [2020-07-17T12:53:02.614Z] #30 39.59 sync 12:53:02 [2020-07-17T12:53:02.614Z] #30 42.21 errors 12:53:02 [2020-07-17T12:53:02.614Z] #30 42.21 sort 12:53:02 [2020-07-17T12:53:02.614Z] #30 42.67 strconv 12:53:02 [2020-07-17T12:53:02.614Z] #30 43.70 io 12:53:02 [2020-07-17T12:53:02.614Z] #30 45.55 internal/oserror 12:53:02 [2020-07-17T12:53:02.614Z] #30 45.69 syscall 12:53:02 [2020-07-17T12:53:02.614Z] #30 48.07 reflect 12:53:02 [2020-07-17T12:53:02.614Z] #30 ... 12:53:02 [2020-07-17T12:53:02.614Z] 12:53:02 [2020-07-17T12:53:02.614Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:53:02 [2020-07-17T12:53:02.614Z] #24 DONE 0.1s 12:53:02 [2020-07-17T12:53:02.615Z] 12:53:02 [2020-07-17T12:53:02.615Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:02 [2020-07-17T12:53:02.615Z] #38 46.65 The following NEW packages will be installed: 12:53:02 [2020-07-17T12:53:02.615Z] #38 46.65 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:53:02 [2020-07-17T12:53:02.615Z] #38 46.66 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:53:02 [2020-07-17T12:53:02.615Z] #38 46.66 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:53:02 [2020-07-17T12:53:02.615Z] #38 46.66 python-six zlib1g-dev 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.15 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.15 Need to get 4095 kB of archives. 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.15 After this operation, 22.5 MB of additional disk space will be used. 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.15 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.16 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.19 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.33 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.35 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.45 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.50 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 47.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.02 debconf: delaying package configuration, since apt-utils is not installed 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.24 Fetched 4095 kB in 1s (5195 kB/s) 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.57 Selecting previously unselected package libcap-dev:amd64. 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.70 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.615Z] #38 49.76 Unpacking libcap-dev:amd64 (1:2.25-2) ... 12:53:02 [2020-07-17T12:53:02.620Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:53:02 [2020-07-17T12:53:02.638Z] #38 49.86 Selecting previously unselected package libprotobuf17:amd64. 12:53:02 [2020-07-17T12:53:02.638Z] #38 49.86 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... 12:53:02 [2020-07-17T12:53:02.638Z] #38 49.91 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... 12:53:02 [2020-07-17T12:53:02.750Z] #39 25.96 CC images/binfmt-misc.o 12:53:02 [2020-07-17T12:53:02.750Z] #39 26.13 CC images/time.o 12:53:02 [2020-07-17T12:53:02.750Z] #39 26.22 CC images/sysctl.o 12:53:02 [2020-07-17T12:53:02.875Z] #38 50.10 Selecting previously unselected package libnet1:amd64. 12:53:03 [2020-07-17T12:53:03.020Z] #25 9.661 1.1% # 2.6% ### 4.3% #### 6.4% ###### 8.8% ####### 10.8% ######### 12.8% ########## 14.5% ############ 16.9% ############## 19.6% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.2% ################### 27.0% #################### 28.8% ##################### 30.5% ###################### 31.7% ####################### 33.1% ######################### 35.4% ########################## 36.5% ########################### 38.9% ############################ 39.8% ############################## 43.0% ################################ 45.0% ################################# 46.3% ################################## 47.7% ################################### 49.3% #################################### 51.0% ##################################### 52.2% ###################################### 54.0% ####################################### 55.2% ######################################## 56.7% ######################################### 57.8% 12:53:03 [2020-07-17T12:53:03.020Z] #25 ... 12:53:03 [2020-07-17T12:53:03.020Z] 12:53:03 [2020-07-17T12:53:03.020Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:03 [2020-07-17T12:53:03.020Z] #32 48.69 Selecting previously unselected package cmake-data. 12:53:03 [2020-07-17T12:53:03.020Z] #32 48.69 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 48.70 Unpacking cmake-data (3.13.4-1) ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 51.29 Selecting previously unselected package libicu63:amd64. 12:53:03 [2020-07-17T12:53:03.020Z] #32 51.32 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 51.33 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 58.40 Selecting previously unselected package libxml2:amd64. 12:53:03 [2020-07-17T12:53:03.020Z] #32 58.41 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 58.43 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:03 [2020-07-17T12:53:03.020Z] #32 ... 12:53:03 [2020-07-17T12:53:03.020Z] 12:53:03 [2020-07-17T12:53:03.020Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:03 [2020-07-17T12:53:03.041Z] #39 26.40 CC images/autofs.o 12:53:03 [2020-07-17T12:53:03.135Z] #38 50.10 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.135Z] #38 50.12 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:53:03 [2020-07-17T12:53:03.282Z] #25 9.661 1.1% # 2.6% ### 4.3% #### 6.4% ###### 8.8% ####### 10.8% ######### 12.8% ########## 14.5% ############ 16.9% ############## 19.6% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.2% ################### 27.0% #################### 28.8% ##################### 30.5% ###################### 31.7% ####################### 33.1% ######################### 35.4% ########################## 36.5% ########################### 38.9% ############################ 39.8% ############################## 43.0% ################################ 45.0% ################################# 46.3% ################################## 47.7% ################################### 49.3% #################################### 51.0% ##################################### 52.2% ###################################### 54.0% ####################################### 55.2% ######################################## 56.7% ######################################### 57.8% ########################################## 59.1% ############################################ 61.2% ############################################ 62.2% 12:53:03 [2020-07-17T12:53:03.282Z] #25 ... 12:53:03 [2020-07-17T12:53:03.282Z] 12:53:03 [2020-07-17T12:53:03.282Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:53:03 [2020-07-17T12:53:03.282Z] #28 48.85 Checking out files: 89% (1360/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. 12:53:03 [2020-07-17T12:53:03.282Z] #28 49.29 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:53:03 [2020-07-17T12:53:03.282Z] #28 49.72 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:53:03 [2020-07-17T12:53:03.282Z] #28 ... 12:53:03 [2020-07-17T12:53:03.282Z] 12:53:03 [2020-07-17T12:53:03.282Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:03 [2020-07-17T12:53:03.282Z] #10 49.03 Get:10 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] 12:53:03 [2020-07-17T12:53:03.282Z] #10 51.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 51.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.02 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.03 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.08 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.10 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.11 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.19 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.19 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 52.22 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.32 debconf: delaying package configuration, since apt-utils is not installed 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.50 Fetched 77.7 MB in 9s (9045 kB/s) 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.64 Selecting previously unselected package binutils-mingw-w64-i686. 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.64 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.67 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.282Z] #10 53.73 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:53:03 [2020-07-17T12:53:03.282Z] #10 56.55 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:53:03 [2020-07-17T12:53:03.282Z] #10 56.56 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.282Z] #10 56.57 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:53:03 [2020-07-17T12:53:03.332Z] #39 26.60 CC images/macvlan.o 12:53:03 [2020-07-17T12:53:03.332Z] #39 26.78 CC images/sit.o 12:53:02 [2020-07-17T12:53:02.074Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:53:02 [2020-07-17T12:53:02.094Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:53:02 [2020-07-17T12:53:02.113Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:53:02 [2020-07-17T12:53:02.132Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:53:02 [2020-07-17T12:53:02.151Z] Fetching upstream changes from https://github.com/moby/moby.git 12:53:02 [2020-07-17T12:53:02.151Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:53:02 [2020-07-17T12:53:02.153Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:53:02 [2020-07-17T12:53:02.629Z] > git config core.sparsecheckout # timeout=10 12:53:02 [2020-07-17T12:53:02.638Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:53:03 [2020-07-17T12:53:03.396Z] #38 50.41 Selecting previously unselected package libnet1-dev. 12:53:03 [2020-07-17T12:53:03.396Z] #38 50.43 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.396Z] #38 50.46 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:53:03 [2020-07-17T12:53:03.544Z] #10 ... 12:53:03 [2020-07-17T12:53:03.544Z] 12:53:03 [2020-07-17T12:53:03.544Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:03 [2020-07-17T12:53:03.565Z] #38 50.81 Selecting previously unselected package libprotobuf-lite17:amd64. 12:53:03 [2020-07-17T12:53:03.565Z] #38 50.82 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.624Z] #39 26.90 CC images/memfd.o 12:53:03 [2020-07-17T12:53:03.656Z] #38 50.79 Selecting previously unselected package libnl-3-200:amd64. 12:53:03 [2020-07-17T12:53:03.656Z] #38 50.80 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.656Z] #38 50.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:53:03 [2020-07-17T12:53:03.827Z] #38 51.03 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:53:03 [2020-07-17T12:53:03.915Z] #39 27.08 CC images/timens.o 12:53:03 [2020-07-17T12:53:03.915Z] #39 27.26 LINK images/built-in.o 12:53:03 [2020-07-17T12:53:03.915Z] #39 27.36 GEN compel/include/asm 12:53:03 [2020-07-17T12:53:03.918Z] #38 51.02 Selecting previously unselected package libnl-3-dev:amd64. 12:53:03 [2020-07-17T12:53:03.918Z] #38 51.02 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... 12:53:03 [2020-07-17T12:53:03.918Z] #38 51.02 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... 12:53:04 [2020-07-17T12:53:04.084Z] #38 51.31 Selecting previously unselected package libprotobuf-dev:amd64. 12:53:04 [2020-07-17T12:53:04.084Z] #38 51.32 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... 12:53:04 [2020-07-17T12:53:04.084Z] #38 51.35 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:53:04 [2020-07-17T12:53:04.163Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:53:04 [2020-07-17T12:53:04.163Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.30 Selecting previously unselected package libprotobuf-c1:amd64. 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.30 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.31 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.37 Selecting previously unselected package libprotobuf-c-dev:amd64. 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.39 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... 12:53:04 [2020-07-17T12:53:04.179Z] #38 51.40 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.37 GEN compel/include/version.h 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.38 touch .config 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.39 GEN include/common/config.h 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.44 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.50 GEN compel/plugins/include/uapi/std/syscall-codes.h 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.51 GEN compel/plugins/include/uapi/std/syscall.h 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.53 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.55 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.57 DEP compel/arch/s390/plugins/std/parasite-head.d 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.60 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.60 DEP compel/plugins/std/infect.d 12:53:04 [2020-07-17T12:53:04.207Z] #39 27.73 DEP compel/plugins/std/string.d 12:53:04 [2020-07-17T12:53:04.441Z] #38 51.52 Selecting previously unselected package zlib1g-dev:amd64. 12:53:04 [2020-07-17T12:53:04.441Z] #38 51.55 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... 12:53:04 [2020-07-17T12:53:04.441Z] #38 51.57 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:53:04 [2020-07-17T12:53:04.498Z] #39 27.80 DEP compel/plugins/std/log.d 12:53:04 [2020-07-17T12:53:04.498Z] #39 27.86 DEP compel/plugins/std/fds.d 12:53:04 [2020-07-17T12:53:04.498Z] #39 27.95 DEP compel/plugins/std/std.d 12:53:04 [2020-07-17T12:53:04.498Z] #39 27.99 DEP compel/plugins/shmem/shmem.d 12:53:04 [2020-07-17T12:53:04.702Z] #38 51.92 Selecting previously unselected package libprotobuf17:amd64. 12:53:04 [2020-07-17T12:53:04.702Z] #38 51.93 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... 12:53:04 [2020-07-17T12:53:04.702Z] #38 51.98 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... 12:53:04 [2020-07-17T12:53:04.702Z] #38 ... 12:53:04 [2020-07-17T12:53:04.702Z] 12:53:04 [2020-07-17T12:53:04.702Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:04 [2020-07-17T12:53:04.702Z] #41 42.02 github.com/LK4D4/vndr/godl/singleflight 12:53:04 [2020-07-17T12:53:04.702Z] #41 42.06 internal/reflectlite 12:53:04 [2020-07-17T12:53:04.702Z] #41 42.30 math/rand 12:53:04 [2020-07-17T12:53:04.702Z] #41 43.18 internal/singleflight 12:53:04 [2020-07-17T12:53:04.702Z] #41 45.14 strconv 12:53:04 [2020-07-17T12:53:04.702Z] #41 45.14 io 12:53:04 [2020-07-17T12:53:04.702Z] #41 46.96 bytes 12:53:04 [2020-07-17T12:53:04.702Z] #41 49.55 bufio 12:53:04 [2020-07-17T12:53:04.702Z] #41 50.14 reflect 12:53:04 [2020-07-17T12:53:04.702Z] #41 51.82 syscall 12:53:04 [2020-07-17T12:53:04.790Z] #39 28.03 DEP compel/plugins/fds/fds.d 12:53:04 [2020-07-17T12:53:04.790Z] #39 28.13 CC compel/plugins/std/std.o 12:53:04 [2020-07-17T12:53:04.790Z] #39 ... 12:53:04 [2020-07-17T12:53:04.790Z] 12:53:04 [2020-07-17T12:53:04.790Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:04 [2020-07-17T12:53:04.790Z] #47 61.71 mvdan.cc/sh/v3/cmd/shfmt 12:53:04 [2020-07-17T12:53:04.790Z] #47 DONE 65.2s 12:53:04 [2020-07-17T12:53:04.974Z] #41 ... 12:53:04 [2020-07-17T12:53:04.974Z] 12:53:04 [2020-07-17T12:53:04.974Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:53:04 [2020-07-17T12:53:04.974Z] #28 49.90 Checking out files: 85% (1298/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. 12:53:04 [2020-07-17T12:53:04.974Z] #28 50.65 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:53:04 [2020-07-17T12:53:04.974Z] #28 50.98 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:53:05 [2020-07-17T12:53:05.105Z] 12:53:05 [2020-07-17T12:53:05.105Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:05 [2020-07-17T12:53:05.105Z] #39 28.42 CC compel/plugins/std/fds.o 12:53:05 [2020-07-17T12:53:05.415Z] #39 28.72 CC compel/plugins/std/log.o 12:53:04 [2020-07-17T12:53:04.133Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:53:04 [2020-07-17T12:53:04.153Z] > git rev-parse HEAD^{commit} # timeout=10 12:53:04 [2020-07-17T12:53:04.167Z] > git config core.sparsecheckout # timeout=10 12:53:04 [2020-07-17T12:53:04.177Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:53:05 [2020-07-17T12:53:05.882Z] #25 9.661 1.1% # 2.6% ### 4.3% #### 6.4% ###### 8.8% ####### 10.8% ######### 12.8% ########## 14.5% ############ 16.9% ############## 19.6% ############## 20.8% ################ 22.7% ################# 23.6% ################## 25.2% ################### 27.0% #################### 28.8% ##################### 30.5% ###################### 31.7% ####################### 33.1% ######################### 35.4% ########################## 36.5% ########################### 38.9% ############################ 39.8% ############################## 43.0% ################################ 45.0% ################################# 46.3% ################################## 47.7% ################################### 49.3% #################################### 51.0% ##################################### 52.2% ###################################### 54.0% ####################################### 55.2% ######################################## 56.7% ######################################### 57.8% ########################################## 59.1% ############################################ 61.2% ############################################ 62.2% ############################################# 63.7% ############################################### 65.4% ############################################### 66.3% ################################################ 67.4% ################################################# 68.8% ################################################## 70.3% ################################################### 71.3% #################################################### 73.1% ##################################################### 74.5% ###################################################### 76.2% ####################################################### 77.8% ######################################################### 79.7% ########################################################## 80.8% ########################################################### 82.1% ############################################################ 83.8% ############################################################# 84.8% ############################################################# 86.1% ############################################################### 87.9% ################################################################ 89.2% ################################################################# 90.5% ################################################################## 92.1% ################################################################### 93.8% ##################################################################### 95.8% ###################################################################### 97.5% ####################################################################### 99.4% ######################################################################## 100.0% 12:53:05 [2020-07-17T12:53:05.976Z] #38 52.90 Selecting previously unselected package libprotoc17:amd64. 12:53:05 [2020-07-17T12:53:05.976Z] #38 52.91 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... 12:53:05 [2020-07-17T12:53:05.976Z] #38 52.94 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... 12:53:05 [2020-07-17T12:53:05.976Z] #38 ... 12:53:05 [2020-07-17T12:53:05.976Z] 12:53:05 [2020-07-17T12:53:05.976Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:05 [2020-07-17T12:53:05.976Z] #41 43.36 strconv 12:53:05 [2020-07-17T12:53:05.976Z] #41 43.36 io 12:53:05 [2020-07-17T12:53:05.976Z] #41 45.26 bytes 12:53:05 [2020-07-17T12:53:05.976Z] #41 47.66 bufio 12:53:05 [2020-07-17T12:53:05.976Z] #41 47.89 reflect 12:53:05 [2020-07-17T12:53:05.976Z] #41 49.77 syscall 12:53:06 [2020-07-17T12:53:06.064Z] #39 29.34 CC compel/plugins/std/string.o 12:53:06 [2020-07-17T12:53:06.153Z] #25 16.48 12:53:06 [2020-07-17T12:53:06.233Z] #41 ... 12:53:06 [2020-07-17T12:53:06.233Z] 12:53:06 [2020-07-17T12:53:06.233Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:06 [2020-07-17T12:53:06.233Z] #25 3.587 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:53:06 [2020-07-17T12:53:06.233Z] #25 3.866 12:53:06 [2020-07-17T12:53:06.233Z] #25 4.106 0.0% ##### 7.3% ########## 13.9% ############## 20.0% ################### 27.0% ####################### 33.2% ############################# 40.5% ################################ 44.5% ###################################### 53.0% ############################################# 62.9% ################################################# 68.1% ##################################################### 74.7% ########################################################## 81.7% ############################################################## 87.4% ##################################################################### 96.1% ######################################################################## 100.0% 12:53:06 [2020-07-17T12:53:06.233Z] #25 6.069 12:53:06 [2020-07-17T12:53:06.356Z] #39 29.55 CC compel/plugins/std/infect.o 12:53:06 [2020-07-17T12:53:06.490Z] #25 6.288 ########## 14.5% #################################### 51.2% ######################################################################## 100.0% 12:53:06 [2020-07-17T12:53:06.648Z] #39 29.84 CC compel/arch/s390/plugins/std/parasite-head.o 12:53:06 [2020-07-17T12:53:06.648Z] #39 29.87 CC compel/arch/s390/plugins/std/syscalls/syscalls.o 12:53:06 [2020-07-17T12:53:06.648Z] #39 29.89 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o 12:53:06 [2020-07-17T12:53:06.648Z] #39 30.00 AR compel/plugins/std.lib.a 12:53:06 [2020-07-17T12:53:06.648Z] #39 30.03 CC compel/plugins/fds/fds.o 12:53:06 [2020-07-17T12:53:06.722Z] #25 ... 12:53:06 [2020-07-17T12:53:06.722Z] 12:53:06 [2020-07-17T12:53:06.722Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:06 [2020-07-17T12:53:06.722Z] #30 52.52 time 12:53:06 [2020-07-17T12:53:06.722Z] #30 58.94 internal/poll 12:53:06 [2020-07-17T12:53:06.722Z] #30 59.37 internal/fmtsort 12:53:06 [2020-07-17T12:53:06.722Z] #30 60.02 internal/syscall/execenv 12:53:06 [2020-07-17T12:53:06.722Z] #30 60.30 internal/syscall/unix 12:53:06 [2020-07-17T12:53:06.722Z] #30 60.66 strings 12:53:06 [2020-07-17T12:53:06.722Z] #30 61.36 os 12:53:06 [2020-07-17T12:53:06.747Z] #25 6.732 12:53:06 [2020-07-17T12:53:06.940Z] #39 30.20 AR compel/plugins/fds.lib.a 12:53:06 [2020-07-17T12:53:06.940Z] #39 30.23 HOSTDEP compel/src/lib/log-host.d 12:53:06 [2020-07-17T12:53:06.940Z] #39 30.29 HOSTDEP compel/src/lib/handle-elf-host.d 12:53:06 [2020-07-17T12:53:06.940Z] #39 30.38 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d 12:53:06 [2020-07-17T12:53:06.940Z] #39 30.40 HOSTDEP compel/src/main-host.d 12:53:06 [2020-07-17T12:53:06.981Z] #30 ... 12:53:06 [2020-07-17T12:53:06.982Z] 12:53:06 [2020-07-17T12:53:06.982Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:06 [2020-07-17T12:53:06.982Z] #25 17.27 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:53:07 [2020-07-17T12:53:07.231Z] #39 30.48 DEP compel/src/lib/ptrace.d 12:53:07 [2020-07-17T12:53:07.231Z] #39 30.61 DEP compel/src/lib/infect.d 12:53:07 [2020-07-17T12:53:07.242Z] #25 17.55 12:53:07 [2020-07-17T12:53:07.260Z] #25 6.962 ### 5.2% ########################## 37.3% ######################################################### 80.1% ######################################################################## 100.0% 12:53:07 [2020-07-17T12:53:07.502Z] #25 17.71 ######################################################################## 100.0% 12:53:07 [2020-07-17T12:53:07.502Z] #25 17.84 12:53:07 [2020-07-17T12:53:07.516Z] #25 7.621 12:53:07 [2020-07-17T12:53:07.522Z] #39 30.73 DEP compel/src/lib/infect-util.d 12:53:07 [2020-07-17T12:53:07.522Z] #39 30.84 DEP compel/src/lib/infect-rpc.d 12:53:07 [2020-07-17T12:53:07.522Z] #39 30.89 DEP compel/arch/s390/src/lib/infect.d 12:53:07 [2020-07-17T12:53:07.522Z] #39 30.97 DEP compel/arch/s390/src/lib/cpu.d 12:53:07 [2020-07-17T12:53:07.812Z] #39 30.99 DEP compel/src/lib/log.d 12:53:07 [2020-07-17T12:53:07.812Z] #39 31.03 DEP compel/src/main.d 12:53:07 [2020-07-17T12:53:07.812Z] #39 31.10 DEP compel/src/lib/handle-elf.d 12:53:07 [2020-07-17T12:53:07.812Z] #39 31.19 DEP compel/arch/s390/src/lib/handle-elf.d 12:53:08 [2020-07-17T12:53:08.103Z] #39 31.28 CC compel/src/lib/log.o 12:53:08 [2020-07-17T12:53:08.103Z] #39 31.38 CC compel/arch/s390/src/lib/cpu.o 12:53:08 [2020-07-17T12:53:08.103Z] #39 31.52 CC compel/arch/s390/src/lib/infect.o 12:53:08 [2020-07-17T12:53:08.257Z] Commit message: "testing: bump docker-py 4.2.2" 12:53:08 [2020-07-17T12:53:08.272Z] #28 ... 12:53:08 [2020-07-17T12:53:08.272Z] 12:53:08 [2020-07-17T12:53:08.272Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:08 [2020-07-17T12:53:08.272Z] #25 3.710 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:53:08 [2020-07-17T12:53:08.272Z] #25 4.006 12:53:08 [2020-07-17T12:53:08.272Z] #25 4.201 #### 5.6% ######## 11.6% ############## 19.9% #################### 28.1% ######################### 35.4% ################################ 45.1% ###################################### 53.2% ########################################### 60.3% ################################################ 67.5% ####################################################### 76.6% ############################################################# 85.3% ################################################################### 94.3% ########## 12:53:08 [2020-07-17T12:53:08.272Z] #25 ... 12:53:08 [2020-07-17T12:53:08.272Z] 12:53:08 [2020-07-17T12:53:08.272Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.16 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.16 Need to get 14.9 MB of archives. 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.16 After this operation, 61.8 MB of additional disk space will be used. 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.16 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 45.58 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 46.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 46.96 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 47.00 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 47.00 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 47.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 47.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] 12:53:08 [2020-07-17T12:53:08.272Z] #32 48.75 debconf: delaying package configuration, since apt-utils is not installed 12:53:08 [2020-07-17T12:53:08.272Z] #32 49.20 Fetched 14.9 MB in 3s (5646 kB/s) 12:53:08 [2020-07-17T12:53:08.272Z] #32 49.57 Selecting previously unselected package xxd. 12:53:08 [2020-07-17T12:53:08.272Z] #32 49.57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) 12:53:08 [2020-07-17T12:53:08.272Z] #32 49.70 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 49.71 Unpacking xxd (2:8.1.0875-5) ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.00 Selecting previously unselected package vim-common. 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.00 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.07 Unpacking vim-common (2:8.1.0875-5) ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.64 Selecting previously unselected package cmake-data. 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.65 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 50.67 Unpacking cmake-data (3.13.4-1) ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 53.64 Selecting previously unselected package libicu63:amd64. 12:53:08 [2020-07-17T12:53:08.272Z] #32 53.66 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 53.69 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:53:08 [2020-07-17T12:53:08.272Z] #32 ... 12:53:08 [2020-07-17T12:53:08.272Z] 12:53:08 [2020-07-17T12:53:08.272Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:08 [2020-07-17T12:53:08.272Z] #25 4.201 #### 5.6% ######## 11.6% ############## 19.9% #################### 28.1% ######################### 35.4% ################################ 45.1% ###################################### 53.2% ########################################### 60.3% ################################################ 67.5% ####################################################### 76.6% ############################################################# 85.3% ################################################################### 94.3% ######################################################################## 100.0% 12:53:08 [2020-07-17T12:53:08.442Z] #25 18.79 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:53:08 [2020-07-17T12:53:08.532Z] #25 6.102 12:53:08 [2020-07-17T12:53:08.702Z] #25 19.17 12:53:08 [2020-07-17T12:53:08.734Z] #39 31.93 CC compel/src/lib/infect-rpc.o 12:53:08 [2020-07-17T12:53:08.734Z] #39 32.12 CC compel/src/lib/infect-util.o 12:53:08 [2020-07-17T12:53:08.734Z] #39 32.22 CC compel/src/lib/infect.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh 12:53:09 [2020-07-17T12:53:09.052Z] #25 6.302 ################### 27.7% ################################################################ 88.9% ######################################################################## 100.0% 12:53:09 [2020-07-17T12:53:09.223Z] #25 19.40 0.3% ################################################################# 90.4% ######################################################################## 100.0% 12:53:09 [2020-07-17T12:53:09.223Z] #25 19.74 12:53:09 [2020-07-17T12:53:09.312Z] #25 6.831 12:53:09 [2020-07-17T12:53:09.387Z] + docker version 12:53:09 [2020-07-17T12:53:09.566Z] #25 7.786 0.9% ###### 8.6% ######## 12.4% ############# 19.1% ################# 24.2% ###################### 31.9% ############################ 39.5% ################################ 45.2% #################################### 50.9% ######################################## 56.4% ############################################ 62.4% ################################################# 68.7% ###################################################### 75.3% ######################################################### 80.2% ########################################################### 83.2% ################################################################ 90.2% ######################################################################## 100.0% 12:53:09 [2020-07-17T12:53:09.758Z] Removing intermediate container 0935bafcc720 12:53:09 [2020-07-17T12:53:09.758Z] ---> ab14f58efdee 12:53:09 [2020-07-17T12:53:09.758Z] Step 13/15 : FROM golang:${GO_VERSION}-buster 12:53:09 [2020-07-17T12:53:09.758Z] ---> 22d48dbfbcad 12:53:09 [2020-07-17T12:53:09.758Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx 12:53:09 [2020-07-17T12:53:09.758Z] ---> e0be05f39173 12:53:09 [2020-07-17T12:53:09.758Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] 12:53:09 [2020-07-17T12:53:09.758Z] ---> Running in c68601edc62f 12:53:09 [2020-07-17T12:53:09.758Z] Removing intermediate container c68601edc62f 12:53:09 [2020-07-17T12:53:09.758Z] ---> 64f3a2e45f94 12:53:09 [2020-07-17T12:53:09.758Z] Successfully built 64f3a2e45f94 12:53:09 [2020-07-17T12:53:09.758Z] Successfully tagged moby-buildx:latest 12:53:09 [2020-07-17T12:53:09.758Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ 12:53:09 [2020-07-17T12:53:09.758Z] if [ -n "${id}" ]; then \ 12:53:09 [2020-07-17T12:53:09.758Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ 12:53:09 [2020-07-17T12:53:09.758Z] && touch bundles/buildx; \ 12:53:09 [2020-07-17T12:53:09.758Z] docker rm -f ${id}; \ 12:53:09 [2020-07-17T12:53:09.758Z] fi 12:53:09 [2020-07-17T12:53:09.758Z] f6012632e58558f029f8f5a66e9aa815c4fa05e429a7eed4f10f16bf875f391b 12:53:09 [2020-07-17T12:53:09.758Z] bundles/buildx version 12:53:09 [2020-07-17T12:53:09.758Z] buildx v0.3.1 6db68d0 12:53:09 [2020-07-17T12:53:09.758Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:53:09 [2020-07-17T12:53:09.758Z] #1 [internal] booting buildkit 12:53:09 [2020-07-17T12:53:09.758Z] #1 pulling image moby/buildkit:buildx-stable-1 12:53:09 [2020-07-17T12:53:09.758Z] #1 pulling image moby/buildkit:buildx-stable-1 1.8s done 12:53:09 [2020-07-17T12:53:09.758Z] #1 creating container buildx_buildkit_default 12:53:09 [2020-07-17T12:53:09.758Z] #1 creating container buildx_buildkit_default 0.4s done 12:53:09 [2020-07-17T12:53:09.758Z] #1 DONE 2.2s 12:53:09 [2020-07-17T12:53:09.758Z] 12:53:09 [2020-07-17T12:53:09.758Z] #3 [internal] load build definition from Dockerfile 12:53:09 [2020-07-17T12:53:09.759Z] #3 transferring dockerfile: 16.36kB done 12:53:09 [2020-07-17T12:53:09.759Z] #3 DONE 0.0s 12:53:09 [2020-07-17T12:53:09.759Z] 12:53:09 [2020-07-17T12:53:09.759Z] #2 [internal] load .dockerignore 12:53:09 [2020-07-17T12:53:09.759Z] #2 transferring context: 87B done 12:53:09 [2020-07-17T12:53:09.759Z] #2 DONE 0.0s 12:53:09 [2020-07-17T12:53:09.759Z] 12:53:09 [2020-07-17T12:53:09.759Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:53:09 [2020-07-17T12:53:09.759Z] #4 DONE 0.8s 12:53:09 [2020-07-17T12:53:09.759Z] 12:53:09 [2020-07-17T12:53:09.759Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:53:09 [2020-07-17T12:53:09.759Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:c0fe20821d527e147784f7e782513880bf31b0060b2a7da7a94582ecde81c85f 521B / 521B done 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0B / 8.20MB 0.1s 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:e1129f819954dd9547d093183a562609478c4f521a06a1f6eba6c532e105f730 899B / 899B done 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.19MB / 8.20MB 0.4s 12:53:09 [2020-07-17T12:53:09.759Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.6s done 12:53:09 [2020-07-17T12:53:09.759Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 12:53:09 [2020-07-17T12:53:09.759Z] #5 unpacking docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 0.3s done 12:53:09 [2020-07-17T12:53:09.759Z] #5 DONE 1.3s 12:53:09 [2020-07-17T12:53:09.795Z] #25 ... 12:53:09 [2020-07-17T12:53:09.795Z] 12:53:09 [2020-07-17T12:53:09.795Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.19 Selecting previously unselected package libarchive13:amd64. 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.20 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.22 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.64 Selecting previously unselected package libjsoncpp1:amd64. 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.64 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.64 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.81 Selecting previously unselected package librhash0:amd64. 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.83 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 59.83 Unpacking librhash0:amd64 (1.3.8-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.05 Selecting previously unselected package libuv1:amd64. 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.06 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.08 Unpacking libuv1:amd64 (1.24.1-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.29 Selecting previously unselected package cmake. 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.31 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 60.32 Unpacking cmake (3.13.4-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.58 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.59 Setting up xxd (2:8.1.0875-5) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.61 Setting up libuv1:amd64 (1.24.1-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.62 Setting up vim-common (2:8.1.0875-5) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.64 Setting up librhash0:amd64 (1.3.8-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.66 Setting up cmake-data (3.13.4-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.67 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.71 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.72 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.73 Setting up cmake (3.13.4-1) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.75 Processing triggers for libc-bin (2.28-10) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 63.84 Processing triggers for mime-support (3.62) ... 12:53:09 [2020-07-17T12:53:09.795Z] #32 DONE 65.5s 12:53:09 [2020-07-17T12:53:09.795Z] 12:53:09 [2020-07-17T12:53:09.795Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:10 [2020-07-17T12:53:10.050Z] 12:53:10 [2020-07-17T12:53:10.050Z] #6 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:53:10 [2020-07-17T12:53:10.055Z] #33 ... 12:53:10 [2020-07-17T12:53:10.055Z] 12:53:10 [2020-07-17T12:53:10.055Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:10 [2020-07-17T12:53:10.055Z] #41 55.72 time 12:53:10 [2020-07-17T12:53:10.055Z] #41 60.04 internal/syscall/execenv 12:53:10 [2020-07-17T12:53:10.055Z] #41 60.31 internal/syscall/unix 12:53:10 [2020-07-17T12:53:10.055Z] #41 60.60 strings 12:53:10 [2020-07-17T12:53:10.055Z] #41 62.01 os 12:53:10 [2020-07-17T12:53:10.055Z] #41 63.71 regexp/syntax 12:53:10 [2020-07-17T12:53:10.055Z] #41 ... 12:53:10 [2020-07-17T12:53:10.055Z] 12:53:10 [2020-07-17T12:53:10.055Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:10 [2020-07-17T12:53:10.055Z] #10 59.81 Selecting previously unselected package binutils-mingw-w64. 12:53:10 [2020-07-17T12:53:10.055Z] #10 59.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 59.84 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 59.99 Selecting previously unselected package libdevmapper1.02.1:amd64. 12:53:10 [2020-07-17T12:53:10.055Z] #10 59.99 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.22 Selecting previously unselected package dmsetup. 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.26 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.28 Unpacking dmsetup (2:1.02.155-3) ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.56 Selecting previously unselected package mingw-w64-common. 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.57 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:53:10 [2020-07-17T12:53:10.055Z] #10 60.58 Unpacking mingw-w64-common (6.0.0-3) ... 12:53:10 [2020-07-17T12:53:10.090Z] #25 7.043 ########## 14.1% ################################### 49.9% ######################################################## 78.3% ######################################################################## 100.0% 12:53:10 [2020-07-17T12:53:10.169Z] #25 9.967 12:53:10 [2020-07-17T12:53:10.239Z] #39 33.45 CC compel/src/lib/ptrace.o 12:53:10 [2020-07-17T12:53:10.239Z] #39 33.63 AR compel/libcompel.a 12:53:10 [2020-07-17T12:53:10.239Z] #39 33.66 HOSTCC compel/src/main-host.o 12:53:10 [2020-07-17T12:53:10.349Z] #25 7.736 12:53:10 [2020-07-17T12:53:10.530Z] #39 33.79 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o 12:53:10 [2020-07-17T12:53:10.530Z] #39 33.87 HOSTCC compel/src/lib/handle-elf-host.o 12:53:10 [2020-07-17T12:53:10.624Z] #10 ... 12:53:10 [2020-07-17T12:53:10.624Z] 12:53:10 [2020-07-17T12:53:10.624Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:10 [2020-07-17T12:53:10.624Z] #25 20.93 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:53:10 [2020-07-17T12:53:10.624Z] #25 21.02 skipping existing c35d46ef359f 12:53:10 [2020-07-17T12:53:10.691Z] #6 ... 12:53:10 [2020-07-17T12:53:10.691Z] 12:53:10 [2020-07-17T12:53:10.691Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:53:10 [2020-07-17T12:53:10.691Z] #7 DONE 0.7s 12:53:10 [2020-07-17T12:53:10.691Z] 12:53:10 [2020-07-17T12:53:10.691Z] #6 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:53:10 [2020-07-17T12:53:10.691Z] #6 DONE 0.7s 12:53:10 [2020-07-17T12:53:10.691Z] 12:53:10 [2020-07-17T12:53:10.691Z] #21 [internal] load build context 12:53:10 [2020-07-17T12:53:10.691Z] #21 DONE 0.0s 12:53:10 [2020-07-17T12:53:10.821Z] #39 34.24 HOSTCC compel/src/lib/log-host.o 12:53:10 [2020-07-17T12:53:10.884Z] #25 21.19 12:53:10 [2020-07-17T12:53:10.884Z] #25 ... 12:53:10 [2020-07-17T12:53:10.884Z] 12:53:10 [2020-07-17T12:53:10.884Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:10 [2020-07-17T12:53:10.884Z] #38 56.54 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 56.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 56.57 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 56.58 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 56.59 Setting up python-six (1.12.0-1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.27 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.30 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.32 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.35 Setting up libcap-dev:amd64 (1:2.25-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.37 Setting up libprotoc17:amd64 (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.38 Setting up protobuf-compiler (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.40 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.41 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.44 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:53:10 [2020-07-17T12:53:10.884Z] #38 60.45 Setting up python-protobuf (3.6.1.3-2) ... 12:53:10 [2020-07-17T12:53:10.997Z] 12:53:10 [2020-07-17T12:53:10.997Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:53:10 [2020-07-17T12:53:10.997Z] #8 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:53:11 [2020-07-17T12:53:11.111Z] #39 34.39 HOSTLINK compel/compel-host-bin 12:53:11 [2020-07-17T12:53:11.111Z] #39 34.46 DEP soccr/soccr.d 12:53:11 [2020-07-17T12:53:11.146Z] #25 7.949 # 2.1% ##### 7.3% ######## 11.7% ############ 17.1% ################ 22.5% ################### 27.7% ###################### 31.6% 12:53:11 [2020-07-17T12:53:11.146Z] #25 ... 12:53:11 [2020-07-17T12:53:11.146Z] 12:53:11 [2020-07-17T12:53:11.146Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.305 + RM_GOPATH=0 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.309 + TMP_GOPATH= 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.309 + : /build 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.310 + '[' -z '' ']' 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.313 ++ mktemp -d 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.317 + export GOPATH=/tmp/tmp.NjBw1lGKEY 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.317 + GOPATH=/tmp/tmp.NjBw1lGKEY 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.317 + RM_GOPATH=1 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.317 + case "$(go env GOARCH)" in 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.318 ++ go env GOARCH 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.366 + export GO_BUILDMODE=-buildmode=pie 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.366 + GO_BUILDMODE=-buildmode=pie 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.368 ++ dirname /tmp/install/install.sh 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.370 + dir=/tmp/install 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.370 + bin=containerd 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.371 + shift 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.372 + '[' '!' -f /tmp/install/containerd.installer ']' 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.373 + . /tmp/install/containerd.installer 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.382 ++ set -e 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.386 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.388 + install_containerd 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.390 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.390 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.390 + git clone https://github.com/containerd/containerd.git /tmp/tmp.NjBw1lGKEY/src/github.com/containerd/containerd 12:53:11 [2020-07-17T12:53:11.146Z] #52 3.392 Cloning into '/tmp/tmp.NjBw1lGKEY/src/github.com/containerd/containerd'... 12:53:11 [2020-07-17T12:53:11.146Z] #52 ... 12:53:11 [2020-07-17T12:53:11.146Z] 12:53:11 [2020-07-17T12:53:11.146Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 0B / 10.73MB 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:f8e8effe76eee3c5d4374e2f7f29dadfc1d7a6a789c7d30b65f26647c64cdc55 0B / 154B 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:22d48dbfbcadb6f250f44ed4b999a984dc2f70faa13fd1d2fe10c57f41b555f8 6.19kB / 6.19kB done 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 0B / 96.51MB 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:3d57a28925bda7b651f94c594eff9be7464f30eda419c42fa5fb8c883dd40a8d 1.79kB / 1.79kB done 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 0B / 8.25MB 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 0B / 54.14MB 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 0B / 73.55MB 0.1s 12:53:11 [2020-07-17T12:53:11.301Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 0B / 57.46MB 0.1s 12:53:11 [2020-07-17T12:53:11.402Z] #39 34.57 CC soccr/soccr.o 12:53:11 [2020-07-17T12:53:11.402Z] #39 ... 12:53:11 [2020-07-17T12:53:11.402Z] 12:53:11 [2020-07-17T12:53:11.402Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:11 [2020-07-17T12:53:11.402Z] #10 61.59 Selecting previously unselected package g++-mingw-w64-x86-64. 12:53:11 [2020-07-17T12:53:11.402Z] #10 61.59 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 61.60 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.05 Selecting previously unselected package libapparmor1:s390x. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.06 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.06 Unpacking libapparmor1:s390x (2.13.2-10) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.16 Selecting previously unselected package libapparmor-dev:s390x. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.16 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.16 Unpacking libapparmor-dev:s390x (2.13.2-10) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.28 Selecting previously unselected package libbtrfs0. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.28 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.29 Unpacking libbtrfs0 (4.20.1-2) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.33 Selecting previously unselected package libbtrfs-dev. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.33 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.33 Unpacking libbtrfs-dev (4.20.1-2) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.40 Selecting previously unselected package libdevmapper-event1.02.1:s390x. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.40 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.40 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.45 Selecting previously unselected package libudev-dev:s390x. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.46 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.47 Unpacking libudev-dev:s390x (241-7~deb10u4) ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.60 Selecting previously unselected package libsepol1-dev:s390x. 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.60 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.402Z] #10 71.60 Unpacking libsepol1-dev:s390x (2.8-1) ... 12:53:11 [2020-07-17T12:53:11.455Z] #38 67.02 Setting up libnl-3-dev:amd64 (3.4.0-1) ... 12:53:11 [2020-07-17T12:53:11.455Z] #38 67.04 Processing triggers for libc-bin (2.28-10) ... 12:53:11 [2020-07-17T12:53:11.455Z] #38 ... 12:53:11 [2020-07-17T12:53:11.455Z] 12:53:11 [2020-07-17T12:53:11.455Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:11 [2020-07-17T12:53:11.455Z] #47 57.17 time 12:53:11 [2020-07-17T12:53:11.455Z] #47 61.89 encoding/binary 12:53:11 [2020-07-17T12:53:11.455Z] #47 63.17 context 12:53:11 [2020-07-17T12:53:11.455Z] #47 63.81 os 12:53:11 [2020-07-17T12:53:11.455Z] #47 64.55 encoding/base64 12:53:11 [2020-07-17T12:53:11.455Z] #47 65.37 golang.org/x/sys/unix 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.85 Selecting previously unselected package libpcre16-3:s390x. 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.86 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.86 Unpacking libpcre16-3:s390x (2:8.39-12) ... 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.95 Selecting previously unselected package libpcre32-3:s390x. 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.95 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.693Z] #10 ... 12:53:11 [2020-07-17T12:53:11.693Z] 12:53:11 [2020-07-17T12:53:11.693Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:11 [2020-07-17T12:53:11.693Z] #41 61.95 go/doc 12:53:11 [2020-07-17T12:53:11.693Z] #41 62.35 github.com/LK4D4/vndr/versioned 12:53:11 [2020-07-17T12:53:11.693Z] #41 62.47 net 12:53:11 [2020-07-17T12:53:11.693Z] #41 64.07 github.com/LK4D4/vndr/build 12:53:11 [2020-07-17T12:53:11.693Z] #41 66.39 vendor/golang.org/x/text/transform 12:53:11 [2020-07-17T12:53:11.693Z] #41 66.77 vendor/golang.org/x/text/unicode/bidi 12:53:11 [2020-07-17T12:53:11.693Z] #41 68.08 vendor/golang.org/x/text/unicode/norm 12:53:11 [2020-07-17T12:53:11.693Z] #41 70.55 vendor/golang.org/x/net/idna 12:53:11 [2020-07-17T12:53:11.693Z] #41 71.72 vendor/golang.org/x/net/http2/hpack 12:53:11 [2020-07-17T12:53:11.693Z] #41 ... 12:53:11 [2020-07-17T12:53:11.693Z] 12:53:11 [2020-07-17T12:53:11.693Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:11 [2020-07-17T12:53:11.693Z] #10 71.96 Unpacking libpcre32-3:s390x (2:8.39-12) ... 12:53:11 [2020-07-17T12:53:11.693Z] #10 72.08 Selecting previously unselected package libpcrecpp0v5:s390x. 12:53:11 [2020-07-17T12:53:11.715Z] #47 ... 12:53:11 [2020-07-17T12:53:11.715Z] 12:53:11 [2020-07-17T12:53:11.715Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:11 [2020-07-17T12:53:11.715Z] #30 64.34 path 12:53:11 [2020-07-17T12:53:11.715Z] #30 64.96 text/tabwriter 12:53:11 [2020-07-17T12:53:11.715Z] #30 65.05 fmt 12:53:11 [2020-07-17T12:53:11.715Z] #30 66.06 path/filepath 12:53:11 [2020-07-17T12:53:11.715Z] #30 ... 12:53:11 [2020-07-17T12:53:11.715Z] 12:53:11 [2020-07-17T12:53:11.715Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:11 [2020-07-17T12:53:11.715Z] #38 DONE 67.4s 12:53:11 [2020-07-17T12:53:11.858Z] #8 sha256:f8e8effe76eee3c5d4374e2f7f29dadfc1d7a6a789c7d30b65f26647c64cdc55 154B / 154B 0.4s done 12:53:11 [2020-07-17T12:53:11.858Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 543.98kB / 8.25MB 0.4s 12:53:11 [2020-07-17T12:53:11.858Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 1.05MB / 10.73MB 0.6s 12:53:11 [2020-07-17T12:53:11.858Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 2.26MB / 8.25MB 0.6s 12:53:11 [2020-07-17T12:53:11.858Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 2.97MB / 57.46MB 0.6s 12:53:11 [2020-07-17T12:53:11.975Z] 12:53:11 [2020-07-17T12:53:11.975Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:11 [2020-07-17T12:53:11.975Z] #10 67.49 Selecting previously unselected package mingw-w64-x86-64-dev. 12:53:11 [2020-07-17T12:53:11.975Z] #10 67.59 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:53:11 [2020-07-17T12:53:11.975Z] #10 67.61 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:53:11 [2020-07-17T12:53:11.983Z] #10 72.08 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.983Z] #10 72.08 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... 12:53:11 [2020-07-17T12:53:11.983Z] #10 72.14 Selecting previously unselected package libpcre3-dev:s390x. 12:53:11 [2020-07-17T12:53:11.983Z] #10 72.14 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... 12:53:11 [2020-07-17T12:53:11.983Z] #10 72.15 Unpacking libpcre3-dev:s390x (2:8.39-12) ... 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.36 Selecting previously unselected package libselinux1-dev:s390x. 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.36 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.38 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.54 Selecting previously unselected package libdevmapper-dev:s390x. 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.55 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... 12:53:12 [2020-07-17T12:53:12.274Z] #10 72.55 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 2.05MB / 10.73MB 0.7s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 3.37MB / 8.25MB 0.7s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 2.98MB / 54.14MB 0.7s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 3.68MB / 10.73MB 0.9s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 4.84MB / 96.51MB 0.9s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 5.92MB / 8.25MB 0.9s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 6.46MB / 57.46MB 0.9s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 7.34MB / 10.73MB 1.1s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 7.38MB / 8.25MB 1.1s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 7.49MB / 54.14MB 1.1s 12:53:12 [2020-07-17T12:53:12.315Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 4.67MB / 73.55MB 1.1s 12:53:12 [2020-07-17T12:53:12.446Z] #25 7.949 # 2.1% ##### 7.3% ######## 11.7% ############ 17.1% ################ 22.5% ################### 27.7% ###################### 31.6% ########################## 36.5% ############################## 42.0% ################################# 46.9% ###################################### 53.2% ########################################## 58.6% ############################################## 63.9% ############################################### 65.7% ################################################## 70.7% ######################################################## 78.1% ############################################################ 83.6% ################################################################## 92.1% ###################################################################### 97.8% ######################################################################## 100.0% 12:53:12 [2020-07-17T12:53:12.544Z] #10 ... 12:53:12 [2020-07-17T12:53:12.544Z] 12:53:12 [2020-07-17T12:53:12.544Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.05 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.56 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.71 ######################################################################## 100.0% 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.89 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.94 Download of images into '/build' complete. 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.94 Use something like the following to load the result into a Docker daemon: 12:53:12 [2020-07-17T12:53:12.544Z] #25 22.94 tar -cC '/build' . | docker load 12:53:12 [2020-07-17T12:53:12.544Z] #25 DONE 23.0s 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.62 Selecting previously unselected package libseccomp-dev:s390x. 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.62 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.62 Unpacking libseccomp-dev:s390x (2.3.3-4) ... 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.69 Selecting previously unselected package libsystemd-dev:s390x. 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.69 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_s390x.deb ... 12:53:12 [2020-07-17T12:53:12.565Z] #10 72.70 Unpacking libsystemd-dev:s390x (241-7~deb10u4) ... 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 9.37MB / 10.73MB 1.4s 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 13.53MB / 96.51MB 1.4s 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.25MB / 8.25MB 1.2s done 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 11.42MB / 54.14MB 1.4s 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 12.55MB / 57.46MB 1.4s 12:53:12 [2020-07-17T12:53:12.690Z] #8 sha256:e0318f8e4196d9f742fcca63ed04f9c2cb14ac6541f33cd67dae342ef35845da 8.25MB / 8.25MB 1.2s done 12:53:12 [2020-07-17T12:53:12.707Z] #25 10.25 12:53:12 [2020-07-17T12:53:12.732Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% 12:53:12 [2020-07-17T12:53:12.732Z] #25 ... 12:53:12 [2020-07-17T12:53:12.732Z] 12:53:12 [2020-07-17T12:53:12.732Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:53:12 [2020-07-17T12:53:12.732Z] #28 50.11 Checking out files: 86% (1315/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. 12:53:12 [2020-07-17T12:53:12.732Z] #28 50.84 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:53:12 [2020-07-17T12:53:12.732Z] #28 51.11 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:53:12 [2020-07-17T12:53:12.804Z] 12:53:12 [2020-07-17T12:53:12.804Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.876 + RM_GOPATH=0 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.876 + TMP_GOPATH= 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.876 + : /build 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.876 + '[' -z '' ']' 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.876 ++ mktemp -d 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.880 + export GOPATH=/tmp/tmp.PIGwqTbqZ1 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.880 + GOPATH=/tmp/tmp.PIGwqTbqZ1 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.882 + RM_GOPATH=1 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.882 + case "$(go env GOARCH)" in 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.885 ++ go env GOARCH 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.938 + export GO_BUILDMODE=-buildmode=pie 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.938 + GO_BUILDMODE=-buildmode=pie 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.938 ++ dirname /tmp/install/install.sh 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 + dir=/tmp/install 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 + bin=tini 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 + shift 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 + '[' '!' -f /tmp/install/tini.installer ']' 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 + . /tmp/install/tini.installer 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.939 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.942 + install_tini 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.942 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.942 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.942 + git clone https://github.com/krallin/tini.git /tmp/tmp.PIGwqTbqZ1/tini 12:53:12 [2020-07-17T12:53:12.804Z] #33 2.954 Cloning into '/tmp/tmp.PIGwqTbqZ1/tini'... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.02 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.03 Setting up libseccomp-dev:s390x (2.3.3-4) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.04 Setting up libapparmor1:s390x (2.13.2-10) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.05 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.05 Setting up libpcre16-3:s390x (2:8.39-12) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.06 Setting up libsepol1-dev:s390x (2.8-1) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.07 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.07 Setting up libbtrfs0 (4.20.1-2) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.08 Setting up libpcre32-3:s390x (2:8.39-12) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.09 Setting up libudev-dev:s390x (241-7~deb10u4) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.10 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.11 Setting up libbtrfs-dev (4.20.1-2) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.12 Setting up libapparmor-dev:s390x (2.13.2-10) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.12 Setting up mingw-w64-common (6.0.0-3) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.13 Setting up libsystemd-dev:s390x (241-7~deb10u4) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.14 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.16 Setting up libpcre3-dev:s390x (2:8.39-12) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.18 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.20 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 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.20 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 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.21 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.21 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 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.22 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 12:53:12 [2020-07-17T12:53:12.855Z] #10 73.22 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:53:12 [2020-07-17T12:53:12.988Z] #28 ... 12:53:12 [2020-07-17T12:53:12.988Z] 12:53:12 [2020-07-17T12:53:12.988Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.23 Setting up libselinux1-dev:s390x (2.8-1+b1) ... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.24 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.25 Setting up dmsetup (2:1.02.155-3) ... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.26 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.26 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... 12:53:13 [2020-07-17T12:53:13.146Z] #10 73.27 Processing triggers for libc-bin (2.28-10) ... 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.5s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 10.21MB / 73.55MB 1.5s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 14.88MB / 54.14MB 1.6s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:cec302fe954105553bdc7cac9100b6bfd114d3b56ef94d850b0364da83650fc6 10.73MB / 10.73MB 1.6s done 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 17.54MB / 57.46MB 1.8s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 21.53MB / 96.51MB 2.1s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 21.46MB / 54.14MB 2.1s 12:53:13 [2020-07-17T12:53:13.300Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 17.20MB / 73.55MB 2.1s 12:53:13 [2020-07-17T12:53:13.437Z] #10 DONE 73.6s 12:53:13 [2020-07-17T12:53:13.437Z] 12:53:13 [2020-07-17T12:53:13.437Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker 12:53:13 [2020-07-17T12:53:13.727Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 22.78MB / 57.46MB 2.2s 12:53:13 [2020-07-17T12:53:13.727Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 25.10MB / 54.14MB 2.4s 12:53:13 [2020-07-17T12:53:13.727Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 22.15MB / 73.55MB 2.4s 12:53:13 [2020-07-17T12:53:13.762Z] #25 10.46 0.9% ## 3.4% #### 6.0% ###### 8.4% ######## 11.4% ######### 12.7% ########### 15.3% ############ 17.4% ############## 12:53:13 [2020-07-17T12:53:13.762Z] #25 ... 12:53:13 [2020-07-17T12:53:13.762Z] 12:53:13 [2020-07-17T12:53:13.762Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:13 [2020-07-17T12:53:13.762Z] #10 50.95 Get:10 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] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.47 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.64 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.70 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 53.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.13 debconf: delaying package configuration, since apt-utils is not installed 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.31 Fetched 77.7 MB in 9s (8644 kB/s) 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.36 Selecting previously unselected package binutils-mingw-w64-i686. 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.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 ... 15410 files and directories currently installed.) 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... 12:53:13 [2020-07-17T12:53:13.762Z] #10 55.51 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:53:13 [2020-07-17T12:53:13.762Z] #10 57.94 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:53:13 [2020-07-17T12:53:13.762Z] #10 57.96 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... 12:53:13 [2020-07-17T12:53:13.762Z] #10 58.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:53:13 [2020-07-17T12:53:13.762Z] #10 61.01 Selecting previously unselected package binutils-mingw-w64. 12:53:14 [2020-07-17T12:53:14.015Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% ############################## 42.6% ############################### 44.4% ################################# 46.2% ################################## 48.4% #################################### 50.2% ##################################### 52.2% ###################################### 53.8% ######################################## 56.2% ########################################## 58.4% ########################################### 60.2% 12:53:14 [2020-07-17T12:53:14.015Z] #25 ... 12:53:14 [2020-07-17T12:53:14.015Z] 12:53:14 [2020-07-17T12:53:14.015Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:14 [2020-07-17T12:53:14.015Z] #10 51.24 Get:10 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] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.76 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.77 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.77 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.77 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.77 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u4 [110 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.78 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.82 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.84 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] 12:53:14 [2020-07-17T12:53:14.015Z] #10 53.85 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 53.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 53.91 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 53.91 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 53.91 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 53.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u4 [322 kB] 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.21 debconf: delaying package configuration, since apt-utils is not installed 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.43 Fetched 77.7 MB in 8s (9714 kB/s) 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.54 Selecting previously unselected package binutils-mingw-w64-i686. 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.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 ... 15410 files and directories currently installed.) 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.67 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.016Z] #10 55.67 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:53:14 [2020-07-17T12:53:14.016Z] #10 58.47 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:53:14 [2020-07-17T12:53:14.016Z] #10 58.51 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.016Z] #10 58.51 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:53:14 [2020-07-17T12:53:14.016Z] #10 ... 12:53:14 [2020-07-17T12:53:14.016Z] 12:53:14 [2020-07-17T12:53:14.016Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:14 [2020-07-17T12:53:14.022Z] #10 61.02 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:53:14 [2020-07-17T12:53:14.022Z] #10 61.04 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:53:14 [2020-07-17T12:53:14.022Z] #10 ... 12:53:14 [2020-07-17T12:53:14.022Z] 12:53:14 [2020-07-17T12:53:14.022Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:14 [2020-07-17T12:53:14.022Z] #25 10.46 0.9% ## 3.4% #### 6.0% ###### 8.4% ######## 11.4% ######### 12.7% ########### 15.3% ############ 17.4% ############## 19.6% ################ 22.6% ################# 24.7% 12:53:14 [2020-07-17T12:53:14.022Z] #25 ... 12:53:14 [2020-07-17T12:53:14.022Z] 12:53:14 [2020-07-17T12:53:14.022Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:14 [2020-07-17T12:53:14.022Z] #47 51.23 reflect 12:53:14 [2020-07-17T12:53:14.022Z] #47 56.72 time 12:53:14 [2020-07-17T12:53:14.184Z] #33 4.185 + cd /tmp/tmp.PIGwqTbqZ1/tini 12:53:14 [2020-07-17T12:53:14.185Z] #33 4.185 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:53:14 [2020-07-17T12:53:14.185Z] #33 4.238 + cmake . 12:53:14 [2020-07-17T12:53:14.281Z] #47 ... 12:53:14 [2020-07-17T12:53:14.282Z] 12:53:14 [2020-07-17T12:53:14.282Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 25.90MB / 57.46MB 2.5s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 27.56MB / 96.51MB 2.7s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 28.63MB / 54.14MB 2.7s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 26.28MB / 73.55MB 2.8s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 32.56MB / 54.14MB 3.0s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 30.03MB / 57.46MB 3.0s 12:53:14 [2020-07-17T12:53:14.381Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 30.08MB / 73.55MB 3.1s 12:53:14 [2020-07-17T12:53:14.530Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% ############################## 42.6% ############################### 44.4% ################################# 46.2% ################################## 48.4% #################################### 50.2% ##################################### 52.2% ###################################### 53.8% ######################################## 56.2% ########################################## 58.4% ########################################### 60.2% ############################################ 61.9% ############################################# 63.5% ############################################### 65.4% ############################################### 66.4% ################################################# 68.2% 12:53:14 [2020-07-17T12:53:14.530Z] #25 ... 12:53:14 [2020-07-17T12:53:14.530Z] 12:53:14 [2020-07-17T12:53:14.530Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:14 [2020-07-17T12:53:14.530Z] #32 51.74 Selecting previously unselected package libicu63:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 51.75 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 51.77 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.05 Selecting previously unselected package libxml2:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.08 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.08 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.70 Selecting previously unselected package libarchive13:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.74 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 59.74 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.21 Selecting previously unselected package libjsoncpp1:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.22 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.24 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.41 Selecting previously unselected package librhash0:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.41 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.42 Unpacking librhash0:amd64 (1.3.8-1) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.61 Selecting previously unselected package libuv1:amd64. 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.64 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.65 Unpacking libuv1:amd64 (1.24.1-1) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.82 Selecting previously unselected package cmake. 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.83 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 60.86 Unpacking cmake (3.13.4-1) ... 12:53:14 [2020-07-17T12:53:14.530Z] #32 ... 12:53:14 [2020-07-17T12:53:14.530Z] 12:53:14 [2020-07-17T12:53:14.530Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:14 [2020-07-17T12:53:14.754Z] #33 5.095 -- The C compiler identification is GNU 8.3.0 12:53:14 [2020-07-17T12:53:14.762Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 33.92MB / 96.51MB 3.3s 12:53:14 [2020-07-17T12:53:14.762Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 35.89MB / 54.14MB 3.3s 12:53:14 [2020-07-17T12:53:14.762Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 33.76MB / 73.55MB 3.4s 12:53:14 [2020-07-17T12:53:14.762Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 33.93MB / 57.46MB 3.4s 12:53:14 [2020-07-17T12:53:14.762Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 38.87MB / 54.14MB 3.6s 12:53:14 [2020-07-17T12:53:14.785Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% ############################## 42.6% ############################### 44.4% ################################# 46.2% ################################## 48.4% #################################### 50.2% ##################################### 52.2% ###################################### 53.8% ######################################## 56.2% ########################################## 58.4% ########################################### 60.2% ############################################ 61.9% ############################################# 63.5% ############################################### 65.4% ############################################### 66.4% ################################################# 68.2% ################################################## 69.6% ################################################### 71.7% #################################################### 73.3% ##################################################### 74.6% 12:53:14 [2020-07-17T12:53:14.785Z] #25 ... 12:53:14 [2020-07-17T12:53:14.785Z] 12:53:14 [2020-07-17T12:53:14.785Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:14 [2020-07-17T12:53:14.785Z] #47 52.17 syscall 12:53:14 [2020-07-17T12:53:14.785Z] #47 52.19 reflect 12:53:14 [2020-07-17T12:53:14.785Z] #47 60.43 context 12:53:14 [2020-07-17T12:53:14.785Z] #47 61.51 os 12:53:14 [2020-07-17T12:53:14.951Z] #11 DONE 1.8s 12:53:14 [2020-07-17T12:53:14.951Z] 12:53:14 [2020-07-17T12:53:14.951Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.534 + RM_GOPATH=0 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.534 + TMP_GOPATH= 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.534 + : /build 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.534 + '[' -z '' ']' 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.534 ++ mktemp -d 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.535 + export GOPATH=/tmp/tmp.gUD93p2bo0 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.535 + GOPATH=/tmp/tmp.gUD93p2bo0 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.535 + RM_GOPATH=1 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.535 + case "$(go env GOARCH)" in 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.536 ++ go env GOARCH 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.551 + export GO_BUILDMODE=-buildmode=pie 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.551 + GO_BUILDMODE=-buildmode=pie 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.551 ++ dirname /tmp/install/install.sh 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.555 + dir=/tmp/install 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.556 + bin=runc 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.558 + shift 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.558 + '[' '!' -f /tmp/install/runc.installer ']' 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.558 + . /tmp/install/runc.installer 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.558 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.558 + install_runc 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.559 + uname -r 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.559 + grep -q '^3\.10\.0.*\.el7\.' 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.562 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.562 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.562 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.562 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gUD93p2bo0/src/github.com/opencontainers/runc 12:53:14 [2020-07-17T12:53:14.951Z] #49 1.564 Cloning into '/tmp/tmp.gUD93p2bo0/src/github.com/opencontainers/runc'... 12:53:15 [2020-07-17T12:53:15.014Z] #33 5.184 -- Check for working C compiler: /usr/bin/cc 12:53:15 [2020-07-17T12:53:15.041Z] #47 ... 12:53:15 [2020-07-17T12:53:15.041Z] 12:53:15 [2020-07-17T12:53:15.041Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 37.39MB / 57.46MB 3.7s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 40.43MB / 96.51MB 3.9s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 41.73MB / 54.14MB 3.9s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 38.21MB / 73.55MB 3.9s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 40.77MB / 57.46MB 4.0s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 44.48MB / 54.14MB 4.2s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 45.71MB / 96.51MB 4.3s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 42.93MB / 73.55MB 4.3s 12:53:15 [2020-07-17T12:53:15.386Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 43.90MB / 57.46MB 4.3s 12:53:15 [2020-07-17T12:53:15.552Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% ############################## 42.6% ############################### 44.4% ################################# 46.2% ################################## 48.4% #################################### 50.2% ##################################### 52.2% ###################################### 53.8% ######################################## 56.2% ########################################## 58.4% ########################################### 60.2% ############################################ 61.9% ############################################# 63.5% ############################################### 65.4% ############################################### 66.4% ################################################# 68.2% ################################################## 69.6% ################################################### 71.7% #################################################### 73.3% ##################################################### 74.6% ####################################################### 76.5% ######################################################## 78.0% ######################################################### 79.7% ########################################################## 81.5% ########################################################### 82.9% ############################################################ 84.0% ############################################################# 85.9% 12:53:15 [2020-07-17T12:53:15.552Z] #25 ... 12:53:15 [2020-07-17T12:53:15.552Z] 12:53:15 [2020-07-17T12:53:15.552Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:15 [2020-07-17T12:53:15.552Z] #30 52.90 time 12:53:15 [2020-07-17T12:53:15.552Z] #30 58.43 internal/poll 12:53:15 [2020-07-17T12:53:15.552Z] #30 60.71 internal/syscall/execenv 12:53:15 [2020-07-17T12:53:15.552Z] #30 60.92 internal/syscall/unix 12:53:15 [2020-07-17T12:53:15.552Z] #30 61.24 os 12:53:15 [2020-07-17T12:53:15.580Z] #25 10.46 0.9% ## 3.4% #### 6.0% ###### 8.4% ######## 11.4% ######### 12.7% ########### 15.3% ############ 17.4% ############## 19.6% ################ 22.6% ################# 24.7% ################### 27.1% ##################### 30.1% ####################### 32.1% ######################### 34.9% ########################## 36.7% ############################ 39.7% ############################## 42.1% ################################ 44.7% ################################# 46.4% ################################## 48.1% #################################### 50.4% ##################################### 52.4% ###################################### 53.9% ####################################### 54.9% ######################################## 56.8% 12:53:15 [2020-07-17T12:53:15.580Z] #25 ... 12:53:15 [2020-07-17T12:53:15.580Z] 12:53:15 [2020-07-17T12:53:15.580Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:15 [2020-07-17T12:53:15.580Z] #38 52.89 Selecting previously unselected package libprotobuf-lite17:amd64. 12:53:15 [2020-07-17T12:53:15.580Z] #38 52.89 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 52.91 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 53.15 Selecting previously unselected package libprotobuf-dev:amd64. 12:53:15 [2020-07-17T12:53:15.580Z] #38 53.16 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 53.19 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 54.71 Selecting previously unselected package libprotoc17:amd64. 12:53:15 [2020-07-17T12:53:15.580Z] #38 54.72 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 54.73 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.43 Selecting previously unselected package protobuf-c-compiler. 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.44 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.45 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.60 Selecting previously unselected package protobuf-compiler. 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.60 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.62 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.72 Selecting previously unselected package python-pkg-resources. 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.74 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 55.77 Unpacking python-pkg-resources (40.8.0-1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.10 Selecting previously unselected package python-six. 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.14 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.15 Unpacking python-six (1.12.0-1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.25 Selecting previously unselected package python-protobuf. 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.26 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.28 Unpacking python-protobuf (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 56.90 Setting up python-pkg-resources (40.8.0-1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 61.42 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 61.45 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 61.47 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 61.48 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:53:15 [2020-07-17T12:53:15.580Z] #38 61.50 Setting up python-six (1.12.0-1) ... 12:53:15 [2020-07-17T12:53:15.807Z] #30 ... 12:53:15 [2020-07-17T12:53:15.807Z] 12:53:15 [2020-07-17T12:53:15.807Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:15 [2020-07-17T12:53:15.840Z] #38 ... 12:53:15 [2020-07-17T12:53:15.840Z] 12:53:15 [2020-07-17T12:53:15.840Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:16 [2020-07-17T12:53:16.030Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 47.28MB / 54.14MB 4.5s 12:53:16 [2020-07-17T12:53:16.031Z] #8 ... 12:53:16 [2020-07-17T12:53:16.031Z] 12:53:16 [2020-07-17T12:53:16.031Z] #59 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:53:16 [2020-07-17T12:53:16.031Z] #59 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:53:16 [2020-07-17T12:53:16.031Z] #59 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:53:16 [2020-07-17T12:53:16.031Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.6s done 12:53:16 [2020-07-17T12:53:16.031Z] #59 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:53:16 [2020-07-17T12:53:16.031Z] #59 unpacking docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 3.0s done 12:53:16 [2020-07-17T12:53:16.031Z] #59 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.6s done 12:53:16 [2020-07-17T12:53:16.031Z] #59 DONE 4.9s 12:53:16 [2020-07-17T12:53:16.031Z] 12:53:16 [2020-07-17T12:53:16.031Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:53:16 [2020-07-17T12:53:16.031Z] #8 ... 12:53:16 [2020-07-17T12:53:16.031Z] 12:53:16 [2020-07-17T12:53:16.031Z] #21 [internal] load build context 12:53:16 [2020-07-17T12:53:16.031Z] #21 transferring context: 39.01MB 5.0s 12:53:16 [2020-07-17T12:53:16.319Z] #25 10.19 1.1% ## 3.3% ### 5.4% ##### 7.5% ###### 9.1% ####### 10.8% ######### 13.3% ########## 14.8% ############ 17.0% ############# 18.2% ############# 19.2% ############### 20.8% ############### 22.2% ################# 23.8% ################## 25.3% ################### 27.0% #################### 28.8% ##################### 29.9% ###################### 31.2% ####################### 32.7% ######################## 34.6% ########################## 36.3% ########################### 37.8% ############################ 39.2% ############################# 41.0% ############################## 42.6% ############################### 44.4% ################################# 46.2% ################################## 48.4% #################################### 50.2% ##################################### 52.2% ###################################### 53.8% ######################################## 56.2% ########################################## 58.4% ########################################### 60.2% ############################################ 61.9% ############################################# 63.5% ############################################### 65.4% ############################################### 66.4% ################################################# 68.2% ################################################## 69.6% ################################################### 71.7% #################################################### 73.3% ##################################################### 74.6% ####################################################### 76.5% ######################################################## 78.0% ######################################################### 79.7% ########################################################## 81.5% ########################################################### 82.9% ############################################################ 84.0% ############################################################# 85.9% ############################################################### 87.8% ################################################################ 88.9% ################################################################# 90.4% ################################################################## 91.7% ################################################################### 93.3% #################################################################### 95.2% ###################################################################### 97.6% ######################################################################## 100.0% 12:53:16 [2020-07-17T12:53:16.394Z] #33 6.291 -- Check for working C compiler: /usr/bin/cc -- works 12:53:16 [2020-07-17T12:53:16.394Z] #33 6.293 -- Detecting C compiler ABI info 12:53:16 [2020-07-17T12:53:16.575Z] #25 16.45 12:53:16 [2020-07-17T12:53:16.575Z] #25 ... 12:53:16 [2020-07-17T12:53:16.575Z] 12:53:16 [2020-07-17T12:53:16.575Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:16 [2020-07-17T12:53:16.575Z] #38 53.79 Selecting previously unselected package protobuf-c-compiler. 12:53:16 [2020-07-17T12:53:16.575Z] #38 53.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 53.79 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.04 Selecting previously unselected package protobuf-compiler. 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.06 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.07 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.24 Selecting previously unselected package python-pkg-resources. 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.26 Unpacking python-pkg-resources (40.8.0-1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.55 Selecting previously unselected package python-six. 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.55 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.55 Unpacking python-six (1.12.0-1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.67 Selecting previously unselected package python-protobuf. 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.69 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 54.70 Unpacking python-protobuf (3.6.1.3-2) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 55.28 Setting up python-pkg-resources (40.8.0-1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 60.00 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 60.02 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 60.03 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 60.05 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... 12:53:16 [2020-07-17T12:53:16.575Z] #38 60.07 Setting up python-six (1.12.0-1) ... 12:53:16 [2020-07-17T12:53:16.831Z] #38 ... 12:53:16 [2020-07-17T12:53:16.831Z] 12:53:16 [2020-07-17T12:53:16.831Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.65 Selecting previously unselected package binutils-mingw-w64. 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.66 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.82 Selecting previously unselected package libdevmapper1.02.1:amd64. 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.83 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 61.84 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.08 Selecting previously unselected package dmsetup. 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.11 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.12 Unpacking dmsetup (2:1.02.155-3) ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.35 Selecting previously unselected package mingw-w64-common. 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.38 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:53:16 [2020-07-17T12:53:16.831Z] #10 62.39 Unpacking mingw-w64-common (6.0.0-3) ... 12:53:16 [2020-07-17T12:53:16.879Z] #25 10.46 0.9% ## 3.4% #### 6.0% ###### 8.4% ######## 11.4% ######### 12.7% ########### 15.3% ############ 17.4% ############## 19.6% ################ 22.6% ################# 24.7% ################### 27.1% ##################### 30.1% ####################### 32.1% ######################### 34.9% ########################## 36.7% ############################ 39.7% ############################## 42.1% ################################ 44.7% ################################# 46.4% ################################## 48.1% #################################### 50.4% ##################################### 52.4% ###################################### 53.9% ####################################### 54.9% ######################################## 56.8% ########################################## 59.2% ############################################ 61.5% ############################################# 63.1% ############################################## 64.9% ############################################### 66.5% ################################################# 68.1% ################################################## 70.5% ################################################### 71.9% #################################################### 73.4% ###################################################### 75.1% 12:53:16 [2020-07-17T12:53:16.879Z] #25 ... 12:53:16 [2020-07-17T12:53:16.879Z] 12:53:16 [2020-07-17T12:53:16.879Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:16 [2020-07-17T12:53:16.879Z] #30 53.95 time 12:53:16 [2020-07-17T12:53:16.879Z] #30 59.18 internal/poll 12:53:16 [2020-07-17T12:53:16.879Z] #30 61.31 internal/syscall/execenv 12:53:16 [2020-07-17T12:53:16.879Z] #30 61.54 internal/syscall/unix 12:53:16 [2020-07-17T12:53:16.879Z] #30 61.94 os 12:53:16 [2020-07-17T12:53:16.879Z] #30 63.74 internal/fmtsort 12:53:16 [2020-07-17T12:53:16.879Z] #30 ... 12:53:16 [2020-07-17T12:53:16.879Z] 12:53:16 [2020-07-17T12:53:16.879Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:16 [2020-07-17T12:53:16.963Z] #33 7.103 -- Detecting C compiler ABI info - done 12:53:16 [2020-07-17T12:53:16.963Z] #33 7.145 -- Detecting C compile features 12:53:17 [2020-07-17T12:53:17.016Z] #49 ... 12:53:17 [2020-07-17T12:53:17.016Z] 12:53:17 [2020-07-17T12:53:17.016Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:53:17 [2020-07-17T12:53:17.016Z] #12 DONE 1.6s 12:53:17 [2020-07-17T12:53:17.016Z] 12:53:17 [2020-07-17T12:53:17.016Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.44 AR soccr/libsoccr.a 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.45 make[1]: 'soccr/libsoccr.a' is up to date. 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.62 DEP criu/arch/s390/sigframe.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.70 DEP criu/arch/s390/crtools.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.83 DEP criu/arch/s390/cpu.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 35.92 CC criu/arch/s390/cpu.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 36.23 CC criu/arch/s390/crtools.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.01 CC criu/arch/s390/sigframe.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.16 LINK criu/arch/s390/crtools.built-in.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.19 DEP criu/pie/util-vdso.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.33 DEP criu/pie/util.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.42 CC criu/pie/util.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 37.64 CC criu/pie/util-vdso.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.03 AR criu/pie/pie.lib.a 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.07 DEP criu/pie/restorer.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.33 DEP criu/arch/s390/restorer.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.54 DEP criu/arch/s390/vdso-pie.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.69 DEP criu/pie/parasite-vdso.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 38.92 DEP criu/pie/parasite.d 12:53:17 [2020-07-17T12:53:17.016Z] #39 39.18 CC criu/pie/parasite.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 40.04 LINK criu/pie/parasite.built-in.o 12:53:17 [2020-07-17T12:53:17.016Z] #39 40.06 GEN criu/pie/parasite-blob.h 12:53:17 [2020-07-17T12:53:17.016Z] #39 40.08 CC criu/pie/parasite-vdso.o 12:53:17 [2020-07-17T12:53:17.186Z] #21 transferring context: 51.31MB 6.0s done 12:53:17 [2020-07-17T12:53:17.186Z] #21 DONE 6.0s 12:53:17 [2020-07-17T12:53:17.186Z] 12:53:17 [2020-07-17T12:53:17.186Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 65.69MB / 96.51MB 5.7s 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:0cad52b1770a1b4a84068be3efe78098837be582f5905e627b2cdba07e641fd1 54.14MB / 54.14MB 5.0s done 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 58.06MB / 73.55MB 5.7s 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:bf65a8c1ffe0371d22a42dfd9c0b4ac2900e0ca4d9d12502c488c59d3aff6aee 57.46MB / 57.46MB 5.6s done 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 73.78MB / 96.51MB 6.0s 12:53:17 [2020-07-17T12:53:17.186Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 61.85MB / 73.55MB 6.0s 12:53:17 [2020-07-17T12:53:17.307Z] #39 40.54 CC criu/arch/s390/vdso-pie.o 12:53:17 [2020-07-17T12:53:17.307Z] #39 40.73 CC criu/arch/s390/restorer.o 12:53:17 [2020-07-17T12:53:17.482Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 81.25MB / 96.51MB 6.3s 12:53:17 [2020-07-17T12:53:17.482Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 67.53MB / 73.55MB 6.3s 12:53:17 [2020-07-17T12:53:17.597Z] #39 40.95 CC criu/pie/restorer.o 12:53:17 [2020-07-17T12:53:17.776Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 88.07MB / 96.51MB 6.6s 12:53:17 [2020-07-17T12:53:17.776Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 73.04MB / 73.55MB 6.6s 12:53:17 [2020-07-17T12:53:17.921Z] #39 ... 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:17 [2020-07-17T12:53:17.921Z] #54 72.75 + for f in rootlesskit rootlesskit-docker-proxy 12:53:17 [2020-07-17T12:53:17.921Z] #54 72.75 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:53:17 [2020-07-17T12:53:17.921Z] #54 DONE 78.1s 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:17 [2020-07-17T12:53:17.921Z] #41 72.57 mime 12:53:17 [2020-07-17T12:53:17.921Z] #41 73.77 net/http/internal 12:53:17 [2020-07-17T12:53:17.921Z] #41 75.28 net/textproto 12:53:17 [2020-07-17T12:53:17.921Z] #41 75.29 crypto/x509 12:53:17 [2020-07-17T12:53:17.921Z] #41 76.34 vendor/golang.org/x/net/http/httpguts 12:53:17 [2020-07-17T12:53:17.921Z] #41 76.61 vendor/golang.org/x/net/http/httpproxy 12:53:17 [2020-07-17T12:53:17.921Z] #41 77.07 mime/multipart 12:53:17 [2020-07-17T12:53:17.921Z] #41 ... 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:53:17 [2020-07-17T12:53:17.921Z] #55 DONE 0.1s 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:53:17 [2020-07-17T12:53:17.921Z] #13 ... 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:53:17 [2020-07-17T12:53:17.921Z] #56 DONE 0.1s 12:53:17 [2020-07-17T12:53:17.921Z] 12:53:17 [2020-07-17T12:53:17.921Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:53:17 [2020-07-17T12:53:17.921Z] #13 1.356 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:53:18 [2020-07-17T12:53:18.072Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 94.21MB / 96.51MB 6.7s 12:53:18 [2020-07-17T12:53:18.072Z] #8 sha256:7355b492f1f701da421ddd7977f8f9ee92f9f31598a5645d08dfa1b430004aa7 73.55MB / 73.55MB 6.6s done 12:53:18 [2020-07-17T12:53:18.072Z] #8 sha256:3e2e3e16099d85c1547ab9b9dfb3e0d897192f4b2878e3e55aa56bc23ede501b 96.51MB / 96.51MB 6.8s done 12:53:18 [2020-07-17T12:53:18.072Z] #8 unpacking docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 12:53:18 [2020-07-17T12:53:18.231Z] #13 DONE 1.5s 12:53:18 [2020-07-17T12:53:18.231Z] 12:53:18 [2020-07-17T12:53:18.231Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:18 [2020-07-17T12:53:18.231Z] #45 ... 12:53:18 [2020-07-17T12:53:18.231Z] 12:53:18 [2020-07-17T12:53:18.231Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:18 [2020-07-17T12:53:18.231Z] #41 78.51 crypto/tls 12:53:18 [2020-07-17T12:53:18.437Z] #25 10.46 0.9% ## 3.4% #### 6.0% ###### 8.4% ######## 11.4% ######### 12.7% ########### 15.3% ############ 17.4% ############## 19.6% ################ 22.6% ################# 24.7% ################### 27.1% ##################### 30.1% ####################### 32.1% ######################### 34.9% ########################## 36.7% ############################ 39.7% ############################## 42.1% ################################ 44.7% ################################# 46.4% ################################## 48.1% #################################### 50.4% ##################################### 52.4% ###################################### 53.9% ####################################### 54.9% ######################################## 56.8% ########################################## 59.2% ############################################ 61.5% ############################################# 63.1% ############################################## 64.9% ############################################### 66.5% ################################################# 68.1% ################################################## 70.5% ################################################### 71.9% #################################################### 73.4% ###################################################### 75.1% ####################################################### 76.4% ######################################################## 78.4% ######################################################### 79.5% ########################################################## 81.2% ########################################################### 82.4% ############################################################ 83.4% ############################################################# 85.2% ############################################################## 86.6% ############################################################### 88.5% ################################################################ 89.6% ################################################################# 90.9% ################################################################## 92.9% #################################################################### 95.0% ##################################################################### 97.1% ####################################################################### 99.5% ######################################################################## 100.0% 12:53:18 [2020-07-17T12:53:18.437Z] #25 15.97 12:53:19 [2020-07-17T12:53:19.377Z] #25 16.91 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:53:19 [2020-07-17T12:53:19.474Z] #10 ... 12:53:19 [2020-07-17T12:53:19.474Z] 12:53:19 [2020-07-17T12:53:19.474Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:19 [2020-07-17T12:53:19.474Z] #41 56.28 time 12:53:19 [2020-07-17T12:53:19.474Z] #41 61.85 internal/fmtsort 12:53:19 [2020-07-17T12:53:19.474Z] #41 62.53 strings 12:53:19 [2020-07-17T12:53:19.474Z] #41 63.04 os 12:53:19 [2020-07-17T12:53:19.474Z] #41 65.84 regexp/syntax 12:53:19 [2020-07-17T12:53:19.474Z] #41 ... 12:53:19 [2020-07-17T12:53:19.474Z] 12:53:19 [2020-07-17T12:53:19.474Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:19 [2020-07-17T12:53:19.474Z] #25 17.30 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:53:19 [2020-07-17T12:53:19.474Z] #25 17.71 12:53:19 [2020-07-17T12:53:19.474Z] #25 17.91 ######################################################################## 100.0% 12:53:19 [2020-07-17T12:53:19.474Z] #25 18.05 12:53:19 [2020-07-17T12:53:19.474Z] #25 18.90 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:53:19 [2020-07-17T12:53:19.474Z] #25 19.35 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.282 -- Detecting C compile features - done 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.314 -- Performing Test HAS_BUILTIN_FORTIFY 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.540 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.628 -- Configuring done 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.662 -- Generating done 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.668 -- Build files have been written to: /tmp/tmp.PIGwqTbqZ1/tini 12:53:19 [2020-07-17T12:53:19.503Z] #33 9.685 + make tini-static 12:53:19 [2020-07-17T12:53:19.731Z] #25 19.54 0.6% ####################################################### 77.0% ######################################################################## 100.0% 12:53:19 [2020-07-17T12:53:19.763Z] #33 ... 12:53:19 [2020-07-17T12:53:19.763Z] 12:53:19 [2020-07-17T12:53:19.763Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:19 [2020-07-17T12:53:19.763Z] #10 75.43 Selecting previously unselected package gcc-mingw-w64-base. 12:53:19 [2020-07-17T12:53:19.763Z] #10 75.44 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:19 [2020-07-17T12:53:19.763Z] #10 75.45 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:53:19 [2020-07-17T12:53:19.946Z] #25 17.38 12:53:19 [2020-07-17T12:53:19.998Z] #25 19.77 12:53:20 [2020-07-17T12:53:20.023Z] #10 75.67 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:53:20 [2020-07-17T12:53:20.023Z] #10 75.69 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:20 [2020-07-17T12:53:20.023Z] #10 75.69 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:20 [2020-07-17T12:53:20.206Z] #25 17.60 # 2.2% ######################################################################## 100.0% 12:53:20 [2020-07-17T12:53:20.360Z] #41 ... 12:53:20 [2020-07-17T12:53:20.360Z] 12:53:20 [2020-07-17T12:53:20.360Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:53:20 [2020-07-17T12:53:20.360Z] #14 DONE 1.7s 12:53:20 [2020-07-17T12:53:20.360Z] 12:53:20 [2020-07-17T12:53:20.360Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:20 [2020-07-17T12:53:20.360Z] #39 42.92 LINK criu/pie/restorer.built-in.o 12:53:20 [2020-07-17T12:53:20.360Z] #39 42.93 GEN criu/pie/restorer-blob.h 12:53:20 [2020-07-17T12:53:20.360Z] #39 42.97 DEP criu/vdso.d 12:53:20 [2020-07-17T12:53:20.360Z] #39 43.22 DEP criu/uts_ns.d 12:53:20 [2020-07-17T12:53:20.360Z] #39 43.39 DEP criu/util.d 12:53:20 [2020-07-17T12:53:20.360Z] #39 43.58 DEP criu/uffd.d 12:53:20 [2020-07-17T12:53:20.360Z] #39 43.69 DEP criu/tun.d 12:53:20 [2020-07-17T12:53:20.360Z] #39 43.76 DEP criu/tty.d 12:53:20 [2020-07-17T12:53:20.466Z] #25 17.79 12:53:20 [2020-07-17T12:53:20.561Z] #25 20.49 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:53:20 [2020-07-17T12:53:20.561Z] #25 20.56 skipping existing c35d46ef359f 12:53:20 [2020-07-17T12:53:20.593Z] #10 ... 12:53:20 [2020-07-17T12:53:20.593Z] 12:53:20 [2020-07-17T12:53:20.593Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:20 [2020-07-17T12:53:20.593Z] #41 66.25 fmt 12:53:20 [2020-07-17T12:53:20.593Z] #41 69.90 regexp 12:53:20 [2020-07-17T12:53:20.593Z] #41 72.81 flag 12:53:20 [2020-07-17T12:53:20.593Z] #41 73.98 go/token 12:53:20 [2020-07-17T12:53:20.593Z] #41 74.53 internal/lazyregexp 12:53:20 [2020-07-17T12:53:20.593Z] #41 74.86 net/url 12:53:20 [2020-07-17T12:53:20.593Z] #41 74.96 go/scanner 12:53:20 [2020-07-17T12:53:20.593Z] #41 76.31 go/ast 12:53:20 [2020-07-17T12:53:20.593Z] #41 ... 12:53:20 [2020-07-17T12:53:20.593Z] 12:53:20 [2020-07-17T12:53:20.593Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:20 [2020-07-17T12:53:20.593Z] #39 4.731 Note: Building without setproctitle() and strlcpy() support. 12:53:20 [2020-07-17T12:53:20.593Z] #39 4.732 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:53:20 [2020-07-17T12:53:20.593Z] #39 4.750 Note: Building without GnuTLS support 12:53:20 [2020-07-17T12:53:20.593Z] #39 4.765 Makefile.config:39: Warn: you have no libnftables installed 12:53:20 [2020-07-17T12:53:20.593Z] #39 4.775 Makefile.config:40: Warn: Building without nftables support 12:53:20 [2020-07-17T12:53:20.593Z] #39 6.799 fatal: not a git repository (or any of the parent directories): .git 12:53:20 [2020-07-17T12:53:20.593Z] #39 6.871 GEN .gitid 12:53:20 [2020-07-17T12:53:20.593Z] #39 6.909 GEN criu/include/version.h 12:53:20 [2020-07-17T12:53:20.593Z] #39 6.981 GEN include/common/asm 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.529 PBCC images/timens.pb-c.c 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.567 DEP images/timens.pb-c.d 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.627 PBCC images/fown.pb-c.c 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.653 PBCC images/google/protobuf/descriptor.pb-c.c 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.709 PBCC images/opts.pb-c.c 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.770 PBCC images/memfd.pb-c.c 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.859 DEP images/fown.pb-c.d 12:53:20 [2020-07-17T12:53:20.593Z] #39 8.949 DEP images/google/protobuf/descriptor.pb-c.d 12:53:20 [2020-07-17T12:53:20.593Z] #39 9.006 DEP images/opts.pb-c.d 12:53:20 [2020-07-17T12:53:20.651Z] #39 43.83 DEP criu/timerfd.d 12:53:20 [2020-07-17T12:53:20.651Z] #39 43.99 DEP criu/timens.d 12:53:20 [2020-07-17T12:53:20.817Z] #25 20.65 12:53:20 [2020-07-17T12:53:20.853Z] #39 9.088 DEP images/memfd.pb-c.d 12:53:20 [2020-07-17T12:53:20.853Z] #39 9.160 PBCC images/sit.pb-c.c 12:53:20 [2020-07-17T12:53:20.853Z] #39 9.182 DEP images/sit.pb-c.d 12:53:20 [2020-07-17T12:53:20.853Z] #39 9.257 PBCC images/macvlan.pb-c.c 12:53:20 [2020-07-17T12:53:20.941Z] #39 44.15 DEP criu/sysfs_parse.d 12:53:20 [2020-07-17T12:53:20.941Z] #39 44.29 DEP criu/sysctl.d 12:53:21 [2020-07-17T12:53:21.046Z] #25 18.70 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:53:21 [2020-07-17T12:53:21.113Z] #39 9.265 DEP images/macvlan.pb-c.d 12:53:21 [2020-07-17T12:53:21.113Z] #39 9.337 PBCC images/autofs.pb-c.c 12:53:21 [2020-07-17T12:53:21.113Z] #39 9.405 DEP images/autofs.pb-c.d 12:53:21 [2020-07-17T12:53:21.113Z] #39 ... 12:53:21 [2020-07-17T12:53:21.113Z] 12:53:21 [2020-07-17T12:53:21.113Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:21 [2020-07-17T12:53:21.113Z] #41 76.76 text/template/parse 12:53:21 [2020-07-17T12:53:21.236Z] #39 44.39 DEP criu/string.d 12:53:21 [2020-07-17T12:53:21.236Z] #39 44.42 DEP criu/stats.d 12:53:21 [2020-07-17T12:53:21.236Z] #39 44.46 DEP criu/sockets.d 12:53:21 [2020-07-17T12:53:21.236Z] #39 44.52 DEP criu/sk-unix.d 12:53:21 [2020-07-17T12:53:21.236Z] #39 ... 12:53:21 [2020-07-17T12:53:21.236Z] 12:53:21 [2020-07-17T12:53:21.236Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:53:21 [2020-07-17T12:53:21.236Z] #15 DONE 1.4s 12:53:21 [2020-07-17T12:53:21.236Z] 12:53:21 [2020-07-17T12:53:21.236Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:21 [2020-07-17T12:53:21.236Z] #39 44.60 DEP criu/sk-tcp.d 12:53:21 [2020-07-17T12:53:21.528Z] #39 44.72 DEP criu/sk-queue.d 12:53:21 [2020-07-17T12:53:21.528Z] #39 44.80 DEP criu/sk-packet.d 12:53:21 [2020-07-17T12:53:21.528Z] #39 44.90 DEP criu/sk-netlink.d 12:53:21 [2020-07-17T12:53:21.528Z] #39 45.05 DEP criu/sk-inet.d 12:53:21 [2020-07-17T12:53:21.633Z] #25 18.98 12:53:21 [2020-07-17T12:53:21.733Z] Client: Docker Engine - Community 12:53:21 [2020-07-17T12:53:21.733Z] Version: 19.03.12 12:53:21 [2020-07-17T12:53:21.733Z] API version: 1.40 12:53:21 [2020-07-17T12:53:21.733Z] Go version: go1.13.10 12:53:21 [2020-07-17T12:53:21.733Z] Git commit: 48a6621 12:53:21 [2020-07-17T12:53:21.733Z] Built: Mon Jun 22 15:46:32 2020 12:53:21 [2020-07-17T12:53:21.733Z] OS/Arch: linux/arm64 12:53:21 [2020-07-17T12:53:21.733Z] Experimental: false 12:53:21 [2020-07-17T12:53:21.733Z] 12:53:21 [2020-07-17T12:53:21.733Z] Server: Docker Engine - Community 12:53:21 [2020-07-17T12:53:21.733Z] Engine: 12:53:21 [2020-07-17T12:53:21.733Z] Version: 19.03.12 12:53:21 [2020-07-17T12:53:21.733Z] API version: 1.40 (minimum version 1.12) 12:53:21 [2020-07-17T12:53:21.733Z] Go version: go1.13.10 12:53:21 [2020-07-17T12:53:21.733Z] Git commit: 48a6621 12:53:21 [2020-07-17T12:53:21.733Z] Built: Mon Jun 22 15:45:04 2020 12:53:21 [2020-07-17T12:53:21.733Z] OS/Arch: linux/arm64 12:53:21 [2020-07-17T12:53:21.733Z] Experimental: true 12:53:21 [2020-07-17T12:53:21.733Z] containerd: 12:53:21 [2020-07-17T12:53:21.733Z] Version: 1.2.13 12:53:21 [2020-07-17T12:53:21.733Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:53:21 [2020-07-17T12:53:21.733Z] runc: 12:53:21 [2020-07-17T12:53:21.733Z] Version: 1.0.0-rc10 12:53:21 [2020-07-17T12:53:21.733Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:53:21 [2020-07-17T12:53:21.733Z] docker-init: 12:53:21 [2020-07-17T12:53:21.733Z] Version: 0.18.0 12:53:21 [2020-07-17T12:53:21.733Z] GitCommit: fec3683 12:53:21 [2020-07-17T12:53:21.753Z] #25 21.52 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [Pipeline] sh 12:53:21 [2020-07-17T12:53:21.821Z] #39 45.21 DEP criu/signalfd.d 12:53:21 [2020-07-17T12:53:21.821Z] #39 45.34 DEP criu/sigframe.d 12:53:21 [2020-07-17T12:53:21.893Z] #25 19.21 0.6% ###################################################### 75.9% ######################################################################## 100.0% 12:53:21 [2020-07-17T12:53:21.893Z] #25 19.41 12:53:22 [2020-07-17T12:53:22.011Z] #25 21.85 12:53:22 [2020-07-17T12:53:22.011Z] #25 ... 12:53:22 [2020-07-17T12:53:22.011Z] 12:53:22 [2020-07-17T12:53:22.011Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.33 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.35 Setting up xxd (2:8.1.0875-5) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.36 Setting up libuv1:amd64 (1.24.1-1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.39 Setting up vim-common (2:8.1.0875-5) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.44 Setting up librhash0:amd64 (1.3.8-1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.46 Setting up cmake-data (3.13.4-1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.50 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.52 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.53 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.57 Setting up cmake (3.13.4-1) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.60 Processing triggers for libc-bin (2.28-10) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 64.66 Processing triggers for mime-support (3.62) ... 12:53:22 [2020-07-17T12:53:22.011Z] #32 DONE 69.3s 12:53:22 [2020-07-17T12:53:22.011Z] 12:53:22 [2020-07-17T12:53:22.011Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:22 [2020-07-17T12:53:22.011Z] #25 22.09 ######################################################################## 100.0% 12:53:22 [2020-07-17T12:53:22.052Z] #41 ... 12:53:22 [2020-07-17T12:53:22.052Z] 12:53:22 [2020-07-17T12:53:22.052Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:22 [2020-07-17T12:53:22.052Z] #33 10.06 Scanning dependencies of target tini-static 12:53:22 [2020-07-17T12:53:22.052Z] #33 10.25 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:53:22 [2020-07-17T12:53:22.052Z] #33 11.57 [100%] Linking C executable tini-static 12:53:22 [2020-07-17T12:53:22.052Z] #33 12.08 [100%] Built target tini-static 12:53:22 [2020-07-17T12:53:22.052Z] #33 12.15 + mkdir -p /build 12:53:22 [2020-07-17T12:53:22.052Z] #33 12.16 + cp tini-static /build/docker-init 12:53:22 [2020-07-17T12:53:22.052Z] #33 DONE 12.4s 12:53:22 [2020-07-17T12:53:22.074Z] + docker info 12:53:22 [2020-07-17T12:53:22.111Z] #39 45.42 DEP criu/shmem.d 12:53:22 [2020-07-17T12:53:22.111Z] #39 45.53 DEP criu/servicefd.d 12:53:22 [2020-07-17T12:53:22.111Z] #39 45.61 DEP criu/seize.d 12:53:22 [2020-07-17T12:53:22.267Z] #25 22.35 12:53:22 [2020-07-17T12:53:22.312Z] 12:53:22 [2020-07-17T12:53:22.312Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.445 PBCC images/sysctl.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.485 DEP images/sysctl.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.570 PBCC images/time.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.657 DEP images/time.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.709 PBCC images/binfmt-misc.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.753 DEP images/binfmt-misc.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.793 PBCC images/seccomp.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.801 DEP images/seccomp.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.851 PBCC images/userns.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.878 DEP images/userns.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.926 PBCC images/cgroup.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 9.981 DEP images/cgroup.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.07 PBCC images/ext-file.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.10 DEP images/ext-file.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.14 PBCC images/rpc.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.19 DEP images/rpc.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.26 PBCC images/siginfo.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.35 DEP images/siginfo.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.39 PBCC images/pagemap.pb-c.c 12:53:22 [2020-07-17T12:53:22.312Z] #39 10.56 DEP images/pagemap.pb-c.d 12:53:22 [2020-07-17T12:53:22.312Z] #39 ... 12:53:22 [2020-07-17T12:53:22.312Z] 12:53:22 [2020-07-17T12:53:22.312Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:22 [2020-07-17T12:53:22.312Z] #30 68.07 io/ioutil 12:53:22 [2020-07-17T12:53:22.312Z] #30 70.89 flag 12:53:22 [2020-07-17T12:53:22.312Z] #30 70.91 github.com/BurntSushi/toml 12:53:22 [2020-07-17T12:53:22.312Z] #30 72.84 log 12:53:22 [2020-07-17T12:53:22.312Z] #30 75.37 github.com/BurntSushi/toml/cmd/tomlv 12:53:22 [2020-07-17T12:53:22.404Z] #39 45.73 DEP criu/seccomp.d 12:53:22 [2020-07-17T12:53:22.565Z] #25 22.43 Download of images into '/build' complete. 12:53:22 [2020-07-17T12:53:22.565Z] #25 22.43 Use something like the following to load the result into a Docker daemon: 12:53:22 [2020-07-17T12:53:22.565Z] #25 22.43 tar -cC '/build' . | docker load 12:53:22 [2020-07-17T12:53:22.565Z] #25 DONE 22.6s 12:53:22 [2020-07-17T12:53:22.565Z] 12:53:22 [2020-07-17T12:53:22.565Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:22 [2020-07-17T12:53:22.565Z] #10 69.58 Selecting previously unselected package mingw-w64-x86-64-dev. 12:53:22 [2020-07-17T12:53:22.565Z] #10 69.65 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:53:22 [2020-07-17T12:53:22.565Z] #10 69.65 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:53:22 [2020-07-17T12:53:22.572Z] #30 ... 12:53:22 [2020-07-17T12:53:22.572Z] 12:53:22 [2020-07-17T12:53:22.572Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:22 [2020-07-17T12:53:22.572Z] #39 10.75 PBCC images/rlimit.pb-c.c 12:53:22 [2020-07-17T12:53:22.572Z] #39 10.79 DEP images/rlimit.pb-c.d 12:53:22 [2020-07-17T12:53:22.572Z] #39 10.94 PBCC images/file-lock.pb-c.c 12:53:22 [2020-07-17T12:53:22.695Z] #39 ... 12:53:22 [2020-07-17T12:53:22.695Z] 12:53:22 [2020-07-17T12:53:22.695Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:53:22 [2020-07-17T12:53:22.695Z] #16 DONE 1.4s 12:53:22 [2020-07-17T12:53:22.695Z] 12:53:22 [2020-07-17T12:53:22.695Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:22 [2020-07-17T12:53:22.695Z] #39 45.89 DEP criu/rst-malloc.d 12:53:22 [2020-07-17T12:53:22.695Z] #39 45.94 DEP criu/rbtree.d 12:53:22 [2020-07-17T12:53:22.695Z] #39 45.97 DEP criu/pstree.d 12:53:22 [2020-07-17T12:53:22.695Z] #39 46.10 DEP criu/protobuf.d 12:53:22 [2020-07-17T12:53:22.832Z] #39 11.01 DEP images/file-lock.pb-c.d 12:53:22 [2020-07-17T12:53:22.832Z] #39 11.12 PBCC images/tty.pb-c.c 12:53:22 [2020-07-17T12:53:22.832Z] #39 11.15 DEP images/tty.pb-c.d 12:53:22 [2020-07-17T12:53:22.832Z] #39 11.25 PBCC images/tun.pb-c.c 12:53:22 [2020-07-17T12:53:22.888Z] #25 ... 12:53:22 [2020-07-17T12:53:22.888Z] 12:53:22 [2020-07-17T12:53:22.888Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:22 [2020-07-17T12:53:22.888Z] #41 59.96 internal/poll 12:53:22 [2020-07-17T12:53:22.888Z] #41 62.25 os 12:53:22 [2020-07-17T12:53:22.888Z] #41 64.82 strings 12:53:22 [2020-07-17T12:53:22.888Z] #41 66.96 fmt 12:53:22 [2020-07-17T12:53:22.888Z] #41 67.84 path/filepath 12:53:22 [2020-07-17T12:53:22.888Z] #41 69.70 regexp/syntax 12:53:22 [2020-07-17T12:53:22.888Z] #41 ... 12:53:22 [2020-07-17T12:53:22.888Z] 12:53:22 [2020-07-17T12:53:22.888Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:22 [2020-07-17T12:53:22.888Z] #32 61.33 Selecting previously unselected package libxml2:amd64. 12:53:22 [2020-07-17T12:53:22.888Z] #32 61.33 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 61.34 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.04 Selecting previously unselected package libarchive13:amd64. 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.06 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.09 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.41 Selecting previously unselected package libjsoncpp1:amd64. 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.41 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.42 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.65 Selecting previously unselected package librhash0:amd64. 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.67 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.68 Unpacking librhash0:amd64 (1.3.8-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.89 Selecting previously unselected package libuv1:amd64. 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.91 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 62.92 Unpacking libuv1:amd64 (1.24.1-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 63.16 Selecting previously unselected package cmake. 12:53:22 [2020-07-17T12:53:22.888Z] #32 63.17 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 63.17 Unpacking cmake (3.13.4-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.87 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.89 Setting up xxd (2:8.1.0875-5) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.91 Setting up libuv1:amd64 (1.24.1-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.92 Setting up vim-common (2:8.1.0875-5) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.97 Setting up librhash0:amd64 (1.3.8-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 66.98 Setting up cmake-data (3.13.4-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.00 Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.02 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.03 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.06 Setting up cmake (3.13.4-1) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.07 Processing triggers for libc-bin (2.28-10) ... 12:53:22 [2020-07-17T12:53:22.888Z] #32 67.15 Processing triggers for mime-support (3.62) ... 12:53:22 [2020-07-17T12:53:22.985Z] #39 46.21 GEN criu/protobuf-desc-gen.h 12:53:23 [2020-07-17T12:53:23.091Z] #39 11.32 PBCC images/netdev.pb-c.c 12:53:23 [2020-07-17T12:53:23.091Z] #39 11.42 DEP images/tun.pb-c.d 12:53:23 [2020-07-17T12:53:23.148Z] #32 ... 12:53:23 [2020-07-17T12:53:23.149Z] 12:53:23 [2020-07-17T12:53:23.149Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:23 [2020-07-17T12:53:23.149Z] #25 20.61 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:53:23 [2020-07-17T12:53:23.149Z] #25 20.73 skipping existing c35d46ef359f 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.59 DEP images/netdev.pb-c.d 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.65 PBCC images/vma.pb-c.c 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.70 DEP images/vma.pb-c.d 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.75 PBCC images/creds.pb-c.c 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.78 DEP images/creds.pb-c.d 12:53:23 [2020-07-17T12:53:23.382Z] #39 11.84 PBCC images/utsns.pb-c.c 12:53:23 [2020-07-17T12:53:23.382Z] #39 ... 12:53:23 [2020-07-17T12:53:23.382Z] 12:53:23 [2020-07-17T12:53:23.382Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:23 [2020-07-17T12:53:23.382Z] #47 69.17 fmt 12:53:23 [2020-07-17T12:53:23.382Z] #47 74.36 encoding/json 12:53:23 [2020-07-17T12:53:23.382Z] #47 76.17 github.com/pkg/diff 12:53:23 [2020-07-17T12:53:23.382Z] #47 78.28 go/ast 12:53:23 [2020-07-17T12:53:23.408Z] #25 20.85 12:53:23 [2020-07-17T12:53:23.652Z] #47 ... 12:53:23 [2020-07-17T12:53:23.652Z] 12:53:23 [2020-07-17T12:53:23.652Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:23 [2020-07-17T12:53:23.652Z] #39 11.92 DEP images/utsns.pb-c.d 12:53:23 [2020-07-17T12:53:23.913Z] #39 11.99 PBCC images/ipc-desc.pb-c.c 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.01 PBCC images/ipc-sem.pb-c.c 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.02 DEP images/ipc-desc.pb-c.d 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.08 DEP images/ipc-sem.pb-c.d 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.19 PBCC images/ipc-msg.pb-c.c 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.21 DEP images/ipc-msg.pb-c.d 12:53:23 [2020-07-17T12:53:23.913Z] #39 12.27 PBCC images/ipc-shm.pb-c.c 12:53:23 [2020-07-17T12:53:23.993Z] #25 ... 12:53:23 [2020-07-17T12:53:23.993Z] 12:53:23 [2020-07-17T12:53:23.993Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.17 Selecting previously unselected package libdevmapper1.02.1:amd64. 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.19 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.48 Selecting previously unselected package dmsetup. 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.49 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.51 Unpacking dmsetup (2:1.02.155-3) ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.72 Selecting previously unselected package mingw-w64-common. 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.72 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 61.75 Unpacking mingw-w64-common (6.0.0-3) ... 12:53:23 [2020-07-17T12:53:23.993Z] #10 68.87 Selecting previously unselected package mingw-w64-x86-64-dev. 12:53:23 [2020-07-17T12:53:23.994Z] #10 68.88 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:53:23 [2020-07-17T12:53:23.994Z] #10 69.04 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:53:24 [2020-07-17T12:53:24.018Z] #39 47.12 DEP criu/protobuf-desc.d 12:53:24 [2020-07-17T12:53:24.018Z] #39 47.22 DEP criu/proc_parse.d 12:53:24 [2020-07-17T12:53:24.018Z] #39 47.33 DEP criu/plugin.d 12:53:24 [2020-07-17T12:53:24.018Z] #39 47.41 DEP criu/pipes.d 12:53:24 [2020-07-17T12:53:24.173Z] #39 ... 12:53:24 [2020-07-17T12:53:24.173Z] 12:53:24 [2020-07-17T12:53:24.173Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:24 [2020-07-17T12:53:24.173Z] #30 DONE 79.8s 12:53:24 [2020-07-17T12:53:24.173Z] 12:53:24 [2020-07-17T12:53:24.173Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:24 [2020-07-17T12:53:24.173Z] #39 12.33 DEP images/ipc-shm.pb-c.d 12:53:24 [2020-07-17T12:53:24.173Z] #39 12.36 PBCC images/ipc-var.pb-c.c 12:53:24 [2020-07-17T12:53:24.173Z] #39 12.46 DEP images/ipc-var.pb-c.d 12:53:24 [2020-07-17T12:53:24.173Z] #39 12.56 PBCC images/sk-opts.pb-c.c 12:53:24 [2020-07-17T12:53:24.253Z] #10 ... 12:53:24 [2020-07-17T12:53:24.253Z] 12:53:24 [2020-07-17T12:53:24.253Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:24 [2020-07-17T12:53:24.253Z] #38 65.08 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:53:24 [2020-07-17T12:53:24.253Z] #38 65.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.12 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.14 Setting up libcap-dev:amd64 (1:2.25-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.15 Setting up libprotoc17:amd64 (3.6.1.3-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.17 Setting up protobuf-compiler (3.6.1.3-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.18 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.20 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.21 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 65.23 Setting up python-protobuf (3.6.1.3-2) ... 12:53:24 [2020-07-17T12:53:24.254Z] #38 ... 12:53:24 [2020-07-17T12:53:24.254Z] 12:53:24 [2020-07-17T12:53:24.254Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:24 [2020-07-17T12:53:24.254Z] #41 71.54 flag 12:53:24 [2020-07-17T12:53:24.309Z] #39 47.51 DEP criu/pie-util.d 12:53:24 [2020-07-17T12:53:24.309Z] #39 47.60 DEP criu/pie-util-vdso.d 12:53:24 [2020-07-17T12:53:24.309Z] #39 47.65 DEP criu/path.d 12:53:24 [2020-07-17T12:53:24.309Z] #39 47.71 DEP criu/parasite-syscall.d 12:53:24 [2020-07-17T12:53:24.309Z] #39 47.82 DEP criu/pagemap.d 12:53:24 [2020-07-17T12:53:24.444Z] #39 12.64 PBCC images/packet-sock.pb-c.c 12:53:24 [2020-07-17T12:53:24.445Z] #39 12.73 DEP images/sk-opts.pb-c.d 12:53:24 [2020-07-17T12:53:24.445Z] #39 12.80 DEP images/packet-sock.pb-c.d 12:53:24 [2020-07-17T12:53:24.445Z] #39 12.85 PBCC images/sk-netlink.pb-c.c 12:53:24 [2020-07-17T12:53:24.512Z] #41 ... 12:53:24 [2020-07-17T12:53:24.512Z] 12:53:24 [2020-07-17T12:53:24.512Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:24 [2020-07-17T12:53:24.512Z] #32 DONE 71.7s 12:53:24 [2020-07-17T12:53:24.512Z] 12:53:24 [2020-07-17T12:53:24.512Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:24 [2020-07-17T12:53:24.512Z] #38 71.83 Setting up libnl-3-dev:amd64 (3.4.0-1) ... 12:53:24 [2020-07-17T12:53:24.599Z] #39 47.99 DEP criu/pagemap-cache.d 12:53:24 [2020-07-17T12:53:24.599Z] #39 48.09 DEP criu/page-xfer.d 12:53:24 [2020-07-17T12:53:24.709Z] #39 13.01 DEP images/sk-netlink.pb-c.d 12:53:24 [2020-07-17T12:53:24.709Z] #39 13.09 PBCC images/sk-inet.pb-c.c 12:53:24 [2020-07-17T12:53:24.771Z] #38 71.86 Processing triggers for libc-bin (2.28-10) ... 12:53:24 [2020-07-17T12:53:24.890Z] #39 48.15 DEP criu/page-pipe.d 12:53:24 [2020-07-17T12:53:24.890Z] #39 48.23 DEP criu/netfilter.d 12:53:24 [2020-07-17T12:53:24.890Z] #39 48.33 DEP criu/net.d 12:53:24 [2020-07-17T12:53:24.969Z] #39 13.25 DEP images/sk-inet.pb-c.d 12:53:24 [2020-07-17T12:53:24.969Z] #39 13.34 PBCC images/sk-unix.pb-c.c 12:53:25 [2020-07-17T12:53:25.030Z] #38 DONE 72.4s 12:53:25 [2020-07-17T12:53:25.030Z] 12:53:25 [2020-07-17T12:53:25.030Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:53:25 [2020-07-17T12:53:25.030Z] #25 21.73 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 12:53:25 [2020-07-17T12:53:25.030Z] #25 22.31 12:53:25 [2020-07-17T12:53:25.030Z] #25 22.60 ######################################################################## 100.0% 12:53:25 [2020-07-17T12:53:25.181Z] #39 48.54 DEP criu/namespaces.d 12:53:25 [2020-07-17T12:53:25.181Z] #39 48.61 DEP criu/mount.d 12:53:25 [2020-07-17T12:53:25.248Z] #39 13.43 DEP images/sk-unix.pb-c.d 12:53:25 [2020-07-17T12:53:25.248Z] #39 13.53 PBCC images/mm.pb-c.c 12:53:25 [2020-07-17T12:53:25.248Z] #39 13.63 DEP images/mm.pb-c.d 12:53:25 [2020-07-17T12:53:25.471Z] #39 48.74 DEP criu/memfd.d 12:53:25 [2020-07-17T12:53:25.471Z] #39 48.87 DEP criu/mem.d 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.68 PBCC images/timerfd.pb-c.c 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.73 DEP images/timerfd.pb-c.d 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.77 PBCC images/timer.pb-c.c 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.80 DEP images/timer.pb-c.d 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.85 PBCC images/sa.pb-c.c 12:53:25 [2020-07-17T12:53:25.506Z] #39 13.88 DEP images/sa.pb-c.d 12:53:25 [2020-07-17T12:53:25.596Z] #25 22.94 12:53:25 [2020-07-17T12:53:25.596Z] #25 23.01 Download of images into '/build' complete. 12:53:25 [2020-07-17T12:53:25.596Z] #25 23.01 Use something like the following to load the result into a Docker daemon: 12:53:25 [2020-07-17T12:53:25.596Z] #25 23.01 tar -cC '/build' . | docker load 12:53:25 [2020-07-17T12:53:25.596Z] #25 DONE 23.1s 12:53:25 [2020-07-17T12:53:25.596Z] 12:53:25 [2020-07-17T12:53:25.596Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:25 [2020-07-17T12:53:25.762Z] #39 49.01 DEP criu/lsm.d 12:53:25 [2020-07-17T12:53:25.762Z] #39 49.09 DEP criu/log.d 12:53:25 [2020-07-17T12:53:25.762Z] #39 49.20 DEP criu/libnetlink.d 12:53:25 [2020-07-17T12:53:25.766Z] #39 13.92 PBCC images/pipe-data.pb-c.c 12:53:25 [2020-07-17T12:53:25.766Z] #39 13.95 DEP images/pipe-data.pb-c.d 12:53:25 [2020-07-17T12:53:25.766Z] #39 13.98 PBCC images/mnt.pb-c.c 12:53:25 [2020-07-17T12:53:25.766Z] #39 14.02 DEP images/mnt.pb-c.d 12:53:25 [2020-07-17T12:53:25.766Z] #39 14.08 PBCC images/sk-packet.pb-c.c 12:53:25 [2020-07-17T12:53:25.766Z] #39 14.10 DEP images/sk-packet.pb-c.d 12:53:25 [2020-07-17T12:53:25.766Z] #39 14.15 PBCC images/tcp-stream.pb-c.c 12:53:25 [2020-07-17T12:53:25.832Z] #10 ... 12:53:25 [2020-07-17T12:53:25.832Z] 12:53:25 [2020-07-17T12:53:25.832Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.25 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.26 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.28 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.29 Setting up libcap-dev:amd64 (1:2.25-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.30 Setting up libprotoc17:amd64 (3.6.1.3-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.32 Setting up protobuf-compiler (3.6.1.3-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.33 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.34 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.35 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 64.36 Setting up python-protobuf (3.6.1.3-2) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 72.50 Setting up libnl-3-dev:amd64 (3.4.0-1) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 72.51 Processing triggers for libc-bin (2.28-10) ... 12:53:25 [2020-07-17T12:53:25.832Z] #38 DONE 73.0s 12:53:25 [2020-07-17T12:53:25.832Z] 12:53:25 [2020-07-17T12:53:25.832Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:25 [2020-07-17T12:53:25.854Z] #39 ... 12:53:25 [2020-07-17T12:53:25.855Z] 12:53:25 [2020-07-17T12:53:25.855Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:25 [2020-07-17T12:53:25.855Z] #47 62.99 context 12:53:25 [2020-07-17T12:53:25.855Z] #47 63.90 os 12:53:25 [2020-07-17T12:53:25.855Z] #47 64.91 encoding/binary 12:53:25 [2020-07-17T12:53:25.855Z] #47 67.19 encoding/base64 12:53:25 [2020-07-17T12:53:25.855Z] #47 68.25 golang.org/x/sys/unix 12:53:25 [2020-07-17T12:53:25.855Z] #47 68.53 fmt 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.19 DEP images/tcp-stream.pb-c.d 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.24 PBCC images/pipe.pb-c.c 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.29 DEP images/pipe.pb-c.d 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.33 PBCC images/pstree.pb-c.c 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.38 DEP images/pstree.pb-c.d 12:53:26 [2020-07-17T12:53:26.026Z] #39 14.44 PBCC images/fs.pb-c.c 12:53:26 [2020-07-17T12:53:26.053Z] #39 49.31 DEP criu/kerndat.d 12:53:26 [2020-07-17T12:53:26.053Z] #39 49.41 DEP criu/kcmp-ids.d 12:53:26 [2020-07-17T12:53:26.053Z] #39 49.47 DEP criu/irmap.d 12:53:26 [2020-07-17T12:53:26.113Z] #47 ... 12:53:26 [2020-07-17T12:53:26.113Z] 12:53:26 [2020-07-17T12:53:26.113Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:26 [2020-07-17T12:53:26.113Z] #30 64.32 strings 12:53:26 [2020-07-17T12:53:26.113Z] #30 65.46 fmt 12:53:26 [2020-07-17T12:53:26.113Z] #30 67.71 path/filepath 12:53:26 [2020-07-17T12:53:26.113Z] #30 69.19 io/ioutil 12:53:26 [2020-07-17T12:53:26.113Z] #30 70.02 path 12:53:26 [2020-07-17T12:53:26.113Z] #30 70.82 flag 12:53:26 [2020-07-17T12:53:26.113Z] #30 70.87 github.com/BurntSushi/toml 12:53:26 [2020-07-17T12:53:26.286Z] #39 14.45 DEP images/fs.pb-c.d 12:53:26 [2020-07-17T12:53:26.286Z] #39 14.52 PBCC images/signalfd.pb-c.c 12:53:26 [2020-07-17T12:53:26.286Z] #39 14.56 DEP images/signalfd.pb-c.d 12:53:26 [2020-07-17T12:53:26.286Z] #39 14.63 PBCC images/fh.pb-c.c 12:53:26 [2020-07-17T12:53:26.286Z] #39 14.69 PBCC images/fsnotify.pb-c.c 12:53:26 [2020-07-17T12:53:26.343Z] #39 49.59 DEP criu/ipc_ns.d 12:53:26 [2020-07-17T12:53:26.343Z] #39 49.74 DEP criu/image.d 12:53:26 [2020-07-17T12:53:26.343Z] #39 49.85 DEP criu/image-desc.d 12:53:26 [2020-07-17T12:53:26.394Z] #39 ... 12:53:26 [2020-07-17T12:53:26.394Z] 12:53:26 [2020-07-17T12:53:26.394Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:26 [2020-07-17T12:53:26.394Z] #30 63.65 strings 12:53:26 [2020-07-17T12:53:26.394Z] #30 65.21 fmt 12:53:26 [2020-07-17T12:53:26.394Z] #30 66.41 path/filepath 12:53:26 [2020-07-17T12:53:26.394Z] #30 67.86 io/ioutil 12:53:26 [2020-07-17T12:53:26.394Z] #30 68.45 path 12:53:26 [2020-07-17T12:53:26.394Z] #30 68.87 text/tabwriter 12:53:26 [2020-07-17T12:53:26.394Z] #30 70.85 github.com/BurntSushi/toml 12:53:26 [2020-07-17T12:53:26.394Z] #30 70.86 flag 12:53:26 [2020-07-17T12:53:26.394Z] #30 73.64 log 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.76 DEP images/fh.pb-c.d 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.80 DEP images/fsnotify.pb-c.d 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.83 PBCC images/eventpoll.pb-c.c 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.85 DEP images/eventpoll.pb-c.d 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.89 PBCC images/eventfd.pb-c.c 12:53:26 [2020-07-17T12:53:26.545Z] #39 14.93 DEP images/eventfd.pb-c.d 12:53:26 [2020-07-17T12:53:26.634Z] #39 49.90 DEP criu/fsnotify.d 12:53:26 [2020-07-17T12:53:26.634Z] #39 50.04 DEP criu/filesystems.d 12:53:26 [2020-07-17T12:53:26.634Z] #39 50.11 DEP criu/files.d 12:53:26 [2020-07-17T12:53:26.650Z] #30 ... 12:53:26 [2020-07-17T12:53:26.650Z] 12:53:26 [2020-07-17T12:53:26.650Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.816 + RM_GOPATH=0 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.816 + TMP_GOPATH= 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.816 + : /build 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.816 + '[' -z '' ']' 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.816 ++ mktemp -d 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.825 + export GOPATH=/tmp/tmp.sDSOimEbQ4 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.825 + GOPATH=/tmp/tmp.sDSOimEbQ4 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.825 + RM_GOPATH=1 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.825 + case "$(go env GOARCH)" in 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.825 ++ go env GOARCH 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.927 + export GO_BUILDMODE=-buildmode=pie 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.927 + GO_BUILDMODE=-buildmode=pie 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.927 ++ dirname /tmp/install/install.sh 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + dir=/tmp/install 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + bin=tini 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + shift 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + '[' '!' -f /tmp/install/tini.installer ']' 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + . /tmp/install/tini.installer 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + install_tini 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.930 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.947 + git clone https://github.com/krallin/tini.git /tmp/tmp.sDSOimEbQ4/tini 12:53:26 [2020-07-17T12:53:26.650Z] #33 3.955 Cloning into '/tmp/tmp.sDSOimEbQ4/tini'... 12:53:26 [2020-07-17T12:53:26.681Z] #30 73.71 log 12:53:26 [2020-07-17T12:53:26.807Z] #39 14.96 PBCC images/remap-file-path.pb-c.c 12:53:26 [2020-07-17T12:53:26.807Z] #39 14.99 DEP images/remap-file-path.pb-c.d 12:53:26 [2020-07-17T12:53:26.807Z] #39 15.04 PBCC images/fifo.pb-c.c 12:53:26 [2020-07-17T12:53:26.807Z] #39 15.05 DEP images/fifo.pb-c.d 12:53:26 [2020-07-17T12:53:26.807Z] #39 15.10 PBCC images/ghost-file.pb-c.c 12:53:26 [2020-07-17T12:53:26.807Z] #39 15.18 DEP images/ghost-file.pb-c.d 12:53:26 [2020-07-17T12:53:26.807Z] #39 15.22 PBCC images/regfile.pb-c.c 12:53:26 [2020-07-17T12:53:26.907Z] #33 4.892 + cd /tmp/tmp.sDSOimEbQ4/tini 12:53:26 [2020-07-17T12:53:26.925Z] #39 50.21 DEP criu/files-reg.d 12:53:26 [2020-07-17T12:53:26.925Z] #39 50.31 DEP criu/files-ext.d 12:53:27 [2020-07-17T12:53:27.066Z] #39 15.26 DEP images/regfile.pb-c.d 12:53:27 [2020-07-17T12:53:27.066Z] #39 15.32 PBCC images/ns.pb-c.c 12:53:27 [2020-07-17T12:53:27.066Z] #39 15.36 DEP images/ns.pb-c.d 12:53:27 [2020-07-17T12:53:27.066Z] #39 15.42 PBCC images/fdinfo.pb-c.c 12:53:27 [2020-07-17T12:53:27.163Z] #33 4.893 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:53:27 [2020-07-17T12:53:27.163Z] #33 4.915 + cmake . 12:53:27 [2020-07-17T12:53:27.217Z] #39 50.44 DEP criu/file-lock.d 12:53:27 [2020-07-17T12:53:27.217Z] #39 50.57 DEP criu/file-ids.d 12:53:27 [2020-07-17T12:53:27.217Z] #39 50.65 DEP criu/fifo.d 12:53:27 [2020-07-17T12:53:27.326Z] #39 15.55 DEP images/fdinfo.pb-c.d 12:53:27 [2020-07-17T12:53:27.326Z] #39 15.60 PBCC images/core-aarch64.pb-c.c 12:53:27 [2020-07-17T12:53:27.326Z] #39 15.63 PBCC images/core-arm.pb-c.c 12:53:27 [2020-07-17T12:53:27.326Z] #39 15.68 PBCC images/core-ppc64.pb-c.c 12:53:27 [2020-07-17T12:53:27.508Z] #39 50.76 DEP criu/fdstore.d 12:53:27 [2020-07-17T12:53:27.508Z] #39 50.86 DEP criu/fault-injection.d 12:53:27 [2020-07-17T12:53:27.508Z] #39 50.88 DEP criu/external.d 12:53:27 [2020-07-17T12:53:27.508Z] #39 50.95 DEP criu/eventpoll.d 12:53:27 [2020-07-17T12:53:27.586Z] #39 15.80 PBCC images/core-s390.pb-c.c 12:53:27 [2020-07-17T12:53:27.586Z] #39 15.85 PBCC images/core-x86.pb-c.c 12:53:27 [2020-07-17T12:53:27.586Z] #39 15.87 PBCC images/core.pb-c.c 12:53:27 [2020-07-17T12:53:27.586Z] #39 16.00 PBCC images/inventory.pb-c.c 12:53:27 [2020-07-17T12:53:27.619Z] #30 ... 12:53:27 [2020-07-17T12:53:27.619Z] 12:53:27 [2020-07-17T12:53:27.619Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:27 [2020-07-17T12:53:27.619Z] #41 74.68 go/token 12:53:27 [2020-07-17T12:53:27.726Z] #33 5.583 -- The C compiler identification is GNU 8.3.0 12:53:27 [2020-07-17T12:53:27.726Z] #33 5.632 -- Check for working C compiler: /usr/bin/cc 12:53:27 [2020-07-17T12:53:27.799Z] #39 51.08 DEP criu/eventfd.d 12:53:27 [2020-07-17T12:53:27.846Z] #39 16.10 DEP images/core-aarch64.pb-c.d 12:53:27 [2020-07-17T12:53:27.846Z] #39 16.18 DEP images/core-arm.pb-c.d 12:53:27 [2020-07-17T12:53:27.846Z] #39 16.24 DEP images/core-ppc64.pb-c.d 12:53:28 [2020-07-17T12:53:28.090Z] #39 51.18 DEP criu/crtools.d 12:53:28 [2020-07-17T12:53:28.090Z] #39 51.36 DEP criu/cr-service.d 12:53:28 [2020-07-17T12:53:28.105Z] #39 16.31 DEP images/core-s390.pb-c.d 12:53:28 [2020-07-17T12:53:28.105Z] #39 16.37 DEP images/core-x86.pb-c.d 12:53:28 [2020-07-17T12:53:28.105Z] #39 16.43 DEP images/core.pb-c.d 12:53:28 [2020-07-17T12:53:28.105Z] #39 16.49 DEP images/inventory.pb-c.d 12:53:28 [2020-07-17T12:53:28.105Z] #39 16.53 PBCC images/cpuinfo.pb-c.c 12:53:28 [2020-07-17T12:53:28.289Z] #33 6.324 -- Check for working C compiler: /usr/bin/cc -- works 12:53:28 [2020-07-17T12:53:28.365Z] #39 16.55 DEP images/cpuinfo.pb-c.d 12:53:28 [2020-07-17T12:53:28.366Z] #39 16.61 PBCC images/stats.pb-c.c 12:53:28 [2020-07-17T12:53:28.366Z] #39 16.64 DEP images/stats.pb-c.d 12:53:28 [2020-07-17T12:53:28.381Z] #39 51.53 DEP criu/cr-restore.d 12:53:28 [2020-07-17T12:53:28.381Z] #39 51.77 DEP criu/cr-errno.d 12:53:28 [2020-07-17T12:53:28.545Z] #33 6.327 -- Detecting C compiler ABI info 12:53:28 [2020-07-17T12:53:28.545Z] #33 ... 12:53:28 [2020-07-17T12:53:28.545Z] 12:53:28 [2020-07-17T12:53:28.545Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:28 [2020-07-17T12:53:28.545Z] #47 65.79 strings 12:53:28 [2020-07-17T12:53:28.545Z] #47 66.49 encoding/binary 12:53:28 [2020-07-17T12:53:28.545Z] #47 68.49 fmt 12:53:28 [2020-07-17T12:53:28.545Z] #47 68.62 encoding/base64 12:53:28 [2020-07-17T12:53:28.545Z] #47 69.84 golang.org/x/sys/unix 12:53:28 [2020-07-17T12:53:28.545Z] #47 75.39 encoding/json 12:53:28 [2020-07-17T12:53:28.672Z] #39 51.78 DEP criu/cr-dump.d 12:53:28 [2020-07-17T12:53:28.672Z] #39 51.92 DEP criu/cr-dedup.d 12:53:28 [2020-07-17T12:53:28.672Z] #39 52.00 DEP criu/cr-check.d 12:53:28 [2020-07-17T12:53:28.963Z] #39 52.11 DEP criu/config.d 12:53:28 [2020-07-17T12:53:28.963Z] #39 52.34 DEP criu/clone-noasan.d 12:53:28 [2020-07-17T12:53:28.963Z] #39 52.44 DEP criu/cgroup.d 12:53:29 [2020-07-17T12:53:29.107Z] #47 ... 12:53:29 [2020-07-17T12:53:29.107Z] 12:53:29 [2020-07-17T12:53:29.107Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:29 [2020-07-17T12:53:29.107Z] #33 7.014 -- Detecting C compiler ABI info - done 12:53:29 [2020-07-17T12:53:29.107Z] #33 7.055 -- Detecting C compile features 12:53:29 [2020-07-17T12:53:29.254Z] #39 52.60 DEP criu/cgroup-props.d 12:53:29 [2020-07-17T12:53:29.254Z] #39 52.73 DEP criu/bitmap.d 12:53:29 [2020-07-17T12:53:29.528Z] #41 76.54 go/scanner 12:53:29 [2020-07-17T12:53:29.546Z] #39 52.74 DEP criu/bfd.d 12:53:29 [2020-07-17T12:53:29.546Z] #39 52.88 DEP criu/autofs.d 12:53:29 [2020-07-17T12:53:29.747Z] #39 17.94 make[1]: Nothing to be done for 'all'. 12:53:29 [2020-07-17T12:53:29.837Z] #39 53.13 DEP criu/aio.d 12:53:29 [2020-07-17T12:53:29.837Z] #39 53.23 DEP criu/action-scripts.d 12:53:30 [2020-07-17T12:53:30.040Z] #33 ... 12:53:30 [2020-07-17T12:53:30.040Z] 12:53:30 [2020-07-17T12:53:30.040Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:30 [2020-07-17T12:53:30.040Z] #41 67.38 fmt 12:53:30 [2020-07-17T12:53:30.040Z] #41 72.58 regexp 12:53:30 [2020-07-17T12:53:30.040Z] #41 73.95 go/token 12:53:30 [2020-07-17T12:53:30.040Z] #41 74.70 go/scanner 12:53:30 [2020-07-17T12:53:30.040Z] #41 76.28 go/ast 12:53:30 [2020-07-17T12:53:30.040Z] #41 76.47 internal/lazyregexp 12:53:30 [2020-07-17T12:53:30.040Z] #41 76.73 net/url 12:53:30 [2020-07-17T12:53:30.127Z] #39 53.42 CC criu/action-scripts.o 12:53:30 [2020-07-17T12:53:30.296Z] #41 ... 12:53:30 [2020-07-17T12:53:30.296Z] 12:53:30 [2020-07-17T12:53:30.296Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.37 Selecting previously unselected package gcc-mingw-w64-base. 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.38 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.39 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.58 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.60 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:30 [2020-07-17T12:53:30.296Z] #10 77.61 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:30 [2020-07-17T12:53:30.419Z] #39 ... 12:53:30 [2020-07-17T12:53:30.419Z] 12:53:30 [2020-07-17T12:53:30.419Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:30 [2020-07-17T12:53:30.419Z] #49 6.908 + cd /tmp/tmp.gUD93p2bo0/src/github.com/opencontainers/runc 12:53:30 [2020-07-17T12:53:30.419Z] #49 6.908 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:53:30 [2020-07-17T12:53:30.419Z] #49 7.036 + '[' -z '' ']' 12:53:30 [2020-07-17T12:53:30.419Z] #49 7.036 + target=static 12:53:30 [2020-07-17T12:53:30.419Z] #49 7.036 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:53:30 [2020-07-17T12:53:30.419Z] #49 7.229 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:53:30 [2020-07-17T12:53:30.419Z] #49 ... 12:53:30 [2020-07-17T12:53:30.419Z] 12:53:30 [2020-07-17T12:53:30.419Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:30 [2020-07-17T12:53:30.419Z] #39 53.74 CC criu/aio.o 12:53:30 [2020-07-17T12:53:30.469Z] #41 77.42 regexp 12:53:30 [2020-07-17T12:53:30.709Z] #39 53.98 CC criu/autofs.o 12:53:30 [2020-07-17T12:53:30.728Z] #41 78.05 go/ast 12:53:31 [2020-07-17T12:53:31.128Z] #39 19.24 CC images/stats.o 12:53:31 [2020-07-17T12:53:31.388Z] #39 19.58 CC images/core.o 12:53:31 [2020-07-17T12:53:31.742Z] #39 54.90 CC criu/bfd.o 12:53:31 [2020-07-17T12:53:31.742Z] #39 55.16 CC criu/bitmap.o 12:53:31 [2020-07-17T12:53:31.958Z] #39 20.27 CC images/core-x86.o 12:53:32 [2020-07-17T12:53:32.033Z] #39 55.29 CC criu/cgroup-props.o 12:53:32 [2020-07-17T12:53:32.324Z] #39 55.84 CC criu/cgroup.o 12:53:32 [2020-07-17T12:53:32.527Z] #39 20.88 CC images/core-arm.o 12:53:32 [2020-07-17T12:53:32.615Z] #39 ... 12:53:32 [2020-07-17T12:53:32.615Z] 12:53:32 [2020-07-17T12:53:32.615Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:32 [2020-07-17T12:53:32.615Z] #41 82.79 net/http/httptrace 12:53:32 [2020-07-17T12:53:32.615Z] #41 82.93 net/http 12:53:32 [2020-07-17T12:53:32.615Z] #41 89.57 github.com/LK4D4/vndr/godl 12:53:32 [2020-07-17T12:53:32.615Z] #41 90.21 github.com/LK4D4/vndr 12:53:32 [2020-07-17T12:53:32.615Z] #41 ... 12:53:32 [2020-07-17T12:53:32.615Z] 12:53:32 [2020-07-17T12:53:32.615Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:53:32 [2020-07-17T12:53:32.615Z] #17 1.217 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:32 [2020-07-17T12:53:32.615Z] #17 1.263 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:32 [2020-07-17T12:53:32.615Z] #17 1.282 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:32 [2020-07-17T12:53:32.615Z] #17 1.547 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] 12:53:32 [2020-07-17T12:53:32.615Z] #17 2.140 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [189 kB] 12:53:32 [2020-07-17T12:53:32.615Z] #17 3.256 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7876 B] 12:53:32 [2020-07-17T12:53:32.615Z] #17 5.815 Fetched 8059 kB in 5s (1739 kB/s) 12:53:32 [2020-07-17T12:53:32.615Z] #17 5.815 Reading package lists... 12:53:32 [2020-07-17T12:53:32.615Z] #17 7.719 Reading package lists... 12:53:32 [2020-07-17T12:53:32.615Z] #17 9.356 Building dependency tree... 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 libcap2-bin is already the newest version (1:2.25-2). 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 The following additional packages will be installed: 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 python3.7 python3.7-minimal vim-runtime xxd 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.02 Suggested packages: 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 Recommended packages: 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 aufs-dkms nftables build-essential python3-dev python3-keyring 12:53:32 [2020-07-17T12:53:32.615Z] #17 10.03 python3-keyrings.alt python3-xdg unzip 12:53:33 [2020-07-17T12:53:33.097Z] #39 21.28 CC images/core-aarch64.o 12:53:33 [2020-07-17T12:53:33.097Z] #39 21.57 CC images/core-ppc64.o 12:53:33 [2020-07-17T12:53:33.267Z] #41 ... 12:53:33 [2020-07-17T12:53:33.267Z] 12:53:33 [2020-07-17T12:53:33.267Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:33 [2020-07-17T12:53:33.267Z] #39 5.401 Note: Building without setproctitle() and strlcpy() support. 12:53:33 [2020-07-17T12:53:33.267Z] #39 5.401 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:53:33 [2020-07-17T12:53:33.267Z] #39 5.410 Note: Building without GnuTLS support 12:53:33 [2020-07-17T12:53:33.267Z] #39 5.436 Makefile.config:39: Warn: you have no libnftables installed 12:53:33 [2020-07-17T12:53:33.267Z] #39 5.436 Makefile.config:40: Warn: Building without nftables support 12:53:33 [2020-07-17T12:53:33.267Z] #39 7.645 fatal: not a git repository (or any of the parent directories): .git 12:53:33 [2020-07-17T12:53:33.267Z] #39 7.702 GEN .gitid 12:53:33 [2020-07-17T12:53:33.267Z] #39 7.741 GEN criu/include/version.h 12:53:33 [2020-07-17T12:53:33.267Z] #39 7.822 GEN include/common/asm 12:53:33 [2020-07-17T12:53:33.666Z] #39 ... 12:53:33 [2020-07-17T12:53:33.666Z] 12:53:33 [2020-07-17T12:53:33.666Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:33 [2020-07-17T12:53:33.666Z] #52 38.05 Checking out files: 56% (1812/3196) Checking out files: 57% (1822/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 98% (3158/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:53:33 [2020-07-17T12:53:33.666Z] #52 39.14 + cd /tmp/tmp.jCJKXskeIO/src/github.com/containerd/containerd 12:53:33 [2020-07-17T12:53:33.666Z] #52 39.14 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + export 'BUILDTAGS=netgo osusergo static_build' 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + BUILDTAGS='netgo osusergo static_build' 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + export EXTRA_FLAGS=-buildmode=pie 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + EXTRA_FLAGS=-buildmode=pie 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + '[' '' = dynamic ']' 12:53:33 [2020-07-17T12:53:33.666Z] #52 40.95 + make 12:53:33 [2020-07-17T12:53:33.666Z] #52 41.90 + bin/ctr 12:53:33 [2020-07-17T12:53:33.926Z] #52 ... 12:53:33 [2020-07-17T12:53:33.926Z] 12:53:33 [2020-07-17T12:53:33.926Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:33 [2020-07-17T12:53:33.926Z] #39 22.16 CC images/core-s390.o 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 The following NEW packages will be installed: 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.29 xz-utils zip 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.35 0 upgraded, 48 newly installed, 0 to remove and 1 not upgraded. 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.35 Need to get 27.7 MB of archives. 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.35 After this operation, 117 MB of additional disk space will be used. 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.38 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u1 [586 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.42 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u1 [1590 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.48 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.49 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.49 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u1 [1683 kB] 12:53:34 [2020-07-17T12:53:34.120Z] #17 11.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u1 [330 kB] 12:53:34 [2020-07-17T12:53:34.341Z] Client: 12:53:34 [2020-07-17T12:53:34.341Z] Debug Mode: false 12:53:34 [2020-07-17T12:53:34.341Z] 12:53:34 [2020-07-17T12:53:34.341Z] Server: 12:53:34 [2020-07-17T12:53:34.341Z] Containers: 0 12:53:34 [2020-07-17T12:53:34.341Z] Running: 0 12:53:34 [2020-07-17T12:53:34.341Z] Paused: 0 12:53:34 [2020-07-17T12:53:34.341Z] Stopped: 0 12:53:34 [2020-07-17T12:53:34.341Z] Images: 0 12:53:34 [2020-07-17T12:53:34.341Z] Server Version: 19.03.12 12:53:34 [2020-07-17T12:53:34.341Z] Storage Driver: overlay2 12:53:34 [2020-07-17T12:53:34.341Z] Backing Filesystem: extfs 12:53:34 [2020-07-17T12:53:34.341Z] Supports d_type: true 12:53:34 [2020-07-17T12:53:34.341Z] Native Overlay Diff: true 12:53:34 [2020-07-17T12:53:34.341Z] Logging Driver: json-file 12:53:34 [2020-07-17T12:53:34.341Z] Cgroup Driver: cgroupfs 12:53:34 [2020-07-17T12:53:34.341Z] Plugins: 12:53:34 [2020-07-17T12:53:34.341Z] Volume: local 12:53:34 [2020-07-17T12:53:34.341Z] Network: bridge host ipvlan macvlan null overlay 12:53:34 [2020-07-17T12:53:34.341Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog 12:53:34 [2020-07-17T12:53:34.341Z] Swarm: inactive 12:53:34 [2020-07-17T12:53:34.341Z] Runtimes: runc 12:53:34 [2020-07-17T12:53:34.341Z] Default Runtime: runc 12:53:34 [2020-07-17T12:53:34.341Z] Init Binary: docker-init 12:53:34 [2020-07-17T12:53:34.341Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 12:53:34 [2020-07-17T12:53:34.341Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd 12:53:34 [2020-07-17T12:53:34.341Z] init version: fec3683 12:53:34 [2020-07-17T12:53:34.341Z] Security Options: 12:53:34 [2020-07-17T12:53:34.341Z] apparmor 12:53:34 [2020-07-17T12:53:34.341Z] seccomp 12:53:34 [2020-07-17T12:53:34.341Z] Profile: default 12:53:34 [2020-07-17T12:53:34.341Z] Kernel Version: 4.15.0-1074-aws 12:53:34 [2020-07-17T12:53:34.341Z] Operating System: Ubuntu 16.04.6 LTS 12:53:34 [2020-07-17T12:53:34.341Z] OSType: linux 12:53:34 [2020-07-17T12:53:34.341Z] Architecture: aarch64 12:53:34 [2020-07-17T12:53:34.341Z] CPUs: 4 12:53:34 [2020-07-17T12:53:34.341Z] Total Memory: 7.525GiB 12:53:34 [2020-07-17T12:53:34.341Z] Name: ip-10-100-111-29 12:53:34 [2020-07-17T12:53:34.341Z] ID: UTJC:VJXC:JR6C:MQOY:H5HB:HHV3:JK47:2SKG:XCXB:YJDM:JC3G:VSC2 12:53:34 [2020-07-17T12:53:34.341Z] Docker Root Dir: /var/lib/docker 12:53:34 [2020-07-17T12:53:34.341Z] Debug Mode: false 12:53:34 [2020-07-17T12:53:34.341Z] Registry: https://index.docker.io/v1/ 12:53:34 [2020-07-17T12:53:34.341Z] Labels: 12:53:34 [2020-07-17T12:53:34.341Z] Experimental: true 12:53:34 [2020-07-17T12:53:34.341Z] Insecure Registries: 12:53:34 [2020-07-17T12:53:34.341Z] 127.0.0.0/8 12:53:34 [2020-07-17T12:53:34.341Z] Live Restore Enabled: true 12:53:34 [2020-07-17T12:53:34.341Z] 12:53:34 [2020-07-17T12:53:34.341Z] WARNING: No swap limit support [Pipeline] sh 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.55 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.55 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.56 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.56 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.56 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.56 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.57 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.58 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.59 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.60 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.61 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.61 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.64 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.65 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.66 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.66 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 11.66 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] 12:53:34 [2020-07-17T12:53:34.411Z] #17 ... 12:53:34 [2020-07-17T12:53:34.411Z] 12:53:34 [2020-07-17T12:53:34.411Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:34 [2020-07-17T12:53:34.411Z] #39 57.86 CC criu/clone-noasan.o 12:53:34 [2020-07-17T12:53:34.411Z] #39 57.94 CC criu/config.o 12:53:34 [2020-07-17T12:53:34.463Z] #10 ... 12:53:34 [2020-07-17T12:53:34.463Z] 12:53:34 [2020-07-17T12:53:34.463Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:34 [2020-07-17T12:53:34.463Z] #30 76.40 github.com/BurntSushi/toml/cmd/tomlv 12:53:34 [2020-07-17T12:53:34.463Z] #30 DONE 81.1s 12:53:34 [2020-07-17T12:53:34.463Z] 12:53:34 [2020-07-17T12:53:34.463Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:34 [2020-07-17T12:53:34.463Z] #39 3.727 Note: Building without setproctitle() and strlcpy() support. 12:53:34 [2020-07-17T12:53:34.463Z] #39 3.728 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:53:34 [2020-07-17T12:53:34.463Z] #39 3.764 Note: Building without GnuTLS support 12:53:34 [2020-07-17T12:53:34.463Z] #39 3.768 Makefile.config:39: Warn: you have no libnftables installed 12:53:34 [2020-07-17T12:53:34.463Z] #39 3.768 Makefile.config:40: Warn: Building without nftables support 12:53:34 [2020-07-17T12:53:34.463Z] #39 5.810 fatal: not a git repository (or any of the parent directories): .git 12:53:34 [2020-07-17T12:53:34.463Z] #39 5.870 GEN .gitid 12:53:34 [2020-07-17T12:53:34.463Z] #39 5.918 GEN criu/include/version.h 12:53:34 [2020-07-17T12:53:34.463Z] #39 6.012 GEN include/common/asm 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.590 PBCC images/timens.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.608 DEP images/timens.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.705 PBCC images/fown.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.739 PBCC images/google/protobuf/descriptor.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.808 PBCC images/opts.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.932 PBCC images/memfd.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 7.991 DEP images/fown.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.072 DEP images/google/protobuf/descriptor.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.188 DEP images/opts.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.296 DEP images/memfd.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.383 PBCC images/sit.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.466 DEP images/sit.pb-c.d 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.603 PBCC images/macvlan.pb-c.c 12:53:34 [2020-07-17T12:53:34.463Z] #39 8.628 DEP images/macvlan.pb-c.d 12:53:34 [2020-07-17T12:53:34.634Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:53:34 [2020-07-17T12:53:34.634Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 12:53:34 [2020-07-17T12:53:34.634Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41221/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh 12:53:34 [2020-07-17T12:53:34.634Z] + bash /home/ubuntu/workspace/moby_PR-41221/check-config.sh 12:53:34 [2020-07-17T12:53:34.634Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... 12:53:34 [2020-07-17T12:53:34.634Z] info: reading kernel config from /boot/config-4.15.0-1074-aws ... 12:53:34 [2020-07-17T12:53:34.634Z] 12:53:34 [2020-07-17T12:53:34.634Z] Generally Necessary: 12:53:34 [2020-07-17T12:53:34.634Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] 12:53:34 [2020-07-17T12:53:34.634Z] - apparmor: enabled and tools installed 12:53:34 [2020-07-17T12:53:34.647Z] #39 ... 12:53:34 [2020-07-17T12:53:34.647Z] 12:53:34 [2020-07-17T12:53:34.647Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.505 + RM_GOPATH=0 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.505 + TMP_GOPATH= 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.505 + : /build 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.505 + '[' -z '' ']' 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.505 ++ mktemp -d 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.516 + export GOPATH=/tmp/tmp.cLsqCg46pF 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.516 + GOPATH=/tmp/tmp.cLsqCg46pF 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.516 + RM_GOPATH=1 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.516 + case "$(go env GOARCH)" in 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.516 ++ go env GOARCH 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.528 + export GO_BUILDMODE=-buildmode=pie 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.530 + GO_BUILDMODE=-buildmode=pie 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.532 ++ dirname /tmp/install/install.sh 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.532 + dir=/tmp/install 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.532 + bin=tini 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.532 + shift 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.532 + '[' '!' -f /tmp/install/tini.installer ']' 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.533 + . /tmp/install/tini.installer 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.533 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.533 + install_tini 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.533 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.534 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.534 + git clone https://github.com/krallin/tini.git /tmp/tmp.cLsqCg46pF/tini 12:53:34 [2020-07-17T12:53:34.647Z] #33 4.538 Cloning into '/tmp/tmp.cLsqCg46pF/tini'... 12:53:34 [2020-07-17T12:53:34.648Z] #33 5.259 + cd /tmp/tmp.cLsqCg46pF/tini 12:53:34 [2020-07-17T12:53:34.648Z] #33 5.260 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:53:34 [2020-07-17T12:53:34.648Z] #33 5.289 + cmake . 12:53:34 [2020-07-17T12:53:34.648Z] #33 5.866 -- The C compiler identification is GNU 8.3.0 12:53:34 [2020-07-17T12:53:34.648Z] #33 5.920 -- Check for working C compiler: /usr/bin/cc 12:53:34 [2020-07-17T12:53:34.648Z] #33 6.753 -- Check for working C compiler: /usr/bin/cc -- works 12:53:34 [2020-07-17T12:53:34.648Z] #33 6.755 -- Detecting C compiler ABI info 12:53:34 [2020-07-17T12:53:34.648Z] #33 7.282 -- Detecting C compiler ABI info - done 12:53:34 [2020-07-17T12:53:34.648Z] #33 7.314 -- Detecting C compile features 12:53:34 [2020-07-17T12:53:34.648Z] #33 9.497 -- Detecting C compile features - done 12:53:34 [2020-07-17T12:53:34.648Z] #33 9.540 -- Performing Test HAS_BUILTIN_FORTIFY 12:53:34 [2020-07-17T12:53:34.648Z] #33 9.935 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:53:34 [2020-07-17T12:53:34.648Z] #33 10.03 -- Configuring done 12:53:34 [2020-07-17T12:53:34.648Z] #33 10.07 -- Generating done 12:53:34 [2020-07-17T12:53:34.648Z] #33 10.07 -- Build files have been written to: /tmp/tmp.cLsqCg46pF/tini 12:53:34 [2020-07-17T12:53:34.648Z] #33 10.08 + make tini-static 12:53:34 [2020-07-17T12:53:34.719Z] #39 ... 12:53:34 [2020-07-17T12:53:34.719Z] 12:53:34 [2020-07-17T12:53:34.719Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:34 [2020-07-17T12:53:34.719Z] #33 8.998 -- Detecting C compile features - done 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.065 -- Performing Test HAS_BUILTIN_FORTIFY 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.266 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.374 -- Configuring done 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.387 -- Generating done 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.411 -- Build files have been written to: /tmp/tmp.sDSOimEbQ4/tini 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.417 + make tini-static 12:53:34 [2020-07-17T12:53:34.719Z] #33 9.891 Scanning dependencies of target tini-static 12:53:34 [2020-07-17T12:53:34.719Z] #33 10.06 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:53:34 [2020-07-17T12:53:34.719Z] #33 11.40 [100%] Linking C executable tini-static 12:53:34 [2020-07-17T12:53:34.719Z] #33 12.24 [100%] Built target tini-static 12:53:34 [2020-07-17T12:53:34.719Z] #33 12.35 + mkdir -p /build 12:53:34 [2020-07-17T12:53:34.719Z] #33 12.36 + cp tini-static /build/docker-init 12:53:34 [2020-07-17T12:53:34.719Z] #33 DONE 12.6s 12:53:34 [2020-07-17T12:53:34.719Z] 12:53:34 [2020-07-17T12:53:34.719Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:34 [2020-07-17T12:53:34.719Z] #39 8.826 PBCC images/autofs.pb-c.c 12:53:34 [2020-07-17T12:53:34.719Z] #39 8.880 DEP images/autofs.pb-c.d 12:53:34 [2020-07-17T12:53:34.719Z] #39 ... 12:53:34 [2020-07-17T12:53:34.719Z] 12:53:34 [2020-07-17T12:53:34.719Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:34 [2020-07-17T12:53:34.865Z] #39 22.86 CC images/cpuinfo.o 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NAMESPACES: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NET_NS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_PID_NS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_IPC_NS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_UTS_NS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CGROUPS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CGROUP_CPUACCT: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CGROUP_DEVICE: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CGROUP_FREEZER: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CGROUP_SCHED: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_CPUSETS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_MEMCG: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_KEYS: enabled 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_VETH: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_BRIDGE: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NF_NAT_IPV4: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_IP_NF_FILTER: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) 12:53:34 [2020-07-17T12:53:34.896Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) 12:53:34 [2020-07-17T12:53:34.908Z] #33 ... 12:53:34 [2020-07-17T12:53:34.908Z] 12:53:34 [2020-07-17T12:53:34.908Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:34 [2020-07-17T12:53:34.908Z] #41 82.05 internal/lazyregexp 12:53:35 [2020-07-17T12:53:35.125Z] #39 23.34 CC images/inventory.o 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_NF_NAT: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_NF_NAT: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_NF_NAT_NEEDED: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_POSIX_MQUEUE: enabled 12:53:35 [2020-07-17T12:53:35.158Z] 12:53:35 [2020-07-17T12:53:35.158Z] Optional Features: 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_USER_NS: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_SECCOMP: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CGROUP_PIDS: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_MEMCG_SWAP: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_MEMCG_SWAP_ENABLED: missing 12:53:35 [2020-07-17T12:53:35.158Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_BLK_CGROUP: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_BLK_DEV_THROTTLING: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IOSCHED_CFQ: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CGROUP_PERF: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CGROUP_HUGETLB: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CGROUP_NET_PRIO: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_CFS_BANDWIDTH: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_FAIR_GROUP_SCHED: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_RT_GROUP_SCHED: missing 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_VS: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_VS_NFCT: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_VS_PROTO_TCP: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_VS_PROTO_UDP: enabled 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_IP_VS_RR: enabled (as module) 12:53:35 [2020-07-17T12:53:35.158Z] - CONFIG_EXT4_FS: enabled 12:53:35 [2020-07-17T12:53:35.167Z] #41 ... 12:53:35 [2020-07-17T12:53:35.167Z] 12:53:35 [2020-07-17T12:53:35.167Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:35 [2020-07-17T12:53:35.167Z] #30 75.01 text/tabwriter 12:53:35 [2020-07-17T12:53:35.167Z] #30 77.81 github.com/BurntSushi/toml/cmd/tomlv 12:53:35 [2020-07-17T12:53:35.167Z] #30 DONE 82.2s 12:53:35 [2020-07-17T12:53:35.167Z] 12:53:35 [2020-07-17T12:53:35.167Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:35 [2020-07-17T12:53:35.167Z] #41 82.41 net/url 12:53:35 [2020-07-17T12:53:35.167Z] #41 82.46 text/template/parse 12:53:35 [2020-07-17T12:53:35.385Z] #39 23.58 CC images/fdinfo.o 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_EXT4_FS_SECURITY: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - Network Drivers: 12:53:35 [2020-07-17T12:53:35.421Z] - "overlay": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_VXLAN: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled 12:53:35 [2020-07-17T12:53:35.421Z] Optional (for encrypted networks): 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_CRYPTO: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_CRYPTO_AEAD: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_CRYPTO_GCM: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_CRYPTO_SEQIV: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_CRYPTO_GHASH: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_XFRM: enabled 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_XFRM_USER: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_XFRM_ALGO: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_INET_ESP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - "ipvlan": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_IPVLAN: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - "macvlan": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_MACVLAN: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_DUMMY: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - "ftp,tftp client in container": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_NF_NAT_FTP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_NF_NAT_TFTP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - Storage Drivers: 12:53:35 [2020-07-17T12:53:35.421Z] - "aufs": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_AUFS_FS: enabled (as module) 12:53:35 [2020-07-17T12:53:35.421Z] - "btrfs": 12:53:35 [2020-07-17T12:53:35.421Z] - CONFIG_BTRFS_FS: enabled (as module) 12:53:35 [2020-07-17T12:53:35.483Z] #39 58.79 CC criu/cr-check.o 12:53:35 [2020-07-17T12:53:35.683Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled 12:53:35 [2020-07-17T12:53:35.683Z] - "devicemapper": 12:53:35 [2020-07-17T12:53:35.683Z] - CONFIG_BLK_DEV_DM: enabled 12:53:35 [2020-07-17T12:53:35.683Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) 12:53:35 [2020-07-17T12:53:35.683Z] - "overlay": 12:53:35 [2020-07-17T12:53:35.683Z] - CONFIG_OVERLAY_FS: enabled (as module) 12:53:35 [2020-07-17T12:53:35.683Z] - "zfs": 12:53:35 [2020-07-17T12:53:35.683Z] - /dev/zfs: missing 12:53:35 [2020-07-17T12:53:35.683Z] - zfs command: missing 12:53:35 [2020-07-17T12:53:35.683Z] - zpool command: missing 12:53:35 [2020-07-17T12:53:35.683Z] 12:53:35 [2020-07-17T12:53:35.683Z] Limits: 12:53:35 [2020-07-17T12:53:35.683Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 12:53:35 [2020-07-17T12:53:35.683Z] 12:53:35 [2020-07-17T12:53:35.683Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh 12:53:35 [2020-07-17T12:53:35.954Z] #39 24.00 CC images/fown.o 12:53:35 [2020-07-17T12:53:35.955Z] #39 24.21 CC images/ns.o 12:53:35 [2020-07-17T12:53:35.955Z] #39 ... 12:53:35 [2020-07-17T12:53:35.955Z] 12:53:35 [2020-07-17T12:53:35.955Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:35 [2020-07-17T12:53:35.955Z] #47 81.62 golang.org/x/crypto/ssh/terminal 12:53:35 [2020-07-17T12:53:35.955Z] #47 82.94 mvdan.cc/editorconfig 12:53:35 [2020-07-17T12:53:35.955Z] #47 83.63 mvdan.cc/sh/v3/fileutil 12:53:35 [2020-07-17T12:53:35.955Z] #47 83.77 mvdan.cc/sh/v3/syntax 12:53:35 [2020-07-17T12:53:35.955Z] #47 89.70 mvdan.cc/sh/v3/cmd/shfmt 12:53:35 [2020-07-17T12:53:35.955Z] #47 ... 12:53:35 [2020-07-17T12:53:35.955Z] 12:53:35 [2020-07-17T12:53:35.955Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:35 [2020-07-17T12:53:35.955Z] #39 24.42 CC images/regfile.o 12:53:36 [2020-07-17T12:53:36.036Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d . 12:53:36 [2020-07-17T12:53:36.036Z] #1 [internal] load .dockerignore 12:53:36 [2020-07-17T12:53:36.517Z] #39 ... 12:53:36 [2020-07-17T12:53:36.517Z] 12:53:36 [2020-07-17T12:53:36.517Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:36 [2020-07-17T12:53:36.517Z] #41 DONE 96.7s 12:53:36 [2020-07-17T12:53:36.524Z] #39 24.64 CC images/ghost-file.o 12:53:36 [2020-07-17T12:53:36.524Z] #39 ... 12:53:36 [2020-07-17T12:53:36.524Z] 12:53:36 [2020-07-17T12:53:36.524Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:36 [2020-07-17T12:53:36.524Z] #41 82.18 text/template 12:53:36 [2020-07-17T12:53:36.524Z] #41 82.56 go/parser 12:53:36 [2020-07-17T12:53:36.524Z] #41 85.78 encoding/xml 12:53:36 [2020-07-17T12:53:36.524Z] #41 86.86 go/doc 12:53:36 [2020-07-17T12:53:36.524Z] #41 89.96 github.com/LK4D4/vndr/build 12:53:36 [2020-07-17T12:53:36.524Z] #41 90.72 github.com/LK4D4/vndr/versioned 12:53:36 [2020-07-17T12:53:36.524Z] #41 90.82 compress/flate 12:53:36 [2020-07-17T12:53:36.554Z] #52 37.05 Checking out files: 43% (1387/3196) Checking out files: 44% (1407/3196) Checking out files: 45% (1439/3196) Checking out files: 46% (1471/3196) Checking out files: 47% (1503/3196) Checking out files: 48% (1535/3196) Checking out files: 49% (1567/3196) Checking out files: 50% (1598/3196) Checking out files: 51% (1630/3196) Checking out files: 52% (1662/3196) Checking out files: 53% (1694/3196) Checking out files: 54% (1726/3196) Checking out files: 55% (1758/3196) Checking out files: 56% (1790/3196) Checking out files: 57% (1822/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 66% (2136/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 86% (2776/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:53:36 [2020-07-17T12:53:36.610Z] #1 transferring context: 32B 12:53:36 [2020-07-17T12:53:36.729Z] #8 unpacking docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 18.4s done 12:53:36 [2020-07-17T12:53:36.729Z] #8 DONE 25.6s 12:53:36 [2020-07-17T12:53:36.729Z] 12:53:36 [2020-07-17T12:53:36.729Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:53:36 [2020-07-17T12:53:36.729Z] #9 DONE 0.1s 12:53:36 [2020-07-17T12:53:36.729Z] 12:53:36 [2020-07-17T12:53:36.729Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:53:36 [2020-07-17T12:53:36.783Z] #41 ... 12:53:36 [2020-07-17T12:53:36.783Z] 12:53:36 [2020-07-17T12:53:36.783Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:36 [2020-07-17T12:53:36.783Z] #39 24.94 CC images/fifo.o 12:53:36 [2020-07-17T12:53:36.808Z] 12:53:36 [2020-07-17T12:53:36.808Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.97 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.97 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.97 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.98 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 11.99 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.06 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.06 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.06 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.07 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.10 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.10 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.13 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.15 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.15 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.40 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.43 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.91 debconf: delaying package configuration, since apt-utils is not installed 12:53:36 [2020-07-17T12:53:36.808Z] #17 12.94 Fetched 27.7 MB in 1s (24.5 MB/s) 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.00 Selecting previously unselected package pigz. 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23199 files and directories currently installed.) 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.06 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.06 Unpacking pigz (2.4-1) ... 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.16 Selecting previously unselected package libpython3.7-minimal:s390x. 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.16 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.16 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.53 Selecting previously unselected package python3.7-minimal. 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_s390x.deb ... 12:53:36 [2020-07-17T12:53:36.808Z] #17 13.55 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:53:36 [2020-07-17T12:53:36.809Z] #52 39.70 + cd /tmp/tmp.pS7so6H14V/src/github.com/containerd/containerd 12:53:36 [2020-07-17T12:53:36.809Z] #52 39.70 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:53:36 [2020-07-17T12:53:36.871Z] #1 ... 12:53:36 [2020-07-17T12:53:36.871Z] 12:53:36 [2020-07-17T12:53:36.871Z] #2 [internal] load build definition from Dockerfile 12:53:36 [2020-07-17T12:53:36.871Z] #2 transferring dockerfile: 16.37kB done 12:53:36 [2020-07-17T12:53:36.871Z] #2 DONE 0.8s 12:53:36 [2020-07-17T12:53:36.871Z] 12:53:36 [2020-07-17T12:53:36.871Z] #1 [internal] load .dockerignore 12:53:36 [2020-07-17T12:53:36.871Z] #1 transferring context: 87B done 12:53:36 [2020-07-17T12:53:36.871Z] #1 DONE 0.9s 12:53:37 [2020-07-17T12:53:37.030Z] #10 DONE 0.2s 12:53:37 [2020-07-17T12:53:37.030Z] 12:53:37 [2020-07-17T12:53:37.030Z] #36 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:53:37 [2020-07-17T12:53:37.030Z] #36 DONE 0.1s 12:53:37 [2020-07-17T12:53:37.030Z] 12:53:37 [2020-07-17T12:53:37.030Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:53:37 [2020-07-17T12:53:37.030Z] #37 ... 12:53:37 [2020-07-17T12:53:37.030Z] 12:53:37 [2020-07-17T12:53:37.030Z] #28 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:53:37 [2020-07-17T12:53:37.030Z] #28 DONE 0.1s 12:53:37 [2020-07-17T12:53:37.030Z] 12:53:37 [2020-07-17T12:53:37.030Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:53:37 [2020-07-17T12:53:37.043Z] #39 25.18 CC images/remap-file-path.o 12:53:37 [2020-07-17T12:53:37.043Z] #39 25.41 CC images/eventfd.o 12:53:37 [2020-07-17T12:53:37.101Z] #17 14.58 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u1) ... 12:53:37 [2020-07-17T12:53:37.101Z] #17 14.60 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:53:37 [2020-07-17T12:53:37.132Z] 12:53:37 [2020-07-17T12:53:37.132Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental 12:53:37 [2020-07-17T12:53:37.302Z] #39 25.62 CC images/eventpoll.o 12:53:37 [2020-07-17T12:53:37.564Z] #39 25.87 CC images/fh.o 12:53:37 [2020-07-17T12:53:37.675Z] #29 0.703 + git clone https://github.com/kolyshkin/go-swagger.git . 12:53:37 [2020-07-17T12:53:37.676Z] #29 0.716 Cloning into '.'... 12:53:37 [2020-07-17T12:53:37.706Z] #41 84.56 go/parser 12:53:37 [2020-07-17T12:53:37.706Z] #41 ... 12:53:37 [2020-07-17T12:53:37.706Z] 12:53:37 [2020-07-17T12:53:37.706Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:37 [2020-07-17T12:53:37.706Z] #33 10.45 Scanning dependencies of target tini-static 12:53:37 [2020-07-17T12:53:37.706Z] #33 10.52 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:53:37 [2020-07-17T12:53:37.706Z] #33 12.17 [100%] Linking C executable tini-static 12:53:37 [2020-07-17T12:53:37.706Z] #33 12.71 [100%] Built target tini-static 12:53:37 [2020-07-17T12:53:37.706Z] #33 12.79 + mkdir -p /build 12:53:37 [2020-07-17T12:53:37.706Z] #33 12.79 + cp tini-static /build/docker-init 12:53:37 [2020-07-17T12:53:37.706Z] #33 DONE 13.0s 12:53:37 [2020-07-17T12:53:37.706Z] 12:53:37 [2020-07-17T12:53:37.706Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.544 PBCC images/timens.pb-c.c 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.586 DEP images/timens.pb-c.d 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.660 PBCC images/fown.pb-c.c 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.689 PBCC images/google/protobuf/descriptor.pb-c.c 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.745 PBCC images/opts.pb-c.c 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.815 PBCC images/memfd.pb-c.c 12:53:37 [2020-07-17T12:53:37.706Z] #39 9.928 DEP images/fown.pb-c.d 12:53:37 [2020-07-17T12:53:37.706Z] #39 10.02 DEP images/google/protobuf/descriptor.pb-c.d 12:53:37 [2020-07-17T12:53:37.706Z] #39 10.24 DEP images/opts.pb-c.d 12:53:37 [2020-07-17T12:53:37.706Z] #39 10.32 DEP images/memfd.pb-c.d 12:53:37 [2020-07-17T12:53:37.706Z] #39 10.47 PBCC images/sit.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 10.57 DEP images/sit.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 10.73 PBCC images/macvlan.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 10.84 DEP images/macvlan.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 10.99 PBCC images/autofs.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.07 DEP images/autofs.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.12 PBCC images/sysctl.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.21 DEP images/sysctl.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.27 PBCC images/time.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.29 DEP images/time.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.37 PBCC images/binfmt-misc.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.41 DEP images/binfmt-misc.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.45 PBCC images/seccomp.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.50 DEP images/seccomp.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.55 PBCC images/userns.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.57 DEP images/userns.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.60 PBCC images/cgroup.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.62 DEP images/cgroup.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.66 PBCC images/ext-file.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.69 DEP images/ext-file.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.75 PBCC images/rpc.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.82 DEP images/rpc.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.90 PBCC images/siginfo.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.93 DEP images/siginfo.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 11.97 PBCC images/pagemap.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.04 DEP images/pagemap.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.12 PBCC images/rlimit.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.17 DEP images/rlimit.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.22 PBCC images/file-lock.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.23 DEP images/file-lock.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.28 PBCC images/tty.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.37 DEP images/tty.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.43 PBCC images/tun.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.46 PBCC images/netdev.pb-c.c 12:53:37 [2020-07-17T12:53:37.707Z] #39 12.55 DEP images/tun.pb-c.d 12:53:37 [2020-07-17T12:53:37.707Z] #39 ... 12:53:37 [2020-07-17T12:53:37.707Z] 12:53:37 [2020-07-17T12:53:37.707Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:37 [2020-07-17T12:53:37.707Z] #47 74.95 encoding/json 12:53:37 [2020-07-17T12:53:37.707Z] #47 80.22 github.com/pkg/diff 12:53:37 [2020-07-17T12:53:37.707Z] #47 81.66 go/ast 12:53:37 [2020-07-17T12:53:37.707Z] #47 81.75 golang.org/x/crypto/ssh/terminal 12:53:37 [2020-07-17T12:53:37.707Z] #47 83.75 mvdan.cc/editorconfig 12:53:37 [2020-07-17T12:53:37.707Z] #47 85.05 mvdan.cc/sh/v3/fileutil 12:53:37 [2020-07-17T12:53:37.707Z] #47 ... 12:53:37 [2020-07-17T12:53:37.707Z] 12:53:37 [2020-07-17T12:53:37.707Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:37 [2020-07-17T12:53:37.707Z] #10 77.92 Selecting previously unselected package gcc-mingw-w64-base. 12:53:37 [2020-07-17T12:53:37.707Z] #10 77.95 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:37 [2020-07-17T12:53:37.707Z] #10 77.96 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:53:37 [2020-07-17T12:53:37.707Z] #10 78.12 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:53:37 [2020-07-17T12:53:37.707Z] #10 78.13 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:37 [2020-07-17T12:53:37.707Z] #10 78.14 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:37 [2020-07-17T12:53:37.967Z] #10 ... 12:53:37 [2020-07-17T12:53:37.967Z] 12:53:37 [2020-07-17T12:53:37.967Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:37 [2020-07-17T12:53:37.967Z] #39 12.68 DEP images/netdev.pb-c.d 12:53:38 [2020-07-17T12:53:38.077Z] #3 DONE 0.9s 12:53:38 [2020-07-17T12:53:38.077Z] 12:53:38 [2020-07-17T12:53:38.077Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... 12:53:38 [2020-07-17T12:53:38.077Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done 12:53:38 [2020-07-17T12:53:38.134Z] #39 26.26 CC images/fsnotify.o 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + export 'BUILDTAGS=netgo osusergo static_build' 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + BUILDTAGS='netgo osusergo static_build' 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + export EXTRA_FLAGS=-buildmode=pie 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + EXTRA_FLAGS=-buildmode=pie 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + '[' '' = dynamic ']' 12:53:38 [2020-07-17T12:53:38.218Z] #52 41.27 + make 12:53:38 [2020-07-17T12:53:38.226Z] #39 12.82 PBCC images/vma.pb-c.c 12:53:38 [2020-07-17T12:53:38.226Z] #39 12.93 DEP images/vma.pb-c.d 12:53:38 [2020-07-17T12:53:38.226Z] #39 13.01 PBCC images/creds.pb-c.c 12:53:38 [2020-07-17T12:53:38.338Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done 12:53:38 [2020-07-17T12:53:38.338Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done 12:53:38 [2020-07-17T12:53:38.338Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done 12:53:38 [2020-07-17T12:53:38.338Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s 12:53:38 [2020-07-17T12:53:38.338Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.3s 12:53:38 [2020-07-17T12:53:38.486Z] #39 13.07 DEP images/creds.pb-c.d 12:53:38 [2020-07-17T12:53:38.486Z] #39 13.27 PBCC images/utsns.pb-c.c 12:53:38 [2020-07-17T12:53:38.486Z] #39 13.32 DEP images/utsns.pb-c.d 12:53:38 [2020-07-17T12:53:38.486Z] #39 13.42 PBCC images/ipc-desc.pb-c.c 12:53:38 [2020-07-17T12:53:38.600Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s done 12:53:38 [2020-07-17T12:53:38.600Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.68 Selecting previously unselected package python3-minimal. 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.68 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.74 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.75 Unpacking python3-minimal (3.7.3-1) ... 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.82 Selecting previously unselected package libmpdec2:s390x. 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.82 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.83 Unpacking libmpdec2:s390x (2.4.2-2) ... 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.88 Selecting previously unselected package libpython3.7-stdlib:s390x. 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.88 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_s390x.deb ... 12:53:38 [2020-07-17T12:53:38.607Z] #17 15.88 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... 12:53:38 [2020-07-17T12:53:38.706Z] #39 26.82 CC images/signalfd.o 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.47 PBCC images/ipc-sem.pb-c.c 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.50 DEP images/ipc-desc.pb-c.d 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.51 DEP images/ipc-sem.pb-c.d 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.52 PBCC images/ipc-msg.pb-c.c 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.53 DEP images/ipc-msg.pb-c.d 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.54 PBCC images/ipc-shm.pb-c.c 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.54 DEP images/ipc-shm.pb-c.d 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.61 PBCC images/ipc-var.pb-c.c 12:53:38 [2020-07-17T12:53:38.745Z] #39 13.63 DEP images/ipc-var.pb-c.d 12:53:38 [2020-07-17T12:53:38.862Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done 12:53:38 [2020-07-17T12:53:38.862Z] #4 DONE 0.8s 12:53:38 [2020-07-17T12:53:38.966Z] #39 ... 12:53:38 [2020-07-17T12:53:38.966Z] 12:53:38 [2020-07-17T12:53:38.966Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:38 [2020-07-17T12:53:38.966Z] #47 DONE 94.8s 12:53:38 [2020-07-17T12:53:38.966Z] 12:53:38 [2020-07-17T12:53:38.966Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:38 [2020-07-17T12:53:38.966Z] #39 27.24 CC images/fs.o 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.69 PBCC images/sk-opts.pb-c.c 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.71 PBCC images/packet-sock.pb-c.c 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.75 DEP images/sk-opts.pb-c.d 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.79 DEP images/packet-sock.pb-c.d 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.84 PBCC images/sk-netlink.pb-c.c 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.89 DEP images/sk-netlink.pb-c.d 12:53:39 [2020-07-17T12:53:39.004Z] #39 13.96 PBCC images/sk-inet.pb-c.c 12:53:39 [2020-07-17T12:53:39.124Z] 12:53:39 [2020-07-17T12:53:39.124Z] #5 [internal] load metadata for docker.io/library/golang:1.13.12-buster 12:53:39 [2020-07-17T12:53:39.145Z] #52 42.24 + bin/ctr 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.45 Selecting previously unselected package python3.7. 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.45 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_s390x.deb ... 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.46 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.53 Selecting previously unselected package libpython3-stdlib:s390x. 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.53 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.53 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... 12:53:39 [2020-07-17T12:53:39.238Z] #17 16.57 Setting up python3-minimal (3.7.3-1) ... 12:53:39 [2020-07-17T12:53:39.264Z] #39 14.00 DEP images/sk-inet.pb-c.d 12:53:39 [2020-07-17T12:53:39.264Z] #39 14.06 PBCC images/sk-unix.pb-c.c 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.11 DEP images/sk-unix.pb-c.d 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.16 PBCC images/mm.pb-c.c 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.21 DEP images/mm.pb-c.d 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.29 PBCC images/timerfd.pb-c.c 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.31 DEP images/timerfd.pb-c.d 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.36 PBCC images/timer.pb-c.c 12:53:39 [2020-07-17T12:53:39.523Z] #39 14.39 DEP images/timer.pb-c.d 12:53:39 [2020-07-17T12:53:39.535Z] #39 27.64 CC images/pstree.o 12:53:39 [2020-07-17T12:53:39.535Z] #39 27.86 CC images/pipe.o 12:53:39 [2020-07-17T12:53:39.702Z] #5 DONE 0.4s 12:53:39 [2020-07-17T12:53:39.702Z] 12:53:39 [2020-07-17T12:53:39.702Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 12:53:39 [2020-07-17T12:53:39.702Z] #6 DONE 0.3s 12:53:39 [2020-07-17T12:53:39.702Z] 12:53:39 [2020-07-17T12:53:39.702Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:53:39 [2020-07-17T12:53:39.702Z] #58 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done 12:53:39 [2020-07-17T12:53:39.702Z] #58 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done 12:53:39 [2020-07-17T12:53:39.702Z] #58 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done 12:53:39 [2020-07-17T12:53:39.702Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 8.46MB / 9.86MB 0.2s 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.42 PBCC images/sa.pb-c.c 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.47 DEP images/sa.pb-c.d 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.52 PBCC images/pipe-data.pb-c.c 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.55 DEP images/pipe-data.pb-c.d 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.62 PBCC images/mnt.pb-c.c 12:53:39 [2020-07-17T12:53:39.782Z] #39 14.65 DEP images/mnt.pb-c.d 12:53:39 [2020-07-17T12:53:39.795Z] #39 28.07 CC images/tcp-stream.o 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.08 Selecting previously unselected package python3. 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.08 (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 ... 23860 files and directories currently installed.) 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.13 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.13 Unpacking python3 (3.7.3-1) ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.19 Selecting previously unselected package libip4tc0:s390x. 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.20 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.20 Unpacking libip4tc0:s390x (1.8.2-4) ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.28 Selecting previously unselected package libip6tc0:s390x. 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.28 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.28 Unpacking libip6tc0:s390x (1.8.2-4) ... 12:53:39 [2020-07-17T12:53:39.870Z] #17 17.33 Selecting previously unselected package libiptc0:s390x. 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.68 PBCC images/sk-packet.pb-c.c 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.71 DEP images/sk-packet.pb-c.d 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.74 PBCC images/tcp-stream.pb-c.c 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.78 DEP images/tcp-stream.pb-c.d 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.85 PBCC images/pipe.pb-c.c 12:53:40 [2020-07-17T12:53:40.042Z] #39 14.93 DEP images/pipe.pb-c.d 12:53:40 [2020-07-17T12:53:40.054Z] #39 28.36 CC images/sk-packet.o 12:53:40 [2020-07-17T12:53:40.106Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.33 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.33 Unpacking libiptc0:s390x (1.8.2-4) ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.39 Selecting previously unselected package libnfnetlink0:s390x. 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.39 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.39 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.45 Selecting previously unselected package libnetfilter-conntrack3:s390x. 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.45 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.46 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.51 Selecting previously unselected package libnftnl11:s390x. 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.51 Unpacking libnftnl11:s390x (1.1.2-2) ... 12:53:40 [2020-07-17T12:53:40.161Z] #17 17.57 Selecting previously unselected package iptables. 12:53:40 [2020-07-17T12:53:40.302Z] #39 14.99 PBCC images/pstree.pb-c.c 12:53:40 [2020-07-17T12:53:40.302Z] #39 15.02 DEP images/pstree.pb-c.d 12:53:40 [2020-07-17T12:53:40.302Z] #39 15.09 PBCC images/fs.pb-c.c 12:53:40 [2020-07-17T12:53:40.302Z] #39 15.12 DEP images/fs.pb-c.d 12:53:40 [2020-07-17T12:53:40.302Z] #39 15.15 PBCC images/signalfd.pb-c.c 12:53:40 [2020-07-17T12:53:40.314Z] #39 28.61 CC images/mnt.o 12:53:40 [2020-07-17T12:53:40.368Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 12:53:40 [2020-07-17T12:53:40.368Z] #58 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.6s done 12:53:40 [2020-07-17T12:53:40.452Z] #17 17.57 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.452Z] #17 17.57 Unpacking iptables (1.8.2-4) ... 12:53:40 [2020-07-17T12:53:40.452Z] #17 17.79 Selecting previously unselected package xxd. 12:53:40 [2020-07-17T12:53:40.452Z] #17 17.79 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... 12:53:40 [2020-07-17T12:53:40.452Z] #17 17.80 Unpacking xxd (2:8.1.0875-5) ... 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.24 DEP images/signalfd.pb-c.d 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.31 PBCC images/fh.pb-c.c 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.37 PBCC images/fsnotify.pb-c.c 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.42 DEP images/fh.pb-c.d 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.47 DEP images/fsnotify.pb-c.d 12:53:40 [2020-07-17T12:53:40.561Z] #39 15.52 PBCC images/eventpoll.pb-c.c 12:53:40 [2020-07-17T12:53:40.574Z] #39 28.80 CC images/pipe-data.o 12:53:40 [2020-07-17T12:53:40.743Z] #17 17.93 Selecting previously unselected package vim-common. 12:53:40 [2020-07-17T12:53:40.743Z] #17 17.93 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:53:40 [2020-07-17T12:53:40.743Z] #17 17.95 Unpacking vim-common (2:8.1.0875-5) ... 12:53:40 [2020-07-17T12:53:40.743Z] #17 18.13 Selecting previously unselected package bash-completion. 12:53:40 [2020-07-17T12:53:40.820Z] #39 15.54 DEP images/eventpoll.pb-c.d 12:53:40 [2020-07-17T12:53:40.820Z] #39 15.59 PBCC images/eventfd.pb-c.c 12:53:40 [2020-07-17T12:53:40.820Z] #39 15.66 DEP images/eventfd.pb-c.d 12:53:40 [2020-07-17T12:53:40.820Z] #39 15.72 PBCC images/remap-file-path.pb-c.c 12:53:40 [2020-07-17T12:53:40.834Z] #39 28.97 CC images/sa.o 12:53:40 [2020-07-17T12:53:40.834Z] #39 29.14 CC images/timer.o 12:53:41 [2020-07-17T12:53:41.034Z] #17 18.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:53:41 [2020-07-17T12:53:41.081Z] #39 15.74 DEP images/remap-file-path.pb-c.d 12:53:41 [2020-07-17T12:53:41.081Z] #39 15.79 PBCC images/fifo.pb-c.c 12:53:41 [2020-07-17T12:53:41.081Z] #39 15.81 DEP images/fifo.pb-c.d 12:53:41 [2020-07-17T12:53:41.081Z] #39 15.86 PBCC images/ghost-file.pb-c.c 12:53:41 [2020-07-17T12:53:41.081Z] #39 15.90 DEP images/ghost-file.pb-c.d 12:53:41 [2020-07-17T12:53:41.093Z] #39 29.41 CC images/timerfd.o 12:53:41 [2020-07-17T12:53:41.341Z] #39 15.97 PBCC images/regfile.pb-c.c 12:53:41 [2020-07-17T12:53:41.341Z] #39 16.06 DEP images/regfile.pb-c.d 12:53:41 [2020-07-17T12:53:41.341Z] #39 16.12 PBCC images/ns.pb-c.c 12:53:41 [2020-07-17T12:53:41.341Z] #39 16.15 DEP images/ns.pb-c.d 12:53:41 [2020-07-17T12:53:41.341Z] #39 16.21 PBCC images/fdinfo.pb-c.c 12:53:41 [2020-07-17T12:53:41.353Z] #39 29.56 CC images/mm.o 12:53:41 [2020-07-17T12:53:41.353Z] #39 29.81 CC images/sk-opts.o 12:53:41 [2020-07-17T12:53:41.600Z] #39 16.36 DEP images/fdinfo.pb-c.d 12:53:41 [2020-07-17T12:53:41.601Z] #39 16.44 PBCC images/core-aarch64.pb-c.c 12:53:41 [2020-07-17T12:53:41.613Z] #39 30.06 CC images/sk-unix.o 12:53:41 [2020-07-17T12:53:41.658Z] #52 ... 12:53:41 [2020-07-17T12:53:41.658Z] 12:53:41 [2020-07-17T12:53:41.658Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:41 [2020-07-17T12:53:41.658Z] #41 78.63 text/template/parse 12:53:41 [2020-07-17T12:53:41.658Z] #41 81.47 go/parser 12:53:41 [2020-07-17T12:53:41.658Z] #41 84.53 text/template 12:53:41 [2020-07-17T12:53:41.658Z] #41 86.17 encoding/xml 12:53:41 [2020-07-17T12:53:41.658Z] #41 ... 12:53:41 [2020-07-17T12:53:41.658Z] 12:53:41 [2020-07-17T12:53:41.658Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.010 PBCC images/sysctl.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.065 DEP images/sysctl.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.092 PBCC images/time.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.126 DEP images/time.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.300 PBCC images/binfmt-misc.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.358 DEP images/binfmt-misc.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.508 PBCC images/seccomp.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.568 DEP images/seccomp.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.652 PBCC images/userns.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.728 DEP images/userns.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.826 PBCC images/cgroup.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.862 DEP images/cgroup.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.913 PBCC images/ext-file.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 9.997 DEP images/ext-file.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.11 PBCC images/rpc.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.30 DEP images/rpc.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.39 PBCC images/siginfo.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.44 DEP images/siginfo.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.52 PBCC images/pagemap.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.56 DEP images/pagemap.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.64 PBCC images/rlimit.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.68 DEP images/rlimit.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.74 PBCC images/file-lock.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.79 DEP images/file-lock.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.85 PBCC images/tty.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.91 DEP images/tty.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 10.96 PBCC images/tun.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.08 PBCC images/netdev.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.17 DEP images/tun.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.24 DEP images/netdev.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.28 PBCC images/vma.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.37 DEP images/vma.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.42 PBCC images/creds.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.44 DEP images/creds.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.49 PBCC images/utsns.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.51 DEP images/utsns.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.58 PBCC images/ipc-desc.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.61 PBCC images/ipc-sem.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.62 DEP images/ipc-desc.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.67 DEP images/ipc-sem.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.73 PBCC images/ipc-msg.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.78 DEP images/ipc-msg.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.81 PBCC images/ipc-shm.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.85 DEP images/ipc-shm.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.92 PBCC images/ipc-var.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 11.96 DEP images/ipc-var.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.02 PBCC images/sk-opts.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.04 PBCC images/packet-sock.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.12 DEP images/sk-opts.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.18 DEP images/packet-sock.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.24 PBCC images/sk-netlink.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.29 DEP images/sk-netlink.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.36 PBCC images/sk-inet.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.38 DEP images/sk-inet.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.43 PBCC images/sk-unix.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.53 DEP images/sk-unix.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.58 PBCC images/mm.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.65 DEP images/mm.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.71 PBCC images/timerfd.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.77 DEP images/timerfd.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.81 PBCC images/timer.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.86 DEP images/timer.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.90 PBCC images/sa.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 12.95 DEP images/sa.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.02 PBCC images/pipe-data.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.04 DEP images/pipe-data.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.08 PBCC images/mnt.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.15 DEP images/mnt.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.20 PBCC images/sk-packet.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.22 DEP images/sk-packet.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.28 PBCC images/tcp-stream.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.32 DEP images/tcp-stream.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.39 PBCC images/pipe.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.42 DEP images/pipe.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.49 PBCC images/pstree.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.52 DEP images/pstree.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.55 PBCC images/fs.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.59 DEP images/fs.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.64 PBCC images/signalfd.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.72 DEP images/signalfd.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.75 PBCC images/fh.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.79 PBCC images/fsnotify.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.83 DEP images/fh.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.90 DEP images/fsnotify.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 13.95 PBCC images/eventpoll.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.00 DEP images/eventpoll.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.06 PBCC images/eventfd.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.11 DEP images/eventfd.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.18 PBCC images/remap-file-path.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.21 DEP images/remap-file-path.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.26 PBCC images/fifo.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.27 DEP images/fifo.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.33 PBCC images/ghost-file.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.36 DEP images/ghost-file.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.42 PBCC images/regfile.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.48 DEP images/regfile.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.53 PBCC images/ns.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.57 DEP images/ns.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.65 PBCC images/fdinfo.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.72 DEP images/fdinfo.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.77 PBCC images/core-aarch64.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.80 PBCC images/core-arm.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.86 PBCC images/core-ppc64.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.88 PBCC images/core-s390.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 14.94 PBCC images/core-x86.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.01 PBCC images/core.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.08 PBCC images/inventory.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.15 DEP images/core-aarch64.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.23 DEP images/core-arm.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.30 DEP images/core-ppc64.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.34 DEP images/core-s390.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.39 DEP images/core-x86.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.43 DEP images/core.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.47 DEP images/inventory.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.50 PBCC images/cpuinfo.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.53 DEP images/cpuinfo.pb-c.d 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.58 PBCC images/stats.pb-c.c 12:53:41 [2020-07-17T12:53:41.658Z] #39 15.60 DEP images/stats.pb-c.d 12:53:41 [2020-07-17T12:53:41.678Z] #17 ... 12:53:41 [2020-07-17T12:53:41.679Z] 12:53:41 [2020-07-17T12:53:41.679Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:53:41 [2020-07-17T12:53:41.679Z] #28 DONE 101.7s 12:53:41 [2020-07-17T12:53:41.679Z] 12:53:41 [2020-07-17T12:53:41.679Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:41 [2020-07-17T12:53:41.679Z] #39 60.19 CC criu/cr-dedup.o 12:53:41 [2020-07-17T12:53:41.679Z] #39 60.57 CC criu/cr-dump.o 12:53:41 [2020-07-17T12:53:41.679Z] #39 62.12 CC criu/cr-errno.o 12:53:41 [2020-07-17T12:53:41.679Z] #39 62.18 CC criu/cr-restore.o 12:53:41 [2020-07-17T12:53:41.778Z] #58 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.4s done 12:53:41 [2020-07-17T12:53:41.860Z] #39 16.51 PBCC images/core-arm.pb-c.c 12:53:41 [2020-07-17T12:53:41.860Z] #39 16.57 PBCC images/core-ppc64.pb-c.c 12:53:41 [2020-07-17T12:53:41.860Z] #39 16.66 PBCC images/core-s390.pb-c.c 12:53:41 [2020-07-17T12:53:41.981Z] #39 65.26 CC criu/cr-service.o 12:53:42 [2020-07-17T12:53:42.120Z] #39 16.73 PBCC images/core-x86.pb-c.c 12:53:42 [2020-07-17T12:53:42.120Z] #39 16.78 PBCC images/core.pb-c.c 12:53:42 [2020-07-17T12:53:42.120Z] #39 16.89 PBCC images/inventory.pb-c.c 12:53:42 [2020-07-17T12:53:42.120Z] #39 17.01 DEP images/core-aarch64.pb-c.d 12:53:42 [2020-07-17T12:53:42.182Z] #39 30.40 CC images/sk-inet.o 12:53:42 [2020-07-17T12:53:42.239Z] #29 ... 12:53:42 [2020-07-17T12:53:42.239Z] 12:53:42 [2020-07-17T12:53:42.239Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.673 + RM_GOPATH=0 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.673 + TMP_GOPATH= 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.673 + : /build 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.673 + '[' -z '' ']' 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.674 ++ mktemp -d 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.676 + export GOPATH=/tmp/tmp.mmGNje1KYK 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.676 + GOPATH=/tmp/tmp.mmGNje1KYK 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.676 + RM_GOPATH=1 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.676 + case "$(go env GOARCH)" in 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.677 ++ go env GOARCH 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.683 + export GO_BUILDMODE=-buildmode=pie 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.683 + GO_BUILDMODE=-buildmode=pie 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.684 ++ dirname /tmp/install/install.sh 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 + dir=/tmp/install 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 + bin=gotestsum 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 + shift 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 + . /tmp/install/gotestsum.installer 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.685 ++ : v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.686 + install_gotestsum 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.686 + set -e 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.686 + export GO111MODULE=on 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.686 + GO111MODULE=on 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.686 + GOBIN=/build 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.687 + go get gotest.tools/gotestsum@v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.702 go: finding gotest.tools/gotestsum v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 0.702 go: finding gotest.tools v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 1.394 go: downloading gotest.tools/gotestsum v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 2.434 go: extracting gotest.tools/gotestsum v0.3.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 3.865 go: downloading gotest.tools v2.1.0+incompatible 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.148 go: extracting gotest.tools v2.1.0+incompatible 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.331 go: downloading github.com/pkg/errors v0.8.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.358 go: downloading github.com/fatih/color v1.6.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.365 go: downloading github.com/sirupsen/logrus v1.0.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.366 go: downloading github.com/spf13/pflag v1.0.1 12:53:42 [2020-07-17T12:53:42.239Z] #44 4.821 go: extracting github.com/pkg/errors v0.8.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.031 go: downloading github.com/jonboulle/clockwork v0.1.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.049 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.147 go: extracting github.com/sirupsen/logrus v1.0.5 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.182 go: extracting github.com/fatih/color v1.6.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.183 go: extracting github.com/jonboulle/clockwork v0.1.0 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.224 go: downloading github.com/mattn/go-isatty v0.0.3 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.314 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.315 go: downloading github.com/mattn/go-colorable v0.0.9 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.335 go: extracting github.com/spf13/pflag v1.0.1 12:53:42 [2020-07-17T12:53:42.239Z] #44 5.508 go: extracting github.com/mattn/go-isatty v0.0.3 12:53:42 [2020-07-17T12:53:42.379Z] #39 17.07 DEP images/core-arm.pb-c.d 12:53:42 [2020-07-17T12:53:42.379Z] #39 17.12 DEP images/core-ppc64.pb-c.d 12:53:42 [2020-07-17T12:53:42.379Z] #39 17.15 DEP images/core-s390.pb-c.d 12:53:42 [2020-07-17T12:53:42.379Z] #39 17.19 DEP images/core-x86.pb-c.d 12:53:42 [2020-07-17T12:53:42.379Z] #39 17.25 DEP images/core.pb-c.d 12:53:42 [2020-07-17T12:53:42.441Z] #39 30.73 CC images/tun.o 12:53:42 [2020-07-17T12:53:42.542Z] #44 5.624 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:53:42 [2020-07-17T12:53:42.542Z] #44 5.678 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:53:42 [2020-07-17T12:53:42.542Z] #44 5.679 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:53:42 [2020-07-17T12:53:42.542Z] #44 5.800 go: extracting github.com/mattn/go-colorable v0.0.9 12:53:42 [2020-07-17T12:53:42.639Z] #39 17.34 DEP images/inventory.pb-c.d 12:53:42 [2020-07-17T12:53:42.639Z] #39 17.38 PBCC images/cpuinfo.pb-c.c 12:53:42 [2020-07-17T12:53:42.639Z] #39 17.39 DEP images/cpuinfo.pb-c.d 12:53:42 [2020-07-17T12:53:42.639Z] #39 17.48 PBCC images/stats.pb-c.c 12:53:42 [2020-07-17T12:53:42.639Z] #39 17.51 DEP images/stats.pb-c.d 12:53:42 [2020-07-17T12:53:42.701Z] #39 30.95 CC images/sk-netlink.o 12:53:42 [2020-07-17T12:53:42.710Z] #39 ... 12:53:42 [2020-07-17T12:53:42.710Z] 12:53:42 [2020-07-17T12:53:42.710Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:53:42 [2020-07-17T12:53:42.710Z] #17 20.21 Unpacking bash-completion (1:2.8-6) ... 12:53:42 [2020-07-17T12:53:42.960Z] #39 31.24 CC images/packet-sock.o 12:53:43 [2020-07-17T12:53:43.000Z] #17 20.47 Selecting previously unselected package bzip2. 12:53:43 [2020-07-17T12:53:43.024Z] #39 17.01 make[1]: Nothing to be done for 'all'. 12:53:43 [2020-07-17T12:53:43.220Z] #39 31.57 CC images/ipc-var.o 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.49 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.50 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.54 Selecting previously unselected package xz-utils. 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.54 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.55 Unpacking xz-utils (5.2.4-1) ... 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.62 Selecting previously unselected package apparmor. 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.62 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.291Z] #17 20.67 Unpacking apparmor (2.13.2-10) ... 12:53:43 [2020-07-17T12:53:43.479Z] #39 31.82 CC images/ipc-desc.o 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.90 Selecting previously unselected package aufs-tools. 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.90 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.90 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.97 Selecting previously unselected package libonig5:s390x. 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.97 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.582Z] #17 20.98 Unpacking libonig5:s390x (6.9.1-1) ... 12:53:43 [2020-07-17T12:53:43.739Z] #39 32.04 CC images/ipc-shm.o 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.08 Selecting previously unselected package libjq1:s390x. 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.08 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.08 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.14 Selecting previously unselected package jq. 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.14 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.15 Unpacking jq (1.5+dfsg-2+b1) ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.19 Selecting previously unselected package libaio1:s390x. 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.19 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.20 Unpacking libaio1:s390x (0.3.112-3) ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.23 Selecting previously unselected package libgpm2:s390x. 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.23 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.23 Unpacking libgpm2:s390x (1.20.7-5) ... 12:53:43 [2020-07-17T12:53:43.873Z] #17 21.28 Selecting previously unselected package libicu63:s390x. 12:53:43 [2020-07-17T12:53:43.953Z] #39 ... 12:53:43 [2020-07-17T12:53:43.953Z] 12:53:43 [2020-07-17T12:53:43.953Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:43 [2020-07-17T12:53:43.953Z] #47 81.03 github.com/pkg/diff 12:53:43 [2020-07-17T12:53:43.953Z] #47 81.54 golang.org/x/crypto/ssh/terminal 12:53:43 [2020-07-17T12:53:43.953Z] #47 83.94 mvdan.cc/editorconfig 12:53:43 [2020-07-17T12:53:43.953Z] #47 83.94 mvdan.cc/sh/v3/syntax 12:53:43 [2020-07-17T12:53:43.953Z] #47 85.23 mvdan.cc/sh/v3/fileutil 12:53:43 [2020-07-17T12:53:43.953Z] #47 90.36 mvdan.cc/sh/v3/cmd/shfmt 12:53:43 [2020-07-17T12:53:43.953Z] #47 ... 12:53:43 [2020-07-17T12:53:43.953Z] 12:53:43 [2020-07-17T12:53:43.953Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:43 [2020-07-17T12:53:43.953Z] #39 18.33 CC images/stats.o 12:53:43 [2020-07-17T12:53:43.998Z] #39 32.26 CC images/ipc-msg.o 12:53:44 [2020-07-17T12:53:44.018Z] #39 18.85 make[1]: Nothing to be done for 'all'. 12:53:44 [2020-07-17T12:53:44.164Z] #17 21.28 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... 12:53:44 [2020-07-17T12:53:44.164Z] #17 21.28 Unpacking libicu63:s390x (63.1-6+deb10u1) ... 12:53:44 [2020-07-17T12:53:44.258Z] #39 32.57 CC images/ipc-sem.o 12:53:44 [2020-07-17T12:53:44.514Z] #39 18.70 CC images/core.o 12:53:44 [2020-07-17T12:53:44.518Z] #39 32.83 CC images/utsns.o 12:53:44 [2020-07-17T12:53:44.777Z] #39 32.97 CC images/creds.o 12:53:45 [2020-07-17T12:53:45.036Z] #39 33.16 CC images/vma.o 12:53:45 [2020-07-17T12:53:45.036Z] #39 33.33 CC images/netdev.o 12:53:45 [2020-07-17T12:53:45.074Z] #39 19.34 CC images/core-x86.o 12:53:45 [2020-07-17T12:53:45.104Z] #58 ... 12:53:45 [2020-07-17T12:53:45.104Z] 12:53:45 [2020-07-17T12:53:45.104Z] #20 [internal] load build context 12:53:45 [2020-07-17T12:53:45.104Z] #20 transferring context: 51.31MB 3.8s done 12:53:45 [2020-07-17T12:53:45.104Z] #20 DONE 5.5s 12:53:45 [2020-07-17T12:53:45.104Z] 12:53:45 [2020-07-17T12:53:45.104Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:53:45 [2020-07-17T12:53:45.104Z] #7 resolve docker.io/library/golang:1.13.12-buster@sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:941576775c6b67b35bfb4c622b673d4ee7a22c40a9e0431a6f094874e813fb99 1.79kB / 1.79kB done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 49.17MB / 49.17MB 1.6s done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 7.68MB / 7.68MB 0.6s done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:0a96caa7939847c773b8c28192c0a0beb1e29488a2f15b8748cbd672c7fa1a88 1.86kB / 1.86kB done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:bd9cf9319137efea4bd6e07d7fa02a4ee6a4a54de3b48af53e9ba22f220b418e 6.19kB / 6.19kB done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 9.98MB / 9.98MB 1.6s done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 52.16MB / 52.16MB 3.0s done 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 5.4s 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 97.68MB / 97.68MB 5.4s 12:53:45 [2020-07-17T12:53:45.104Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 3.5s 12:53:45 [2020-07-17T12:53:45.104Z] #7 sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c 155B / 155B 5.4s 12:53:45 [2020-07-17T12:53:45.296Z] #39 33.67 CC images/tty.o 12:53:45 [2020-07-17T12:53:45.367Z] #7 sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 62.52MB / 62.52MB 5.6s done 12:53:45 [2020-07-17T12:53:45.367Z] #7 sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c 155B / 155B 5.6s done 12:53:45 [2020-07-17T12:53:45.398Z] #39 20.24 CC images/stats.o 12:53:45 [2020-07-17T12:53:45.633Z] #39 19.86 CC images/core-arm.o 12:53:45 [2020-07-17T12:53:45.713Z] #7 ... 12:53:45 [2020-07-17T12:53:45.713Z] 12:53:45 [2020-07-17T12:53:45.713Z] #58 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... 12:53:45 [2020-07-17T12:53:45.713Z] #58 DONE 6.0s 12:53:45 [2020-07-17T12:53:45.713Z] 12:53:45 [2020-07-17T12:53:45.713Z] #7 [base 1/3] FROM docker.io/library/golang:1.13.12-buster@sha256:0a96caa79... 12:53:45 [2020-07-17T12:53:45.713Z] #7 extracting sha256:1db90d3d3b6598d485690f804e96153fb632e7434251d334e9a0c49b773855c9 4.0s done 12:53:45 [2020-07-17T12:53:45.866Z] #39 34.27 CC images/file-lock.o 12:53:45 [2020-07-17T12:53:45.969Z] #39 20.62 CC images/core.o 12:53:46 [2020-07-17T12:53:46.122Z] #44 8.702 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:53:46 [2020-07-17T12:53:46.122Z] #44 9.249 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:53:46 [2020-07-17T12:53:46.123Z] #44 9.353 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:53:46 [2020-07-17T12:53:46.125Z] #39 34.49 CC images/rlimit.o 12:53:46 [2020-07-17T12:53:46.193Z] #39 20.37 CC images/core-aarch64.o 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.31 Selecting previously unselected package libnet1:s390x. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.31 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.32 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.34 Selecting previously unselected package libnl-3-200:s390x. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.34 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.35 Unpacking libnl-3-200:s390x (3.4.0-1) ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.41 Selecting previously unselected package libprotobuf-c1:s390x. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.41 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.41 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.44 Selecting previously unselected package libreadline5:s390x. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.44 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.44 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.49 Selecting previously unselected package net-tools. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.49 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.49 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.58 Selecting previously unselected package python-pip-whl. 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.58 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:53:46 [2020-07-17T12:53:46.227Z] #17 23.58 Unpacking python-pip-whl (18.1-5) ... 12:53:46 [2020-07-17T12:53:46.286Z] #7 sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 97.68MB / 97.68MB 6.3s done 12:53:46 [2020-07-17T12:53:46.385Z] #39 34.76 CC images/pagemap.o 12:53:46 [2020-07-17T12:53:46.448Z] #39 20.75 CC images/core-ppc64.o 12:53:46 [2020-07-17T12:53:46.538Z] #39 21.29 CC images/core-x86.o 12:53:46 [2020-07-17T12:53:46.553Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 12:53:46 [2020-07-17T12:53:46.768Z] #44 ... 12:53:46 [2020-07-17T12:53:46.768Z] 12:53:46 [2020-07-17T12:53:46.768Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.822 + RM_GOPATH=0 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.822 + TMP_GOPATH= 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.822 + : /build 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.822 + '[' -z '' ']' 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.832 ++ mktemp -d 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.836 + export GOPATH=/tmp/tmp.iAfVdEsY0w 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.836 + GOPATH=/tmp/tmp.iAfVdEsY0w 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.837 + RM_GOPATH=1 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.842 + case "$(go env GOARCH)" in 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.843 ++ go env GOARCH 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.913 + export GO_BUILDMODE=-buildmode=pie 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.913 + GO_BUILDMODE=-buildmode=pie 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.915 ++ dirname /tmp/install/install.sh 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.919 + dir=/tmp/install 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.919 + bin=shfmt 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.920 + shift 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.920 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.921 + . /tmp/install/shfmt.installer 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.921 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.922 + install_shfmt 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.922 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.923 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.924 + git clone https://github.com/mvdan/sh.git /tmp/tmp.iAfVdEsY0w/src/github.com/mvdan/sh 12:53:46 [2020-07-17T12:53:46.768Z] #48 0.930 Cloning into '/tmp/tmp.iAfVdEsY0w/src/github.com/mvdan/sh'... 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.01 Selecting previously unselected package python3-lib2to3. 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.02 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.02 Unpacking python3-lib2to3 (3.7.3-1) ... 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.13 Selecting previously unselected package python3-distutils. 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.13 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.13 Unpacking python3-distutils (3.7.3-1) ... 12:53:46 [2020-07-17T12:53:46.859Z] #17 24.25 Selecting previously unselected package python3-pip. 12:53:46 [2020-07-17T12:53:46.954Z] #39 34.99 CC images/siginfo.o 12:53:46 [2020-07-17T12:53:46.954Z] #39 35.29 CC images/rpc.o 12:53:46 [2020-07-17T12:53:46.954Z] #39 ... 12:53:46 [2020-07-17T12:53:46.954Z] 12:53:46 [2020-07-17T12:53:46.954Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:46 [2020-07-17T12:53:46.954Z] #41 92.79 hash/crc32 12:53:46 [2020-07-17T12:53:46.954Z] #41 93.39 compress/gzip 12:53:46 [2020-07-17T12:53:46.954Z] #41 93.45 net 12:53:46 [2020-07-17T12:53:46.954Z] #41 93.87 vendor/golang.org/x/text/transform 12:53:46 [2020-07-17T12:53:46.954Z] #41 94.70 vendor/golang.org/x/text/unicode/bidi 12:53:46 [2020-07-17T12:53:46.954Z] #41 96.39 vendor/golang.org/x/text/secure/bidirule 12:53:46 [2020-07-17T12:53:46.954Z] #41 96.66 vendor/golang.org/x/text/unicode/norm 12:53:46 [2020-07-17T12:53:46.954Z] #41 99.93 vendor/golang.org/x/net/idna 12:53:46 [2020-07-17T12:53:46.954Z] #41 101.9 vendor/golang.org/x/net/http2/hpack 12:53:47 [2020-07-17T12:53:47.009Z] #39 21.33 CC images/core-s390.o 12:53:47 [2020-07-17T12:53:47.067Z] #48 ... 12:53:47 [2020-07-17T12:53:47.067Z] 12:53:47 [2020-07-17T12:53:47.067Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.804 + RM_GOPATH=0 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.820 + TMP_GOPATH= 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.823 + : /build 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.823 + '[' -z '' ']' 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.830 ++ mktemp -d 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.832 + export GOPATH=/tmp/tmp.ELmlUrpyUn 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.832 + GOPATH=/tmp/tmp.ELmlUrpyUn 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.832 + RM_GOPATH=1 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.833 + case "$(go env GOARCH)" in 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.834 ++ go env GOARCH 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.898 + export GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.899 + GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.899 ++ dirname /tmp/install/install.sh 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.901 + dir=/tmp/install 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.901 + bin=proxy 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.901 + shift 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.901 + '[' '!' -f /tmp/install/proxy.installer ']' 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.901 + . /tmp/install/proxy.installer 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.902 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.902 + install_proxy 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 + case "$1" in 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 + export CGO_ENABLED=0 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 + CGO_ENABLED=0 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 + _install_proxy 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.903 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.911 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.ELmlUrpyUn/src/github.com/docker/libnetwork 12:53:47 [2020-07-17T12:53:47.067Z] #61 0.917 Cloning into '/tmp/tmp.ELmlUrpyUn/src/github.com/docker/libnetwork'... 12:53:47 [2020-07-17T12:53:47.067Z] #61 ... 12:53:47 [2020-07-17T12:53:47.067Z] 12:53:47 [2020-07-17T12:53:47.067Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:53:47 [2020-07-17T12:53:47.067Z] #52 1.186 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:47 [2020-07-17T12:53:47.067Z] #52 1.419 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:47 [2020-07-17T12:53:47.067Z] #52 1.613 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:47 [2020-07-17T12:53:47.067Z] #52 2.850 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:53:47 [2020-07-17T12:53:47.067Z] #52 6.146 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:53:47 [2020-07-17T12:53:47.067Z] #52 6.951 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:53:47 [2020-07-17T12:53:47.106Z] #39 21.83 CC images/core-arm.o 12:53:47 [2020-07-17T12:53:47.133Z] #7 extracting sha256:6e848fd373270c8ed6d276649dd8a5860d188f7d0ff306e91e4e3e092e541d99 0.3s done 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.26 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.26 Unpacking python3-pip (18.1-5) ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.35 Selecting previously unselected package python3-pkg-resources. 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.35 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.35 Unpacking python3-pkg-resources (40.8.0-1) ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.41 Selecting previously unselected package python3-setuptools. 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.41 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.41 Unpacking python3-setuptools (40.8.0-1) ... 12:53:47 [2020-07-17T12:53:47.149Z] #17 24.53 Selecting previously unselected package python3-wheel. 12:53:47 [2020-07-17T12:53:47.365Z] #52 ... 12:53:47 [2020-07-17T12:53:47.365Z] 12:53:47 [2020-07-17T12:53:47.365Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:53:47 [2020-07-17T12:53:47.365Z] #39 1.188 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:47 [2020-07-17T12:53:47.365Z] #39 1.416 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:47 [2020-07-17T12:53:47.365Z] #39 1.614 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:47 [2020-07-17T12:53:47.365Z] #39 2.845 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:53:47 [2020-07-17T12:53:47.365Z] #39 5.750 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:53:47 [2020-07-17T12:53:47.365Z] #39 6.903 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:53:47 [2020-07-17T12:53:47.365Z] #39 ... 12:53:47 [2020-07-17T12:53:47.365Z] 12:53:47 [2020-07-17T12:53:47.365Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.810 + RM_GOPATH=0 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.811 + TMP_GOPATH= 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.811 + : /build 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.812 + '[' -z '' ']' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.816 ++ mktemp -d 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.838 + export GOPATH=/tmp/tmp.8cjVCAf5qg 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.839 + GOPATH=/tmp/tmp.8cjVCAf5qg 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.839 + RM_GOPATH=1 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.842 + case "$(go env GOARCH)" in 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.842 ++ go env GOARCH 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.848 + export GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.848 + GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.849 ++ dirname /tmp/install/install.sh 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.850 + dir=/tmp/install 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.851 + bin=dockercli 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.851 + shift 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.852 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.852 + . /tmp/install/dockercli.installer 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.853 ++ : stable 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.853 ++ : 17.06.2-ce 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.854 + install_dockercli 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.854 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.855 Install docker/cli version 17.06.2-ce from stable 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.856 ++ uname -m 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.857 + arch=ppc64le 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.858 + '[' ppc64le '!=' x86_64 ']' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.858 + '[' ppc64le '!=' s390x ']' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.858 + '[' ppc64le '!=' armhf ']' 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.859 + build_dockercli 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.859 + git clone https://github.com/docker/docker-ce /tmp/tmp.8cjVCAf5qg/tmp/docker-ce 12:53:47 [2020-07-17T12:53:47.365Z] #22 0.905 Cloning into '/tmp/tmp.8cjVCAf5qg/tmp/docker-ce'... 12:53:47 [2020-07-17T12:53:47.377Z] #39 22.15 CC images/core-aarch64.o 12:53:47 [2020-07-17T12:53:47.440Z] #17 24.53 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:53:47 [2020-07-17T12:53:47.440Z] #17 24.53 Unpacking python3-wheel (0.32.3-2) ... 12:53:47 [2020-07-17T12:53:47.440Z] #17 24.59 Selecting previously unselected package sudo. 12:53:47 [2020-07-17T12:53:47.440Z] #17 24.59 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ... 12:53:47 [2020-07-17T12:53:47.440Z] #17 24.59 Unpacking sudo (1.8.27-1+deb10u2) ... 12:53:47 [2020-07-17T12:53:47.523Z] #41 103.1 mime 12:53:47 [2020-07-17T12:53:47.662Z] #22 ... 12:53:47 [2020-07-17T12:53:47.663Z] 12:53:47 [2020-07-17T12:53:47.663Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:53:47 [2020-07-17T12:53:47.663Z] #33 1.186 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:47 [2020-07-17T12:53:47.663Z] #33 1.420 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:47 [2020-07-17T12:53:47.663Z] #33 1.611 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:47 [2020-07-17T12:53:47.663Z] #33 2.822 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:53:47 [2020-07-17T12:53:47.663Z] #33 5.587 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:53:47 [2020-07-17T12:53:47.663Z] #33 7.098 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:53:47 [2020-07-17T12:53:47.663Z] #33 ... 12:53:47 [2020-07-17T12:53:47.663Z] 12:53:47 [2020-07-17T12:53:47.663Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:53:47 [2020-07-17T12:53:47.663Z] #37 0.644 + git clone https://github.com/docker/distribution.git . 12:53:47 [2020-07-17T12:53:47.663Z] #37 0.645 Cloning into '.'... 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.86 Selecting previously unselected package thin-provisioning-tools. 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.87 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.87 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.99 Selecting previously unselected package uidmap. 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.99 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... 12:53:47 [2020-07-17T12:53:47.730Z] #17 24.99 Unpacking uidmap (1:4.5-1.1) ... 12:53:47 [2020-07-17T12:53:47.730Z] #17 25.06 Selecting previously unselected package vim-runtime. 12:53:47 [2020-07-17T12:53:47.730Z] #17 25.06 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:53:47 [2020-07-17T12:53:47.730Z] #17 25.10 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:53:47 [2020-07-17T12:53:47.730Z] #17 25.13 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:53:47 [2020-07-17T12:53:47.730Z] #17 25.13 Unpacking vim-runtime (2:8.1.0875-5) ... 12:53:47 [2020-07-17T12:53:47.946Z] #39 22.58 CC images/core-ppc64.o 12:53:47 [2020-07-17T12:53:47.967Z] #37 ... 12:53:47 [2020-07-17T12:53:47.967Z] 12:53:47 [2020-07-17T12:53:47.967Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.559 + RM_GOPATH=0 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.559 + TMP_GOPATH= 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.559 + : /build 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.559 + '[' -z '' ']' 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.560 ++ mktemp -d 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.561 + export GOPATH=/tmp/tmp.3E3GB5mvR9 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.561 + GOPATH=/tmp/tmp.3E3GB5mvR9 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.561 + RM_GOPATH=1 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.561 + case "$(go env GOARCH)" in 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.561 ++ go env GOARCH 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.566 + export GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.566 + GO_BUILDMODE=-buildmode=pie 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.566 ++ dirname /tmp/install/install.sh 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.567 + dir=/tmp/install 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.567 + bin=golangci_lint 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.567 + shift 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.568 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.568 + . /tmp/install/golangci_lint.installer 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.568 ++ : v1.23.8 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.569 + install_golangci_lint 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.569 + echo 'Installing golangci-lint version v1.23.8' 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.569 Installing golangci-lint version v1.23.8 12:53:47 [2020-07-17T12:53:47.967Z] #46 0.569 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:53:47 [2020-07-17T12:53:47.967Z] #46 ... 12:53:47 [2020-07-17T12:53:47.967Z] 12:53:47 [2020-07-17T12:53:47.967Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:53:47 [2020-07-17T12:53:47.967Z] #24 1.185 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:47 [2020-07-17T12:53:47.967Z] #24 1.414 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:47 [2020-07-17T12:53:47.967Z] #24 1.623 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:47 [2020-07-17T12:53:47.967Z] #24 3.012 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:53:47 [2020-07-17T12:53:47.967Z] #24 5.948 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:53:47 [2020-07-17T12:53:47.967Z] #24 6.864 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:53:47 [2020-07-17T12:53:47.979Z] #39 22.07 CC images/cpuinfo.o 12:53:48 [2020-07-17T12:53:48.075Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 12:53:48 [2020-07-17T12:53:48.091Z] #41 ... 12:53:48 [2020-07-17T12:53:48.091Z] 12:53:48 [2020-07-17T12:53:48.091Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:48 [2020-07-17T12:53:48.091Z] #39 36.45 CC images/ext-file.o 12:53:48 [2020-07-17T12:53:48.206Z] #39 ... 12:53:48 [2020-07-17T12:53:48.206Z] 12:53:48 [2020-07-17T12:53:48.206Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:48 [2020-07-17T12:53:48.206Z] #47 85.46 mvdan.cc/sh/v3/syntax 12:53:48 [2020-07-17T12:53:48.206Z] #47 92.57 mvdan.cc/sh/v3/cmd/shfmt 12:53:48 [2020-07-17T12:53:48.264Z] #24 ... 12:53:48 [2020-07-17T12:53:48.265Z] 12:53:48 [2020-07-17T12:53:48.265Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:48 [2020-07-17T12:53:48.265Z] #11 1.345 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:53:48 [2020-07-17T12:53:48.265Z] #11 1.609 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:53:48 [2020-07-17T12:53:48.265Z] #11 1.612 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:53:48 [2020-07-17T12:53:48.265Z] #11 3.346 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:53:48 [2020-07-17T12:53:48.265Z] #11 5.848 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:53:48 [2020-07-17T12:53:48.265Z] #11 7.328 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:53:48 [2020-07-17T12:53:48.265Z] #11 ... 12:53:48 [2020-07-17T12:53:48.265Z] 12:53:48 [2020-07-17T12:53:48.265Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.899 + RM_GOPATH=0 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.900 + TMP_GOPATH= 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.901 + : /build 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.902 + '[' -z '' ']' 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.904 ++ mktemp -d 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.912 + export GOPATH=/tmp/tmp.uUvzcqh3Ov 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.912 + GOPATH=/tmp/tmp.uUvzcqh3Ov 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.912 + RM_GOPATH=1 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.912 + case "$(go env GOARCH)" in 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.914 ++ go env GOARCH 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.972 + export GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.972 + GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.973 ++ dirname /tmp/install/install.sh 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 + dir=/tmp/install 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 + bin=rootlesskit 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 + shift 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 + . /tmp/install/rootlesskit.installer 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.975 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.982 + install_rootlesskit 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.982 + case "$1" in 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.982 + export CGO_ENABLED=0 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.982 + CGO_ENABLED=0 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.983 + _install_rootlesskit 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.983 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.983 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.983 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.uUvzcqh3Ov/src/github.com/rootless-containers/rootlesskit 12:53:48 [2020-07-17T12:53:48.265Z] #55 0.996 Cloning into '/tmp/tmp.uUvzcqh3Ov/src/github.com/rootless-containers/rootlesskit'... 12:53:48 [2020-07-17T12:53:48.265Z] #55 6.186 + cd /tmp/tmp.uUvzcqh3Ov/src/github.com/rootless-containers/rootlesskit 12:53:48 [2020-07-17T12:53:48.265Z] #55 6.188 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:53:48 [2020-07-17T12:53:48.265Z] #55 6.747 + for f in rootlesskit rootlesskit-docker-proxy 12:53:48 [2020-07-17T12:53:48.265Z] #55 6.748 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:53:48 [2020-07-17T12:53:48.277Z] #39 ... 12:53:48 [2020-07-17T12:53:48.277Z] 12:53:48 [2020-07-17T12:53:48.277Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:48 [2020-07-17T12:53:48.277Z] #47 DONE 95.6s 12:53:48 [2020-07-17T12:53:48.277Z] 12:53:48 [2020-07-17T12:53:48.277Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:48 [2020-07-17T12:53:48.277Z] #39 22.56 CC images/inventory.o 12:53:48 [2020-07-17T12:53:48.336Z] #7 extracting sha256:9c85f14a5d8064020366c03aa05ec1c8b0f731e0966bb9788960d27258634aef 0.3s done 12:53:48 [2020-07-17T12:53:48.351Z] #39 36.69 CC images/cgroup.o 12:53:48 [2020-07-17T12:53:48.465Z] #47 ... 12:53:48 [2020-07-17T12:53:48.465Z] 12:53:48 [2020-07-17T12:53:48.465Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:48 [2020-07-17T12:53:48.465Z] #39 23.19 CC images/core-s390.o 12:53:48 [2020-07-17T12:53:48.565Z] #55 ... 12:53:48 [2020-07-17T12:53:48.565Z] 12:53:48 [2020-07-17T12:53:48.565Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.814 + RM_GOPATH=0 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.814 + TMP_GOPATH= 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.814 + : /build 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.814 + '[' -z '' ']' 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.815 ++ mktemp -d 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.817 + export GOPATH=/tmp/tmp.aRmDbbxUYC 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.818 + GOPATH=/tmp/tmp.aRmDbbxUYC 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.818 + RM_GOPATH=1 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.819 + case "$(go env GOARCH)" in 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.834 ++ go env GOARCH 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.899 + export GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.900 + GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.905 ++ dirname /tmp/install/install.sh 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.908 + dir=/tmp/install 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.908 + bin=tomlv 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.908 + shift 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.908 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.909 + . /tmp/install/tomlv.installer 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.910 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.913 + install_tomlv 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.919 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.919 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.920 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.aRmDbbxUYC/src/github.com/BurntSushi/toml 12:53:48 [2020-07-17T12:53:48.565Z] #31 0.926 Cloning into '/tmp/tmp.aRmDbbxUYC/src/github.com/BurntSushi/toml'... 12:53:48 [2020-07-17T12:53:48.565Z] #31 2.159 + cd /tmp/tmp.aRmDbbxUYC/src/github.com/BurntSushi/toml 12:53:48 [2020-07-17T12:53:48.565Z] #31 2.161 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:53:48 [2020-07-17T12:53:48.565Z] #31 2.211 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:53:48 [2020-07-17T12:53:48.565Z] #31 3.055 runtime/internal/sys 12:53:48 [2020-07-17T12:53:48.565Z] #31 3.069 math/bits 12:53:48 [2020-07-17T12:53:48.565Z] #31 3.226 runtime/internal/atomic 12:53:48 [2020-07-17T12:53:48.565Z] #31 3.334 internal/cpu 12:53:48 [2020-07-17T12:53:48.565Z] #31 3.799 unicode/utf8 12:53:48 [2020-07-17T12:53:48.565Z] #31 4.181 unicode 12:53:48 [2020-07-17T12:53:48.565Z] #31 4.931 internal/bytealg 12:53:48 [2020-07-17T12:53:48.565Z] #31 5.530 math 12:53:48 [2020-07-17T12:53:48.565Z] #31 5.728 internal/testlog 12:53:48 [2020-07-17T12:53:48.565Z] #31 7.024 runtime 12:53:48 [2020-07-17T12:53:48.565Z] #31 7.066 encoding 12:53:48 [2020-07-17T12:53:48.565Z] #31 7.535 runtime/cgo 12:53:48 [2020-07-17T12:53:48.565Z] #31 ... 12:53:48 [2020-07-17T12:53:48.565Z] 12:53:48 [2020-07-17T12:53:48.565Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.513 + RM_GOPATH=0 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.513 + TMP_GOPATH= 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.513 + : /build 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.513 + '[' -z '' ']' 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.514 ++ mktemp -d 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.516 + export GOPATH=/tmp/tmp.eNF7Hb696K 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.516 + GOPATH=/tmp/tmp.eNF7Hb696K 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.516 + RM_GOPATH=1 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.516 + case "$(go env GOARCH)" in 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.516 ++ go env GOARCH 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.521 + export GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.521 + GO_BUILDMODE=-buildmode=pie 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.522 ++ dirname /tmp/install/install.sh 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + dir=/tmp/install 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + bin=vndr 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + shift 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + '[' '!' -f /tmp/install/vndr.installer ']' 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + . /tmp/install/vndr.installer 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + install_vndr 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.523 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.eNF7Hb696K/src/github.com/LK4D4/vndr 12:53:48 [2020-07-17T12:53:48.565Z] #42 0.525 Cloning into '/tmp/tmp.eNF7Hb696K/src/github.com/LK4D4/vndr'... 12:53:48 [2020-07-17T12:53:48.565Z] #42 1.028 + cd /tmp/tmp.eNF7Hb696K/src/github.com/LK4D4/vndr 12:53:48 [2020-07-17T12:53:48.565Z] #42 1.029 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:53:48 [2020-07-17T12:53:48.565Z] #42 1.044 + go build -buildmode=pie -v -o /build/vndr . 12:53:48 [2020-07-17T12:53:48.565Z] #42 2.419 internal/race 12:53:48 [2020-07-17T12:53:48.565Z] #42 2.422 runtime/internal/sys 12:53:48 [2020-07-17T12:53:48.565Z] #42 2.550 internal/cpu 12:53:48 [2020-07-17T12:53:48.565Z] #42 2.811 runtime/internal/atomic 12:53:48 [2020-07-17T12:53:48.565Z] #42 2.850 sync/atomic 12:53:48 [2020-07-17T12:53:48.565Z] #42 3.166 runtime/internal/math 12:53:48 [2020-07-17T12:53:48.565Z] #42 3.470 unicode 12:53:48 [2020-07-17T12:53:48.565Z] #42 3.644 unicode/utf8 12:53:48 [2020-07-17T12:53:48.565Z] #42 3.776 internal/bytealg 12:53:48 [2020-07-17T12:53:48.565Z] #42 3.947 math/bits 12:53:48 [2020-07-17T12:53:48.565Z] #42 5.685 math 12:53:48 [2020-07-17T12:53:48.565Z] #42 6.017 internal/testlog 12:53:48 [2020-07-17T12:53:48.565Z] #42 6.507 runtime 12:53:48 [2020-07-17T12:53:48.565Z] #42 7.115 encoding 12:53:48 [2020-07-17T12:53:48.565Z] #42 7.486 unicode/utf16 12:53:48 [2020-07-17T12:53:48.565Z] #42 8.829 container/list 12:53:48 [2020-07-17T12:53:48.565Z] #42 11.07 crypto/internal/subtle 12:53:48 [2020-07-17T12:53:48.565Z] #42 11.33 crypto/subtle 12:53:48 [2020-07-17T12:53:48.565Z] #42 11.58 vendor/golang.org/x/crypto/cryptobyte/asn1 12:53:48 [2020-07-17T12:53:48.565Z] #42 11.88 internal/nettrace 12:53:48 [2020-07-17T12:53:48.839Z] #39 23.04 CC images/fdinfo.o 12:53:48 [2020-07-17T12:53:48.861Z] #42 ... 12:53:48 [2020-07-17T12:53:48.861Z] 12:53:48 [2020-07-17T12:53:48.861Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:48 [2020-07-17T12:53:48.861Z] #48 11.62 + cd /tmp/tmp.iAfVdEsY0w/src/github.com/mvdan/sh 12:53:48 [2020-07-17T12:53:48.861Z] #48 11.64 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:53:48 [2020-07-17T12:53:48.861Z] #48 11.76 + GO111MODULE=on 12:53:48 [2020-07-17T12:53:48.861Z] #48 11.76 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:53:48 [2020-07-17T12:53:48.920Z] #39 37.24 CC images/userns.o 12:53:49 [2020-07-17T12:53:49.034Z] #39 23.86 CC images/cpuinfo.o 12:53:49 [2020-07-17T12:53:49.095Z] #39 23.54 CC images/fown.o 12:53:49 [2020-07-17T12:53:49.179Z] #39 37.44 CC images/google/protobuf/descriptor.o 12:53:49 [2020-07-17T12:53:49.280Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 12:53:49 [2020-07-17T12:53:49.602Z] #39 24.27 CC images/inventory.o 12:53:49 [2020-07-17T12:53:49.658Z] #39 23.78 CC images/ns.o 12:53:49 [2020-07-17T12:53:49.658Z] #39 23.97 CC images/regfile.o 12:53:49 [2020-07-17T12:53:49.792Z] #17 27.06 Selecting previously unselected package vim. 12:53:49 [2020-07-17T12:53:49.792Z] #17 27.06 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... 12:53:49 [2020-07-17T12:53:49.792Z] #17 27.07 Unpacking vim (2:8.1.0875-5) ... 12:53:49 [2020-07-17T12:53:49.861Z] #39 24.61 CC images/fdinfo.o 12:53:49 [2020-07-17T12:53:49.957Z] #39 24.20 CC images/ghost-file.o 12:53:50 [2020-07-17T12:53:50.083Z] #17 27.46 Selecting previously unselected package xfsprogs. 12:53:50 [2020-07-17T12:53:50.083Z] #17 27.46 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... 12:53:50 [2020-07-17T12:53:50.083Z] #17 27.46 Unpacking xfsprogs (4.20.0-1) ... 12:53:50 [2020-07-17T12:53:50.213Z] #39 24.46 CC images/fifo.o 12:53:50 [2020-07-17T12:53:50.374Z] #17 27.71 Selecting previously unselected package zip. 12:53:50 [2020-07-17T12:53:50.374Z] #17 27.71 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... 12:53:50 [2020-07-17T12:53:50.374Z] #17 27.72 Unpacking zip (3.0-11+b1) ... 12:53:50 [2020-07-17T12:53:50.374Z] #17 27.84 Setting up aufs-tools (1:4.14+20190211-1) ... 12:53:50 [2020-07-17T12:53:50.401Z] #48 13.42 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:53:50 [2020-07-17T12:53:50.401Z] #48 13.51 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:53:50 [2020-07-17T12:53:50.401Z] #48 13.57 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:53:50 [2020-07-17T12:53:50.431Z] #39 24.95 CC images/fown.o 12:53:50 [2020-07-17T12:53:50.431Z] #39 ... 12:53:50 [2020-07-17T12:53:50.431Z] 12:53:50 [2020-07-17T12:53:50.431Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:50 [2020-07-17T12:53:50.431Z] #41 87.42 text/template 12:53:50 [2020-07-17T12:53:50.431Z] #41 88.68 encoding/xml 12:53:50 [2020-07-17T12:53:50.431Z] #41 91.52 go/doc 12:53:50 [2020-07-17T12:53:50.431Z] #41 94.61 github.com/LK4D4/vndr/versioned 12:53:50 [2020-07-17T12:53:50.431Z] #41 94.69 compress/flate 12:53:50 [2020-07-17T12:53:50.431Z] #41 94.77 github.com/LK4D4/vndr/build 12:53:50 [2020-07-17T12:53:50.431Z] #41 97.34 hash/crc32 12:53:50 [2020-07-17T12:53:50.431Z] #41 ... 12:53:50 [2020-07-17T12:53:50.431Z] 12:53:50 [2020-07-17T12:53:50.431Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:50 [2020-07-17T12:53:50.431Z] #52 39.28 Checking out files: 51% (1648/3196) Checking out files: 52% (1662/3196) Checking out files: 53% (1694/3196) Checking out files: 54% (1726/3196) Checking out files: 55% (1758/3196) Checking out files: 56% (1790/3196) Checking out files: 57% (1822/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 91% (2927/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:53:50 [2020-07-17T12:53:50.431Z] #52 40.58 + cd /tmp/tmp.NjBw1lGKEY/src/github.com/containerd/containerd 12:53:50 [2020-07-17T12:53:50.431Z] #52 40.58 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + export 'BUILDTAGS=netgo osusergo static_build' 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + BUILDTAGS='netgo osusergo static_build' 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + export EXTRA_FLAGS=-buildmode=pie 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + EXTRA_FLAGS=-buildmode=pie 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + '[' '' = dynamic ']' 12:53:50 [2020-07-17T12:53:50.431Z] #52 42.01 + make 12:53:50 [2020-07-17T12:53:50.431Z] #52 43.00 + bin/ctr 12:53:50 [2020-07-17T12:53:50.469Z] #39 24.69 CC images/remap-file-path.o 12:53:50 [2020-07-17T12:53:50.560Z] #39 38.99 CC images/opts.o 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.86 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.86 Setting up libip6tc0:s390x (1.8.2-4) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.87 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.88 Setting up libgpm2:s390x (1.20.7-5) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.88 Setting up libip4tc0:s390x (1.8.2-4) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.89 Setting up uidmap (1:4.5-1.1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.90 Setting up libnftnl11:s390x (1.1.2-2) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.90 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.91 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.92 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.92 Setting up libicu63:s390x (63.1-6+deb10u1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.93 Setting up xxd (2:8.1.0875-5) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.94 Setting up zip (3.0-11+b1) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.94 Setting up vim-common (2:8.1.0875-5) ... 12:53:50 [2020-07-17T12:53:50.698Z] #17 27.96 Setting up bash-completion (1:2.8-6) ... 12:53:50 [2020-07-17T12:53:50.698Z] #48 13.96 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:53:50 [2020-07-17T12:53:50.724Z] #39 24.85 CC images/eventfd.o 12:53:50 [2020-07-17T12:53:50.724Z] #39 25.07 CC images/eventpoll.o 12:53:50 [2020-07-17T12:53:50.820Z] #39 39.19 CC images/seccomp.o 12:53:50 [2020-07-17T12:53:50.997Z] #48 14.12 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:53:51 [2020-07-17T12:53:51.002Z] #52 ... 12:53:51 [2020-07-17T12:53:51.003Z] 12:53:51 [2020-07-17T12:53:51.003Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:51 [2020-07-17T12:53:51.003Z] #41 97.96 vendor/golang.org/x/crypto/cryptobyte 12:53:51 [2020-07-17T12:53:51.003Z] #41 97.99 compress/gzip 12:53:51 [2020-07-17T12:53:51.201Z] #7 extracting sha256:334e38f2d6fff7c08f4ad1b38ec441d2cf963b761b5d85983396a75ff6d0c08f 1.6s done 12:53:51 [2020-07-17T12:53:51.285Z] #39 25.29 CC images/fh.o 12:53:51 [2020-07-17T12:53:51.285Z] #39 25.56 CC images/fsnotify.o 12:53:51 [2020-07-17T12:53:51.389Z] #39 39.46 CC images/binfmt-misc.o 12:53:51 [2020-07-17T12:53:51.463Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 12:53:51 [2020-07-17T12:53:51.573Z] #41 ... 12:53:51 [2020-07-17T12:53:51.573Z] 12:53:51 [2020-07-17T12:53:51.573Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:51 [2020-07-17T12:53:51.573Z] #47 DONE 98.6s 12:53:51 [2020-07-17T12:53:51.573Z] 12:53:51 [2020-07-17T12:53:51.573Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:51 [2020-07-17T12:53:51.573Z] #41 98.75 net 12:53:51 [2020-07-17T12:53:51.642Z] #48 14.98 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:53:51 [2020-07-17T12:53:51.649Z] #39 39.74 CC images/time.o 12:53:51 [2020-07-17T12:53:51.649Z] #39 39.91 CC images/sysctl.o 12:53:51 [2020-07-17T12:53:51.847Z] #39 26.15 CC images/signalfd.o 12:53:51 [2020-07-17T12:53:51.847Z] #39 ... 12:53:51 [2020-07-17T12:53:51.847Z] 12:53:51 [2020-07-17T12:53:51.847Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:51 [2020-07-17T12:53:51.847Z] #41 89.23 go/doc 12:53:51 [2020-07-17T12:53:51.847Z] #41 91.40 github.com/LK4D4/vndr/versioned 12:53:51 [2020-07-17T12:53:51.847Z] #41 91.46 compress/flate 12:53:51 [2020-07-17T12:53:51.847Z] #41 92.63 github.com/LK4D4/vndr/build 12:53:51 [2020-07-17T12:53:51.847Z] #41 94.08 hash/crc32 12:53:51 [2020-07-17T12:53:51.847Z] #41 94.64 compress/gzip 12:53:51 [2020-07-17T12:53:51.847Z] #41 95.44 net 12:53:51 [2020-07-17T12:53:51.847Z] #41 95.92 vendor/golang.org/x/text/transform 12:53:51 [2020-07-17T12:53:51.847Z] #41 96.96 vendor/golang.org/x/text/unicode/bidi 12:53:51 [2020-07-17T12:53:51.847Z] #41 98.49 vendor/golang.org/x/text/secure/bidirule 12:53:51 [2020-07-17T12:53:51.847Z] #41 98.71 vendor/golang.org/x/text/unicode/norm 12:53:51 [2020-07-17T12:53:51.908Z] #39 40.13 CC images/autofs.o 12:53:51 [2020-07-17T12:53:51.909Z] #39 40.30 CC images/macvlan.o 12:53:52 [2020-07-17T12:53:52.103Z] #41 ... 12:53:52 [2020-07-17T12:53:52.103Z] 12:53:52 [2020-07-17T12:53:52.103Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:52 [2020-07-17T12:53:52.103Z] #39 26.41 CC images/fs.o 12:53:52 [2020-07-17T12:53:52.168Z] #39 40.48 CC images/sit.o 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.33 Setting up libiptc0:s390x (1.8.2-4) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.34 Setting up xz-utils (5.2.4-1) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.35 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.36 Setting up sudo (1.8.27-1+deb10u2) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.42 invoke-rc.d: could not determine current runlevel 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.43 invoke-rc.d: policy-rc.d denied execution of start. 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.43 Setting up pigz (2.4-1) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.44 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.44 Setting up libnl-3-200:s390x (3.4.0-1) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.45 Setting up python-pip-whl (18.1-5) ... 12:53:52 [2020-07-17T12:53:52.211Z] #17 29.46 Setting up libmpdec2:s390x (2.4.2-2) ... 12:53:52 [2020-07-17T12:53:52.212Z] #17 29.47 Setting up vim-runtime (2:8.1.0875-5) ... 12:53:52 [2020-07-17T12:53:52.359Z] #39 26.60 CC images/pstree.o 12:53:52 [2020-07-17T12:53:52.428Z] #39 40.68 CC images/memfd.o 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.74 Setting up libaio1:s390x (0.3.112-3) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.75 Setting up libonig5:s390x (6.9.1-1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.76 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.77 Setting up vim (2:8.1.0875-5) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.81 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.82 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.83 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.83 Setting up jq (1.5+dfsg-2+b1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.84 Setting up libpython3-stdlib:s390x (3.7.3-1) ... 12:53:52 [2020-07-17T12:53:52.502Z] #17 29.85 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:53:52 [2020-07-17T12:53:52.511Z] #48 15.73 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:53:52 [2020-07-17T12:53:52.615Z] #39 26.76 CC images/pipe.o 12:53:52 [2020-07-17T12:53:52.615Z] #39 27.01 CC images/tcp-stream.o 12:53:52 [2020-07-17T12:53:52.688Z] #39 40.95 CC images/timens.o 12:53:52 [2020-07-17T12:53:52.794Z] #17 ... 12:53:52 [2020-07-17T12:53:52.795Z] 12:53:52 [2020-07-17T12:53:52.795Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:52 [2020-07-17T12:53:52.795Z] #39 66.26 CC criu/crtools.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 66.54 CC criu/eventfd.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 66.75 CC criu/eventpoll.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.20 CC criu/external.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.36 CC criu/fault-injection.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.43 CC criu/fdstore.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.58 CC criu/fifo.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.81 CC criu/file-ids.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 67.99 CC criu/file-lock.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 68.50 CC criu/files-ext.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 68.67 CC criu/files-reg.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 69.83 CC criu/files.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 71.17 CC criu/filesystems.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 71.47 CC criu/fsnotify.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 72.05 CC criu/image-desc.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 72.11 CC criu/image.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 72.66 CC criu/ipc_ns.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 73.20 CC criu/irmap.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 73.38 CC criu/kcmp-ids.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 73.58 CC criu/kerndat.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 74.19 CC criu/libnetlink.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 74.38 CC criu/log.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 74.65 CC criu/lsm.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 74.83 CC criu/mem.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 75.78 CC criu/memfd.o 12:53:52 [2020-07-17T12:53:52.795Z] #39 76.17 CC criu/mount.o 12:53:52 [2020-07-17T12:53:52.871Z] #39 27.25 CC images/sk-packet.o 12:53:52 [2020-07-17T12:53:52.948Z] #39 41.15 LINK images/built-in.o 12:53:52 [2020-07-17T12:53:52.948Z] #39 41.29 GEN compel/include/asm 12:53:52 [2020-07-17T12:53:52.948Z] #39 41.31 GEN compel/include/version.h 12:53:52 [2020-07-17T12:53:52.953Z] #41 100.0 vendor/golang.org/x/crypto/poly1305 12:53:53 [2020-07-17T12:53:53.127Z] #39 27.55 CC images/mnt.o 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.33 touch .config 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.37 GEN include/common/config.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.44 GEN compel/plugins/include/uapi/std/syscall-codes-64.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 ... 12:53:53 [2020-07-17T12:53:53.207Z] 12:53:53 [2020-07-17T12:53:53.207Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:53:53 [2020-07-17T12:53:53.207Z] #10 98.77 Selecting previously unselected package g++-mingw-w64-x86-64. 12:53:53 [2020-07-17T12:53:53.207Z] #10 98.77 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:53:53 [2020-07-17T12:53:53.207Z] #10 98.77 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:53:53 [2020-07-17T12:53:53.207Z] #10 ... 12:53:53 [2020-07-17T12:53:53.207Z] 12:53:53 [2020-07-17T12:53:53.207Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.49 GEN compel/plugins/include/uapi/std/syscall-64.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.50 GEN compel/arch/x86/plugins/std/syscalls-64.S 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.51 DEP compel/arch/x86/plugins/std/syscalls-64.d 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.55 DEP compel/arch/x86/plugins/std/memcpy.d 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.56 DEP compel/arch/x86/plugins/std/parasite-head.d 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.59 GEN compel/plugins/include/uapi/std/syscall.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.60 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.62 GEN compel/plugins/include/uapi/std/syscall-codes.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.64 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:53:53 [2020-07-17T12:53:53.207Z] #39 41.65 DEP compel/plugins/std/infect.d 12:53:53 [2020-07-17T12:53:53.212Z] #41 100.4 vendor/golang.org/x/sys/cpu 12:53:53 [2020-07-17T12:53:53.381Z] #7 extracting sha256:f849c8ccad7f367e6e10b4b4606706efb0ae2a5122783b9cb982de2df9423579 1.5s done 12:53:53 [2020-07-17T12:53:53.467Z] #39 41.80 DEP compel/plugins/std/string.d 12:53:53 [2020-07-17T12:53:53.471Z] #41 100.6 vendor/golang.org/x/crypto/chacha20poly1305 12:53:53 [2020-07-17T12:53:53.572Z] #48 ... 12:53:53 [2020-07-17T12:53:53.572Z] 12:53:53 [2020-07-17T12:53:53.572Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:53:53 [2020-07-17T12:53:53.572Z] #24 16.75 Fetched 8144 kB in 16s (518 kB/s) 12:53:53 [2020-07-17T12:53:53.689Z] #39 27.76 CC images/pipe-data.o 12:53:53 [2020-07-17T12:53:53.727Z] #39 41.96 DEP compel/plugins/std/log.d 12:53:53 [2020-07-17T12:53:53.727Z] #39 42.07 DEP compel/plugins/std/fds.d 12:53:53 [2020-07-17T12:53:53.945Z] #39 28.00 CC images/sa.o 12:53:53 [2020-07-17T12:53:53.945Z] #39 28.23 CC images/timer.o 12:53:53 [2020-07-17T12:53:53.955Z] #7 extracting sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 12:53:53 [2020-07-17T12:53:53.986Z] #39 42.16 DEP compel/plugins/std/std.d 12:53:53 [2020-07-17T12:53:53.986Z] #39 42.25 DEP compel/plugins/shmem/shmem.d 12:53:53 [2020-07-17T12:53:53.986Z] #39 42.34 DEP compel/plugins/fds/fds.d 12:53:53 [2020-07-17T12:53:53.986Z] #39 42.45 CC compel/plugins/std/std.o 12:53:54 [2020-07-17T12:53:54.201Z] #39 28.50 CC images/timerfd.o 12:53:54 [2020-07-17T12:53:54.300Z] #39 ... 12:53:54 [2020-07-17T12:53:54.300Z] 12:53:54 [2020-07-17T12:53:54.300Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.21 Setting up iptables (1.8.2-4) ... 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.22 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.22 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.23 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.23 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.24 Setting up python3 (3.7.3-1) ... 12:53:54 [2020-07-17T12:53:54.300Z] #17 31.42 Setting up python3-wheel (0.32.3-2) ... 12:53:54 [2020-07-17T12:53:54.407Z] #41 101.6 vendor/golang.org/x/crypto/hkdf 12:53:54 [2020-07-17T12:53:54.457Z] #39 28.70 CC images/mm.o 12:53:54 [2020-07-17T12:53:54.554Z] #39 42.73 CC compel/plugins/std/fds.o 12:53:54 [2020-07-17T12:53:54.591Z] #17 31.83 Setting up apparmor (2.13.2-10) ... 12:53:54 [2020-07-17T12:53:54.666Z] #41 101.7 vendor/golang.org/x/text/transform 12:53:54 [2020-07-17T12:53:54.713Z] #39 28.97 CC images/sk-opts.o 12:53:54 [2020-07-17T12:53:54.969Z] #39 29.13 CC images/sk-unix.o 12:53:55 [2020-07-17T12:53:55.123Z] #39 43.25 CC compel/plugins/std/log.o 12:53:55 [2020-07-17T12:53:55.225Z] #39 29.38 CC images/sk-inet.o 12:53:55 [2020-07-17T12:53:55.234Z] #41 102.5 vendor/golang.org/x/text/unicode/bidi 12:53:55 [2020-07-17T12:53:55.481Z] #39 29.74 CC images/tun.o 12:53:55 [2020-07-17T12:53:55.623Z] #17 32.83 Setting up xfsprogs (4.20.0-1) ... 12:53:55 [2020-07-17T12:53:55.623Z] #17 32.85 Setting up python3-lib2to3 (3.7.3-1) ... 12:53:55 [2020-07-17T12:53:55.623Z] #17 33.06 Setting up python3-pkg-resources (40.8.0-1) ... 12:53:55 [2020-07-17T12:53:55.737Z] #39 30.02 CC images/sk-netlink.o 12:53:55 [2020-07-17T12:53:55.993Z] #39 30.26 CC images/packet-sock.o 12:53:56 [2020-07-17T12:53:56.062Z] #39 ... 12:53:56 [2020-07-17T12:53:56.062Z] 12:53:56 [2020-07-17T12:53:56.062Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:56 [2020-07-17T12:53:56.062Z] #54 105.5 + for f in rootlesskit rootlesskit-docker-proxy 12:53:56 [2020-07-17T12:53:56.062Z] #54 105.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:53:56 [2020-07-17T12:53:56.062Z] #54 DONE 111.6s 12:53:56 [2020-07-17T12:53:56.062Z] 12:53:56 [2020-07-17T12:53:56.062Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:56 [2020-07-17T12:53:56.062Z] #39 44.09 CC compel/plugins/std/string.o 12:53:56 [2020-07-17T12:53:56.062Z] #39 ... 12:53:56 [2020-07-17T12:53:56.062Z] 12:53:56 [2020-07-17T12:53:56.062Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:53:56 [2020-07-17T12:53:56.062Z] #55 DONE 0.0s 12:53:56 [2020-07-17T12:53:56.062Z] 12:53:56 [2020-07-17T12:53:56.062Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:53:56 [2020-07-17T12:53:56.062Z] #56 DONE 0.1s 12:53:56 [2020-07-17T12:53:56.062Z] 12:53:56 [2020-07-17T12:53:56.062Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:56 [2020-07-17T12:53:56.062Z] #41 104.7 mime/quotedprintable 12:53:56 [2020-07-17T12:53:56.062Z] #41 104.9 net/http/internal 12:53:56 [2020-07-17T12:53:56.062Z] #41 108.5 net/textproto 12:53:56 [2020-07-17T12:53:56.062Z] #41 108.5 crypto/x509 12:53:56 [2020-07-17T12:53:56.062Z] #41 109.4 vendor/golang.org/x/net/http/httpguts 12:53:56 [2020-07-17T12:53:56.062Z] #41 109.7 vendor/golang.org/x/net/http/httpproxy 12:53:56 [2020-07-17T12:53:56.062Z] #41 110.3 mime/multipart 12:53:56 [2020-07-17T12:53:56.255Z] #17 33.70 Setting up python3-distutils (3.7.3-1) ... 12:53:56 [2020-07-17T12:53:56.546Z] #17 33.95 Setting up python3-setuptools (40.8.0-1) ... 12:53:56 [2020-07-17T12:53:56.554Z] #39 30.62 CC images/ipc-var.o 12:53:56 [2020-07-17T12:53:56.554Z] #39 30.78 CC images/ipc-desc.o 12:53:56 [2020-07-17T12:53:56.631Z] #41 ... 12:53:56 [2020-07-17T12:53:56.631Z] 12:53:56 [2020-07-17T12:53:56.631Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:56 [2020-07-17T12:53:56.631Z] #39 45.08 CC compel/plugins/std/infect.o 12:53:56 [2020-07-17T12:53:56.809Z] #39 30.96 CC images/ipc-shm.o 12:53:56 [2020-07-17T12:53:56.809Z] #39 31.14 CC images/ipc-msg.o 12:53:57 [2020-07-17T12:53:57.065Z] #39 31.44 CC images/ipc-sem.o 12:53:57 [2020-07-17T12:53:57.138Z] #41 104.2 vendor/golang.org/x/text/secure/bidirule 12:53:57 [2020-07-17T12:53:57.138Z] #41 104.4 vendor/golang.org/x/text/unicode/norm 12:53:57 [2020-07-17T12:53:57.178Z] #17 34.48 Setting up python3-pip (18.1-5) ... 12:53:57 [2020-07-17T12:53:57.263Z] #7 extracting sha256:9d0600f02bd1cb48615a71eb11a4ae912e85ff385fdbec2e88f3b671b9dcb687 2.9s done 12:53:57 [2020-07-17T12:53:57.263Z] #7 extracting sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c 12:53:57 [2020-07-17T12:53:57.263Z] #7 extracting sha256:2f2cdb8f8f5fd89809656638f12eb633ae61f4b4aeb836d3d9d2cff033a3570c done 12:53:57 [2020-07-17T12:53:57.320Z] #39 31.62 CC images/utsns.o 12:53:57 [2020-07-17T12:53:57.524Z] #7 DONE 17.9s 12:53:57 [2020-07-17T12:53:57.570Z] #39 45.68 CC compel/arch/x86/plugins/std/parasite-head.o 12:53:57 [2020-07-17T12:53:57.570Z] #39 45.71 CC compel/arch/x86/plugins/std/memcpy.o 12:53:57 [2020-07-17T12:53:57.570Z] #39 45.77 CC compel/arch/x86/plugins/std/syscalls-64.o 12:53:57 [2020-07-17T12:53:57.570Z] #39 45.84 AR compel/plugins/std.lib.a 12:53:57 [2020-07-17T12:53:57.570Z] #39 45.90 CC compel/plugins/fds/fds.o 12:53:57 [2020-07-17T12:53:57.576Z] #39 31.78 CC images/creds.o 12:53:57 [2020-07-17T12:53:57.810Z] #17 35.16 Processing triggers for libc-bin (2.28-10) ... 12:53:57 [2020-07-17T12:53:57.810Z] #17 35.18 Processing triggers for mime-support (3.62) ... 12:53:57 [2020-07-17T12:53:57.829Z] #39 46.18 AR compel/plugins/fds.lib.a 12:53:57 [2020-07-17T12:53:57.829Z] #39 46.22 HOSTDEP compel/src/lib/log-host.d 12:53:57 [2020-07-17T12:53:57.829Z] #39 46.28 HOSTDEP compel/src/lib/handle-elf-host.d 12:53:57 [2020-07-17T12:53:57.831Z] #39 31.94 CC images/vma.o 12:53:57 [2020-07-17T12:53:57.831Z] #39 32.11 CC images/netdev.o 12:53:57 [2020-07-17T12:53:57.834Z] 12:53:57 [2020-07-17T12:53:57.834Z] #8 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... 12:53:58 [2020-07-17T12:53:58.076Z] #41 ... 12:53:58 [2020-07-17T12:53:58.076Z] 12:53:58 [2020-07-17T12:53:58.076Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:53:58 [2020-07-17T12:53:58.076Z] #39 25.17 CC images/ns.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 25.48 CC images/regfile.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 25.79 CC images/ghost-file.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 26.09 CC images/fifo.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 26.49 CC images/remap-file-path.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 27.00 CC images/eventfd.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 27.27 CC images/eventpoll.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 27.40 CC images/fh.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 27.62 CC images/fsnotify.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 28.16 CC images/signalfd.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 28.35 CC images/fs.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 28.63 CC images/pstree.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 28.77 CC images/pipe.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 29.03 CC images/tcp-stream.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 29.26 CC images/sk-packet.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 29.54 CC images/mnt.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 29.76 CC images/pipe-data.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 29.93 CC images/sa.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 30.11 CC images/timer.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 30.43 CC images/timerfd.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 30.66 CC images/mm.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 30.93 CC images/sk-opts.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 31.07 CC images/sk-unix.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 31.29 CC images/sk-inet.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 31.59 CC images/tun.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 31.83 CC images/sk-netlink.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 32.08 CC images/packet-sock.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 32.37 CC images/ipc-var.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 32.54 CC images/ipc-desc.o 12:53:58 [2020-07-17T12:53:58.076Z] #39 32.74 CC images/ipc-shm.o 12:53:58 [2020-07-17T12:53:58.089Z] #39 46.38 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d 12:53:58 [2020-07-17T12:53:58.089Z] #39 46.48 HOSTDEP compel/src/main-host.d 12:53:58 [2020-07-17T12:53:58.336Z] #39 32.94 CC images/ipc-msg.o 12:53:58 [2020-07-17T12:53:58.336Z] #39 33.16 CC images/ipc-sem.o 12:53:58 [2020-07-17T12:53:58.348Z] #39 46.56 DEP compel/src/lib/ptrace.d 12:53:58 [2020-07-17T12:53:58.349Z] #39 46.67 DEP compel/src/lib/infect.d 12:53:58 [2020-07-17T12:53:58.394Z] #39 32.54 CC images/tty.o 12:53:58 [2020-07-17T12:53:58.443Z] #17 DONE 35.7s 12:53:58 [2020-07-17T12:53:58.443Z] 12:53:58 [2020-07-17T12:53:58.443Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:53:58 [2020-07-17T12:53:58.596Z] #39 33.34 CC images/utsns.o 12:53:58 [2020-07-17T12:53:58.608Z] #39 46.80 DEP compel/src/lib/infect-util.d 12:53:58 [2020-07-17T12:53:58.608Z] #39 46.89 DEP compel/src/lib/infect-rpc.d 12:53:58 [2020-07-17T12:53:58.608Z] #39 47.01 DEP compel/arch/x86/src/lib/infect.d 12:53:58 [2020-07-17T12:53:58.650Z] #39 33.07 CC images/file-lock.o 12:53:58 [2020-07-17T12:53:58.855Z] #39 33.50 CC images/creds.o 12:53:58 [2020-07-17T12:53:58.855Z] #39 33.72 CC images/vma.o 12:53:58 [2020-07-17T12:53:58.867Z] #39 47.17 DEP compel/arch/x86/src/lib/cpu.d 12:53:58 [2020-07-17T12:53:58.867Z] #39 47.22 DEP compel/src/lib/log.d 12:53:59 [2020-07-17T12:53:59.114Z] #39 33.94 CC images/netdev.o 12:53:59 [2020-07-17T12:53:59.127Z] #39 47.28 DEP compel/src/main.d 12:53:59 [2020-07-17T12:53:59.127Z] #39 47.40 DEP compel/src/lib/handle-elf.d 12:53:59 [2020-07-17T12:53:59.127Z] #39 47.46 DEP compel/arch/x86/src/lib/handle-elf.d 12:53:59 [2020-07-17T12:53:59.206Z] #24 16.75 Reading package lists... 12:53:59 [2020-07-17T12:53:59.206Z] #24 ... 12:53:59 [2020-07-17T12:53:59.206Z] 12:53:59 [2020-07-17T12:53:59.206Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:59 [2020-07-17T12:53:59.206Z] #61 19.07 Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. 12:53:59 [2020-07-17T12:53:59.206Z] #61 19.49 + cd /tmp/tmp.ELmlUrpyUn/src/github.com/docker/libnetwork 12:53:59 [2020-07-17T12:53:59.206Z] #61 19.49 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:53:59 [2020-07-17T12:53:59.207Z] #61 19.72 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:53:59 [2020-07-17T12:53:59.213Z] #39 33.30 CC images/rlimit.o 12:53:59 [2020-07-17T12:53:59.213Z] #39 33.51 CC images/pagemap.o 12:53:59 [2020-07-17T12:53:59.374Z] #39 34.27 CC images/tty.o 12:53:59 [2020-07-17T12:53:59.386Z] #39 47.56 CC compel/src/lib/log.o 12:53:59 [2020-07-17T12:53:59.386Z] #39 47.73 CC compel/arch/x86/src/lib/cpu.o 12:53:59 [2020-07-17T12:53:59.483Z] #18 1.160 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:53:59 [2020-07-17T12:53:59.483Z] #18 1.162 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:53:59 [2020-07-17T12:53:59.483Z] #18 1.164 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:53:59 [2020-07-17T12:53:59.506Z] #61 ... 12:53:59 [2020-07-17T12:53:59.506Z] 12:53:59 [2020-07-17T12:53:59.506Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:53:59 [2020-07-17T12:53:59.506Z] #42 12.57 runtime/cgo 12:53:59 [2020-07-17T12:53:59.506Z] #42 15.42 vendor/golang.org/x/crypto/internal/subtle 12:53:59 [2020-07-17T12:53:59.506Z] #42 ... 12:53:59 [2020-07-17T12:53:59.506Z] 12:53:59 [2020-07-17T12:53:59.506Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.50 go: finding github.com/pkg/errors v0.8.0 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.53 go: finding github.com/fatih/color v1.6.0 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.56 go: finding github.com/sirupsen/logrus v1.0.5 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.70 go: finding github.com/spf13/pflag v1.0.1 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.87 go: finding github.com/mattn/go-colorable v0.0.9 12:53:59 [2020-07-17T12:53:59.506Z] #44 12.97 go: finding github.com/mattn/go-isatty v0.0.3 12:53:59 [2020-07-17T12:53:59.506Z] #44 13.15 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:53:59 [2020-07-17T12:53:59.506Z] #44 13.18 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:53:59 [2020-07-17T12:53:59.506Z] #44 13.31 go: finding github.com/jonboulle/clockwork v0.1.0 12:53:59 [2020-07-17T12:53:59.506Z] #44 13.44 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:53:59 [2020-07-17T12:53:59.506Z] #44 13.53 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:53:59 [2020-07-17T12:53:59.506Z] #44 ... 12:53:59 [2020-07-17T12:53:59.506Z] 12:53:59 [2020-07-17T12:53:59.506Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:53:59 [2020-07-17T12:53:59.506Z] #48 17.61 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:53:59 [2020-07-17T12:53:59.506Z] #48 19.04 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:53:59 [2020-07-17T12:53:59.506Z] #48 19.07 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:53:59 [2020-07-17T12:53:59.506Z] #48 19.39 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:53:59 [2020-07-17T12:53:59.506Z] #48 19.62 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:53:59 [2020-07-17T12:53:59.506Z] #48 20.95 runtime/cgo 12:53:59 [2020-07-17T12:53:59.506Z] #48 21.41 runtime 12:53:59 [2020-07-17T12:53:59.773Z] #39 33.83 CC images/siginfo.o 12:53:59 [2020-07-17T12:53:59.774Z] #18 DONE 1.3s 12:53:59 [2020-07-17T12:53:59.774Z] 12:53:59 [2020-07-17T12:53:59.774Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:53:59 [2020-07-17T12:53:59.943Z] #39 34.89 CC images/file-lock.o 12:54:00 [2020-07-17T12:54:00.029Z] #39 34.17 CC images/rpc.o 12:54:00 [2020-07-17T12:54:00.325Z] #39 48.39 CC compel/arch/x86/src/lib/infect.o 12:54:00 [2020-07-17T12:54:00.512Z] #39 35.06 CC images/rlimit.o 12:54:00 [2020-07-17T12:54:00.512Z] #39 35.20 CC images/pagemap.o 12:54:00 [2020-07-17T12:54:00.771Z] #39 35.56 CC images/siginfo.o 12:54:00 [2020-07-17T12:54:00.895Z] #39 49.13 CC compel/src/lib/infect-rpc.o 12:54:00 [2020-07-17T12:54:00.956Z] #39 35.27 CC images/ext-file.o 12:54:01 [2020-07-17T12:54:01.031Z] #39 35.76 CC images/rpc.o 12:54:01 [2020-07-17T12:54:01.051Z] #48 ... 12:54:01 [2020-07-17T12:54:01.051Z] 12:54:01 [2020-07-17T12:54:01.051Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:01 [2020-07-17T12:54:01.051Z] #24 16.75 Reading package lists... 12:54:01 [2020-07-17T12:54:01.155Z] #39 ... 12:54:01 [2020-07-17T12:54:01.155Z] 12:54:01 [2020-07-17T12:54:01.155Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.3 Selecting previously unselected package libapparmor1:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.3 Unpacking libapparmor1:amd64 (2.13.2-10) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.4 Selecting previously unselected package libapparmor-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.4 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.4 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.5 Selecting previously unselected package libbtrfs0. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.5 Unpacking libbtrfs0 (4.20.1-2) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.6 Selecting previously unselected package libbtrfs-dev. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.6 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.6 Unpacking libbtrfs-dev (4.20.1-2) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.7 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.8 Selecting previously unselected package libudev-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.8 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.9 Selecting previously unselected package libsepol1-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.9 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 113.9 Unpacking libsepol1-dev:amd64 (2.8-1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.2 Selecting previously unselected package libpcre16-3:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.2 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.2 Unpacking libpcre16-3:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.4 Selecting previously unselected package libpcre32-3:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.5 Selecting previously unselected package libpcrecpp0v5:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.6 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.6 Selecting previously unselected package libpcre3-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 114.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.1 Selecting previously unselected package libselinux1-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.3 Selecting previously unselected package libdevmapper-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.4 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.5 Selecting previously unselected package libseccomp-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.5 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.5 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.6 Selecting previously unselected package libsystemd-dev:amd64. 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.6 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 115.6 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libseccomp-dev:amd64 (2.3.3-4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libapparmor1:amd64 (2.13.2-10) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libsepol1-dev:amd64 (2.8-1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.0 Setting up libbtrfs0 (4.20.1-2) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up libpcre32-3:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up libudev-dev:amd64 (241-7~deb10u4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up libbtrfs-dev (4.20.1-2) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up mingw-w64-common (6.0.0-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.1 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.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 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.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 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.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 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.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 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.3 Setting up dmsetup (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 116.3 Processing triggers for libc-bin (2.28-10) ... 12:54:01 [2020-07-17T12:54:01.155Z] #10 DONE 116.7s 12:54:01 [2020-07-17T12:54:01.155Z] 12:54:01 [2020-07-17T12:54:01.155Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker 12:54:01 [2020-07-17T12:54:01.212Z] #39 35.44 CC images/cgroup.o 12:54:01 [2020-07-17T12:54:01.817Z] #39 36.07 CC images/userns.o 12:54:01 [2020-07-17T12:54:01.817Z] #39 ... 12:54:01 [2020-07-17T12:54:01.817Z] 12:54:01 [2020-07-17T12:54:01.817Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:01 [2020-07-17T12:54:01.817Z] #54 109.1 + for f in rootlesskit rootlesskit-docker-proxy 12:54:01 [2020-07-17T12:54:01.817Z] #54 109.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:54:01 [2020-07-17T12:54:01.970Z] #39 ... 12:54:01 [2020-07-17T12:54:01.970Z] 12:54:01 [2020-07-17T12:54:01.970Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:01 [2020-07-17T12:54:01.970Z] #54 109.0 + for f in rootlesskit rootlesskit-docker-proxy 12:54:01 [2020-07-17T12:54:01.970Z] #54 109.0 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:54:02 [2020-07-17T12:54:02.042Z] #8 DONE 4.3s 12:54:02 [2020-07-17T12:54:02.042Z] 12:54:02 [2020-07-17T12:54:02.042Z] #9 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... 12:54:02 [2020-07-17T12:54:02.621Z] #9 DONE 0.8s 12:54:02 [2020-07-17T12:54:02.882Z] 12:54:02 [2020-07-17T12:54:02.882Z] #27 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger 12:54:02 [2020-07-17T12:54:02.882Z] #27 DONE 0.1s 12:54:02 [2020-07-17T12:54:02.882Z] 12:54:02 [2020-07-17T12:54:02.882Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:02 [2020-07-17T12:54:02.882Z] #28 ... 12:54:02 [2020-07-17T12:54:02.882Z] 12:54:02 [2020-07-17T12:54:02.882Z] #35 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution 12:54:02 [2020-07-17T12:54:02.882Z] #35 DONE 0.1s 12:54:03 [2020-07-17T12:54:03.146Z] 12:54:03 [2020-07-17T12:54:03.146Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:54:03 [2020-07-17T12:54:03.156Z] #24 24.27 Reading package lists... 12:54:03 [2020-07-17T12:54:03.156Z] #24 ... 12:54:03 [2020-07-17T12:54:03.156Z] 12:54:03 [2020-07-17T12:54:03.156Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:54:03 [2020-07-17T12:54:03.156Z] #37 16.09 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:54:03 [2020-07-17T12:54:03.156Z] #37 18.41 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:54:03 [2020-07-17T12:54:03.240Z] #54 ... 12:54:03 [2020-07-17T12:54:03.241Z] 12:54:03 [2020-07-17T12:54:03.241Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:03 [2020-07-17T12:54:03.241Z] #10 100.4 Selecting previously unselected package g++-mingw-w64-x86-64. 12:54:03 [2020-07-17T12:54:03.241Z] #10 100.4 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:54:03 [2020-07-17T12:54:03.241Z] #10 100.4 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:03 [2020-07-17T12:54:03.241Z] #10 ... 12:54:03 [2020-07-17T12:54:03.241Z] 12:54:03 [2020-07-17T12:54:03.241Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:03 [2020-07-17T12:54:03.241Z] #39 36.31 CC images/google/protobuf/descriptor.o 12:54:03 [2020-07-17T12:54:03.312Z] #19 ... 12:54:03 [2020-07-17T12:54:03.312Z] 12:54:03 [2020-07-17T12:54:03.312Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:03 [2020-07-17T12:54:03.312Z] #49 48.07 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:54:03 [2020-07-17T12:54:03.312Z] #49 49.35 + mkdir -p /build 12:54:03 [2020-07-17T12:54:03.312Z] #49 49.35 + cp runc /build/runc 12:54:03 [2020-07-17T12:54:03.312Z] #49 DONE 49.7s 12:54:03 [2020-07-17T12:54:03.312Z] 12:54:03 [2020-07-17T12:54:03.312Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:54:03 [2020-07-17T12:54:03.312Z] #19 3.342 Collecting yamllint==1.16.0 12:54:03 [2020-07-17T12:54:03.312Z] #19 3.629 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:54:03 [2020-07-17T12:54:03.312Z] #19 3.682 Collecting pyyaml (from yamllint==1.16.0) 12:54:03 [2020-07-17T12:54:03.455Z] #37 ... 12:54:03 [2020-07-17T12:54:03.455Z] 12:54:03 [2020-07-17T12:54:03.455Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:03 [2020-07-17T12:54:03.455Z] #33 16.52 Fetched 8144 kB in 16s (524 kB/s) 12:54:03 [2020-07-17T12:54:03.455Z] #33 16.52 Reading package lists... 12:54:03 [2020-07-17T12:54:03.455Z] #33 24.05 Reading package lists... 12:54:03 [2020-07-17T12:54:03.455Z] #33 ... 12:54:03 [2020-07-17T12:54:03.455Z] 12:54:03 [2020-07-17T12:54:03.455Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:03 [2020-07-17T12:54:03.455Z] #52 16.69 Fetched 8144 kB in 16s (520 kB/s) 12:54:03 [2020-07-17T12:54:03.455Z] #52 16.69 Reading package lists... 12:54:03 [2020-07-17T12:54:03.603Z] #19 3.800 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:54:03 [2020-07-17T12:54:03.700Z] #11 DONE 2.5s 12:54:03 [2020-07-17T12:54:03.700Z] 12:54:03 [2020-07-17T12:54:03.700Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.290 + RM_GOPATH=0 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.290 + TMP_GOPATH= 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.291 + : /build 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.291 + '[' -z '' ']' 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.293 ++ mktemp -d 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.294 + export GOPATH=/tmp/tmp.eMCUi5PbSo 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.295 + GOPATH=/tmp/tmp.eMCUi5PbSo 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.295 + RM_GOPATH=1 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.295 + case "$(go env GOARCH)" in 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.297 ++ go env GOARCH 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.321 + export GO_BUILDMODE=-buildmode=pie 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.321 + GO_BUILDMODE=-buildmode=pie 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.322 ++ dirname /tmp/install/install.sh 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.323 + dir=/tmp/install 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.323 + bin=runc 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.323 + shift 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.323 + '[' '!' -f /tmp/install/runc.installer ']' 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.324 + . /tmp/install/runc.installer 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.324 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.324 + install_runc 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.325 + grep -q '^3\.10\.0.*\.el7\.' 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.326 + uname -r 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.327 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.328 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.329 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.329 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.eMCUi5PbSo/src/github.com/opencontainers/runc 12:54:03 [2020-07-17T12:54:03.700Z] #49 2.337 Cloning into '/tmp/tmp.eMCUi5PbSo/src/github.com/opencontainers/runc'... 12:54:03 [2020-07-17T12:54:03.754Z] #52 23.25 Reading package lists... 12:54:03 [2020-07-17T12:54:03.754Z] #52 ... 12:54:03 [2020-07-17T12:54:03.754Z] 12:54:03 [2020-07-17T12:54:03.754Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:03 [2020-07-17T12:54:03.754Z] #11 16.64 Fetched 8144 kB in 16s (520 kB/s) 12:54:03 [2020-07-17T12:54:03.754Z] #11 16.64 Reading package lists... 12:54:03 [2020-07-17T12:54:03.754Z] #11 24.12 Reading package lists... 12:54:03 [2020-07-17T12:54:03.754Z] #11 ... 12:54:03 [2020-07-17T12:54:03.754Z] 12:54:03 [2020-07-17T12:54:03.754Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:03 [2020-07-17T12:54:03.754Z] #39 17.14 Fetched 8144 kB in 16s (507 kB/s) 12:54:03 [2020-07-17T12:54:03.754Z] #39 17.14 Reading package lists... 12:54:03 [2020-07-17T12:54:03.802Z] #39 38.01 CC images/opts.o 12:54:03 [2020-07-17T12:54:03.802Z] #39 38.22 CC images/seccomp.o 12:54:04 [2020-07-17T12:54:04.405Z] #39 38.45 CC images/binfmt-misc.o 12:54:04 [2020-07-17T12:54:04.405Z] #39 38.65 CC images/time.o 12:54:04 [2020-07-17T12:54:04.636Z] #19 4.674 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:54:04 [2020-07-17T12:54:04.636Z] #19 4.704 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:54:04 [2020-07-17T12:54:04.636Z] #19 4.716 Building wheels for collected packages: pyyaml 12:54:04 [2020-07-17T12:54:04.636Z] #19 4.721 Running setup.py bdist_wheel for pyyaml: started 12:54:04 [2020-07-17T12:54:04.661Z] #39 38.88 CC images/sysctl.o 12:54:04 [2020-07-17T12:54:04.916Z] #39 39.16 CC images/autofs.o 12:54:04 [2020-07-17T12:54:04.916Z] #39 ... 12:54:04 [2020-07-17T12:54:04.916Z] 12:54:04 [2020-07-17T12:54:04.916Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:04 [2020-07-17T12:54:04.916Z] #41 102.2 vendor/golang.org/x/net/idna 12:54:04 [2020-07-17T12:54:04.916Z] #41 104.5 vendor/golang.org/x/net/http2/hpack 12:54:04 [2020-07-17T12:54:04.916Z] #41 105.6 mime 12:54:04 [2020-07-17T12:54:04.916Z] #41 107.4 mime/quotedprintable 12:54:04 [2020-07-17T12:54:04.916Z] #41 107.7 net/http/internal 12:54:04 [2020-07-17T12:54:04.916Z] #41 110.8 net/textproto 12:54:04 [2020-07-17T12:54:04.916Z] #41 110.9 crypto/x509 12:54:04 [2020-07-17T12:54:04.916Z] #41 112.0 vendor/golang.org/x/net/http/httpguts 12:54:04 [2020-07-17T12:54:04.916Z] #41 112.2 vendor/golang.org/x/net/http/httpproxy 12:54:04 [2020-07-17T12:54:04.927Z] #19 ... 12:54:04 [2020-07-17T12:54:04.927Z] 12:54:04 [2020-07-17T12:54:04.927Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:04 [2020-07-17T12:54:04.927Z] #39 78.18 CC criu/namespaces.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 79.44 CC criu/net.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 80.97 CC criu/netfilter.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 81.12 CC criu/page-pipe.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 81.41 CC criu/page-xfer.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 82.38 CC criu/pagemap-cache.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 82.67 CC criu/pagemap.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 83.34 CC criu/parasite-syscall.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 83.90 CC criu/path.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 84.09 CC criu/pie-util-vdso.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 84.50 CC criu/pie-util.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 84.69 CC criu/pipes.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 85.19 CC criu/plugin.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 85.44 CC criu/proc_parse.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 87.36 CC criu/protobuf-desc.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 87.85 CC criu/protobuf.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 88.19 CC criu/pstree.o 12:54:04 [2020-07-17T12:54:04.927Z] #39 ... 12:54:04 [2020-07-17T12:54:04.927Z] 12:54:04 [2020-07-17T12:54:04.927Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:54:04 [2020-07-17T12:54:04.927Z] #19 5.286 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:54:05 [2020-07-17T12:54:05.215Z] #41 ... 12:54:05 [2020-07-17T12:54:05.215Z] 12:54:05 [2020-07-17T12:54:05.215Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:05 [2020-07-17T12:54:05.215Z] #39 39.33 CC images/macvlan.o 12:54:05 [2020-07-17T12:54:05.215Z] #39 39.53 CC images/sit.o 12:54:05 [2020-07-17T12:54:05.218Z] #19 5.286 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:54:05 [2020-07-17T12:54:05.218Z] #19 5.334 Successfully built pyyaml 12:54:05 [2020-07-17T12:54:05.218Z] #19 5.374 Installing collected packages: pyyaml, pathspec, yamllint 12:54:05 [2020-07-17T12:54:05.218Z] #19 5.581 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:54:05 [2020-07-17T12:54:05.257Z] #54 ... 12:54:05 [2020-07-17T12:54:05.258Z] 12:54:05 [2020-07-17T12:54:05.258Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:05 [2020-07-17T12:54:05.258Z] #10 102.5 Selecting previously unselected package g++-mingw-w64-x86-64. 12:54:05 [2020-07-17T12:54:05.258Z] #10 102.6 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... 12:54:05 [2020-07-17T12:54:05.258Z] #10 102.6 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:05 [2020-07-17T12:54:05.471Z] #39 39.72 CC images/memfd.o 12:54:05 [2020-07-17T12:54:05.509Z] #19 DONE 5.8s 12:54:05 [2020-07-17T12:54:05.509Z] 12:54:05 [2020-07-17T12:54:05.509Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:54:05 [2020-07-17T12:54:05.515Z] #10 ... 12:54:05 [2020-07-17T12:54:05.515Z] 12:54:05 [2020-07-17T12:54:05.515Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:05 [2020-07-17T12:54:05.515Z] #39 36.82 CC images/ext-file.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 37.14 CC images/cgroup.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 37.64 CC images/userns.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 37.92 CC images/google/protobuf/descriptor.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 39.52 CC images/opts.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 39.80 CC images/seccomp.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 40.06 CC images/binfmt-misc.o 12:54:05 [2020-07-17T12:54:05.515Z] #39 40.25 CC images/time.o 12:54:05 [2020-07-17T12:54:05.609Z] #49 ... 12:54:05 [2020-07-17T12:54:05.609Z] 12:54:05 [2020-07-17T12:54:05.609Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:54:05 [2020-07-17T12:54:05.609Z] #12 DONE 2.0s 12:54:05 [2020-07-17T12:54:05.609Z] 12:54:05 [2020-07-17T12:54:05.609Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:54:05 [2020-07-17T12:54:05.726Z] #39 40.03 CC images/timens.o 12:54:05 [2020-07-17T12:54:05.775Z] #39 40.52 CC images/sysctl.o 12:54:05 [2020-07-17T12:54:05.858Z] #22 DONE 0.1s 12:54:05 [2020-07-17T12:54:05.858Z] 12:54:05 [2020-07-17T12:54:05.858Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:54:05 [2020-07-17T12:54:05.981Z] #39 40.34 LINK images/built-in.o 12:54:06 [2020-07-17T12:54:06.033Z] #39 40.74 CC images/autofs.o 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.46 GEN compel/include/asm 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.47 GEN compel/include/version.h 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.48 touch .config 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.54 GEN include/common/config.h 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.64 GEN compel/plugins/include/uapi/std/syscall-codes-64.h 12:54:06 [2020-07-17T12:54:06.237Z] #39 40.66 GEN compel/plugins/include/uapi/std/syscall-64.h 12:54:06 [2020-07-17T12:54:06.292Z] #39 40.96 CC images/macvlan.o 12:54:06 [2020-07-17T12:54:06.292Z] #39 41.23 CC images/sit.o 12:54:06 [2020-07-17T12:54:06.490Z] #26 DONE 0.9s 12:54:06 [2020-07-17T12:54:06.490Z] 12:54:06 [2020-07-17T12:54:06.490Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.68 GEN compel/arch/x86/plugins/std/syscalls-64.S 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.70 DEP compel/arch/x86/plugins/std/syscalls-64.d 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.72 DEP compel/arch/x86/plugins/std/memcpy.d 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.74 DEP compel/arch/x86/plugins/std/parasite-head.d 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.76 GEN compel/plugins/include/uapi/std/syscall.h 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.79 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.81 GEN compel/plugins/include/uapi/std/syscall-codes.h 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.84 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:54:06 [2020-07-17T12:54:06.493Z] #39 40.85 DEP compel/plugins/std/infect.d 12:54:06 [2020-07-17T12:54:06.749Z] #39 41.03 DEP compel/plugins/std/string.d 12:54:06 [2020-07-17T12:54:06.749Z] #39 41.10 DEP compel/plugins/std/log.d 12:54:06 [2020-07-17T12:54:06.781Z] #29 DONE 0.2s 12:54:06 [2020-07-17T12:54:06.781Z] 12:54:06 [2020-07-17T12:54:06.781Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:54:06 [2020-07-17T12:54:06.781Z] #31 DONE 0.1s 12:54:06 [2020-07-17T12:54:06.781Z] 12:54:06 [2020-07-17T12:54:06.781Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:54:06 [2020-07-17T12:54:06.901Z] #39 41.44 CC images/memfd.o 12:54:06 [2020-07-17T12:54:06.901Z] #39 41.71 CC images/timens.o 12:54:06 [2020-07-17T12:54:06.990Z] #13 ... 12:54:06 [2020-07-17T12:54:06.990Z] 12:54:06 [2020-07-17T12:54:06.990Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:06 [2020-07-17T12:54:06.990Z] #41 112.5 crypto/tls 12:54:06 [2020-07-17T12:54:06.990Z] #41 118.4 net/http/httptrace 12:54:06 [2020-07-17T12:54:06.990Z] #41 118.7 net/http 12:54:06 [2020-07-17T12:54:06.990Z] #41 ... 12:54:06 [2020-07-17T12:54:06.990Z] 12:54:06 [2020-07-17T12:54:06.990Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:06 [2020-07-17T12:54:06.990Z] #39 49.55 CC compel/src/lib/infect-util.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 49.83 CC compel/src/lib/infect.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 52.51 CC compel/src/lib/ptrace.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 52.89 AR compel/libcompel.a 12:54:06 [2020-07-17T12:54:06.990Z] #39 52.96 HOSTCC compel/src/main-host.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 53.25 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 53.40 HOSTCC compel/src/lib/handle-elf-host.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 53.76 HOSTCC compel/src/lib/log-host.o 12:54:06 [2020-07-17T12:54:06.990Z] #39 54.11 HOSTLINK compel/compel-host-bin 12:54:06 [2020-07-17T12:54:06.990Z] #39 54.30 DEP soccr/soccr.d 12:54:06 [2020-07-17T12:54:06.990Z] #39 54.45 CC soccr/soccr.o 12:54:07 [2020-07-17T12:54:07.005Z] #39 41.19 DEP compel/plugins/std/fds.d 12:54:07 [2020-07-17T12:54:07.005Z] #39 41.30 DEP compel/plugins/std/std.d 12:54:07 [2020-07-17T12:54:07.005Z] #39 41.42 DEP compel/plugins/shmem/shmem.d 12:54:07 [2020-07-17T12:54:07.072Z] #34 DONE 0.1s 12:54:07 [2020-07-17T12:54:07.072Z] 12:54:07 [2020-07-17T12:54:07.072Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:54:07 [2020-07-17T12:54:07.072Z] #36 124.6 + dpkg --print-architecture 12:54:07 [2020-07-17T12:54:07.072Z] #36 124.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 12:54:07 [2020-07-17T12:54:07.072Z] #36 124.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 12:54:07 [2020-07-17T12:54:07.072Z] #36 124.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 12:54:07 [2020-07-17T12:54:07.165Z] #39 41.98 LINK images/built-in.o 12:54:07 [2020-07-17T12:54:07.165Z] #39 42.09 GEN compel/include/asm 12:54:07 [2020-07-17T12:54:07.249Z] #39 ... 12:54:07 [2020-07-17T12:54:07.249Z] 12:54:07 [2020-07-17T12:54:07.249Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:54:07 [2020-07-17T12:54:07.249Z] #13 1.833 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:54:07 [2020-07-17T12:54:07.249Z] #13 DONE 1.9s 12:54:07 [2020-07-17T12:54:07.249Z] 12:54:07 [2020-07-17T12:54:07.249Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:07 [2020-07-17T12:54:07.261Z] #39 41.50 DEP compel/plugins/fds/fds.d 12:54:07 [2020-07-17T12:54:07.369Z] #39 24.89 Reading package lists... 12:54:07 [2020-07-17T12:54:07.369Z] #39 ... 12:54:07 [2020-07-17T12:54:07.370Z] 12:54:07 [2020-07-17T12:54:07.370Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:07 [2020-07-17T12:54:07.370Z] #52 23.25 Reading package lists... 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.12 GEN compel/include/version.h 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.15 touch .config 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.19 GEN include/common/config.h 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.28 GEN compel/plugins/include/uapi/std/syscall-codes-64.h 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.30 GEN compel/plugins/include/uapi/std/syscall-64.h 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.33 GEN compel/arch/x86/plugins/std/syscalls-64.S 12:54:07 [2020-07-17T12:54:07.426Z] #39 42.35 DEP compel/arch/x86/plugins/std/syscalls-64.d 12:54:07 [2020-07-17T12:54:07.509Z] #52 ... 12:54:07 [2020-07-17T12:54:07.509Z] 12:54:07 [2020-07-17T12:54:07.509Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:54:07 [2020-07-17T12:54:07.516Z] #39 41.65 CC compel/plugins/std/std.o 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.39 DEP compel/arch/x86/plugins/std/memcpy.d 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.44 DEP compel/arch/x86/plugins/std/parasite-head.d 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.47 GEN compel/plugins/include/uapi/std/syscall.h 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.49 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.50 GEN compel/plugins/include/uapi/std/syscall-codes.h 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.52 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:54:07 [2020-07-17T12:54:07.709Z] #39 42.52 DEP compel/plugins/std/infect.d 12:54:07 [2020-07-17T12:54:07.772Z] #39 41.91 CC compel/plugins/std/fds.o 12:54:07 [2020-07-17T12:54:07.972Z] #39 42.73 DEP compel/plugins/std/string.d 12:54:07 [2020-07-17T12:54:07.972Z] #39 42.81 DEP compel/plugins/std/log.d 12:54:08 [2020-07-17T12:54:08.028Z] #39 42.35 CC compel/plugins/std/log.o 12:54:08 [2020-07-17T12:54:08.237Z] #39 42.89 DEP compel/plugins/std/fds.d 12:54:08 [2020-07-17T12:54:08.237Z] #39 43.00 DEP compel/plugins/std/std.d 12:54:08 [2020-07-17T12:54:08.237Z] #39 43.07 DEP compel/plugins/shmem/shmem.d 12:54:08 [2020-07-17T12:54:08.486Z] #36 4.644 + git clone https://github.com/docker/distribution.git . 12:54:08 [2020-07-17T12:54:08.486Z] #36 4.648 Cloning into '.'... 12:54:08 [2020-07-17T12:54:08.486Z] #36 ... 12:54:08 [2020-07-17T12:54:08.486Z] 12:54:08 [2020-07-17T12:54:08.486Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.197 + RM_GOPATH=0 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.197 + TMP_GOPATH= 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.197 + : /build 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.197 + '[' -z '' ']' 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.199 ++ mktemp -d 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.201 + export GOPATH=/tmp/tmp.4PNA2uOPWg 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.209 + GOPATH=/tmp/tmp.4PNA2uOPWg 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.210 + RM_GOPATH=1 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.210 + case "$(go env GOARCH)" in 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.211 ++ go env GOARCH 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.224 + export GO_BUILDMODE=-buildmode=pie 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.225 + GO_BUILDMODE=-buildmode=pie 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.225 ++ dirname /tmp/install/install.sh 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.229 + dir=/tmp/install 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.229 + bin=vndr 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.229 + shift 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.230 + '[' '!' -f /tmp/install/vndr.installer ']' 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.231 + . /tmp/install/vndr.installer 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.232 ++ : 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.232 + install_vndr 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.235 + echo 'Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132' 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.236 Install vndr version 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.236 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.4PNA2uOPWg/src/github.com/LK4D4/vndr 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.240 Cloning into '/tmp/tmp.4PNA2uOPWg/src/github.com/LK4D4/vndr'... 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.956 + cd /tmp/tmp.4PNA2uOPWg/src/github.com/LK4D4/vndr 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.962 + git checkout -q 85886e1ac99b8d96590e6e0d9f075dc7a711d132 12:54:08 [2020-07-17T12:54:08.486Z] #41 4.976 + go build -buildmode=pie -v -o /build/vndr . 12:54:08 [2020-07-17T12:54:08.499Z] #39 43.20 DEP compel/plugins/fds/fds.d 12:54:08 [2020-07-17T12:54:08.499Z] #39 43.36 CC compel/plugins/std/std.o 12:54:08 [2020-07-17T12:54:08.655Z] #39 43.02 CC compel/plugins/std/string.o 12:54:08 [2020-07-17T12:54:08.759Z] #41 5.906 runtime/internal/sys 12:54:08 [2020-07-17T12:54:08.759Z] #41 5.982 internal/cpu 12:54:08 [2020-07-17T12:54:08.759Z] #41 5.999 internal/race 12:54:09 [2020-07-17T12:54:09.022Z] #41 6.079 runtime/internal/atomic 12:54:09 [2020-07-17T12:54:09.022Z] #41 6.151 sync/atomic 12:54:09 [2020-07-17T12:54:09.022Z] #41 6.302 runtime/internal/math 12:54:09 [2020-07-17T12:54:09.066Z] #39 43.67 CC compel/plugins/std/fds.o 12:54:09 [2020-07-17T12:54:09.066Z] #39 ... 12:54:09 [2020-07-17T12:54:09.066Z] 12:54:09 [2020-07-17T12:54:09.066Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:09 [2020-07-17T12:54:09.066Z] #54 DONE 116.3s 12:54:09 [2020-07-17T12:54:09.066Z] 12:54:09 [2020-07-17T12:54:09.066Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:09 [2020-07-17T12:54:09.066Z] #41 108.9 vendor/golang.org/x/net/idna 12:54:09 [2020-07-17T12:54:09.066Z] #41 111.1 vendor/golang.org/x/net/http2/hpack 12:54:09 [2020-07-17T12:54:09.066Z] #41 112.3 mime 12:54:09 [2020-07-17T12:54:09.066Z] #41 114.0 mime/quotedprintable 12:54:09 [2020-07-17T12:54:09.066Z] #41 114.3 net/http/internal 12:54:09 [2020-07-17T12:54:09.066Z] #41 ... 12:54:09 [2020-07-17T12:54:09.066Z] 12:54:09 [2020-07-17T12:54:09.066Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:54:09 [2020-07-17T12:54:09.066Z] #55 DONE 0.1s 12:54:09 [2020-07-17T12:54:09.066Z] 12:54:09 [2020-07-17T12:54:09.066Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:09 [2020-07-17T12:54:09.066Z] #41 116.4 crypto/tls 12:54:09 [2020-07-17T12:54:09.066Z] #41 ... 12:54:09 [2020-07-17T12:54:09.066Z] 12:54:09 [2020-07-17T12:54:09.066Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:54:09 [2020-07-17T12:54:09.286Z] #41 6.465 unicode 12:54:09 [2020-07-17T12:54:09.286Z] #41 6.571 internal/bytealg 12:54:09 [2020-07-17T12:54:09.325Z] #56 DONE 0.1s 12:54:09 [2020-07-17T12:54:09.325Z] 12:54:09 [2020-07-17T12:54:09.325Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:09 [2020-07-17T12:54:09.418Z] #14 DONE 1.9s 12:54:09 [2020-07-17T12:54:09.418Z] 12:54:09 [2020-07-17T12:54:09.418Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:54:09 [2020-07-17T12:54:09.550Z] #41 6.621 unicode/utf8 12:54:09 [2020-07-17T12:54:09.550Z] #41 6.690 math/bits 12:54:09 [2020-07-17T12:54:09.564Z] #52 30.97 Building dependency tree... 12:54:09 [2020-07-17T12:54:09.582Z] #39 43.64 CC compel/plugins/std/infect.o 12:54:09 [2020-07-17T12:54:09.584Z] #52 ... 12:54:09 [2020-07-17T12:54:09.584Z] 12:54:09 [2020-07-17T12:54:09.584Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:09 [2020-07-17T12:54:09.584Z] #39 44.36 CC compel/plugins/std/log.o 12:54:09 [2020-07-17T12:54:09.838Z] #39 43.97 CC compel/arch/x86/plugins/std/parasite-head.o 12:54:09 [2020-07-17T12:54:09.838Z] #39 44.01 CC compel/arch/x86/plugins/std/memcpy.o 12:54:09 [2020-07-17T12:54:09.838Z] #39 44.06 CC compel/arch/x86/plugins/std/syscalls-64.o 12:54:10 [2020-07-17T12:54:10.094Z] #39 44.25 AR compel/plugins/std.lib.a 12:54:10 [2020-07-17T12:54:10.094Z] #39 44.29 CC compel/plugins/fds/fds.o 12:54:10 [2020-07-17T12:54:10.094Z] #39 ... 12:54:10 [2020-07-17T12:54:10.094Z] 12:54:10 [2020-07-17T12:54:10.094Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:10 [2020-07-17T12:54:10.094Z] #54 DONE 117.4s 12:54:10 [2020-07-17T12:54:10.094Z] 12:54:10 [2020-07-17T12:54:10.094Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:54:10 [2020-07-17T12:54:10.094Z] #55 DONE 0.0s 12:54:10 [2020-07-17T12:54:10.094Z] 12:54:10 [2020-07-17T12:54:10.094Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:54:10 [2020-07-17T12:54:10.094Z] #56 DONE 0.0s 12:54:10 [2020-07-17T12:54:10.094Z] 12:54:10 [2020-07-17T12:54:10.094Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.2 Selecting previously unselected package libapparmor1:amd64. 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.2 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.2 Unpacking libapparmor1:amd64 (2.13.2-10) ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.3 Selecting previously unselected package libapparmor-dev:amd64. 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.3 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 115.3 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 116.5 Selecting previously unselected package libbtrfs0. 12:54:10 [2020-07-17T12:54:10.094Z] #10 116.5 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 116.7 Unpacking libbtrfs0 (4.20.1-2) ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 117.3 Selecting previously unselected package libbtrfs-dev. 12:54:10 [2020-07-17T12:54:10.094Z] #10 117.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.094Z] #10 117.4 Unpacking libbtrfs-dev (4.20.1-2) ... 12:54:10 [2020-07-17T12:54:10.126Z] #41 7.422 internal/testlog 12:54:10 [2020-07-17T12:54:10.126Z] #41 ... 12:54:10 [2020-07-17T12:54:10.126Z] 12:54:10 [2020-07-17T12:54:10.126Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.922 + RM_GOPATH=0 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.922 + TMP_GOPATH= 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.922 + : /build 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.922 + '[' -z '' ']' 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.923 ++ mktemp -d 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.925 + export GOPATH=/tmp/tmp.ZKFrK9dk72 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.925 + GOPATH=/tmp/tmp.ZKFrK9dk72 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.925 + RM_GOPATH=1 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.925 + case "$(go env GOARCH)" in 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.926 ++ go env GOARCH 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.953 + export GO_BUILDMODE=-buildmode=pie 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.953 + GO_BUILDMODE=-buildmode=pie 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.955 ++ dirname /tmp/install/install.sh 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.956 + dir=/tmp/install 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.957 + bin=gotestsum 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.957 + shift 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.960 + '[' '!' -f /tmp/install/gotestsum.installer ']' 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.961 + . /tmp/install/gotestsum.installer 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.961 ++ : v0.3.5 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.964 + install_gotestsum 12:54:10 [2020-07-17T12:54:10.126Z] #43 3.965 + set -e 12:54:10 [2020-07-17T12:54:10.127Z] #43 3.968 + export GO111MODULE=on 12:54:10 [2020-07-17T12:54:10.127Z] #43 3.969 + GO111MODULE=on 12:54:10 [2020-07-17T12:54:10.127Z] #43 3.969 + GOBIN=/build 12:54:10 [2020-07-17T12:54:10.127Z] #43 3.969 + go get gotest.tools/gotestsum@v0.3.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 4.050 go: finding gotest.tools v0.3.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 4.069 go: finding gotest.tools/gotestsum v0.3.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 5.030 go: downloading gotest.tools/gotestsum v0.3.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 5.648 go: extracting gotest.tools/gotestsum v0.3.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 6.811 go: downloading gotest.tools v2.1.0+incompatible 12:54:10 [2020-07-17T12:54:10.127Z] #43 6.935 go: extracting gotest.tools v2.1.0+incompatible 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.007 go: downloading github.com/pkg/errors v0.8.0 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.038 go: downloading github.com/fatih/color v1.6.0 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.053 go: downloading github.com/sirupsen/logrus v1.0.5 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.090 go: downloading github.com/spf13/pflag v1.0.1 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.284 go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.345 go: downloading github.com/jonboulle/clockwork v0.1.0 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.407 go: extracting github.com/pkg/errors v0.8.0 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.411 go: extracting github.com/fatih/color v1.6.0 12:54:10 [2020-07-17T12:54:10.127Z] #43 7.440 go: extracting github.com/sirupsen/logrus v1.0.5 12:54:10 [2020-07-17T12:54:10.349Z] #10 117.6 Selecting previously unselected package libdevmapper-event1.02.1:amd64. 12:54:10 [2020-07-17T12:54:10.349Z] #10 117.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.350Z] #10 117.6 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:10 [2020-07-17T12:54:10.391Z] #43 7.521 go: extracting github.com/spf13/pflag v1.0.1 12:54:10 [2020-07-17T12:54:10.391Z] #43 7.563 go: downloading github.com/mattn/go-colorable v0.0.9 12:54:10 [2020-07-17T12:54:10.391Z] #43 ... 12:54:10 [2020-07-17T12:54:10.391Z] 12:54:10 [2020-07-17T12:54:10.391Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:10 [2020-07-17T12:54:10.391Z] #41 7.489 math 12:54:10 [2020-07-17T12:54:10.391Z] #41 7.632 runtime 12:54:10 [2020-07-17T12:54:10.605Z] #10 117.8 Selecting previously unselected package libudev-dev:amd64. 12:54:10 [2020-07-17T12:54:10.605Z] #10 117.8 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.605Z] #10 117.8 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... 12:54:10 [2020-07-17T12:54:10.605Z] #10 118.0 Selecting previously unselected package libsepol1-dev:amd64. 12:54:10 [2020-07-17T12:54:10.605Z] #10 118.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... 12:54:10 [2020-07-17T12:54:10.861Z] #10 118.1 Unpacking libsepol1-dev:amd64 (2.8-1) ... 12:54:10 [2020-07-17T12:54:10.963Z] #39 45.50 CC compel/plugins/std/string.o 12:54:10 [2020-07-17T12:54:10.967Z] #41 8.062 encoding 12:54:11 [2020-07-17T12:54:11.223Z] #39 46.04 CC compel/plugins/std/infect.o 12:54:11 [2020-07-17T12:54:11.232Z] #41 8.319 unicode/utf16 12:54:11 [2020-07-17T12:54:11.394Z] #15 DONE 1.8s 12:54:11 [2020-07-17T12:54:11.394Z] 12:54:11 [2020-07-17T12:54:11.394Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:11 [2020-07-17T12:54:11.394Z] #49 10.15 + cd /tmp/tmp.eMCUi5PbSo/src/github.com/opencontainers/runc 12:54:11 [2020-07-17T12:54:11.394Z] #49 10.15 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:11 [2020-07-17T12:54:11.422Z] #10 118.5 Selecting previously unselected package libpcre16-3:amd64. 12:54:11 [2020-07-17T12:54:11.422Z] #10 118.5 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... 12:54:11 [2020-07-17T12:54:11.422Z] #10 118.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ... 12:54:11 [2020-07-17T12:54:11.667Z] #52 34.53 The following additional packages will be installed: 12:54:11 [2020-07-17T12:54:11.667Z] #52 34.54 libbtrfs0 12:54:11 [2020-07-17T12:54:11.667Z] #52 34.72 The following NEW packages will be installed: 12:54:11 [2020-07-17T12:54:11.667Z] #52 34.72 libbtrfs-dev libbtrfs0 12:54:11 [2020-07-17T12:54:11.671Z] #49 10.63 + '[' -z '' ']' 12:54:11 [2020-07-17T12:54:11.671Z] #49 10.63 + target=static 12:54:11 [2020-07-17T12:54:11.671Z] #49 10.63 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:54:11 [2020-07-17T12:54:11.678Z] #10 118.9 Selecting previously unselected package libpcre32-3:amd64. 12:54:11 [2020-07-17T12:54:11.678Z] #10 118.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... 12:54:11 [2020-07-17T12:54:11.678Z] #10 118.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ... 12:54:11 [2020-07-17T12:54:11.678Z] #10 119.1 Selecting previously unselected package libpcrecpp0v5:amd64. 12:54:11 [2020-07-17T12:54:11.791Z] #39 46.46 CC compel/arch/x86/plugins/std/parasite-head.o 12:54:11 [2020-07-17T12:54:11.791Z] #39 46.51 CC compel/arch/x86/plugins/std/memcpy.o 12:54:11 [2020-07-17T12:54:11.791Z] #39 46.55 CC compel/arch/x86/plugins/std/syscalls-64.o 12:54:11 [2020-07-17T12:54:11.791Z] #39 46.61 AR compel/plugins/std.lib.a 12:54:11 [2020-07-17T12:54:11.810Z] #41 9.010 container/list 12:54:11 [2020-07-17T12:54:11.931Z] #49 10.82 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:54:11 [2020-07-17T12:54:11.966Z] #52 34.97 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 12:54:11 [2020-07-17T12:54:11.966Z] #52 34.97 Need to get 120 kB of archives. 12:54:11 [2020-07-17T12:54:11.966Z] #52 34.97 After this operation, 423 kB of additional disk space will be used. 12:54:11 [2020-07-17T12:54:11.966Z] #52 34.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] 12:54:11 [2020-07-17T12:54:11.966Z] #52 35.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] 12:54:11 [2020-07-17T12:54:11.976Z] #10 119.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... 12:54:11 [2020-07-17T12:54:11.976Z] #10 119.1 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:11 [2020-07-17T12:54:11.976Z] #10 119.2 Selecting previously unselected package libpcre3-dev:amd64. 12:54:11 [2020-07-17T12:54:11.976Z] #10 119.2 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... 12:54:11 [2020-07-17T12:54:11.976Z] #10 119.2 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... 12:54:12 [2020-07-17T12:54:12.050Z] #39 46.67 CC compel/plugins/fds/fds.o 12:54:12 [2020-07-17T12:54:12.050Z] #39 46.86 AR compel/plugins/fds.lib.a 12:54:12 [2020-07-17T12:54:12.050Z] #39 46.92 HOSTDEP compel/src/lib/log-host.d 12:54:12 [2020-07-17T12:54:12.231Z] #10 119.6 Selecting previously unselected package libselinux1-dev:amd64. 12:54:12 [2020-07-17T12:54:12.231Z] #10 119.6 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... 12:54:12 [2020-07-17T12:54:12.309Z] #39 47.00 HOSTDEP compel/src/lib/handle-elf-host.d 12:54:12 [2020-07-17T12:54:12.309Z] #39 47.07 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d 12:54:12 [2020-07-17T12:54:12.309Z] #39 47.12 HOSTDEP compel/src/main-host.d 12:54:12 [2020-07-17T12:54:12.386Z] #41 9.663 crypto/internal/subtle 12:54:12 [2020-07-17T12:54:12.487Z] #10 119.6 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:12 [2020-07-17T12:54:12.487Z] #10 119.8 Selecting previously unselected package libdevmapper-dev:amd64. 12:54:12 [2020-07-17T12:54:12.487Z] #10 119.8 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... 12:54:12 [2020-07-17T12:54:12.487Z] #10 119.8 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:12 [2020-07-17T12:54:12.568Z] #39 47.25 DEP compel/src/lib/ptrace.d 12:54:12 [2020-07-17T12:54:12.568Z] #39 47.34 DEP compel/src/lib/infect.d 12:54:12 [2020-07-17T12:54:12.568Z] #39 47.45 DEP compel/src/lib/infect-util.d 12:54:12 [2020-07-17T12:54:12.632Z] #36 ... 12:54:12 [2020-07-17T12:54:12.632Z] 12:54:12 [2020-07-17T12:54:12.632Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:12 [2020-07-17T12:54:12.632Z] #39 88.74 CC criu/rbtree.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 88.99 CC criu/rst-malloc.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 89.15 CC criu/seccomp.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 89.48 CC criu/seize.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 89.77 CC criu/servicefd.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 89.96 CC criu/shmem.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 90.43 CC criu/sigframe.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 90.58 CC criu/signalfd.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 90.72 CC criu/sk-inet.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 91.22 CC criu/sk-netlink.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 91.34 CC criu/sk-packet.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 91.60 CC criu/sk-queue.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 91.88 CC criu/sk-tcp.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 92.06 CC criu/sk-unix.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 92.80 CC criu/sockets.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 93.25 CC criu/stats.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 93.40 CC criu/string.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 93.42 CC criu/sysctl.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 93.69 CC criu/sysfs_parse.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 93.94 CC criu/timens.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 94.09 CC criu/timerfd.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 94.34 CC criu/tty.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 95.14 CC criu/tun.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 95.37 CC criu/uffd.o 12:54:12 [2020-07-17T12:54:12.632Z] #39 95.99 CC criu/util.o 12:54:12 [2020-07-17T12:54:12.649Z] #41 9.930 crypto/subtle 12:54:12 [2020-07-17T12:54:12.742Z] #10 119.9 Selecting previously unselected package libseccomp-dev:amd64. 12:54:12 [2020-07-17T12:54:12.742Z] #10 119.9 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... 12:54:12 [2020-07-17T12:54:12.742Z] #10 119.9 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... 12:54:12 [2020-07-17T12:54:12.742Z] #10 120.1 Selecting previously unselected package libsystemd-dev:amd64. 12:54:12 [2020-07-17T12:54:12.742Z] #10 120.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... 12:54:12 [2020-07-17T12:54:12.742Z] #10 120.1 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:12 [2020-07-17T12:54:12.828Z] #39 47.53 DEP compel/src/lib/infect-rpc.d 12:54:12 [2020-07-17T12:54:12.828Z] #39 47.64 DEP compel/arch/x86/src/lib/infect.d 12:54:12 [2020-07-17T12:54:12.828Z] #39 47.75 DEP compel/arch/x86/src/lib/cpu.d 12:54:12 [2020-07-17T12:54:12.919Z] #41 ... 12:54:12 [2020-07-17T12:54:12.919Z] 12:54:12 [2020-07-17T12:54:12.919Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.572 + RM_GOPATH=0 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.572 + TMP_GOPATH= 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.572 + : /build 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.572 + '[' -z '' ']' 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.572 ++ mktemp -d 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.584 + export GOPATH=/tmp/tmp.ZOGkxDP7Ua 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.584 + GOPATH=/tmp/tmp.ZOGkxDP7Ua 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.584 + RM_GOPATH=1 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.584 + case "$(go env GOARCH)" in 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.584 ++ go env GOARCH 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.599 + export GO_BUILDMODE=-buildmode=pie 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.599 + GO_BUILDMODE=-buildmode=pie 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.602 ++ dirname /tmp/install/install.sh 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + dir=/tmp/install 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + bin=tomlv 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + shift 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + '[' '!' -f /tmp/install/tomlv.installer ']' 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + . /tmp/install/tomlv.installer 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + install_tomlv 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.611 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ZOGkxDP7Ua/src/github.com/BurntSushi/toml 12:54:12 [2020-07-17T12:54:12.919Z] #30 4.619 Cloning into '/tmp/tmp.ZOGkxDP7Ua/src/github.com/BurntSushi/toml'... 12:54:12 [2020-07-17T12:54:12.919Z] #30 5.580 + cd /tmp/tmp.ZOGkxDP7Ua/src/github.com/BurntSushi/toml 12:54:12 [2020-07-17T12:54:12.919Z] #30 5.580 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 12:54:12 [2020-07-17T12:54:12.919Z] #30 5.613 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.244 math/bits 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.292 runtime/internal/sys 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.310 internal/cpu 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.401 runtime/internal/atomic 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.622 unicode/utf8 12:54:12 [2020-07-17T12:54:12.919Z] #30 6.648 sync/atomic 12:54:12 [2020-07-17T12:54:12.919Z] #30 7.111 unicode 12:54:12 [2020-07-17T12:54:12.919Z] #30 7.195 internal/bytealg 12:54:12 [2020-07-17T12:54:12.919Z] #30 7.507 math 12:54:12 [2020-07-17T12:54:12.919Z] #30 7.586 internal/testlog 12:54:12 [2020-07-17T12:54:12.919Z] #30 8.245 encoding 12:54:12 [2020-07-17T12:54:12.919Z] #30 8.281 runtime 12:54:12 [2020-07-17T12:54:12.919Z] #30 8.559 runtime/cgo 12:54:12 [2020-07-17T12:54:12.919Z] #30 ... 12:54:12 [2020-07-17T12:54:12.919Z] 12:54:12 [2020-07-17T12:54:12.919Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + RM_GOPATH=0 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + TMP_GOPATH= 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + : /build 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + '[' -z '' ']' 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 ++ mktemp -d 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + export GOPATH=/tmp/tmp.n6yojq0Beq 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + GOPATH=/tmp/tmp.n6yojq0Beq 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + RM_GOPATH=1 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 + case "$(go env GOARCH)" in 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.472 ++ go env GOARCH 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.494 + export GO_BUILDMODE=-buildmode=pie 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.494 + GO_BUILDMODE=-buildmode=pie 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.494 ++ dirname /tmp/install/install.sh 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + dir=/tmp/install 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + bin=shfmt 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + shift 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + '[' '!' -f /tmp/install/shfmt.installer ']' 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + . /tmp/install/shfmt.installer 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + install_shfmt 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.498 + git clone https://github.com/mvdan/sh.git /tmp/tmp.n6yojq0Beq/src/github.com/mvdan/sh 12:54:12 [2020-07-17T12:54:12.919Z] #47 3.503 Cloning into '/tmp/tmp.n6yojq0Beq/src/github.com/mvdan/sh'... 12:54:12 [2020-07-17T12:54:12.919Z] #47 9.749 + cd /tmp/tmp.n6yojq0Beq/src/github.com/mvdan/sh 12:54:12 [2020-07-17T12:54:12.919Z] #47 9.762 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f 12:54:12 [2020-07-17T12:54:12.919Z] #47 9.829 + GO111MODULE=on 12:54:12 [2020-07-17T12:54:12.919Z] #47 9.830 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt 12:54:13 [2020-07-17T12:54:13.087Z] #39 47.85 DEP compel/src/lib/log.d 12:54:13 [2020-07-17T12:54:13.087Z] #39 47.96 DEP compel/src/main.d 12:54:13 [2020-07-17T12:54:13.182Z] #47 ... 12:54:13 [2020-07-17T12:54:13.182Z] 12:54:13 [2020-07-17T12:54:13.182Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:13 [2020-07-17T12:54:13.182Z] #23 3.844 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:13 [2020-07-17T12:54:13.182Z] #23 3.936 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:13 [2020-07-17T12:54:13.182Z] #23 4.020 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #23 4.461 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #23 5.562 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #23 6.803 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:54:13 [2020-07-17T12:54:13.183Z] #23 ... 12:54:13 [2020-07-17T12:54:13.183Z] 12:54:13 [2020-07-17T12:54:13.183Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:13 [2020-07-17T12:54:13.183Z] #51 5.102 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #51 5.120 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #51 5.120 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #51 5.972 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #51 7.202 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:54:13 [2020-07-17T12:54:13.183Z] #51 8.866 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:54:13 [2020-07-17T12:54:13.263Z] #39 96.59 CC criu/uts_ns.o 12:54:13 [2020-07-17T12:54:13.263Z] #39 96.70 CC criu/vdso.o 12:54:13 [2020-07-17T12:54:13.314Z] #49 ... 12:54:13 [2020-07-17T12:54:13.314Z] 12:54:13 [2020-07-17T12:54:13.314Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:54:13 [2020-07-17T12:54:13.314Z] #16 DONE 2.1s 12:54:13 [2020-07-17T12:54:13.314Z] 12:54:13 [2020-07-17T12:54:13.314Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.5 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.5 Setting up libseccomp-dev:amd64 (2.3.3-4) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.5 Setting up libapparmor1:amd64 (2.13.2-10) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libpcre16-3:amd64 (2:8.39-12) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libsepol1-dev:amd64 (2.8-1) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libbtrfs0 (4.20.1-2) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libpcre32-3:amd64 (2:8.39-12) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libudev-dev:amd64 (241-7~deb10u4) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libbtrfs-dev (4.20.1-2) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up mingw-w64-common (6.0.0-3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.7 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.8 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:54:13 [2020-07-17T12:54:13.345Z] #10 120.8 Setting up dmsetup (2:1.02.155-3) ... 12:54:13 [2020-07-17T12:54:13.346Z] #39 48.10 DEP compel/src/lib/handle-elf.d 12:54:13 [2020-07-17T12:54:13.446Z] #51 ... 12:54:13 [2020-07-17T12:54:13.446Z] 12:54:13 [2020-07-17T12:54:13.446Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:13 [2020-07-17T12:54:13.446Z] #38 4.799 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #38 4.833 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #38 4.834 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #38 5.532 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #38 6.862 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #38 8.595 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:54:13 [2020-07-17T12:54:13.446Z] #38 ... 12:54:13 [2020-07-17T12:54:13.446Z] 12:54:13 [2020-07-17T12:54:13.446Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:13 [2020-07-17T12:54:13.446Z] #10 4.369 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #10 4.394 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #10 4.394 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #10 5.148 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #10 6.291 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:54:13 [2020-07-17T12:54:13.446Z] #10 8.082 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:54:13 [2020-07-17T12:54:13.516Z] #52 36.61 debconf: delaying package configuration, since apt-utils is not installed 12:54:13 [2020-07-17T12:54:13.516Z] #52 ... 12:54:13 [2020-07-17T12:54:13.516Z] 12:54:13 [2020-07-17T12:54:13.516Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:13 [2020-07-17T12:54:13.516Z] #33 24.05 Reading package lists... 12:54:13 [2020-07-17T12:54:13.516Z] #33 31.61 Building dependency tree... 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.13 The following additional packages will be installed: 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.14 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.15 Suggested packages: 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.15 cmake-doc ninja-build lrzip 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.15 Recommended packages: 12:54:13 [2020-07-17T12:54:13.516Z] #33 35.15 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.40 The following NEW packages will be installed: 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.41 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.42 vim-common xxd 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.65 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.65 Need to get 14.9 MB of archives. 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.65 After this operation, 67.2 MB of additional disk space will be used. 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.70 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] 12:54:13 [2020-07-17T12:54:13.516Z] #33 36.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] 12:54:13 [2020-07-17T12:54:13.553Z] #39 96.89 LINK criu/built-in.o 12:54:13 [2020-07-17T12:54:13.554Z] #39 96.99 LINK criu/criu 12:54:13 [2020-07-17T12:54:13.601Z] #10 120.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:13 [2020-07-17T12:54:13.601Z] #10 120.8 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:13 [2020-07-17T12:54:13.601Z] #10 120.8 Processing triggers for libc-bin (2.28-10) ... 12:54:13 [2020-07-17T12:54:13.606Z] #39 48.21 DEP compel/arch/x86/src/lib/handle-elf.d 12:54:13 [2020-07-17T12:54:13.606Z] #39 48.33 CC compel/src/lib/log.o 12:54:13 [2020-07-17T12:54:13.710Z] #10 ... 12:54:13 [2020-07-17T12:54:13.710Z] 12:54:13 [2020-07-17T12:54:13.710Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.343 + RM_GOPATH=0 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.343 + TMP_GOPATH= 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.343 + : /build 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.343 + '[' -z '' ']' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.345 ++ mktemp -d 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.354 + export GOPATH=/tmp/tmp.BOMy46VLEy 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.358 + GOPATH=/tmp/tmp.BOMy46VLEy 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.360 + RM_GOPATH=1 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.362 + case "$(go env GOARCH)" in 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.364 ++ go env GOARCH 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.376 + export GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.379 + GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.380 ++ dirname /tmp/install/install.sh 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + dir=/tmp/install 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + bin=dockercli 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + shift 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + '[' '!' -f /tmp/install/dockercli.installer ']' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + . /tmp/install/dockercli.installer 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 ++ : stable 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 ++ : 17.06.2-ce 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + install_dockercli 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 + echo 'Install docker/cli version 17.06.2-ce from stable' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.387 Install docker/cli version 17.06.2-ce from stable 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.388 ++ uname -m 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + arch=aarch64 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + '[' aarch64 '!=' x86_64 ']' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + '[' aarch64 '!=' s390x ']' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + '[' aarch64 '!=' armhf ']' 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + build_dockercli 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.392 + git clone https://github.com/docker/docker-ce /tmp/tmp.BOMy46VLEy/tmp/docker-ce 12:54:13 [2020-07-17T12:54:13.710Z] #21 4.406 Cloning into '/tmp/tmp.BOMy46VLEy/tmp/docker-ce'... 12:54:13 [2020-07-17T12:54:13.710Z] #21 ... 12:54:13 [2020-07-17T12:54:13.710Z] 12:54:13 [2020-07-17T12:54:13.710Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.616 + RM_GOPATH=0 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.616 + TMP_GOPATH= 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.616 + : /build 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.616 + '[' -z '' ']' 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.616 ++ mktemp -d 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.622 + export GOPATH=/tmp/tmp.zPe7W4fRYG 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.622 + GOPATH=/tmp/tmp.zPe7W4fRYG 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.622 + RM_GOPATH=1 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.622 + case "$(go env GOARCH)" in 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.623 ++ go env GOARCH 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.636 + export GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.636 + GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.638 ++ dirname /tmp/install/install.sh 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + dir=/tmp/install 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + bin=rootlesskit 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + shift 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + '[' '!' -f /tmp/install/rootlesskit.installer ']' 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + . /tmp/install/rootlesskit.installer 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 ++ : 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + install_rootlesskit 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + case "$1" in 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + export CGO_ENABLED=0 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + CGO_ENABLED=0 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + _install_rootlesskit 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + echo 'Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e' 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.zPe7W4fRYG/src/github.com/rootless-containers/rootlesskit 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.640 Install rootlesskit version 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:54:13 [2020-07-17T12:54:13.710Z] #54 3.646 Cloning into '/tmp/tmp.zPe7W4fRYG/src/github.com/rootless-containers/rootlesskit'... 12:54:13 [2020-07-17T12:54:13.710Z] #54 7.334 + cd /tmp/tmp.zPe7W4fRYG/src/github.com/rootless-containers/rootlesskit 12:54:13 [2020-07-17T12:54:13.710Z] #54 7.334 + git checkout -q 3f5728fbb2b6abdc63d59759e72735442ce6424e 12:54:13 [2020-07-17T12:54:13.710Z] #54 7.707 + for f in rootlesskit rootlesskit-docker-proxy 12:54:13 [2020-07-17T12:54:13.710Z] #54 7.709 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit 12:54:13 [2020-07-17T12:54:13.815Z] #33 ... 12:54:13 [2020-07-17T12:54:13.815Z] 12:54:13 [2020-07-17T12:54:13.815Z] #52 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:13 [2020-07-17T12:54:13.815Z] #52 36.93 Fetched 120 kB in 0s (1013 kB/s) 12:54:13 [2020-07-17T12:54:13.815Z] #52 37.01 Selecting previously unselected package libbtrfs0. 12:54:13 [2020-07-17T12:54:13.815Z] #52 37.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) 12:54:13 [2020-07-17T12:54:13.815Z] #52 37.08 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... 12:54:13 [2020-07-17T12:54:13.815Z] #52 37.10 Unpacking libbtrfs0 (4.20.1-2) ... 12:54:13 [2020-07-17T12:54:13.844Z] #39 97.21 DEP lib/c/criu.d 12:54:13 [2020-07-17T12:54:13.844Z] #39 97.24 CC images/rpc.pb-c.o 12:54:13 [2020-07-17T12:54:13.865Z] #39 48.59 CC compel/arch/x86/src/lib/cpu.o 12:54:13 [2020-07-17T12:54:13.973Z] #54 ... 12:54:13 [2020-07-17T12:54:13.973Z] 12:54:13 [2020-07-17T12:54:13.973Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.304 + RM_GOPATH=0 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.304 + TMP_GOPATH= 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.304 + : /build 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.304 + '[' -z '' ']' 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 ++ mktemp -d 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 + export GOPATH=/tmp/tmp.7w7dA2hIaO 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 + GOPATH=/tmp/tmp.7w7dA2hIaO 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 + RM_GOPATH=1 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 + case "$(go env GOARCH)" in 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.312 ++ go env GOARCH 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.407 + export GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.407 + GO_BUILDMODE=-buildmode=pie 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.407 ++ dirname /tmp/install/install.sh 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + dir=/tmp/install 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + bin=proxy 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + shift 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + '[' '!' -f /tmp/install/proxy.installer ']' 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + . /tmp/install/proxy.installer 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 ++ : 9e99af28df21367340c95a3863e31808d689c92a 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + install_proxy 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + case "$1" in 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + export CGO_ENABLED=0 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + CGO_ENABLED=0 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + _install_proxy 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + echo 'Install docker-proxy version 9e99af28df21367340c95a3863e31808d689c92a' 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.7w7dA2hIaO/src/github.com/docker/libnetwork 12:54:13 [2020-07-17T12:54:13.973Z] #60 3.418 Cloning into '/tmp/tmp.7w7dA2hIaO/src/github.com/docker/libnetwork'... 12:54:14 [2020-07-17T12:54:14.115Z] #52 37.22 Selecting previously unselected package libbtrfs-dev. 12:54:14 [2020-07-17T12:54:14.115Z] #52 37.27 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... 12:54:14 [2020-07-17T12:54:14.115Z] #52 37.28 Unpacking libbtrfs-dev (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.135Z] #39 97.52 CC lib/c/criu.o 12:54:14 [2020-07-17T12:54:14.161Z] #10 DONE 121.2s 12:54:14 [2020-07-17T12:54:14.161Z] 12:54:14 [2020-07-17T12:54:14.161Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:14 [2020-07-17T12:54:14.237Z] #60 ... 12:54:14 [2020-07-17T12:54:14.237Z] 12:54:14 [2020-07-17T12:54:14.237Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.708 + RM_GOPATH=0 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.708 + TMP_GOPATH= 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.708 + : /build 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.708 + '[' -z '' ']' 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.709 ++ mktemp -d 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.714 + export GOPATH=/tmp/tmp.nRtO2yMpmL 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.714 + GOPATH=/tmp/tmp.nRtO2yMpmL 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.725 + RM_GOPATH=1 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.729 + case "$(go env GOARCH)" in 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.733 ++ go env GOARCH 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.789 + export GO_BUILDMODE=-buildmode=pie 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.789 + GO_BUILDMODE=-buildmode=pie 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.791 ++ dirname /tmp/install/install.sh 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.793 + dir=/tmp/install 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.793 + bin=golangci_lint 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.794 + shift 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.794 + '[' '!' -f /tmp/install/golangci_lint.installer ']' 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.796 + . /tmp/install/golangci_lint.installer 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.800 ++ : v1.23.8 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.816 + install_golangci_lint 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.817 + echo 'Installing golangci-lint version v1.23.8' 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.819 Installing golangci-lint version v1.23.8 12:54:14 [2020-07-17T12:54:14.237Z] #45 4.819 + go get -d github.com/golangci/golangci-lint/cmd/golangci-lint 12:54:14 [2020-07-17T12:54:14.237Z] #45 ... 12:54:14 [2020-07-17T12:54:14.237Z] 12:54:14 [2020-07-17T12:54:14.237Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:14 [2020-07-17T12:54:14.237Z] #32 4.485 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:14 [2020-07-17T12:54:14.237Z] #32 4.542 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:14 [2020-07-17T12:54:14.237Z] #32 4.545 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:14 [2020-07-17T12:54:14.237Z] #32 5.339 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:54:14 [2020-07-17T12:54:14.237Z] #32 6.639 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:54:14 [2020-07-17T12:54:14.237Z] #32 7.993 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:54:14 [2020-07-17T12:54:14.426Z] #52 37.54 Setting up libbtrfs0 (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.426Z] #52 37.56 Setting up libbtrfs-dev (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.426Z] #52 37.57 Processing triggers for libc-bin (2.28-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #39 49.23 CC compel/arch/x86/src/lib/infect.o 12:54:14 [2020-07-17T12:54:14.434Z] #39 ... 12:54:14 [2020-07-17T12:54:14.434Z] 12:54:14 [2020-07-17T12:54:14.434Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:14 [2020-07-17T12:54:14.434Z] #10 117.9 Selecting previously unselected package libapparmor1:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 117.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 117.9 Unpacking libapparmor1:amd64 (2.13.2-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.0 Selecting previously unselected package libapparmor-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.1 Selecting previously unselected package libbtrfs0. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.2 Unpacking libbtrfs0 (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.2 Selecting previously unselected package libbtrfs-dev. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.3 Unpacking libbtrfs-dev (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.5 Selecting previously unselected package libudev-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.5 Unpacking libudev-dev:amd64 (241-7~deb10u4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.6 Selecting previously unselected package libsepol1-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 118.7 Unpacking libsepol1-dev:amd64 (2.8-1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.0 Selecting previously unselected package libpcre16-3:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.2 Selecting previously unselected package libpcre32-3:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.4 Selecting previously unselected package libpcrecpp0v5:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.5 Selecting previously unselected package libpcre3-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.9 Selecting previously unselected package libselinux1-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 119.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.1 Selecting previously unselected package libdevmapper-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.2 Selecting previously unselected package libseccomp-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.2 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.3 Selecting previously unselected package libsystemd-dev:amd64. 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_amd64.deb ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.3 Unpacking libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.7 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.7 Setting up libseccomp-dev:amd64 (2.3.3-4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.7 Setting up libapparmor1:amd64 (2.13.2-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up libpcre16-3:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up libsepol1-dev:amd64 (2.8-1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up libbtrfs0 (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up libpcre32-3:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.8 Setting up libudev-dev:amd64 (241-7~deb10u4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up libbtrfs-dev (4.20.1-2) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up mingw-w64-common (6.0.0-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up libsystemd-dev:amd64 (241-7~deb10u4) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 120.9 Setting up libpcre3-dev:amd64 (2:8.39-12) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 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 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.0 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.1 Setting up dmsetup (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 121.1 Processing triggers for libc-bin (2.28-10) ... 12:54:14 [2020-07-17T12:54:14.434Z] #10 DONE 121.7s 12:54:14 [2020-07-17T12:54:14.434Z] 12:54:14 [2020-07-17T12:54:14.434Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:14 [2020-07-17T12:54:14.500Z] #32 ... 12:54:14 [2020-07-17T12:54:14.500Z] 12:54:14 [2020-07-17T12:54:14.500Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:14 [2020-07-17T12:54:14.500Z] #47 11.03 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:54:14 [2020-07-17T12:54:14.500Z] #47 11.06 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:54:14 [2020-07-17T12:54:14.500Z] #47 11.06 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:54:14 [2020-07-17T12:54:14.500Z] #47 11.09 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:54:14 [2020-07-17T12:54:14.500Z] #47 11.44 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:54:14 [2020-07-17T12:54:14.727Z] #52 DONE 38.0s 12:54:14 [2020-07-17T12:54:14.727Z] 12:54:14 [2020-07-17T12:54:14.727Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:14 [2020-07-17T12:54:14.763Z] #47 12.08 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:54:14 [2020-07-17T12:54:14.766Z] #39 98.08 LINK lib/c/built-in.o 12:54:14 [2020-07-17T12:54:14.766Z] #39 98.08 LINK lib/c/libcriu.so 12:54:14 [2020-07-17T12:54:14.766Z] #39 98.10 LINK lib/c/libcriu.a 12:54:14 [2020-07-17T12:54:14.766Z] #39 98.14 GEN magic.py 12:54:15 [2020-07-17T12:54:15.037Z] #53 0.376 + RM_GOPATH=0 12:54:15 [2020-07-17T12:54:15.037Z] #53 0.376 + TMP_GOPATH= 12:54:15 [2020-07-17T12:54:15.037Z] #53 0.376 + : /build 12:54:15 [2020-07-17T12:54:15.057Z] #39 98.20 Note: Building without setproctitle() and strlcpy() support. 12:54:15 [2020-07-17T12:54:15.057Z] #39 98.20 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:54:15 [2020-07-17T12:54:15.057Z] #39 98.20 Note: Building without GnuTLS support 12:54:15 [2020-07-17T12:54:15.057Z] #39 98.20 Makefile.config:39: Warn: you have no libnftables installed 12:54:15 [2020-07-17T12:54:15.057Z] #39 98.20 Makefile.config:40: Warn: Building without nftables support 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.376 + '[' -z '' ']' 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.378 ++ mktemp -d 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.379 + export GOPATH=/tmp/tmp.Jcgy4oK4Ic 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.379 + GOPATH=/tmp/tmp.Jcgy4oK4Ic 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.379 + RM_GOPATH=1 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.379 + case "$(go env GOARCH)" in 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.379 ++ go env GOARCH 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.415 + export GO_BUILDMODE=-buildmode=pie 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.416 + GO_BUILDMODE=-buildmode=pie 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.416 ++ dirname /tmp/install/install.sh 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.421 + dir=/tmp/install 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.421 + bin=containerd 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 + shift 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 + '[' '!' -f /tmp/install/containerd.installer ']' 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 + . /tmp/install/containerd.installer 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 ++ set -e 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.422 + install_containerd 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.423 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.423 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.423 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Jcgy4oK4Ic/src/github.com/containerd/containerd 12:54:15 [2020-07-17T12:54:15.338Z] #53 0.451 Cloning into '/tmp/tmp.Jcgy4oK4Ic/src/github.com/containerd/containerd'... 12:54:15 [2020-07-17T12:54:15.347Z] #39 98.50 fatal: not a git repository (or any of the parent directories): .git 12:54:15 [2020-07-17T12:54:15.568Z] #49 ... 12:54:15 [2020-07-17T12:54:15.568Z] 12:54:15 [2020-07-17T12:54:15.568Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:15 [2020-07-17T12:54:15.568Z] #41 112.8 mime/multipart 12:54:15 [2020-07-17T12:54:15.568Z] #41 114.8 crypto/tls 12:54:15 [2020-07-17T12:54:15.568Z] #41 120.5 net/http/httptrace 12:54:15 [2020-07-17T12:54:15.568Z] #41 120.8 net/http 12:54:15 [2020-07-17T12:54:15.638Z] #39 98.86 make[1]: Nothing to be done for 'all'. 12:54:15 [2020-07-17T12:54:15.713Z] #47 12.79 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:54:15 [2020-07-17T12:54:15.823Z] #41 ... 12:54:15 [2020-07-17T12:54:15.823Z] 12:54:15 [2020-07-17T12:54:15.823Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:15 [2020-07-17T12:54:15.823Z] #39 44.60 AR compel/plugins/fds.lib.a 12:54:15 [2020-07-17T12:54:15.823Z] #39 44.75 HOSTDEP compel/src/lib/log-host.d 12:54:15 [2020-07-17T12:54:15.823Z] #39 44.96 HOSTDEP compel/src/lib/handle-elf-host.d 12:54:15 [2020-07-17T12:54:15.823Z] #39 45.19 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 45.29 HOSTDEP compel/src/main-host.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 45.48 DEP compel/src/lib/ptrace.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 45.66 DEP compel/src/lib/infect.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 45.89 DEP compel/src/lib/infect-util.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 45.99 DEP compel/src/lib/infect-rpc.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.07 DEP compel/arch/x86/src/lib/infect.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.15 DEP compel/arch/x86/src/lib/cpu.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.21 DEP compel/src/lib/log.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.27 DEP compel/src/main.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.37 DEP compel/src/lib/handle-elf.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.49 DEP compel/arch/x86/src/lib/handle-elf.d 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.57 CC compel/src/lib/log.o 12:54:15 [2020-07-17T12:54:15.824Z] #39 46.87 CC compel/arch/x86/src/lib/cpu.o 12:54:15 [2020-07-17T12:54:15.824Z] #39 47.47 CC compel/arch/x86/src/lib/infect.o 12:54:15 [2020-07-17T12:54:15.824Z] #39 48.19 CC compel/src/lib/infect-rpc.o 12:54:15 [2020-07-17T12:54:15.824Z] #39 48.75 CC compel/src/lib/infect-util.o 12:54:15 [2020-07-17T12:54:15.824Z] #39 48.99 CC compel/src/lib/infect.o 12:54:15 [2020-07-17T12:54:15.849Z] #17 2.258 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:15 [2020-07-17T12:54:15.849Z] #17 2.301 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:15 [2020-07-17T12:54:15.849Z] #17 2.302 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.22 make[1]: 'images/built-in.o' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.23 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.24 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.25 make[1]: 'compel/libcompel.a' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.26 make[1]: 'compel/compel-host-bin' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.27 make[1]: Nothing to be done for 'all'. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.28 make[1]: 'soccr/libsoccr.a' is up to date. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.34 make[2]: Nothing to be done for 'all'. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.35 make[2]: Nothing to be done for 'all'. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.36 make[2]: Nothing to be done for 'all'. 12:54:15 [2020-07-17T12:54:15.928Z] #39 99.44 make[2]: Nothing to be done for 'all'. 12:54:16 [2020-07-17T12:54:16.109Z] #17 2.789 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:54:16 [2020-07-17T12:54:16.220Z] #39 99.47 make[2]: Nothing to be done for 'all'. 12:54:16 [2020-07-17T12:54:16.220Z] #39 99.48 make[2]: Nothing to be done for 'all'. 12:54:16 [2020-07-17T12:54:16.220Z] #39 99.51 make[2]: Nothing to be done for 'all'. 12:54:16 [2020-07-17T12:54:16.220Z] #39 99.55 make[2]: Nothing to be done for 'all'. 12:54:16 [2020-07-17T12:54:16.220Z] #39 99.56 INSTALL criu/criu 12:54:16 [2020-07-17T12:54:16.407Z] #53 ... 12:54:16 [2020-07-17T12:54:16.407Z] 12:54:16 [2020-07-17T12:54:16.407Z] #24 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:16 [2020-07-17T12:54:16.407Z] #24 24.27 Reading package lists... 12:54:16 [2020-07-17T12:54:16.407Z] #24 31.82 Building dependency tree... 12:54:16 [2020-07-17T12:54:16.407Z] #24 35.17 ca-certificates is already the newest version (20200601~deb10u1). 12:54:16 [2020-07-17T12:54:16.407Z] #24 35.17 The following additional packages will be installed: 12:54:16 [2020-07-17T12:54:16.407Z] #24 35.17 libjq1 libonig5 12:54:16 [2020-07-17T12:54:16.407Z] #24 35.76 The following NEW packages will be installed: 12:54:16 [2020-07-17T12:54:16.407Z] #24 35.79 jq libjq1 libonig5 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.04 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.04 Need to get 358 kB of archives. 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.04 After this operation, 1277 kB of additional disk space will be used. 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.04 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] 12:54:16 [2020-07-17T12:54:16.407Z] #24 36.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] 12:54:16 [2020-07-17T12:54:16.407Z] #24 37.70 debconf: delaying package configuration, since apt-utils is not installed 12:54:16 [2020-07-17T12:54:16.407Z] #24 37.89 Fetched 358 kB in 0s (3485 kB/s) 12:54:16 [2020-07-17T12:54:16.407Z] #24 37.97 Selecting previously unselected package libonig5:ppc64el. 12:54:16 [2020-07-17T12:54:16.407Z] #24 37.97 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.10 Preparing to unpack .../libonig5_6.9.1-1_ppc64el.deb ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.11 Unpacking libonig5:ppc64el (6.9.1-1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.49 Selecting previously unselected package libjq1:ppc64el. 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.54 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_ppc64el.deb ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.55 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.75 Selecting previously unselected package jq. 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.76 Preparing to unpack .../jq_1.5+dfsg-2+b1_ppc64el.deb ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 38.77 Unpacking jq (1.5+dfsg-2+b1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 39.01 Setting up libonig5:ppc64el (6.9.1-1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 39.02 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 39.03 Setting up jq (1.5+dfsg-2+b1) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 39.04 Processing triggers for libc-bin (2.28-10) ... 12:54:16 [2020-07-17T12:54:16.407Z] #24 DONE 39.4s 12:54:16 [2020-07-17T12:54:16.407Z] 12:54:16 [2020-07-17T12:54:16.407Z] #25 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:54:16 [2020-07-17T12:54:16.407Z] #25 DONE 0.1s 12:54:16 [2020-07-17T12:54:16.407Z] 12:54:16 [2020-07-17T12:54:16.407Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:16 [2020-07-17T12:54:16.521Z] #39 DONE 99.9s 12:54:16 [2020-07-17T12:54:16.521Z] 12:54:16 [2020-07-17T12:54:16.521Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:54:16 [2020-07-17T12:54:16.521Z] #36 DONE 136.8s 12:54:16 [2020-07-17T12:54:16.521Z] 12:54:16 [2020-07-17T12:54:16.521Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:16 [2020-07-17T12:54:16.663Z] #47 13.84 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:54:16 [2020-07-17T12:54:16.750Z] #39 ... 12:54:16 [2020-07-17T12:54:16.750Z] 12:54:16 [2020-07-17T12:54:16.750Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker 12:54:16 [2020-07-17T12:54:16.750Z] #11 DONE 2.6s 12:54:16 [2020-07-17T12:54:16.750Z] 12:54:16 [2020-07-17T12:54:16.750Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.476 + RM_GOPATH=0 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.476 + TMP_GOPATH= 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.476 + : /build 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.476 + '[' -z '' ']' 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.476 ++ mktemp -d 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.484 + export GOPATH=/tmp/tmp.Fq0W6tyjfd 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.484 + GOPATH=/tmp/tmp.Fq0W6tyjfd 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.484 + RM_GOPATH=1 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.484 + case "$(go env GOARCH)" in 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.484 ++ go env GOARCH 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.518 + export GO_BUILDMODE=-buildmode=pie 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.518 + GO_BUILDMODE=-buildmode=pie 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.520 ++ dirname /tmp/install/install.sh 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.522 + dir=/tmp/install 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 + bin=runc 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 + shift 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 + '[' '!' -f /tmp/install/runc.installer ']' 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 + . /tmp/install/runc.installer 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.527 + install_runc 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.546 + uname -r 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.547 + grep -q '^3\.10\.0.*\.el7\.' 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.548 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.548 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.548 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.548 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Fq0W6tyjfd/src/github.com/opencontainers/runc 12:54:16 [2020-07-17T12:54:16.750Z] #49 2.564 Cloning into '/tmp/tmp.Fq0W6tyjfd/src/github.com/opencontainers/runc'... 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.426 + RM_GOPATH=0 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.426 + TMP_GOPATH= 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.426 + : /build 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.426 + '[' -z '' ']' 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.429 ++ mktemp -d 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.439 + export GOPATH=/tmp/tmp.LH50CnMhbp 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.439 + GOPATH=/tmp/tmp.LH50CnMhbp 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.439 + RM_GOPATH=1 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.439 + case "$(go env GOARCH)" in 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.440 ++ go env GOARCH 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.469 + export GO_BUILDMODE=-buildmode=pie 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.469 + GO_BUILDMODE=-buildmode=pie 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.470 ++ dirname /tmp/install/install.sh 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.475 + dir=/tmp/install 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.475 + bin=runc 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.475 + shift 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.475 + '[' '!' -f /tmp/install/runc.installer ']' 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.477 + . /tmp/install/runc.installer 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.478 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.478 + install_runc 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.499 + uname -r 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.499 + grep -q '^3\.10\.0.*\.el7\.' 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.499 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.499 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.499 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.LH50CnMhbp/src/github.com/opencontainers/runc 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.503 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:54:16 [2020-07-17T12:54:16.973Z] #49 2.519 Cloning into '/tmp/tmp.LH50CnMhbp/src/github.com/opencontainers/runc'... 12:54:17 [2020-07-17T12:54:17.048Z] #17 3.875 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:54:17 [2020-07-17T12:54:17.232Z] #49 ... 12:54:17 [2020-07-17T12:54:17.232Z] 12:54:17 [2020-07-17T12:54:17.232Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker 12:54:17 [2020-07-17T12:54:17.232Z] #11 DONE 2.6s 12:54:17 [2020-07-17T12:54:17.232Z] 12:54:17 [2020-07-17T12:54:17.232Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:54:17 [2020-07-17T12:54:17.613Z] #47 ... 12:54:17 [2020-07-17T12:54:17.613Z] 12:54:17 [2020-07-17T12:54:17.613Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:17 [2020-07-17T12:54:17.613Z] #28 4.509 + git clone https://github.com/kolyshkin/go-swagger.git . 12:54:17 [2020-07-17T12:54:17.613Z] #28 4.511 Cloning into '.'... 12:54:17 [2020-07-17T12:54:17.613Z] #28 ... 12:54:17 [2020-07-17T12:54:17.613Z] 12:54:17 [2020-07-17T12:54:17.613Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:54:17 [2020-07-17T12:54:17.613Z] #36 14.30 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 12:54:17 [2020-07-17T12:54:17.617Z] #17 ... 12:54:17 [2020-07-17T12:54:17.617Z] 12:54:17 [2020-07-17T12:54:17.617Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:17 [2020-07-17T12:54:17.617Z] #39 55.90 AR soccr/libsoccr.a 12:54:17 [2020-07-17T12:54:17.617Z] #39 55.94 make[1]: 'soccr/libsoccr.a' is up to date. 12:54:17 [2020-07-17T12:54:17.617Z] #39 56.47 DEP criu/arch/x86/sigframe.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 56.55 DEP criu/arch/x86/sigaction_compat.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 56.66 DEP criu/arch/x86/kerndat.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 56.79 DEP criu/arch/x86/crtools.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 56.94 DEP criu/arch/x86/cpu.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 57.07 CC criu/arch/x86/cpu.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 57.74 CC criu/arch/x86/crtools.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 59.23 CC criu/arch/x86/kerndat.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 59.85 CC criu/arch/x86/sigaction_compat.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.11 CC criu/arch/x86/sigframe.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.45 LINK criu/arch/x86/crtools.built-in.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.48 DEP criu/pie/util-vdso-elf32.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.58 DEP criu/pie/util-vdso.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.70 DEP criu/pie/util.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 60.82 CC criu/pie/util.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 61.19 CC criu/pie/util-vdso.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 61.96 CC criu/pie/util-vdso-elf32.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 62.61 AR criu/pie/pie.lib.a 12:54:17 [2020-07-17T12:54:17.617Z] #39 62.65 DEP criu/pie/restorer.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 62.81 DEP criu/arch/x86/sigaction_compat_pie.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 62.95 DEP criu/arch/x86/restorer_unmap.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 62.97 DEP criu/arch/x86/restorer.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 63.14 DEP criu/arch/x86/vdso-pie.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 63.24 DEP criu/pie/parasite-vdso.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 63.45 DEP criu/pie/parasite.d 12:54:17 [2020-07-17T12:54:17.617Z] #39 63.56 CC criu/pie/parasite.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 64.55 LINK criu/pie/parasite.built-in.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 64.56 GEN criu/pie/parasite-blob.h 12:54:17 [2020-07-17T12:54:17.617Z] #39 64.58 CC criu/pie/parasite-vdso.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 65.09 CC criu/arch/x86/vdso-pie.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 65.33 CC criu/arch/x86/restorer.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 65.74 CC criu/arch/x86/restorer_unmap.o 12:54:17 [2020-07-17T12:54:17.617Z] #39 65.80 CC criu/arch/x86/sigaction_compat_pie.o 12:54:17 [2020-07-17T12:54:17.887Z] #39 66.05 CC criu/pie/restorer.o 12:54:18 [2020-07-17T12:54:18.124Z] #45 ... 12:54:18 [2020-07-17T12:54:18.124Z] 12:54:18 [2020-07-17T12:54:18.124Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:54:18 [2020-07-17T12:54:18.124Z] #37 DONE 0.2s 12:54:18 [2020-07-17T12:54:18.124Z] 12:54:18 [2020-07-17T12:54:18.124Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:54:18 [2020-07-17T12:54:18.415Z] #40 DONE 0.1s 12:54:18 [2020-07-17T12:54:18.415Z] 12:54:18 [2020-07-17T12:54:18.415Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:54:18 [2020-07-17T12:54:18.415Z] #42 DONE 0.2s 12:54:18 [2020-07-17T12:54:18.415Z] 12:54:18 [2020-07-17T12:54:18.415Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:54:18 [2020-07-17T12:54:18.455Z] #39 ... 12:54:18 [2020-07-17T12:54:18.455Z] 12:54:18 [2020-07-17T12:54:18.455Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:18 [2020-07-17T12:54:18.455Z] #17 5.292 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:54:18 [2020-07-17T12:54:18.576Z] #26 2.234 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:54:18 [2020-07-17T12:54:18.576Z] #26 ... 12:54:18 [2020-07-17T12:54:18.576Z] 12:54:18 [2020-07-17T12:54:18.576Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:18 [2020-07-17T12:54:18.576Z] #11 24.12 Reading package lists... 12:54:18 [2020-07-17T12:54:18.576Z] #11 32.01 Building dependency tree... 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.34 The following additional packages will be installed: 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.34 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.35 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.35 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.36 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.37 Suggested packages: 12:54:18 [2020-07-17T12:54:18.576Z] #11 35.37 gcc-8-locales seccomp wine64 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.14 The following NEW packages will be installed: 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.14 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.14 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.15 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.15 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.15 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.16 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.36 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.36 Need to get 78.9 MB of archives. 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.36 After this operation, 532 MB of additional disk space will be used. 12:54:18 [2020-07-17T12:54:18.576Z] #11 37.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 38.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 38.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 38.56 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 38.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 38.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 39.19 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 39.65 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] 12:54:18 [2020-07-17T12:54:18.576Z] #11 39.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] 12:54:18 [2020-07-17T12:54:18.635Z] #49 ... 12:54:18 [2020-07-17T12:54:18.635Z] 12:54:18 [2020-07-17T12:54:18.635Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:54:18 [2020-07-17T12:54:18.635Z] #12 DONE 2.1s 12:54:18 [2020-07-17T12:54:18.635Z] 12:54:18 [2020-07-17T12:54:18.635Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:54:18 [2020-07-17T12:54:18.707Z] #44 DONE 0.2s 12:54:18 [2020-07-17T12:54:18.707Z] 12:54:18 [2020-07-17T12:54:18.707Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:18 [2020-07-17T12:54:18.877Z] #11 ... 12:54:18 [2020-07-17T12:54:18.877Z] 12:54:18 [2020-07-17T12:54:18.877Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:18 [2020-07-17T12:54:18.877Z] #39 24.89 Reading package lists... 12:54:18 [2020-07-17T12:54:18.877Z] #39 32.93 Building dependency tree... 12:54:18 [2020-07-17T12:54:18.877Z] #39 37.13 The following additional packages will be installed: 12:54:18 [2020-07-17T12:54:18.877Z] #39 37.15 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:54:18 [2020-07-17T12:54:18.877Z] #39 37.15 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:54:18 [2020-07-17T12:54:18.877Z] #39 37.17 Suggested packages: 12:54:18 [2020-07-17T12:54:18.877Z] #39 37.17 manpages-dev python-setuptools 12:54:18 [2020-07-17T12:54:18.877Z] #39 38.96 The following NEW packages will be installed: 12:54:18 [2020-07-17T12:54:18.877Z] #39 38.97 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:54:18 [2020-07-17T12:54:18.877Z] #39 38.97 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:54:18 [2020-07-17T12:54:18.877Z] #39 38.97 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:54:18 [2020-07-17T12:54:18.877Z] #39 38.98 python-six zlib1g-dev 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.21 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.21 Need to get 4075 kB of archives. 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.21 After this operation, 24.5 MB of additional disk space will be used. 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.24 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.25 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.32 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.34 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.48 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.52 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.96 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 39.97 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] 12:54:18 [2020-07-17T12:54:18.877Z] #39 41.81 debconf: delaying package configuration, since apt-utils is not installed 12:54:19 [2020-07-17T12:54:19.010Z] #36 15.76 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry 12:54:19 [2020-07-17T12:54:19.185Z] #39 42.14 Fetched 4075 kB in 1s (4761 kB/s) 12:54:19 [2020-07-17T12:54:19.185Z] #39 42.26 Selecting previously unselected package libcap-dev:ppc64el. 12:54:19 [2020-07-17T12:54:19.185Z] #39 ... 12:54:19 [2020-07-17T12:54:19.185Z] 12:54:19 [2020-07-17T12:54:19.185Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:19 [2020-07-17T12:54:19.185Z] #26 2.685 12:54:19 [2020-07-17T12:54:19.766Z] #12 DONE 2.1s 12:54:19 [2020-07-17T12:54:19.767Z] 12:54:19 [2020-07-17T12:54:19.767Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:54:20 [2020-07-17T12:54:20.413Z] #36 ... 12:54:20 [2020-07-17T12:54:20.413Z] 12:54:20 [2020-07-17T12:54:20.413Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:20 [2020-07-17T12:54:20.413Z] #43 7.614 go: downloading github.com/mattn/go-isatty v0.0.3 12:54:20 [2020-07-17T12:54:20.413Z] #43 7.743 go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:54:20 [2020-07-17T12:54:20.413Z] #43 7.743 go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:54:20 [2020-07-17T12:54:20.413Z] #43 7.950 go: extracting github.com/mattn/go-colorable v0.0.9 12:54:20 [2020-07-17T12:54:20.413Z] #43 7.999 go: extracting github.com/jonboulle/clockwork v0.1.0 12:54:20 [2020-07-17T12:54:20.413Z] #43 8.046 go: extracting github.com/mattn/go-isatty v0.0.3 12:54:20 [2020-07-17T12:54:20.413Z] #43 8.053 go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:54:20 [2020-07-17T12:54:20.413Z] #43 8.177 go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:54:20 [2020-07-17T12:54:20.413Z] #43 9.573 go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:54:20 [2020-07-17T12:54:20.413Z] #43 9.650 go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:54:20 [2020-07-17T12:54:20.413Z] #43 9.728 go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.41 go: finding github.com/fatih/color v1.6.0 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.41 go: finding github.com/pkg/errors v0.8.0 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.54 go: finding github.com/spf13/pflag v1.0.1 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.55 go: finding github.com/mattn/go-colorable v0.0.9 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.60 go: finding github.com/sirupsen/logrus v1.0.5 12:54:20 [2020-07-17T12:54:20.413Z] #43 12.63 go: finding github.com/mattn/go-isatty v0.0.3 12:54:20 [2020-07-17T12:54:20.413Z] #43 13.00 go: finding github.com/jonboulle/clockwork v0.1.0 12:54:20 [2020-07-17T12:54:20.413Z] #43 13.08 go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 12:54:20 [2020-07-17T12:54:20.413Z] #43 13.16 go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 12:54:20 [2020-07-17T12:54:20.413Z] #43 13.17 go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 12:54:20 [2020-07-17T12:54:20.413Z] #43 13.20 go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 12:54:20 [2020-07-17T12:54:20.522Z] #13 1.891 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:54:20 [2020-07-17T12:54:20.522Z] #13 DONE 2.1s 12:54:20 [2020-07-17T12:54:20.522Z] 12:54:20 [2020-07-17T12:54:20.522Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:54:20 [2020-07-17T12:54:20.691Z] #43 ... 12:54:20 [2020-07-17T12:54:20.691Z] 12:54:20 [2020-07-17T12:54:20.691Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:20 [2020-07-17T12:54:20.691Z] #60 14.92 Checking out files: 67% (1397/2067) Checking out files: 68% (1406/2067) Checking out files: 69% (1427/2067) Checking out files: 70% (1447/2067) Checking out files: 71% (1468/2067) Checking out files: 72% (1489/2067) Checking out files: 73% (1509/2067) Checking out files: 74% (1530/2067) Checking out files: 75% (1551/2067) Checking out files: 76% (1571/2067) Checking out files: 77% (1592/2067) Checking out files: 78% (1613/2067) Checking out files: 79% (1633/2067) Checking out files: 80% (1654/2067) Checking out files: 81% (1675/2067) Checking out files: 82% (1695/2067) Checking out files: 83% (1716/2067) Checking out files: 84% (1737/2067) Checking out files: 85% (1757/2067) Checking out files: 86% (1778/2067) Checking out files: 87% (1799/2067) Checking out files: 88% (1819/2067) Checking out files: 89% (1840/2067) Checking out files: 90% (1861/2067) Checking out files: 91% (1881/2067) Checking out files: 92% (1902/2067) Checking out files: 93% (1923/2067) Checking out files: 94% (1943/2067) Checking out files: 95% (1964/2067) Checking out files: 96% (1985/2067) Checking out files: 97% (2005/2067) Checking out files: 98% (2026/2067) Checking out files: 99% (2047/2067) Checking out files: 100% (2067/2067) Checking out files: 100% (2067/2067), done. 12:54:20 [2020-07-17T12:54:20.691Z] #60 15.68 + cd /tmp/tmp.7w7dA2hIaO/src/github.com/docker/libnetwork 12:54:20 [2020-07-17T12:54:20.691Z] #60 15.68 + git checkout -q 9e99af28df21367340c95a3863e31808d689c92a 12:54:20 [2020-07-17T12:54:20.691Z] #60 16.02 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy 12:54:20 [2020-07-17T12:54:20.733Z] #26 3.062 # 1.4% ### 5.5% ###### 9.5% ######### 13.6% ############ 17.7% ############### 21.8% #################### 27.9% ####################### 32.0% ########################### 38.1% ############################## 42.2% ################################## 12:54:20 [2020-07-17T12:54:20.733Z] #26 ... 12:54:20 [2020-07-17T12:54:20.733Z] 12:54:20 [2020-07-17T12:54:20.733Z] #61 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:20 [2020-07-17T12:54:20.733Z] #61 DONE 43.8s 12:54:20 [2020-07-17T12:54:20.733Z] 12:54:20 [2020-07-17T12:54:20.733Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:20 [2020-07-17T12:54:20.770Z] #52 113.7 + bin/containerd 12:54:21 [2020-07-17T12:54:21.657Z] #26 3.062 # 1.4% ### 5.5% ###### 9.5% ######### 13.6% ############ 17.7% ############### 21.8% #################### 27.9% ####################### 32.0% ########################### 38.1% ############################## 42.2% ################################## 48.3% ####################################### 54.4% ########################################## 58.4% ############################################## 64.6% ################################################## 70.7% ##################################################### 74.7% ######################################################## 78.8% ############################################################## 87.0% ################################################################### 93.1% ######################################################################## 100.0% 12:54:21 [2020-07-17T12:54:21.677Z] #13 2.062 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:54:21 [2020-07-17T12:54:21.677Z] #13 DONE 2.2s 12:54:21 [2020-07-17T12:54:21.677Z] 12:54:21 [2020-07-17T12:54:21.677Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:54:22 [2020-07-17T12:54:22.308Z] #26 5.692 12:54:22 [2020-07-17T12:54:22.415Z] #14 DONE 1.8s 12:54:22 [2020-07-17T12:54:22.415Z] 12:54:22 [2020-07-17T12:54:22.415Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:54:22 [2020-07-17T12:54:22.606Z] #26 5.893 ######## 11.1% ########################### 37.7% ################################################################# 91.3% ######################################################################## 100.0% 12:54:22 [2020-07-17T12:54:22.907Z] #26 6.621 12:54:23 [2020-07-17T12:54:23.254Z] #60 ... 12:54:23 [2020-07-17T12:54:23.254Z] 12:54:23 [2020-07-17T12:54:23.254Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:23 [2020-07-17T12:54:23.254Z] #41 10.15 vendor/golang.org/x/crypto/cryptobyte/asn1 12:54:23 [2020-07-17T12:54:23.254Z] #41 10.36 internal/nettrace 12:54:23 [2020-07-17T12:54:23.254Z] #41 10.57 runtime/cgo 12:54:23 [2020-07-17T12:54:23.254Z] #41 11.83 vendor/golang.org/x/crypto/internal/subtle 12:54:23 [2020-07-17T12:54:23.254Z] #41 ... 12:54:23 [2020-07-17T12:54:23.254Z] 12:54:23 [2020-07-17T12:54:23.254Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:23 [2020-07-17T12:54:23.254Z] #47 14.89 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 12:54:23 [2020-07-17T12:54:23.254Z] #47 14.93 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc 12:54:23 [2020-07-17T12:54:23.254Z] #47 15.21 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e 12:54:23 [2020-07-17T12:54:23.254Z] #47 15.49 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be 12:54:23 [2020-07-17T12:54:23.254Z] #47 16.45 runtime 12:54:23 [2020-07-17T12:54:23.254Z] #47 16.49 runtime/cgo 12:54:23 [2020-07-17T12:54:23.581Z] #14 DONE 2.0s 12:54:23 [2020-07-17T12:54:23.581Z] 12:54:23 [2020-07-17T12:54:23.581Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:54:23 [2020-07-17T12:54:23.727Z] #17 10.47 Fetched 8364 kB in 8s (990 kB/s) 12:54:23 [2020-07-17T12:54:23.727Z] #17 10.47 Reading package lists... 12:54:23 [2020-07-17T12:54:23.727Z] #17 ... 12:54:23 [2020-07-17T12:54:23.727Z] 12:54:23 [2020-07-17T12:54:23.727Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:23 [2020-07-17T12:54:23.727Z] #39 68.66 LINK criu/pie/restorer.built-in.o 12:54:23 [2020-07-17T12:54:23.727Z] #39 68.69 GEN criu/pie/restorer-blob.h 12:54:23 [2020-07-17T12:54:23.727Z] #39 68.82 DEP criu/vdso.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.09 DEP criu/vdso-compat.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.27 DEP criu/uts_ns.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.45 DEP criu/util.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.60 DEP criu/uffd.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.80 DEP criu/tun.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 69.95 DEP criu/tty.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.12 DEP criu/timerfd.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.27 DEP criu/timens.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.45 DEP criu/sysfs_parse.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.58 DEP criu/sysctl.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.79 DEP criu/string.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.83 DEP criu/stats.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 70.91 DEP criu/sockets.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 71.15 DEP criu/sk-unix.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 71.34 DEP criu/sk-tcp.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 71.59 DEP criu/sk-queue.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 71.71 DEP criu/sk-packet.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 71.89 DEP criu/sk-netlink.d 12:54:23 [2020-07-17T12:54:23.727Z] #39 72.08 DEP criu/sk-inet.d 12:54:23 [2020-07-17T12:54:23.809Z] #26 6.907 ## 3.0% ################# 23.7% ############################### 44.2% ###################################################### 75.1% #################################################################### 95.6% ######################################################################## 100.0% 12:54:23 [2020-07-17T12:54:23.987Z] #39 72.25 DEP criu/signalfd.d 12:54:24 [2020-07-17T12:54:24.111Z] #26 ... 12:54:24 [2020-07-17T12:54:24.111Z] 12:54:24 [2020-07-17T12:54:24.111Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:24 [2020-07-17T12:54:24.111Z] #33 37.20 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] 12:54:24 [2020-07-17T12:54:24.111Z] #33 ... 12:54:24 [2020-07-17T12:54:24.111Z] 12:54:24 [2020-07-17T12:54:24.111Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:24 [2020-07-17T12:54:24.111Z] #39 42.26 Selecting previously unselected package libcap-dev:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.27 (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 ... 15339 files and directories currently installed.) 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.35 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.36 Unpacking libcap-dev:ppc64el (1:2.25-2) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.52 Selecting previously unselected package libnet1:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.54 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.55 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.67 Selecting previously unselected package libnet1-dev. 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.69 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.70 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 42.99 Selecting previously unselected package libnl-3-200:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.00 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.03 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.26 Selecting previously unselected package libnl-3-dev:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.28 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.29 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.55 Selecting previously unselected package libprotobuf-c1:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.56 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.56 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.67 Selecting previously unselected package libprotobuf-c-dev:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.69 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.69 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.84 Selecting previously unselected package zlib1g-dev:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.86 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 43.89 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 44.33 Selecting previously unselected package libprotobuf17:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 44.37 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 44.38 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.04 Selecting previously unselected package libprotobuf-lite17:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.21 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.21 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.55 Selecting previously unselected package libprotobuf-dev:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.59 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 45.61 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 46.70 Selecting previously unselected package libprotoc17:ppc64el. 12:54:24 [2020-07-17T12:54:24.112Z] #39 46.71 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.112Z] #39 46.72 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... 12:54:24 [2020-07-17T12:54:24.261Z] #39 72.37 DEP criu/sigframe.d 12:54:24 [2020-07-17T12:54:24.262Z] #39 72.49 DEP criu/shmem.d 12:54:24 [2020-07-17T12:54:24.414Z] #39 47.52 Selecting previously unselected package protobuf-c-compiler. 12:54:24 [2020-07-17T12:54:24.414Z] #39 47.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.414Z] #39 47.57 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:54:24 [2020-07-17T12:54:24.520Z] #39 72.65 DEP criu/servicefd.d 12:54:24 [2020-07-17T12:54:24.520Z] #39 72.88 DEP criu/seize.d 12:54:24 [2020-07-17T12:54:24.733Z] #39 47.80 Selecting previously unselected package protobuf-compiler. 12:54:24 [2020-07-17T12:54:24.733Z] #39 47.83 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... 12:54:24 [2020-07-17T12:54:24.733Z] #39 47.84 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:54:24 [2020-07-17T12:54:24.733Z] #39 ... 12:54:24 [2020-07-17T12:54:24.733Z] 12:54:24 [2020-07-17T12:54:24.733Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:24 [2020-07-17T12:54:24.733Z] #26 7.873 12:54:24 [2020-07-17T12:54:24.780Z] #39 73.09 DEP criu/seccomp.d 12:54:24 [2020-07-17T12:54:24.927Z] #15 DONE 2.0s 12:54:24 [2020-07-17T12:54:24.927Z] 12:54:24 [2020-07-17T12:54:24.927Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:54:25 [2020-07-17T12:54:25.040Z] #39 73.23 DEP criu/rst-malloc.d 12:54:25 [2020-07-17T12:54:25.040Z] #39 73.33 DEP criu/rbtree.d 12:54:25 [2020-07-17T12:54:25.040Z] #39 73.37 DEP criu/pstree.d 12:54:25 [2020-07-17T12:54:25.180Z] #47 ... 12:54:25 [2020-07-17T12:54:25.180Z] 12:54:25 [2020-07-17T12:54:25.180Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:25 [2020-07-17T12:54:25.180Z] #23 12.37 Fetched 8191 kB in 9s (918 kB/s) 12:54:25 [2020-07-17T12:54:25.180Z] #23 12.37 Reading package lists... 12:54:25 [2020-07-17T12:54:25.180Z] #23 17.86 Reading package lists... 12:54:25 [2020-07-17T12:54:25.299Z] #39 73.55 DEP criu/protobuf.d 12:54:25 [2020-07-17T12:54:25.444Z] #23 22.60 Building dependency tree... 12:54:25 [2020-07-17T12:54:25.444Z] #23 ... 12:54:25 [2020-07-17T12:54:25.444Z] 12:54:25 [2020-07-17T12:54:25.444Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:25 [2020-07-17T12:54:25.444Z] #10 13.38 Fetched 8191 kB in 9s (873 kB/s) 12:54:25 [2020-07-17T12:54:25.444Z] #10 13.38 Reading package lists... 12:54:25 [2020-07-17T12:54:25.444Z] #10 17.87 Reading package lists... 12:54:25 [2020-07-17T12:54:25.489Z] #15 ... 12:54:25 [2020-07-17T12:54:25.489Z] 12:54:25 [2020-07-17T12:54:25.489Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:25 [2020-07-17T12:54:25.489Z] #39 50.22 CC compel/src/lib/infect-rpc.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 50.74 CC compel/src/lib/infect-util.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 50.97 CC compel/src/lib/infect.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 53.73 CC compel/src/lib/ptrace.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 54.28 AR compel/libcompel.a 12:54:25 [2020-07-17T12:54:25.489Z] #39 54.40 HOSTCC compel/src/main-host.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 54.71 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 54.90 HOSTCC compel/src/lib/handle-elf-host.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 55.17 HOSTCC compel/src/lib/log-host.o 12:54:25 [2020-07-17T12:54:25.489Z] #39 55.39 HOSTLINK compel/compel-host-bin 12:54:25 [2020-07-17T12:54:25.490Z] #39 55.52 DEP soccr/soccr.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 55.70 CC soccr/soccr.o 12:54:25 [2020-07-17T12:54:25.490Z] #39 57.33 AR soccr/libsoccr.a 12:54:25 [2020-07-17T12:54:25.490Z] #39 57.37 make[1]: 'soccr/libsoccr.a' is up to date. 12:54:25 [2020-07-17T12:54:25.490Z] #39 57.76 DEP criu/arch/x86/sigframe.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 57.92 DEP criu/arch/x86/sigaction_compat.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 58.06 DEP criu/arch/x86/kerndat.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 58.23 DEP criu/arch/x86/crtools.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 58.48 DEP criu/arch/x86/cpu.d 12:54:25 [2020-07-17T12:54:25.490Z] #39 58.70 CC criu/arch/x86/cpu.o 12:54:25 [2020-07-17T12:54:25.490Z] #39 59.43 CC criu/arch/x86/crtools.o 12:54:25 [2020-07-17T12:54:25.490Z] #39 ... 12:54:25 [2020-07-17T12:54:25.490Z] 12:54:25 [2020-07-17T12:54:25.490Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:54:25 [2020-07-17T12:54:25.490Z] #15 DONE 2.1s 12:54:25 [2020-07-17T12:54:25.490Z] 12:54:25 [2020-07-17T12:54:25.490Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:54:25 [2020-07-17T12:54:25.560Z] #39 73.72 GEN criu/protobuf-desc-gen.h 12:54:25 [2020-07-17T12:54:25.708Z] #10 22.68 Building dependency tree... 12:54:25 [2020-07-17T12:54:25.708Z] #10 ... 12:54:25 [2020-07-17T12:54:25.708Z] 12:54:25 [2020-07-17T12:54:25.708Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:25 [2020-07-17T12:54:25.708Z] #32 13.39 Fetched 8191 kB in 9s (896 kB/s) 12:54:25 [2020-07-17T12:54:25.708Z] #32 13.39 Reading package lists... 12:54:25 [2020-07-17T12:54:25.708Z] #32 17.86 Reading package lists... 12:54:26 [2020-07-17T12:54:26.057Z] #16 ... 12:54:26 [2020-07-17T12:54:26.057Z] 12:54:26 [2020-07-17T12:54:26.057Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:26 [2020-07-17T12:54:26.057Z] #41 123.4 net/http/httptrace 12:54:26 [2020-07-17T12:54:26.057Z] #41 123.7 net/http 12:54:26 [2020-07-17T12:54:26.288Z] #32 22.85 Building dependency tree... 12:54:26 [2020-07-17T12:54:26.288Z] #32 ... 12:54:26 [2020-07-17T12:54:26.288Z] 12:54:26 [2020-07-17T12:54:26.288Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:26 [2020-07-17T12:54:26.288Z] #23 22.60 Building dependency tree... 12:54:26 [2020-07-17T12:54:26.316Z] #41 ... 12:54:26 [2020-07-17T12:54:26.316Z] 12:54:26 [2020-07-17T12:54:26.316Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:26 [2020-07-17T12:54:26.316Z] #39 61.01 CC criu/arch/x86/kerndat.o 12:54:26 [2020-07-17T12:54:26.328Z] #52 ... 12:54:26 [2020-07-17T12:54:26.328Z] 12:54:26 [2020-07-17T12:54:26.328Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.0 + cd /tmp/tmp.8FqMTCkTFd/src/github.com/golangci/golangci-lint/ 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.0 + git checkout -q v1.23.8 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.1 ++ git describe --tags 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.1 + version=v1.23.8 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.1 ++ git rev-parse --short HEAD 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.1 + commit=76a82c6 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.1 ++ git show -s --format=%cd 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:54:26 [2020-07-17T12:54:26.328Z] #45 143.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:54:26 [2020-07-17T12:54:26.551Z] #23 ... 12:54:26 [2020-07-17T12:54:26.551Z] 12:54:26 [2020-07-17T12:54:26.551Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:26 [2020-07-17T12:54:26.551Z] #38 13.58 Fetched 8191 kB in 9s (907 kB/s) 12:54:26 [2020-07-17T12:54:26.551Z] #38 13.58 Reading package lists... 12:54:26 [2020-07-17T12:54:26.551Z] #38 18.32 Reading package lists... 12:54:26 [2020-07-17T12:54:26.551Z] #38 23.31 Building dependency tree... 12:54:26 [2020-07-17T12:54:26.551Z] #38 ... 12:54:26 [2020-07-17T12:54:26.551Z] 12:54:26 [2020-07-17T12:54:26.551Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:26 [2020-07-17T12:54:26.551Z] #32 22.85 Building dependency tree... 12:54:26 [2020-07-17T12:54:26.557Z] #26 8.185 # 2.4% #### 6.2% ######## 12.0% ############## 19.7% ################### 27.3% ######################### 35.0% ############################# 40.8% ################################# 46.2% ##################################### 51.7% ####################################### 55.5% ############################################# 63.2% ################################################# 69.0% ################################################### 71.7% ###################################################### 75.2% ######################################################## 79.0% ############################################################# 84.7% ################################################################# 90.5% ##################################################################### 96.3% ######################################################################## 100.0% 12:54:26 [2020-07-17T12:54:26.575Z] #39 61.43 CC criu/arch/x86/sigaction_compat.o 12:54:26 [2020-07-17T12:54:26.815Z] #32 ... 12:54:26 [2020-07-17T12:54:26.815Z] 12:54:26 [2020-07-17T12:54:26.815Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:26 [2020-07-17T12:54:26.815Z] #51 13.93 Fetched 8191 kB in 9s (892 kB/s) 12:54:26 [2020-07-17T12:54:26.815Z] #51 13.93 Reading package lists... 12:54:26 [2020-07-17T12:54:26.815Z] #51 19.41 Reading package lists... 12:54:26 [2020-07-17T12:54:26.815Z] #51 ... 12:54:26 [2020-07-17T12:54:26.815Z] 12:54:26 [2020-07-17T12:54:26.815Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:26 [2020-07-17T12:54:26.815Z] #10 22.68 Building dependency tree... 12:54:26 [2020-07-17T12:54:26.816Z] #16 DONE 2.0s 12:54:26 [2020-07-17T12:54:26.816Z] 12:54:26 [2020-07-17T12:54:26.816Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:26 [2020-07-17T12:54:26.833Z] #39 61.60 CC criu/arch/x86/sigframe.o 12:54:26 [2020-07-17T12:54:26.943Z] #39 ... 12:54:26 [2020-07-17T12:54:26.943Z] 12:54:26 [2020-07-17T12:54:26.943Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:26 [2020-07-17T12:54:26.943Z] #41 132.3 github.com/LK4D4/vndr/godl 12:54:26 [2020-07-17T12:54:26.943Z] #41 133.1 github.com/LK4D4/vndr 12:54:26 [2020-07-17T12:54:26.943Z] #41 DONE 142.6s 12:54:26 [2020-07-17T12:54:26.943Z] 12:54:26 [2020-07-17T12:54:26.943Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:26 [2020-07-17T12:54:26.943Z] #17 10.47 Reading package lists... 12:54:27 [2020-07-17T12:54:27.092Z] #39 61.83 LINK criu/arch/x86/crtools.built-in.o 12:54:27 [2020-07-17T12:54:27.092Z] #39 61.86 DEP criu/pie/util-vdso-elf32.d 12:54:27 [2020-07-17T12:54:27.242Z] #26 10.78 12:54:27 [2020-07-17T12:54:27.357Z] #39 62.04 DEP criu/pie/util-vdso.d 12:54:27 [2020-07-17T12:54:27.357Z] #39 62.19 DEP criu/pie/util.d 12:54:27 [2020-07-17T12:54:27.616Z] #39 ... 12:54:27 [2020-07-17T12:54:27.616Z] 12:54:27 [2020-07-17T12:54:27.616Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:54:27 [2020-07-17T12:54:27.616Z] #16 DONE 2.1s 12:54:27 [2020-07-17T12:54:27.616Z] 12:54:27 [2020-07-17T12:54:27.616Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:27 [2020-07-17T12:54:27.616Z] #39 62.35 CC criu/pie/util.o 12:54:27 [2020-07-17T12:54:27.785Z] #17 ... 12:54:27 [2020-07-17T12:54:27.785Z] 12:54:27 [2020-07-17T12:54:27.785Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:27 [2020-07-17T12:54:27.785Z] #39 51.84 CC compel/src/lib/ptrace.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 52.28 AR compel/libcompel.a 12:54:27 [2020-07-17T12:54:27.785Z] #39 52.34 HOSTCC compel/src/main-host.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 52.60 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 52.86 HOSTCC compel/src/lib/handle-elf-host.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 53.40 HOSTCC compel/src/lib/log-host.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 53.67 HOSTLINK compel/compel-host-bin 12:54:27 [2020-07-17T12:54:27.785Z] #39 53.84 DEP soccr/soccr.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 54.07 CC soccr/soccr.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 55.64 AR soccr/libsoccr.a 12:54:27 [2020-07-17T12:54:27.785Z] #39 55.76 make[1]: 'soccr/libsoccr.a' is up to date. 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.19 DEP criu/arch/x86/sigframe.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.30 DEP criu/arch/x86/sigaction_compat.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.46 DEP criu/arch/x86/kerndat.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.56 DEP criu/arch/x86/crtools.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.69 DEP criu/arch/x86/cpu.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 56.92 CC criu/arch/x86/cpu.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 57.66 CC criu/arch/x86/crtools.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 59.06 CC criu/arch/x86/kerndat.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 59.64 CC criu/arch/x86/sigaction_compat.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 59.84 CC criu/arch/x86/sigframe.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.00 LINK criu/arch/x86/crtools.built-in.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.02 DEP criu/pie/util-vdso-elf32.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.20 DEP criu/pie/util-vdso.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.30 DEP criu/pie/util.d 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.41 CC criu/pie/util.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 60.76 CC criu/pie/util-vdso.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 61.68 CC criu/pie/util-vdso-elf32.o 12:54:27 [2020-07-17T12:54:27.785Z] #39 ... 12:54:27 [2020-07-17T12:54:27.785Z] 12:54:27 [2020-07-17T12:54:27.785Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:27 [2020-07-17T12:54:27.785Z] #41 134.5 github.com/LK4D4/vndr/godl 12:54:27 [2020-07-17T12:54:27.785Z] #41 135.1 github.com/LK4D4/vndr 12:54:28 [2020-07-17T12:54:28.169Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% 12:54:28 [2020-07-17T12:54:28.169Z] #26 ... 12:54:28 [2020-07-17T12:54:28.169Z] 12:54:28 [2020-07-17T12:54:28.169Z] #44 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:28 [2020-07-17T12:54:28.169Z] #44 DONE 51.3s 12:54:28 [2020-07-17T12:54:28.169Z] 12:54:28 [2020-07-17T12:54:28.169Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:28 [2020-07-17T12:54:28.187Z] #39 62.78 CC criu/pie/util-vdso.o 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.10 The following additional packages will be installed: 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.10 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.10 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.10 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.11 libselinux1-dev libsepol1-dev mingw-w64-common mingw-w64-x86-64-dev 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.11 Suggested packages: 12:54:28 [2020-07-17T12:54:28.211Z] #10 25.11 gcc-8-locales seccomp wine64 12:54:28 [2020-07-17T12:54:28.755Z] #39 63.49 CC criu/pie/util-vdso-elf32.o 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.10 The following NEW packages will be installed: 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.10 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.11 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.11 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.11 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev 12:54:29 [2020-07-17T12:54:29.161Z] #10 26.12 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev 12:54:29 [2020-07-17T12:54:29.322Z] #39 64.18 AR criu/pie/pie.lib.a 12:54:29 [2020-07-17T12:54:29.581Z] #39 64.24 DEP criu/pie/restorer.d 12:54:29 [2020-07-17T12:54:29.581Z] #39 64.53 DEP criu/arch/x86/sigaction_compat_pie.d 12:54:29 [2020-07-17T12:54:29.672Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% ##### 7.2% ###### 9.3% ######## 12.0% ######### 13.1% ########### 15.4% ############# 19.2% ############## 19.8% ############### 21.8% ################ 22.5% ################ 23.3% ################# 23.8% ################# 24.4% ################# 24.9% ################### 26.5% 12:54:29 [2020-07-17T12:54:29.672Z] #26 ... 12:54:29 [2020-07-17T12:54:29.672Z] 12:54:29 [2020-07-17T12:54:29.672Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:29 [2020-07-17T12:54:29.672Z] #31 42.87 internal/reflectlite 12:54:29 [2020-07-17T12:54:29.672Z] #31 42.87 sync 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.07 sort 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.08 errors 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.58 internal/oserror 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.58 io 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.72 strconv 12:54:29 [2020-07-17T12:54:29.672Z] #31 47.95 syscall 12:54:29 [2020-07-17T12:54:29.672Z] #31 52.24 strings 12:54:29 [2020-07-17T12:54:29.672Z] #31 52.25 bytes 12:54:29 [2020-07-17T12:54:29.738Z] #10 26.83 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. 12:54:29 [2020-07-17T12:54:29.738Z] #10 26.83 Need to get 73.3 MB of archives. 12:54:29 [2020-07-17T12:54:29.738Z] #10 26.83 After this operation, 472 MB of additional disk space will be used. 12:54:29 [2020-07-17T12:54:29.738Z] #10 26.83 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB] 12:54:29 [2020-07-17T12:54:29.840Z] #39 64.65 DEP criu/arch/x86/restorer_unmap.d 12:54:29 [2020-07-17T12:54:29.840Z] #39 64.68 DEP criu/arch/x86/restorer.d 12:54:29 [2020-07-17T12:54:29.976Z] #31 ... 12:54:29 [2020-07-17T12:54:29.976Z] 12:54:29 [2020-07-17T12:54:29.976Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:29 [2020-07-17T12:54:29.976Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% ##### 7.2% ###### 9.3% ######## 12.0% ######### 13.1% ########### 15.4% ############# 19.2% ############## 19.8% ############### 21.8% ################ 22.5% ################ 23.3% ################# 23.8% ################# 24.4% ################# 24.9% ################### 26.5% #################### 28.2% ##################### 29.3% 12:54:29 [2020-07-17T12:54:29.976Z] #26 ... 12:54:29 [2020-07-17T12:54:29.976Z] 12:54:29 [2020-07-17T12:54:29.976Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:29 [2020-07-17T12:54:29.976Z] #11 43.08 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.32 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u4 [110 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.64 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.73 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.81 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 48.86 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 49.07 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 49.13 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 49.18 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 49.18 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u4 [322 kB] 12:54:29 [2020-07-17T12:54:29.976Z] #11 50.58 debconf: delaying package configuration, since apt-utils is not installed 12:54:29 [2020-07-17T12:54:29.976Z] #11 50.75 Fetched 78.9 MB in 12s (6593 kB/s) 12:54:29 [2020-07-17T12:54:29.976Z] #11 50.93 Selecting previously unselected package binutils-mingw-w64-i686. 12:54:29 [2020-07-17T12:54:29.976Z] #11 50.93 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) 12:54:29 [2020-07-17T12:54:29.976Z] #11 51.05 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... 12:54:29 [2020-07-17T12:54:29.976Z] #11 51.07 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:54:30 [2020-07-17T12:54:30.100Z] #39 64.83 DEP criu/arch/x86/vdso-pie.d 12:54:30 [2020-07-17T12:54:30.100Z] #39 64.91 DEP criu/pie/parasite-vdso.d 12:54:30 [2020-07-17T12:54:30.100Z] #39 65.05 DEP criu/pie/parasite.d 12:54:30 [2020-07-17T12:54:30.314Z] #11 ... 12:54:30 [2020-07-17T12:54:30.314Z] 12:54:30 [2020-07-17T12:54:30.314Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:30 [2020-07-17T12:54:30.316Z] #10 27.45 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB] 12:54:30 [2020-07-17T12:54:30.680Z] #39 65.30 CC criu/pie/parasite.o 12:54:30 [2020-07-17T12:54:30.810Z] #17 14.20 Reading package lists... 12:54:30 [2020-07-17T12:54:30.914Z] #10 27.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] 12:54:30 [2020-07-17T12:54:30.914Z] #10 28.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB] 12:54:31 [2020-07-17T12:54:31.181Z] #10 28.32 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB] 12:54:31 [2020-07-17T12:54:31.181Z] #10 28.32 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB] 12:54:31 [2020-07-17T12:54:31.445Z] #10 28.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] 12:54:31 [2020-07-17T12:54:31.552Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% ##### 7.2% ###### 9.3% ######## 12.0% ######### 13.1% ########### 15.4% ############# 19.2% ############## 19.8% ############### 21.8% ################ 22.5% ################ 23.3% ################# 23.8% ################# 24.4% ################# 24.9% ################### 26.5% #################### 28.2% ##################### 29.3% ###################### 30.9% ####################### 33.1% ######################## 34.1% ######################### 35.8% ########################### 37.9% ############################ 39.6% ############################## 41.7% ############################### 43.9% ################################# 46.1% ################################## 47.7% ################################### 49.4% ##################################### 51.5% 12:54:31 [2020-07-17T12:54:31.552Z] #26 ... 12:54:31 [2020-07-17T12:54:31.552Z] 12:54:31 [2020-07-17T12:54:31.552Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:31 [2020-07-17T12:54:31.552Z] #42 44.63 sync 12:54:31 [2020-07-17T12:54:31.552Z] #42 44.66 internal/reflectlite 12:54:31 [2020-07-17T12:54:31.552Z] #42 46.66 github.com/LK4D4/vndr/godl/singleflight 12:54:31 [2020-07-17T12:54:31.552Z] #42 46.69 math/rand 12:54:31 [2020-07-17T12:54:31.552Z] #42 46.69 internal/singleflight 12:54:31 [2020-07-17T12:54:31.552Z] #42 49.63 strconv 12:54:31 [2020-07-17T12:54:31.552Z] #42 49.67 io 12:54:31 [2020-07-17T12:54:31.552Z] #42 49.71 vendor/golang.org/x/net/dns/dnsmessage 12:54:31 [2020-07-17T12:54:31.552Z] #42 49.79 syscall 12:54:31 [2020-07-17T12:54:31.552Z] #42 ... 12:54:31 [2020-07-17T12:54:31.552Z] 12:54:31 [2020-07-17T12:54:31.552Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:32 [2020-07-17T12:54:32.010Z] #17 17.81 Building dependency tree... 12:54:32 [2020-07-17T12:54:32.058Z] #39 66.51 LINK criu/pie/parasite.built-in.o 12:54:32 [2020-07-17T12:54:32.058Z] #39 66.52 GEN criu/pie/parasite-blob.h 12:54:32 [2020-07-17T12:54:32.058Z] #39 66.54 CC criu/pie/parasite-vdso.o 12:54:32 [2020-07-17T12:54:32.059Z] #10 29.21 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB] 12:54:32 [2020-07-17T12:54:32.059Z] #10 29.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB] 12:54:32 [2020-07-17T12:54:32.317Z] #39 67.16 CC criu/arch/x86/vdso-pie.o 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 libcap2-bin is already the newest version (1:2.25-2). 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 The following additional packages will be installed: 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.26 python3.7 python3.7-minimal vim-runtime xxd 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 Suggested packages: 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 Recommended packages: 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 aufs-dkms nftables build-essential python3-dev python3-keyring 12:54:32 [2020-07-17T12:54:32.579Z] #17 19.27 python3-keyrings.alt python3-xdg unzip 12:54:32 [2020-07-17T12:54:32.704Z] #10 ... 12:54:32 [2020-07-17T12:54:32.704Z] 12:54:32 [2020-07-17T12:54:32.704Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:32 [2020-07-17T12:54:32.704Z] #23 24.98 ca-certificates is already the newest version (20200601~deb10u1). 12:54:32 [2020-07-17T12:54:32.704Z] #23 24.98 The following additional packages will be installed: 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.00 libjq1 libonig5 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.48 The following NEW packages will be installed: 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.49 jq libjq1 libonig5 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.90 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.90 Need to get 325 kB of archives. 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.90 After this operation, 1019 kB of additional disk space will be used. 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] 12:54:32 [2020-07-17T12:54:32.704Z] #23 25.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.00 debconf: delaying package configuration, since apt-utils is not installed 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.15 Fetched 325 kB in 0s (1135 kB/s) 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.26 Selecting previously unselected package libonig5:arm64. 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.26 (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 ... 15383 files and directories currently installed.) 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.34 Preparing to unpack .../libonig5_6.9.1-1_arm64.deb ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.40 Unpacking libonig5:arm64 (6.9.1-1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.65 Selecting previously unselected package libjq1:arm64. 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.68 Preparing to unpack .../libjq1_1.5+dfsg-2+b1_arm64.deb ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.69 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.91 Selecting previously unselected package jq. 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.91 Preparing to unpack .../jq_1.5+dfsg-2+b1_arm64.deb ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 27.92 Unpacking jq (1.5+dfsg-2+b1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 28.19 Setting up libonig5:arm64 (6.9.1-1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 28.20 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 28.22 Setting up jq (1.5+dfsg-2+b1) ... 12:54:32 [2020-07-17T12:54:32.704Z] #23 28.26 Processing triggers for libc-bin (2.28-10) ... 12:54:32 [2020-07-17T12:54:32.885Z] #39 67.43 CC criu/arch/x86/restorer.o 12:54:33 [2020-07-17T12:54:33.028Z] #41 ... 12:54:33 [2020-07-17T12:54:33.028Z] 12:54:33 [2020-07-17T12:54:33.028Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.31 AR criu/pie/pie.lib.a 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.37 DEP criu/pie/restorer.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.64 DEP criu/arch/x86/sigaction_compat_pie.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.75 DEP criu/arch/x86/restorer_unmap.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.78 DEP criu/arch/x86/restorer.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.92 DEP criu/arch/x86/vdso-pie.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 62.98 DEP criu/pie/parasite-vdso.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 63.14 DEP criu/pie/parasite.d 12:54:33 [2020-07-17T12:54:33.028Z] #39 63.34 CC criu/pie/parasite.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 64.40 LINK criu/pie/parasite.built-in.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 64.41 GEN criu/pie/parasite-blob.h 12:54:33 [2020-07-17T12:54:33.028Z] #39 64.43 CC criu/pie/parasite-vdso.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 65.13 CC criu/arch/x86/vdso-pie.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 65.38 CC criu/arch/x86/restorer.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 65.76 CC criu/arch/x86/restorer_unmap.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 65.81 CC criu/arch/x86/sigaction_compat_pie.o 12:54:33 [2020-07-17T12:54:33.028Z] #39 66.10 CC criu/pie/restorer.o 12:54:33 [2020-07-17T12:54:33.144Z] #39 67.98 CC criu/arch/x86/restorer_unmap.o 12:54:33 [2020-07-17T12:54:33.404Z] #39 68.03 CC criu/arch/x86/sigaction_compat_pie.o 12:54:33 [2020-07-17T12:54:33.404Z] #39 68.25 CC criu/pie/restorer.o 12:54:33 [2020-07-17T12:54:33.519Z] #17 ... 12:54:33 [2020-07-17T12:54:33.519Z] 12:54:33 [2020-07-17T12:54:33.519Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:33 [2020-07-17T12:54:33.519Z] #39 75.32 DEP criu/protobuf-desc.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 75.47 DEP criu/proc_parse.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 75.77 DEP criu/plugin.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 75.91 DEP criu/pipes.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 76.17 DEP criu/pie-util.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 76.29 DEP criu/pie-util-vdso.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 76.59 DEP criu/pie-util-vdso-elf32.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 76.69 DEP criu/path.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 76.77 DEP criu/parasite-syscall.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.03 DEP criu/pagemap.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.26 DEP criu/pagemap-cache.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.39 DEP criu/page-xfer.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.54 DEP criu/page-pipe.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.64 DEP criu/netfilter.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.76 DEP criu/net.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 77.94 DEP criu/namespaces.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.09 DEP criu/mount.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.18 DEP criu/memfd.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.35 DEP criu/mem.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.49 DEP criu/lsm.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.60 DEP criu/log.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.68 DEP criu/libnetlink.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.75 DEP criu/kerndat.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 78.96 DEP criu/kcmp-ids.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.01 DEP criu/irmap.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.14 DEP criu/ipc_ns.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.27 DEP criu/image.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.42 DEP criu/image-desc.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.49 DEP criu/fsnotify.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.65 DEP criu/filesystems.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.79 DEP criu/files.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 79.94 DEP criu/files-reg.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.09 DEP criu/files-ext.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.21 DEP criu/file-lock.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.32 DEP criu/file-ids.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.42 DEP criu/fifo.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.51 DEP criu/fdstore.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.62 DEP criu/fault-injection.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.66 DEP criu/external.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.81 DEP criu/eventpoll.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 80.98 DEP criu/eventfd.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 81.15 DEP criu/crtools.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 81.33 DEP criu/cr-service.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 81.54 DEP criu/cr-restore.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 81.80 DEP criu/cr-errno.d 12:54:33 [2020-07-17T12:54:33.519Z] #39 81.83 DEP criu/cr-dump.d 12:54:33 [2020-07-17T12:54:33.656Z] #23 ... 12:54:33 [2020-07-17T12:54:33.656Z] 12:54:33 [2020-07-17T12:54:33.656Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:33 [2020-07-17T12:54:33.656Z] #30 30.70 sync 12:54:33 [2020-07-17T12:54:33.656Z] #30 30.70 internal/reflectlite 12:54:33 [2020-07-17T12:54:33.782Z] #39 82.05 DEP criu/cr-dedup.d 12:54:33 [2020-07-17T12:54:33.954Z] #39 ... 12:54:33 [2020-07-17T12:54:33.954Z] 12:54:33 [2020-07-17T12:54:33.954Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.07 + cd /tmp/tmp.Fq0W6tyjfd/src/github.com/opencontainers/runc 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.07 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.45 + '[' -z '' ']' 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.45 + target=static 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.45 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:54:33 [2020-07-17T12:54:33.954Z] #49 10.65 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:54:34 [2020-07-17T12:54:34.041Z] #39 ... 12:54:34 [2020-07-17T12:54:34.041Z] 12:54:34 [2020-07-17T12:54:34.041Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:34 [2020-07-17T12:54:34.041Z] #28 DONE 149.6s 12:54:34 [2020-07-17T12:54:34.041Z] 12:54:34 [2020-07-17T12:54:34.041Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:34 [2020-07-17T12:54:34.041Z] #39 82.32 DEP criu/cr-check.d 12:54:34 [2020-07-17T12:54:34.209Z] #49 ... 12:54:34 [2020-07-17T12:54:34.209Z] 12:54:34 [2020-07-17T12:54:34.209Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:34 [2020-07-17T12:54:34.209Z] #17 2.076 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:34 [2020-07-17T12:54:34.209Z] #17 2.125 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:34 [2020-07-17T12:54:34.209Z] #17 2.125 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:34 [2020-07-17T12:54:34.209Z] #17 2.698 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:54:34 [2020-07-17T12:54:34.209Z] #17 3.673 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:54:34 [2020-07-17T12:54:34.209Z] #17 4.989 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:54:34 [2020-07-17T12:54:34.301Z] #39 82.56 DEP criu/config.d 12:54:34 [2020-07-17T12:54:34.561Z] #39 82.77 DEP criu/clone-noasan.d 12:54:34 [2020-07-17T12:54:34.561Z] #39 82.91 DEP criu/cgroup.d 12:54:34 [2020-07-17T12:54:34.770Z] #17 ... 12:54:34 [2020-07-17T12:54:34.770Z] 12:54:34 [2020-07-17T12:54:34.770Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:34 [2020-07-17T12:54:34.770Z] #39 68.93 LINK criu/pie/restorer.built-in.o 12:54:34 [2020-07-17T12:54:34.770Z] #39 68.95 GEN criu/pie/restorer-blob.h 12:54:34 [2020-07-17T12:54:34.770Z] #39 69.08 DEP criu/vdso.d 12:54:34 [2020-07-17T12:54:34.828Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% ##### 7.2% ###### 9.3% ######## 12.0% ######### 13.1% ########### 15.4% ############# 19.2% ############## 19.8% ############### 21.8% ################ 22.5% ################ 23.3% ################# 23.8% ################# 24.4% ################# 24.9% ################### 26.5% #################### 28.2% ##################### 29.3% ###################### 30.9% ####################### 33.1% ######################## 34.1% ######################### 35.8% ########################### 37.9% ############################ 39.6% ############################## 41.7% ############################### 43.9% ################################# 46.1% ################################## 47.7% ################################### 49.4% ##################################### 51.5% ###################################### 53.2% ####################################### 55.3% ######################################### 57.5% ########################################## 59.1% ############################################ 61.3% ############################################## 64.0% ############################################## 65.1% ################################################ 67.8% ################################################# 69.4% ################################################### 71.1% #################################################### 72.7% ##################################################### 74.9% ####################################################### 76.5% ####################################################### 77.0% ######################################################## 78.3% ######################################################## 78.9% ######################################################## 78.9% ######################################################### 80.0% ########################################################## 81.1% ############################################################ 83.8% ############################################################# 86.0% 12:54:34 [2020-07-17T12:54:34.828Z] #26 ... 12:54:34 [2020-07-17T12:54:34.828Z] 12:54:34 [2020-07-17T12:54:34.828Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.01 Selecting previously unselected package python-pkg-resources. 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.01 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.04 Unpacking python-pkg-resources (40.8.0-1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.25 Selecting previously unselected package python-six. 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.27 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.27 Unpacking python-six (1.12.0-1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.40 Selecting previously unselected package python-protobuf. 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.43 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.46 Unpacking python-protobuf (3.6.1.3-2) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 48.96 Setting up python-pkg-resources (40.8.0-1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 56.02 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 56.03 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 56.04 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 56.05 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... 12:54:34 [2020-07-17T12:54:34.828Z] #39 56.10 Setting up python-six (1.12.0-1) ... 12:54:34 [2020-07-17T12:54:34.829Z] #39 83.19 DEP criu/cgroup-props.d 12:54:34 [2020-07-17T12:54:34.829Z] #39 83.27 DEP criu/bitmap.d 12:54:34 [2020-07-17T12:54:34.829Z] #39 83.29 DEP criu/bfd.d 12:54:35 [2020-07-17T12:54:35.026Z] #39 69.25 DEP criu/vdso-compat.d 12:54:35 [2020-07-17T12:54:35.026Z] #39 69.38 DEP criu/uts_ns.d 12:54:35 [2020-07-17T12:54:35.089Z] #39 83.36 DEP criu/autofs.d 12:54:35 [2020-07-17T12:54:35.089Z] #39 83.49 DEP criu/aio.d 12:54:35 [2020-07-17T12:54:35.129Z] #39 ... 12:54:35 [2020-07-17T12:54:35.129Z] 12:54:35 [2020-07-17T12:54:35.129Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:35 [2020-07-17T12:54:35.282Z] #39 69.52 DEP criu/util.d 12:54:35 [2020-07-17T12:54:35.330Z] #39 ... 12:54:35 [2020-07-17T12:54:35.330Z] 12:54:35 [2020-07-17T12:54:35.330Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:35 [2020-07-17T12:54:35.330Z] #49 10.66 + cd /tmp/tmp.LH50CnMhbp/src/github.com/opencontainers/runc 12:54:35 [2020-07-17T12:54:35.330Z] #49 10.67 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:54:35 [2020-07-17T12:54:35.330Z] #49 11.16 + '[' -z '' ']' 12:54:35 [2020-07-17T12:54:35.330Z] #49 11.16 + target=static 12:54:35 [2020-07-17T12:54:35.330Z] #49 11.16 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:54:35 [2020-07-17T12:54:35.330Z] #49 11.46 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:54:35 [2020-07-17T12:54:35.330Z] #49 ... 12:54:35 [2020-07-17T12:54:35.330Z] 12:54:35 [2020-07-17T12:54:35.330Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:35 [2020-07-17T12:54:35.330Z] #17 2.416 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:54:35 [2020-07-17T12:54:35.330Z] #17 2.465 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:54:35 [2020-07-17T12:54:35.330Z] #17 2.473 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:54:35 [2020-07-17T12:54:35.330Z] #17 3.069 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7905 kB] 12:54:35 [2020-07-17T12:54:35.330Z] #17 4.087 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [212 kB] 12:54:35 [2020-07-17T12:54:35.330Z] #17 5.560 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7868 B] 12:54:35 [2020-07-17T12:54:35.348Z] #39 83.62 DEP criu/action-scripts.d 12:54:35 [2020-07-17T12:54:35.537Z] #39 69.78 DEP criu/uffd.d 12:54:35 [2020-07-17T12:54:35.608Z] #39 83.84 CC criu/action-scripts.o 12:54:35 [2020-07-17T12:54:35.728Z] #26 11.04 0.9% # 2.0% ## 3.6% ### 4.9% ### 5.5% ##### 7.2% ###### 9.3% ######## 12.0% ######### 13.1% ########### 15.4% ############# 19.2% ############## 19.8% ############### 21.8% ################ 22.5% ################ 23.3% ################# 23.8% ################# 24.4% ################# 24.9% ################### 26.5% #################### 28.2% ##################### 29.3% ###################### 30.9% ####################### 33.1% ######################## 34.1% ######################### 35.8% ########################### 37.9% ############################ 39.6% ############################## 41.7% ############################### 43.9% ################################# 46.1% ################################## 47.7% ################################### 49.4% ##################################### 51.5% ###################################### 53.2% ####################################### 55.3% ######################################### 57.5% ########################################## 59.1% ############################################ 61.3% ############################################## 64.0% ############################################## 65.1% ################################################ 67.8% ################################################# 69.4% ################################################### 71.1% #################################################### 72.7% ##################################################### 74.9% ####################################################### 76.5% ####################################################### 77.0% ######################################################## 78.3% ######################################################## 78.9% ######################################################## 78.9% ######################################################### 80.0% ########################################################## 81.1% ############################################################ 83.8% ############################################################# 86.0% ############################################################### 88.2% ################################################################# 90.4% ################################################################## 92.5% ################################################################### 93.6% #################################################################### 95.2% ###################################################################### 97.4% ######################################################################## 100.0% 12:54:35 [2020-07-17T12:54:35.728Z] #26 19.50 12:54:35 [2020-07-17T12:54:35.764Z] #30 32.43 sort 12:54:35 [2020-07-17T12:54:35.765Z] #30 32.43 errors 12:54:35 [2020-07-17T12:54:35.765Z] #30 32.63 strconv 12:54:35 [2020-07-17T12:54:35.765Z] #30 32.63 io 12:54:35 [2020-07-17T12:54:35.765Z] #30 32.64 internal/oserror 12:54:35 [2020-07-17T12:54:35.765Z] #30 32.67 syscall 12:54:35 [2020-07-17T12:54:35.792Z] #39 69.95 DEP criu/tun.d 12:54:35 [2020-07-17T12:54:35.792Z] #39 70.12 DEP criu/tty.d 12:54:35 [2020-07-17T12:54:35.868Z] #39 84.20 CC criu/aio.o 12:54:36 [2020-07-17T12:54:36.047Z] #39 70.37 DEP criu/timerfd.d 12:54:36 [2020-07-17T12:54:36.127Z] #39 84.58 CC criu/autofs.o 12:54:36 [2020-07-17T12:54:36.274Z] #17 ... 12:54:36 [2020-07-17T12:54:36.274Z] 12:54:36 [2020-07-17T12:54:36.274Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:36 [2020-07-17T12:54:36.274Z] #39 70.99 LINK criu/pie/restorer.built-in.o 12:54:36 [2020-07-17T12:54:36.274Z] #39 71.02 GEN criu/pie/restorer-blob.h 12:54:36 [2020-07-17T12:54:36.274Z] #39 71.08 DEP criu/vdso.d 12:54:36 [2020-07-17T12:54:36.303Z] #39 70.52 DEP criu/timens.d 12:54:36 [2020-07-17T12:54:36.378Z] #26 ... 12:54:36 [2020-07-17T12:54:36.378Z] 12:54:36 [2020-07-17T12:54:36.378Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:36 [2020-07-17T12:54:36.378Z] #29 49.39 Checking out files: 83% (1264/1521) Checking out files: 84% (1278/1521) Checking out files: 85% (1293/1521) Checking out files: 86% (1309/1521) Checking out files: 87% (1324/1521) Checking out files: 88% (1339/1521) Checking out files: 89% (1354/1521) Checking out files: 90% (1369/1521) Checking out files: 91% (1385/1521) Checking out files: 92% (1400/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. 12:54:36 [2020-07-17T12:54:36.378Z] #29 50.26 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:54:36 [2020-07-17T12:54:36.378Z] #29 51.95 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:54:36 [2020-07-17T12:54:36.378Z] #29 ... 12:54:36 [2020-07-17T12:54:36.378Z] 12:54:36 [2020-07-17T12:54:36.378Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:36 [2020-07-17T12:54:36.378Z] #11 55.40 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:54:36 [2020-07-17T12:54:36.378Z] #11 55.43 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 55.44 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.44 Selecting previously unselected package binutils-mingw-w64. 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.44 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.44 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.56 Selecting previously unselected package libdevmapper1.02.1:ppc64el. 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.59 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.61 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.94 Selecting previously unselected package dmsetup. 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.95 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 58.97 Unpacking dmsetup (2:1.02.155-3) ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 59.12 Selecting previously unselected package mingw-w64-common. 12:54:36 [2020-07-17T12:54:36.379Z] #11 59.13 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:54:36 [2020-07-17T12:54:36.379Z] #11 59.13 Unpacking mingw-w64-common (6.0.0-3) ... 12:54:36 [2020-07-17T12:54:36.534Z] #39 71.26 DEP criu/vdso-compat.d 12:54:36 [2020-07-17T12:54:36.534Z] #39 71.36 DEP criu/uts_ns.d 12:54:36 [2020-07-17T12:54:36.534Z] #39 71.47 DEP criu/util.d 12:54:36 [2020-07-17T12:54:36.558Z] #39 70.71 DEP criu/sysfs_parse.d 12:54:36 [2020-07-17T12:54:36.558Z] #39 70.85 DEP criu/sysctl.d 12:54:36 [2020-07-17T12:54:36.776Z] #30 33.61 strings 12:54:36 [2020-07-17T12:54:36.776Z] #30 33.62 bytes 12:54:36 [2020-07-17T12:54:36.814Z] #39 70.99 DEP criu/string.d 12:54:36 [2020-07-17T12:54:36.814Z] #39 71.02 DEP criu/stats.d 12:54:36 [2020-07-17T12:54:36.814Z] #39 71.11 DEP criu/sockets.d 12:54:37 [2020-07-17T12:54:37.040Z] #30 ... 12:54:37 [2020-07-17T12:54:37.040Z] 12:54:37 [2020-07-17T12:54:37.040Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:37 [2020-07-17T12:54:37.040Z] #51 19.41 Reading package lists... 12:54:37 [2020-07-17T12:54:37.040Z] #51 24.40 Building dependency tree... 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.01 The following additional packages will be installed: 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.02 libbtrfs0 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.25 The following NEW packages will be installed: 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.25 libbtrfs-dev libbtrfs0 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.64 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.64 Need to get 119 kB of archives. 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.64 After this operation, 387 kB of additional disk space will be used. 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] 12:54:37 [2020-07-17T12:54:37.040Z] #51 27.65 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] 12:54:37 [2020-07-17T12:54:37.040Z] #51 28.78 debconf: delaying package configuration, since apt-utils is not installed 12:54:37 [2020-07-17T12:54:37.040Z] #51 29.33 Fetched 119 kB in 0s (451 kB/s) 12:54:37 [2020-07-17T12:54:37.040Z] #51 31.65 Selecting previously unselected package libbtrfs0. 12:54:37 [2020-07-17T12:54:37.040Z] #51 31.65 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) 12:54:37 [2020-07-17T12:54:37.040Z] #51 31.68 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ... 12:54:37 [2020-07-17T12:54:37.040Z] #51 33.59 Unpacking libbtrfs0 (4.20.1-2) ... 12:54:37 [2020-07-17T12:54:37.103Z] #39 71.65 DEP criu/uffd.d 12:54:37 [2020-07-17T12:54:37.103Z] #39 71.80 DEP criu/tun.d 12:54:37 [2020-07-17T12:54:37.103Z] #39 72.02 DEP criu/tty.d 12:54:37 [2020-07-17T12:54:37.110Z] #39 71.30 DEP criu/sk-unix.d 12:54:37 [2020-07-17T12:54:37.110Z] #39 71.46 DEP criu/sk-tcp.d 12:54:37 [2020-07-17T12:54:37.304Z] #51 ... 12:54:37 [2020-07-17T12:54:37.305Z] 12:54:37 [2020-07-17T12:54:37.305Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:37 [2020-07-17T12:54:37.305Z] #38 23.31 Building dependency tree... 12:54:37 [2020-07-17T12:54:37.305Z] #38 26.27 The following additional packages will be installed: 12:54:37 [2020-07-17T12:54:37.305Z] #38 26.28 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 12:54:37 [2020-07-17T12:54:37.305Z] #38 26.28 libprotoc17 python-pkg-resources python-six zlib1g-dev 12:54:37 [2020-07-17T12:54:37.305Z] #38 26.29 Suggested packages: 12:54:37 [2020-07-17T12:54:37.305Z] #38 26.30 manpages-dev python-setuptools 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.33 The following NEW packages will be installed: 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.34 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.34 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.34 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.34 python-six zlib1g-dev 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.73 0 upgraded, 17 newly installed, 0 to remove and 0 not upgraded. 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.73 Need to get 3798 kB of archives. 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.73 After this operation, 21.6 MB of additional disk space will be used. 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 27.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.27 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.28 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.88 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.90 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.94 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 28.99 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB] 12:54:37 [2020-07-17T12:54:37.305Z] #38 30.27 debconf: delaying package configuration, since apt-utils is not installed 12:54:37 [2020-07-17T12:54:37.305Z] #38 31.33 Fetched 3798 kB in 2s (2437 kB/s) 12:54:37 [2020-07-17T12:54:37.305Z] #38 32.82 Selecting previously unselected package libcap-dev:arm64. 12:54:37 [2020-07-17T12:54:37.305Z] #38 32.82 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) 12:54:37 [2020-07-17T12:54:37.305Z] #38 32.87 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ... 12:54:37 [2020-07-17T12:54:37.305Z] #38 33.81 Unpacking libcap-dev:arm64 (1:2.25-2) ... 12:54:37 [2020-07-17T12:54:37.362Z] #39 72.20 DEP criu/timerfd.d 12:54:37 [2020-07-17T12:54:37.366Z] #39 ... 12:54:37 [2020-07-17T12:54:37.366Z] 12:54:37 [2020-07-17T12:54:37.366Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:37 [2020-07-17T12:54:37.366Z] #41 DONE 144.7s 12:54:37 [2020-07-17T12:54:37.366Z] 12:54:37 [2020-07-17T12:54:37.366Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:37 [2020-07-17T12:54:37.366Z] #39 71.63 DEP criu/sk-queue.d 12:54:37 [2020-07-17T12:54:37.366Z] #39 71.80 DEP criu/sk-packet.d 12:54:37 [2020-07-17T12:54:37.508Z] #39 85.83 CC criu/bfd.o 12:54:37 [2020-07-17T12:54:37.569Z] #38 ... 12:54:37 [2020-07-17T12:54:37.569Z] 12:54:37 [2020-07-17T12:54:37.569Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.27 The following additional packages will be installed: 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.28 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.29 Suggested packages: 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.29 cmake-doc ninja-build lrzip 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.29 Recommended packages: 12:54:37 [2020-07-17T12:54:37.569Z] #32 25.29 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.18 The following NEW packages will be installed: 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.20 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.21 vim-common xxd 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.58 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.58 Need to get 14.2 MB of archives. 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.58 After this operation, 60.0 MB of additional disk space will be used. 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.58 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.59 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 26.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 27.28 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+b3 [623 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 27.35 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 27.38 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 27.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB] 12:54:37 [2020-07-17T12:54:37.569Z] #32 27.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB] 12:54:37 [2020-07-17T12:54:37.570Z] #32 27.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB] 12:54:37 [2020-07-17T12:54:37.570Z] #32 30.29 debconf: delaying package configuration, since apt-utils is not installed 12:54:37 [2020-07-17T12:54:37.570Z] #32 31.54 Fetched 14.2 MB in 2s (6758 kB/s) 12:54:37 [2020-07-17T12:54:37.570Z] #32 33.17 Selecting previously unselected package xxd. 12:54:37 [2020-07-17T12:54:37.570Z] #32 33.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) 12:54:37 [2020-07-17T12:54:37.570Z] #32 33.22 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ... 12:54:37 [2020-07-17T12:54:37.570Z] #32 33.93 Unpacking xxd (2:8.1.0875-5) ... 12:54:37 [2020-07-17T12:54:37.570Z] #32 ... 12:54:37 [2020-07-17T12:54:37.570Z] 12:54:37 [2020-07-17T12:54:37.570Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:37 [2020-07-17T12:54:37.622Z] #39 72.45 DEP criu/timens.d 12:54:37 [2020-07-17T12:54:37.767Z] #39 86.24 CC criu/bitmap.o 12:54:37 [2020-07-17T12:54:37.837Z] #38 34.83 Selecting previously unselected package libnet1:arm64.#38 ... 12:54:37 [2020-07-17T12:54:37.837Z] 12:54:37 [2020-07-17T12:54:37.837Z] #23 [frozen-images 1/3] RUN --mount=type=cache,sharing=locked,id=moby-frozen... 12:54:37 [2020-07-17T12:54:37.837Z] #23 DONE 34.8s 12:54:37 [2020-07-17T12:54:37.837Z] 12:54:37 [2020-07-17T12:54:37.837Z] #43 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:37 [2020-07-17T12:54:37.837Z] #43 DONE 34.8s 12:54:37 [2020-07-17T12:54:37.837Z] 12:54:37 [2020-07-17T12:54:37.837Z] #60 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:37 [2020-07-17T12:54:37.837Z] #60 DONE 34.9s 12:54:37 [2020-07-17T12:54:37.837Z] 12:54:37 [2020-07-17T12:54:37.837Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:37 [2020-07-17T12:54:37.837Z] #38 34.83 Selecting previously unselected package libnet1:arm64. 12:54:37 [2020-07-17T12:54:37.837Z] #38 34.86 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ... 12:54:37 [2020-07-17T12:54:37.837Z] #38 34.90 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... 12:54:37 [2020-07-17T12:54:37.837Z] #38 ... 12:54:37 [2020-07-17T12:54:37.837Z] 12:54:37 [2020-07-17T12:54:37.837Z] #24 [frozen-images 2/3] COPY contrib/download-frozen-image-v2.sh / 12:54:37 [2020-07-17T12:54:37.837Z] #24 DONE 0.3s 12:54:37 [2020-07-17T12:54:37.882Z] #39 72.62 DEP criu/sysfs_parse.d 12:54:37 [2020-07-17T12:54:37.927Z] #11 ... 12:54:37 [2020-07-17T12:54:37.927Z] 12:54:37 [2020-07-17T12:54:37.927Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.95 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.95 Setting up libnl-3-200:ppc64el (3.4.0-1) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.97 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.98 Setting up libcap-dev:ppc64el (1:2.25-2) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.98 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.98 Setting up protobuf-compiler (3.6.1.3-2) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 60.99 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 61.00 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 61.00 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:54:37 [2020-07-17T12:54:37.927Z] #39 61.01 Setting up python-protobuf (3.6.1.3-2) ... 12:54:37 [2020-07-17T12:54:37.928Z] #39 72.11 DEP criu/sk-netlink.d 12:54:38 [2020-07-17T12:54:38.027Z] #39 86.37 CC criu/cgroup-props.o 12:54:38 [2020-07-17T12:54:38.111Z] 12:54:38 [2020-07-17T12:54:38.111Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:38 [2020-07-17T12:54:38.111Z] #38 35.14 Selecting previously unselected package libnet1-dev. 12:54:38 [2020-07-17T12:54:38.111Z] #38 35.19 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ... 12:54:38 [2020-07-17T12:54:38.111Z] #38 35.23 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... 12:54:38 [2020-07-17T12:54:38.141Z] #39 72.78 DEP criu/sysctl.d 12:54:38 [2020-07-17T12:54:38.141Z] #39 72.94 DEP criu/string.d 12:54:38 [2020-07-17T12:54:38.141Z] #39 73.00 DEP criu/stats.d 12:54:38 [2020-07-17T12:54:38.184Z] #39 72.42 DEP criu/sk-inet.d 12:54:38 [2020-07-17T12:54:38.401Z] #39 73.09 DEP criu/sockets.d 12:54:38 [2020-07-17T12:54:38.401Z] #39 73.31 DEP criu/sk-unix.d 12:54:38 [2020-07-17T12:54:38.439Z] #39 72.75 DEP criu/signalfd.d 12:54:38 [2020-07-17T12:54:38.596Z] #39 87.05 CC criu/cgroup.o 12:54:38 [2020-07-17T12:54:38.660Z] #39 73.51 DEP criu/sk-tcp.d 12:54:38 [2020-07-17T12:54:38.690Z] #38 35.78 Selecting previously unselected package libnl-3-200:arm64. 12:54:38 [2020-07-17T12:54:38.690Z] #38 35.82 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ... 12:54:38 [2020-07-17T12:54:38.690Z] #38 35.84 Unpacking libnl-3-200:arm64 (3.4.0-1) ... 12:54:38 [2020-07-17T12:54:38.920Z] #39 73.68 DEP criu/sk-queue.d 12:54:38 [2020-07-17T12:54:38.999Z] #39 73.08 DEP criu/sigframe.d 12:54:38 [2020-07-17T12:54:38.999Z] #39 73.16 DEP criu/shmem.d 12:54:38 [2020-07-17T12:54:38.999Z] #39 73.25 DEP criu/servicefd.d 12:54:38 [2020-07-17T12:54:38.999Z] #39 73.33 DEP criu/seize.d 12:54:39 [2020-07-17T12:54:39.179Z] #39 73.82 DEP criu/sk-packet.d 12:54:39 [2020-07-17T12:54:39.179Z] #39 73.95 DEP criu/sk-netlink.d 12:54:39 [2020-07-17T12:54:39.255Z] #39 73.43 DEP criu/seccomp.d 12:54:39 [2020-07-17T12:54:39.255Z] #39 73.62 DEP criu/rst-malloc.d 12:54:39 [2020-07-17T12:54:39.255Z] #39 73.66 DEP criu/rbtree.d 12:54:39 [2020-07-17T12:54:39.272Z] #38 ... 12:54:39 [2020-07-17T12:54:39.272Z] 12:54:39 [2020-07-17T12:54:39.272Z] #51 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... 12:54:39 [2020-07-17T12:54:39.272Z] #51 34.83 Selecting previously unselected package libbtrfs-dev. 12:54:39 [2020-07-17T12:54:39.272Z] #51 34.86 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ... 12:54:39 [2020-07-17T12:54:39.272Z] #51 34.88 Unpacking libbtrfs-dev (4.20.1-2) ... 12:54:39 [2020-07-17T12:54:39.272Z] #51 35.38 Setting up libbtrfs0 (4.20.1-2) ... 12:54:39 [2020-07-17T12:54:39.272Z] #51 35.47 Setting up libbtrfs-dev (4.20.1-2) ... 12:54:39 [2020-07-17T12:54:39.272Z] #51 35.55 Processing triggers for libc-bin (2.28-10) ... 12:54:39 [2020-07-17T12:54:39.272Z] #51 DONE 36.5s 12:54:39 [2020-07-17T12:54:39.272Z] 12:54:39 [2020-07-17T12:54:39.272Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:39 [2020-07-17T12:54:39.272Z] #38 36.42 Selecting previously unselected package libnl-3-dev:arm64. 12:54:39 [2020-07-17T12:54:39.272Z] #38 36.43 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ... 12:54:39 [2020-07-17T12:54:39.272Z] #38 36.50 Unpacking libnl-3-dev:arm64 (3.4.0-1) ... 12:54:39 [2020-07-17T12:54:39.439Z] #39 74.08 DEP criu/sk-inet.d 12:54:39 [2020-07-17T12:54:39.439Z] #39 74.26 DEP criu/signalfd.d 12:54:39 [2020-07-17T12:54:39.510Z] #39 73.71 DEP criu/pstree.d 12:54:39 [2020-07-17T12:54:39.510Z] #39 73.93 DEP criu/protobuf.d 12:54:39 [2020-07-17T12:54:39.698Z] #39 74.43 DEP criu/sigframe.d 12:54:39 [2020-07-17T12:54:39.699Z] #39 ... 12:54:39 [2020-07-17T12:54:39.699Z] 12:54:39 [2020-07-17T12:54:39.699Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:39 [2020-07-17T12:54:39.699Z] #41 137.3 github.com/LK4D4/vndr/godl 12:54:39 [2020-07-17T12:54:39.699Z] #41 138.0 github.com/LK4D4/vndr 12:54:39 [2020-07-17T12:54:39.699Z] #41 DONE 146.9s 12:54:39 [2020-07-17T12:54:39.699Z] 12:54:39 [2020-07-17T12:54:39.699Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:39 [2020-07-17T12:54:39.699Z] #39 74.52 DEP criu/shmem.d 12:54:39 [2020-07-17T12:54:39.958Z] #39 74.71 DEP criu/servicefd.d 12:54:39 [2020-07-17T12:54:39.976Z] #39 ... 12:54:39 [2020-07-17T12:54:39.976Z] 12:54:39 [2020-07-17T12:54:39.976Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 The following NEW packages will be installed: 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.23 xz-utils zip 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.57 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.57 Need to get 28.5 MB of archives. 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.57 After this operation, 116 MB of additional disk space will be used. 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.57 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.60 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.77 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.87 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.91 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.91 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.92 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.94 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.95 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:54:39 [2020-07-17T12:54:39.976Z] #17 21.97 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 21.98 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 21.98 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 21.99 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.02 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.02 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.03 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.04 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.04 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.04 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.44 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.44 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.44 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.44 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.45 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.46 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.54 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.54 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.55 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.55 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.57 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.59 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.59 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.66 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.68 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.69 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 22.98 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.04 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.10 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.51 debconf: delaying package configuration, since apt-utils is not installed 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.58 Fetched 28.5 MB in 2s (15.8 MB/s) 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.63 Selecting previously unselected package pigz. 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.70 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.70 Unpacking pigz (2.4-1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.79 Selecting previously unselected package libpython3.7-minimal:amd64. 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.80 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 23.81 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 24.20 Selecting previously unselected package python3.7-minimal. 12:54:39 [2020-07-17T12:54:39.977Z] #17 24.20 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 24.22 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 24.98 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 25.00 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.67 Selecting previously unselected package python3-minimal. 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.67 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.72 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.73 Unpacking python3-minimal (3.7.3-1) ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.78 Selecting previously unselected package libmpdec2:amd64. 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.79 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... 12:54:39 [2020-07-17T12:54:39.977Z] #17 26.79 Unpacking libmpdec2:amd64 (2.4.2-2) ... 12:54:40 [2020-07-17T12:54:40.071Z] #39 74.13 GEN criu/protobuf-desc-gen.h 12:54:40 [2020-07-17T12:54:40.218Z] #39 75.05 DEP criu/seize.d 12:54:40 [2020-07-17T12:54:40.226Z] #38 37.34 Selecting previously unselected package libprotobuf-c1:arm64. 12:54:40 [2020-07-17T12:54:40.226Z] #38 37.35 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... 12:54:40 [2020-07-17T12:54:40.226Z] #38 37.35 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... 12:54:40 [2020-07-17T12:54:40.236Z] #17 26.89 Selecting previously unselected package libpython3.7-stdlib:amd64. 12:54:40 [2020-07-17T12:54:40.236Z] #17 26.90 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... 12:54:40 [2020-07-17T12:54:40.236Z] #17 26.91 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:54:40 [2020-07-17T12:54:40.477Z] #39 75.33 DEP criu/seccomp.d 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.48 Selecting previously unselected package libprotobuf-c-dev:arm64. 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.48 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ... 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.50 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.78 Selecting previously unselected package zlib1g-dev:arm64. 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.79 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ... 12:54:40 [2020-07-17T12:54:40.520Z] #38 37.90 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... 12:54:40 [2020-07-17T12:54:40.737Z] #39 75.54 DEP criu/rst-malloc.d 12:54:40 [2020-07-17T12:54:40.737Z] #39 75.59 DEP criu/rbtree.d 12:54:40 [2020-07-17T12:54:40.737Z] #39 75.64 DEP criu/pstree.d 12:54:40 [2020-07-17T12:54:40.806Z] #17 27.70 Selecting previously unselected package python3.7. 12:54:40 [2020-07-17T12:54:40.806Z] #17 27.71 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... 12:54:40 [2020-07-17T12:54:40.806Z] #17 27.71 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:54:40 [2020-07-17T12:54:40.998Z] #39 75.80 DEP criu/protobuf.d 12:54:41 [2020-07-17T12:54:41.065Z] #17 27.84 Selecting previously unselected package libpython3-stdlib:amd64. 12:54:41 [2020-07-17T12:54:41.065Z] #17 27.86 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... 12:54:41 [2020-07-17T12:54:41.065Z] #17 27.86 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... 12:54:41 [2020-07-17T12:54:41.097Z] #38 38.22 Selecting previously unselected package libprotobuf17:arm64. 12:54:41 [2020-07-17T12:54:41.097Z] #38 38.23 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ... 12:54:41 [2020-07-17T12:54:41.097Z] #38 38.23 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ... 12:54:41 [2020-07-17T12:54:41.258Z] #39 75.96 GEN criu/protobuf-desc-gen.h 12:54:41 [2020-07-17T12:54:41.325Z] #17 27.97 Setting up python3-minimal (3.7.3-1) ... 12:54:41 [2020-07-17T12:54:41.325Z] #17 ... 12:54:41 [2020-07-17T12:54:41.325Z] 12:54:41 [2020-07-17T12:54:41.325Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:41 [2020-07-17T12:54:41.325Z] #39 89.58 CC criu/clone-noasan.o 12:54:41 [2020-07-17T12:54:41.325Z] #39 89.71 CC criu/config.o 12:54:41 [2020-07-17T12:54:41.493Z] #39 75.65 DEP criu/protobuf-desc.d 12:54:41 [2020-07-17T12:54:41.493Z] #39 75.74 DEP criu/proc_parse.d 12:54:41 [2020-07-17T12:54:41.749Z] #39 75.93 DEP criu/plugin.d 12:54:41 [2020-07-17T12:54:41.749Z] #39 76.04 DEP criu/pipes.d 12:54:41 [2020-07-17T12:54:41.749Z] #39 76.18 DEP criu/pie-util.d 12:54:42 [2020-07-17T12:54:42.006Z] #39 76.28 DEP criu/pie-util-vdso.d 12:54:42 [2020-07-17T12:54:42.006Z] #39 76.43 DEP criu/pie-util-vdso-elf32.d 12:54:42 [2020-07-17T12:54:42.262Z] #39 76.54 DEP criu/path.d 12:54:42 [2020-07-17T12:54:42.262Z] #39 76.66 DEP criu/parasite-syscall.d 12:54:42 [2020-07-17T12:54:42.453Z] #39 ... 12:54:42 [2020-07-17T12:54:42.453Z] 12:54:42 [2020-07-17T12:54:42.453Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:42 [2020-07-17T12:54:42.453Z] #42 55.17 bytes 12:54:42 [2020-07-17T12:54:42.453Z] #42 61.75 reflect 12:54:42 [2020-07-17T12:54:42.453Z] #42 62.36 bufio 12:54:42 [2020-07-17T12:54:42.453Z] #42 ... 12:54:42 [2020-07-17T12:54:42.453Z] 12:54:42 [2020-07-17T12:54:42.453Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:42 [2020-07-17T12:54:42.453Z] #26 20.97 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:54:42 [2020-07-17T12:54:42.453Z] #26 21.37 12:54:42 [2020-07-17T12:54:42.453Z] #26 21.60 ########################### 38.1% ######################################################### 80.0% ######################################################################## 100.0% 12:54:42 [2020-07-17T12:54:42.453Z] #26 21.90 12:54:42 [2020-07-17T12:54:42.453Z] #26 23.29 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:54:42 [2020-07-17T12:54:42.453Z] #26 23.36 skipping existing 5cb8031fd95d 12:54:42 [2020-07-17T12:54:42.453Z] #26 23.55 12:54:42 [2020-07-17T12:54:42.453Z] #26 24.82 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:54:42 [2020-07-17T12:54:42.453Z] #26 24.88 skipping existing 283607eaa57e 12:54:42 [2020-07-17T12:54:42.453Z] #26 25.01 12:54:42 [2020-07-17T12:54:42.453Z] #26 26.08 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.33 Selecting previously unselected package libprotobuf-lite17:arm64. 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.33 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ... 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.34 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ... 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.55 Selecting previously unselected package libprotobuf-dev:arm64. 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.56 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ... 12:54:42 [2020-07-17T12:54:42.492Z] #38 39.57 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ... 12:54:42 [2020-07-17T12:54:42.561Z] #39 76.93 DEP criu/pagemap.d 12:54:42 [2020-07-17T12:54:42.637Z] #39 77.38 DEP criu/protobuf-desc.d 12:54:42 [2020-07-17T12:54:42.637Z] #39 77.57 DEP criu/proc_parse.d 12:54:42 [2020-07-17T12:54:42.706Z] #39 90.85 CC criu/cr-check.o 12:54:42 [2020-07-17T12:54:42.818Z] #39 77.07 DEP criu/pagemap-cache.d 12:54:42 [2020-07-17T12:54:42.818Z] #39 77.17 DEP criu/page-xfer.d 12:54:43 [2020-07-17T12:54:43.074Z] #39 77.32 DEP criu/page-pipe.d 12:54:43 [2020-07-17T12:54:43.074Z] #39 77.38 DEP criu/netfilter.d 12:54:43 [2020-07-17T12:54:43.109Z] #26 26.60 12:54:43 [2020-07-17T12:54:43.109Z] #26 26.77 ######################################################################## 100.0% 12:54:43 [2020-07-17T12:54:43.109Z] #26 ... 12:54:43 [2020-07-17T12:54:43.109Z] 12:54:43 [2020-07-17T12:54:43.109Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:43 [2020-07-17T12:54:43.109Z] #42 66.43 regexp/syntax 12:54:43 [2020-07-17T12:54:43.207Z] #39 77.81 DEP criu/plugin.d 12:54:43 [2020-07-17T12:54:43.207Z] #39 77.87 DEP criu/pipes.d 12:54:43 [2020-07-17T12:54:43.207Z] #39 78.02 DEP criu/pie-util.d 12:54:43 [2020-07-17T12:54:43.330Z] #39 77.50 DEP criu/net.d 12:54:43 [2020-07-17T12:54:43.330Z] #39 77.70 DEP criu/namespaces.d 12:54:43 [2020-07-17T12:54:43.410Z] #42 ... 12:54:43 [2020-07-17T12:54:43.410Z] 12:54:43 [2020-07-17T12:54:43.410Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:43 [2020-07-17T12:54:43.410Z] #48 56.57 bytes 12:54:43 [2020-07-17T12:54:43.410Z] #48 56.58 strconv 12:54:43 [2020-07-17T12:54:43.410Z] #48 56.59 syscall 12:54:43 [2020-07-17T12:54:43.410Z] #48 56.60 strings 12:54:43 [2020-07-17T12:54:43.410Z] #48 63.29 text/tabwriter 12:54:43 [2020-07-17T12:54:43.410Z] #48 66.51 regexp/syntax 12:54:43 [2020-07-17T12:54:43.410Z] #48 66.61 reflect 12:54:43 [2020-07-17T12:54:43.410Z] #48 ... 12:54:43 [2020-07-17T12:54:43.410Z] 12:54:43 [2020-07-17T12:54:43.410Z] #26 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:43 [2020-07-17T12:54:43.410Z] #26 27.06 12:54:43 [2020-07-17T12:54:43.410Z] #26 27.18 Download of images into '/build' complete. 12:54:43 [2020-07-17T12:54:43.445Z] #38 40.62 Selecting previously unselected package libprotoc17:arm64. 12:54:43 [2020-07-17T12:54:43.445Z] #38 40.63 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ... 12:54:43 [2020-07-17T12:54:43.445Z] #38 40.63 Unpacking libprotoc17:arm64 (3.6.1.3-2) ... 12:54:43 [2020-07-17T12:54:43.445Z] #38 ... 12:54:43 [2020-07-17T12:54:43.445Z] 12:54:43 [2020-07-17T12:54:43.445Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:43 [2020-07-17T12:54:43.445Z] #41 30.70 internal/reflectlite 12:54:43 [2020-07-17T12:54:43.445Z] #41 30.71 sync 12:54:43 [2020-07-17T12:54:43.445Z] #41 31.71 github.com/LK4D4/vndr/godl/singleflight 12:54:43 [2020-07-17T12:54:43.445Z] #41 31.72 math/rand 12:54:43 [2020-07-17T12:54:43.445Z] #41 31.72 internal/singleflight 12:54:43 [2020-07-17T12:54:43.445Z] #41 32.61 errors 12:54:43 [2020-07-17T12:54:43.445Z] #41 32.61 sort 12:54:43 [2020-07-17T12:54:43.445Z] #41 32.90 io 12:54:43 [2020-07-17T12:54:43.445Z] #41 32.91 syscall 12:54:43 [2020-07-17T12:54:43.445Z] #41 32.92 strconv 12:54:43 [2020-07-17T12:54:43.445Z] #41 33.62 vendor/golang.org/x/net/dns/dnsmessage 12:54:43 [2020-07-17T12:54:43.445Z] #41 34.18 bytes 12:54:43 [2020-07-17T12:54:43.445Z] #41 36.29 reflect 12:54:43 [2020-07-17T12:54:43.445Z] #41 38.46 bufio 12:54:43 [2020-07-17T12:54:43.466Z] #39 78.12 DEP criu/pie-util-vdso.d 12:54:43 [2020-07-17T12:54:43.466Z] #39 78.26 DEP criu/pie-util-vdso-elf32.d 12:54:43 [2020-07-17T12:54:43.708Z] #26 27.19 Use something like the following to load the result into a Docker daemon: 12:54:43 [2020-07-17T12:54:43.708Z] #26 27.19 tar -cC '/build' . | docker load 12:54:43 [2020-07-17T12:54:43.708Z] #26 DONE 27.3s 12:54:43 [2020-07-17T12:54:43.708Z] 12:54:43 [2020-07-17T12:54:43.708Z] #39 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:43 [2020-07-17T12:54:43.708Z] #39 66.44 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... 12:54:43 [2020-07-17T12:54:43.708Z] #39 66.45 Processing triggers for libc-bin (2.28-10) ... 12:54:43 [2020-07-17T12:54:43.708Z] #39 DONE 66.8s 12:54:43 [2020-07-17T12:54:43.708Z] 12:54:43 [2020-07-17T12:54:43.708Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:43 [2020-07-17T12:54:43.712Z] #41 ... 12:54:43 [2020-07-17T12:54:43.712Z] 12:54:43 [2020-07-17T12:54:43.712Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:43 [2020-07-17T12:54:43.712Z] #25 4.180 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 12:54:43 [2020-07-17T12:54:43.712Z] #25 4.475 12:54:43 [2020-07-17T12:54:43.725Z] #39 78.47 DEP criu/path.d 12:54:43 [2020-07-17T12:54:43.892Z] #39 77.96 DEP criu/mount.d 12:54:43 [2020-07-17T12:54:43.892Z] #39 78.12 DEP criu/memfd.d 12:54:43 [2020-07-17T12:54:43.999Z] #39 78.64 DEP criu/parasite-syscall.d 12:54:43 [2020-07-17T12:54:43.999Z] #39 78.85 DEP criu/pagemap.d 12:54:44 [2020-07-17T12:54:44.009Z] #40 ... 12:54:44 [2020-07-17T12:54:44.009Z] 12:54:44 [2020-07-17T12:54:44.009Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:44 [2020-07-17T12:54:44.009Z] #31 57.26 bufio 12:54:44 [2020-07-17T12:54:44.009Z] #31 61.65 reflect 12:54:44 [2020-07-17T12:54:44.009Z] #31 63.04 text/tabwriter 12:54:44 [2020-07-17T12:54:44.009Z] #31 63.10 path 12:54:44 [2020-07-17T12:54:44.085Z] #39 92.36 CC criu/cr-dedup.o 12:54:44 [2020-07-17T12:54:44.148Z] #39 78.31 DEP criu/mem.d 12:54:44 [2020-07-17T12:54:44.239Z] #25 4.773 #=#=# ###### 9.5% ############# 19.4% ################### 27.6% ########################## 37.5% ################################# 47.1% ####################################### 54.4% ############################################ 61.7% ################################################# 68.9% ##################################################### 74.9% ######################################################### 79.7% ############################################################# 86.0% ################################################################# 91.7% ######################################################################## 100.0% 12:54:44 [2020-07-17T12:54:44.258Z] #39 78.98 DEP criu/pagemap-cache.d 12:54:44 [2020-07-17T12:54:44.258Z] #39 79.06 DEP criu/page-xfer.d 12:54:44 [2020-07-17T12:54:44.306Z] #31 ... 12:54:44 [2020-07-17T12:54:44.306Z] 12:54:44 [2020-07-17T12:54:44.306Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:44 [2020-07-17T12:54:44.306Z] #11 64.29 Selecting previously unselected package mingw-w64-x86-64-dev. 12:54:44 [2020-07-17T12:54:44.306Z] #11 64.30 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:54:44 [2020-07-17T12:54:44.306Z] #11 64.30 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:54:44 [2020-07-17T12:54:44.404Z] #39 78.57 DEP criu/lsm.d 12:54:44 [2020-07-17T12:54:44.404Z] #39 78.68 DEP criu/log.d 12:54:44 [2020-07-17T12:54:44.404Z] #39 78.80 DEP criu/libnetlink.d 12:54:44 [2020-07-17T12:54:44.504Z] #25 6.495 12:54:44 [2020-07-17T12:54:44.504Z] #25 ... 12:54:44 [2020-07-17T12:54:44.504Z] 12:54:44 [2020-07-17T12:54:44.504Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:44 [2020-07-17T12:54:44.504Z] #28 31.64 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 12:54:44 [2020-07-17T12:54:44.504Z] #28 32.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger 12:54:44 [2020-07-17T12:54:44.518Z] #39 79.17 DEP criu/page-pipe.d 12:54:44 [2020-07-17T12:54:44.518Z] #39 79.21 DEP criu/netfilter.d 12:54:44 [2020-07-17T12:54:44.518Z] #39 79.31 DEP criu/net.d 12:54:44 [2020-07-17T12:54:44.654Z] #39 92.80 CC criu/cr-dump.o 12:54:44 [2020-07-17T12:54:44.659Z] #39 78.88 DEP criu/kerndat.d 12:54:44 [2020-07-17T12:54:44.660Z] #39 79.06 DEP criu/kcmp-ids.d 12:54:44 [2020-07-17T12:54:44.768Z] #28 ... 12:54:44 [2020-07-17T12:54:44.768Z] 12:54:44 [2020-07-17T12:54:44.768Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:44 [2020-07-17T12:54:44.777Z] #39 79.45 DEP criu/namespaces.d 12:54:44 [2020-07-17T12:54:44.777Z] #39 79.58 DEP criu/mount.d 12:54:44 [2020-07-17T12:54:44.777Z] #39 79.72 DEP criu/memfd.d 12:54:44 [2020-07-17T12:54:44.916Z] #39 79.14 DEP criu/irmap.d 12:54:44 [2020-07-17T12:54:44.916Z] #39 ... 12:54:44 [2020-07-17T12:54:44.916Z] 12:54:44 [2020-07-17T12:54:44.916Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:44 [2020-07-17T12:54:44.916Z] #28 DONE 152.3s 12:54:44 [2020-07-17T12:54:44.916Z] 12:54:44 [2020-07-17T12:54:44.916Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:44 [2020-07-17T12:54:44.916Z] #39 79.25 DEP criu/ipc_ns.d 12:54:44 [2020-07-17T12:54:44.916Z] #39 ... 12:54:44 [2020-07-17T12:54:44.916Z] 12:54:44 [2020-07-17T12:54:44.916Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:44 [2020-07-17T12:54:44.916Z] #17 10.24 Fetched 8364 kB in 8s (996 kB/s) 12:54:44 [2020-07-17T12:54:44.916Z] #17 10.24 Reading package lists... 12:54:44 [2020-07-17T12:54:44.916Z] #17 14.49 Reading package lists... 12:54:45 [2020-07-17T12:54:45.031Z] #25 6.755 0.2% ######################### 35.1% ################################################ 67.5% ###################################################################### 98.3% ######################################################################## 100.0% 12:54:45 [2020-07-17T12:54:45.172Z] #17 17.87 Building dependency tree... 12:54:45 [2020-07-17T12:54:45.172Z] #17 ... 12:54:45 [2020-07-17T12:54:45.172Z] 12:54:45 [2020-07-17T12:54:45.172Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:45 [2020-07-17T12:54:45.172Z] #39 79.46 DEP criu/image.d 12:54:45 [2020-07-17T12:54:45.294Z] #25 7.452 12:54:45 [2020-07-17T12:54:45.346Z] #39 79.91 DEP criu/mem.d 12:54:45 [2020-07-17T12:54:45.346Z] #39 80.07 DEP criu/lsm.d 12:54:45 [2020-07-17T12:54:45.428Z] #39 79.66 DEP criu/image-desc.d 12:54:45 [2020-07-17T12:54:45.428Z] #39 79.72 DEP criu/fsnotify.d 12:54:45 [2020-07-17T12:54:45.606Z] #39 80.19 DEP criu/log.d 12:54:45 [2020-07-17T12:54:45.606Z] #39 80.32 DEP criu/libnetlink.d 12:54:45 [2020-07-17T12:54:45.684Z] #39 79.92 DEP criu/filesystems.d 12:54:45 [2020-07-17T12:54:45.825Z] #25 7.693 0.2% #################### 28.4% 12:54:45 [2020-07-17T12:54:45.825Z] #25 ... 12:54:45 [2020-07-17T12:54:45.825Z] 12:54:45 [2020-07-17T12:54:45.825Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:45 [2020-07-17T12:54:45.825Z] #47 32.91 strconv 12:54:45 [2020-07-17T12:54:45.825Z] #47 32.92 io 12:54:45 [2020-07-17T12:54:45.825Z] #47 32.93 syscall 12:54:45 [2020-07-17T12:54:45.825Z] #47 33.92 bytes 12:54:45 [2020-07-17T12:54:45.825Z] #47 33.94 strings 12:54:45 [2020-07-17T12:54:45.825Z] #47 37.20 text/tabwriter 12:54:45 [2020-07-17T12:54:45.825Z] #47 37.99 bufio 12:54:45 [2020-07-17T12:54:45.825Z] #47 38.65 reflect 12:54:45 [2020-07-17T12:54:45.825Z] #47 38.67 regexp/syntax 12:54:45 [2020-07-17T12:54:45.825Z] #47 40.69 time 12:54:45 [2020-07-17T12:54:45.825Z] #47 41.48 internal/syscall/execenv 12:54:45 [2020-07-17T12:54:45.825Z] #47 41.69 internal/syscall/unix 12:54:45 [2020-07-17T12:54:45.825Z] #47 ... 12:54:45 [2020-07-17T12:54:45.825Z] 12:54:45 [2020-07-17T12:54:45.825Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:45 [2020-07-17T12:54:45.865Z] #39 80.49 DEP criu/kerndat.d 12:54:45 [2020-07-17T12:54:45.865Z] #39 80.69 DEP criu/kcmp-ids.d 12:54:45 [2020-07-17T12:54:45.942Z] #39 80.15 DEP criu/files.d 12:54:46 [2020-07-17T12:54:46.088Z] #25 7.693 0.2% #################### 28.4% ####################################### 54.2% ########################################################### 82.1% ######################################################################## 100.0% 12:54:46 [2020-07-17T12:54:46.124Z] #39 80.78 DEP criu/irmap.d 12:54:46 [2020-07-17T12:54:46.124Z] #39 80.88 DEP criu/ipc_ns.d 12:54:46 [2020-07-17T12:54:46.124Z] #39 80.99 DEP criu/image.d 12:54:46 [2020-07-17T12:54:46.198Z] #39 80.45 DEP criu/files-reg.d 12:54:46 [2020-07-17T12:54:46.351Z] #25 8.471 12:54:46 [2020-07-17T12:54:46.383Z] #39 81.15 DEP criu/image-desc.d 12:54:46 [2020-07-17T12:54:46.383Z] #39 81.23 DEP criu/fsnotify.d 12:54:46 [2020-07-17T12:54:46.414Z] #11 ... 12:54:46 [2020-07-17T12:54:46.414Z] 12:54:46 [2020-07-17T12:54:46.414Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:46 [2020-07-17T12:54:46.414Z] #40 2.112 Note: Building without setproctitle() and strlcpy() support. 12:54:46 [2020-07-17T12:54:46.414Z] #40 2.112 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:54:46 [2020-07-17T12:54:46.414Z] #40 2.120 Note: Building without GnuTLS support 12:54:46 [2020-07-17T12:54:46.414Z] #40 2.155 Makefile.config:39: Warn: you have no libnftables installed 12:54:46 [2020-07-17T12:54:46.414Z] #40 2.159 Makefile.config:40: Warn: Building without nftables support 12:54:46 [2020-07-17T12:54:46.453Z] #39 80.62 DEP criu/files-ext.d 12:54:46 [2020-07-17T12:54:46.453Z] #39 80.74 DEP criu/file-lock.d 12:54:46 [2020-07-17T12:54:46.562Z] #39 94.81 CC criu/cr-errno.o 12:54:46 [2020-07-17T12:54:46.562Z] #39 ... 12:54:46 [2020-07-17T12:54:46.562Z] 12:54:46 [2020-07-17T12:54:46.562Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.81 Selecting previously unselected package python3. 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.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 ... 24093 files and directories currently installed.) 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.88 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.89 Unpacking python3 (3.7.3-1) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.99 Selecting previously unselected package libip4tc0:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 28.99 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.00 Unpacking libip4tc0:amd64 (1.8.2-4) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.08 Selecting previously unselected package libip6tc0:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.09 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.10 Unpacking libip6tc0:amd64 (1.8.2-4) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.15 Selecting previously unselected package libiptc0:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.16 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.17 Unpacking libiptc0:amd64 (1.8.2-4) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.25 Selecting previously unselected package libnfnetlink0:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.26 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.32 Selecting previously unselected package libnetfilter-conntrack3:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.34 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.34 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.44 Selecting previously unselected package libnftnl11:amd64. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.44 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.45 Unpacking libnftnl11:amd64 (1.1.2-2) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.52 Selecting previously unselected package iptables. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.52 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.54 Unpacking iptables (1.8.2-4) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.82 Selecting previously unselected package xxd. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.82 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.84 Unpacking xxd (2:8.1.0875-5) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.94 Selecting previously unselected package vim-common. 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.94 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 29.98 Unpacking vim-common (2:8.1.0875-5) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 30.12 Selecting previously unselected package bash-completion. 12:54:46 [2020-07-17T12:54:46.562Z] #17 30.13 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 32.59 Unpacking bash-completion (1:2.8-6) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.00 Selecting previously unselected package bzip2. 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.01 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.01 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.08 Selecting previously unselected package xz-utils. 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.09 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.10 Unpacking xz-utils (5.2.4-1) ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.25 Selecting previously unselected package apparmor. 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.27 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.562Z] #17 33.34 Unpacking apparmor (2.13.2-10) ... 12:54:46 [2020-07-17T12:54:46.615Z] #25 8.694 0.0% 12:54:46 [2020-07-17T12:54:46.615Z] #25 ... 12:54:46 [2020-07-17T12:54:46.615Z] 12:54:46 [2020-07-17T12:54:46.615Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:46 [2020-07-17T12:54:46.615Z] #10 33.84 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.73 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.73 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.75 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u4 [110 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.76 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 36.89 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.17 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.19 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.20 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.52 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 37.52 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u4 [322 kB] 12:54:46 [2020-07-17T12:54:46.615Z] #10 38.95 debconf: delaying package configuration, since apt-utils is not installed 12:54:46 [2020-07-17T12:54:46.615Z] #10 39.33 Fetched 73.3 MB in 11s (6497 kB/s) 12:54:46 [2020-07-17T12:54:46.615Z] #10 39.43 Selecting previously unselected package binutils-mingw-w64-i686. 12:54:46 [2020-07-17T12:54:46.615Z] #10 39.43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15383 files and directories currently installed.) 12:54:46 [2020-07-17T12:54:46.615Z] #10 39.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 39.51 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 41.18 Selecting previously unselected package binutils-mingw-w64-x86-64. 12:54:46 [2020-07-17T12:54:46.615Z] #10 41.18 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 41.19 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.27 Selecting previously unselected package binutils-mingw-w64. 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.27 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.28 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.45 Selecting previously unselected package libdevmapper1.02.1:arm64. 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.45 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.49 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.69 Selecting previously unselected package dmsetup. 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.69 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ... 12:54:46 [2020-07-17T12:54:46.615Z] #10 43.71 Unpacking dmsetup (2:1.02.155-3) ... 12:54:46 [2020-07-17T12:54:46.643Z] #39 81.44 DEP criu/filesystems.d 12:54:46 [2020-07-17T12:54:46.709Z] #39 80.94 DEP criu/file-ids.d 12:54:46 [2020-07-17T12:54:46.821Z] #17 33.60 Selecting previously unselected package aufs-tools. 12:54:46 [2020-07-17T12:54:46.821Z] #17 33.60 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... 12:54:46 [2020-07-17T12:54:46.821Z] #17 33.61 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:54:46 [2020-07-17T12:54:46.878Z] #10 43.97 Selecting previously unselected package mingw-w64-common. 12:54:46 [2020-07-17T12:54:46.878Z] #10 43.98 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... 12:54:46 [2020-07-17T12:54:46.878Z] #10 44.00 Unpacking mingw-w64-common (6.0.0-3) ... 12:54:46 [2020-07-17T12:54:46.878Z] #10 ... 12:54:46 [2020-07-17T12:54:46.878Z] 12:54:46 [2020-07-17T12:54:46.878Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:46 [2020-07-17T12:54:46.902Z] #39 81.58 DEP criu/files.d 12:54:46 [2020-07-17T12:54:46.902Z] #39 81.71 DEP criu/files-reg.d 12:54:46 [2020-07-17T12:54:46.964Z] #39 81.10 DEP criu/fifo.d 12:54:46 [2020-07-17T12:54:46.964Z] #39 81.26 DEP criu/fdstore.d 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.71 Selecting previously unselected package libonig5:amd64. 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.72 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.72 Unpacking libonig5:amd64 (6.9.1-1) ... 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.88 Selecting previously unselected package libjq1:amd64. 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.88 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.081Z] #17 33.89 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:54:47 [2020-07-17T12:54:47.161Z] #39 81.91 DEP criu/files-ext.d 12:54:47 [2020-07-17T12:54:47.161Z] #39 82.05 DEP criu/file-lock.d 12:54:47 [2020-07-17T12:54:47.220Z] #39 81.39 DEP criu/fault-injection.d 12:54:47 [2020-07-17T12:54:47.220Z] #39 81.44 DEP criu/external.d 12:54:47 [2020-07-17T12:54:47.220Z] #39 81.52 DEP criu/eventpoll.d 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.01 Selecting previously unselected package jq. 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.03 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.03 Unpacking jq (1.5+dfsg-2+b1) ... 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.10 Selecting previously unselected package libaio1:amd64. 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.11 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.11 Unpacking libaio1:amd64 (0.3.112-3) ... 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.16 Selecting previously unselected package libgpm2:amd64. 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.17 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.341Z] #17 34.18 Unpacking libgpm2:amd64 (1.20.7-5) ... 12:54:47 [2020-07-17T12:54:47.422Z] #39 82.19 DEP criu/file-ids.d 12:54:47 [2020-07-17T12:54:47.422Z] #39 82.26 DEP criu/fifo.d 12:54:47 [2020-07-17T12:54:47.475Z] #39 81.64 DEP criu/eventfd.d 12:54:47 [2020-07-17T12:54:47.475Z] #39 81.76 DEP criu/crtools.d 12:54:47 [2020-07-17T12:54:47.475Z] #39 81.89 DEP criu/cr-service.d 12:54:47 [2020-07-17T12:54:47.600Z] #17 34.24 Selecting previously unselected package libicu63:amd64. 12:54:47 [2020-07-17T12:54:47.600Z] #17 34.26 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... 12:54:47 [2020-07-17T12:54:47.600Z] #17 34.26 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:54:47 [2020-07-17T12:54:47.682Z] #39 82.36 DEP criu/fdstore.d 12:54:47 [2020-07-17T12:54:47.682Z] #39 82.46 DEP criu/fault-injection.d 12:54:47 [2020-07-17T12:54:47.682Z] #39 82.50 DEP criu/external.d 12:54:47 [2020-07-17T12:54:47.682Z] #39 82.60 DEP criu/eventpoll.d 12:54:47 [2020-07-17T12:54:47.730Z] #39 82.03 DEP criu/cr-restore.d 12:54:47 [2020-07-17T12:54:47.939Z] #25 8.694 0.0% ## 3.4% #### 6.5% ######## 11.2% ########## 15.3% ############## 20.0% ################# 24.0% ##################### 29.4% ######################## 33.8% ############################ 39.0% ############################### 43.7% ################################## 47.5% 12:54:47 [2020-07-17T12:54:47.939Z] #25 ... 12:54:47 [2020-07-17T12:54:47.939Z] 12:54:47 [2020-07-17T12:54:47.939Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:47 [2020-07-17T12:54:47.939Z] #32 35.06 Selecting previously unselected package vim-common. 12:54:47 [2020-07-17T12:54:47.939Z] #32 35.07 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 35.17 Unpacking vim-common (2:8.1.0875-5) ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 35.94 Selecting previously unselected package cmake-data. 12:54:47 [2020-07-17T12:54:47.939Z] #32 35.96 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 36.01 Unpacking cmake-data (3.13.4-1) ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 40.46 Selecting previously unselected package libicu63:arm64. 12:54:47 [2020-07-17T12:54:47.939Z] #32 40.48 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 40.50 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 44.67 Selecting previously unselected package libxml2:arm64. 12:54:47 [2020-07-17T12:54:47.939Z] #32 44.69 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_arm64.deb ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 44.69 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+b3) ... 12:54:47 [2020-07-17T12:54:47.939Z] #32 ... 12:54:47 [2020-07-17T12:54:47.939Z] 12:54:47 [2020-07-17T12:54:47.939Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:47 [2020-07-17T12:54:47.939Z] #30 35.18 reflect 12:54:47 [2020-07-17T12:54:47.939Z] #30 36.67 path 12:54:47 [2020-07-17T12:54:47.939Z] #30 37.05 bufio 12:54:47 [2020-07-17T12:54:47.939Z] #30 41.67 internal/syscall/execenv 12:54:47 [2020-07-17T12:54:47.939Z] #30 41.69 internal/syscall/unix 12:54:47 [2020-07-17T12:54:47.939Z] #30 41.71 time 12:54:47 [2020-07-17T12:54:47.939Z] #30 45.16 internal/poll 12:54:47 [2020-07-17T12:54:47.939Z] #30 ... 12:54:47 [2020-07-17T12:54:47.939Z] 12:54:47 [2020-07-17T12:54:47.939Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:47 [2020-07-17T12:54:47.941Z] #39 ... 12:54:47 [2020-07-17T12:54:47.941Z] 12:54:47 [2020-07-17T12:54:47.941Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:54:47 [2020-07-17T12:54:47.941Z] #28 DONE 155.1s 12:54:47 [2020-07-17T12:54:47.941Z] 12:54:47 [2020-07-17T12:54:47.941Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:47 [2020-07-17T12:54:47.941Z] #39 82.78 DEP criu/eventfd.d 12:54:47 [2020-07-17T12:54:47.941Z] #39 ... 12:54:47 [2020-07-17T12:54:47.941Z] 12:54:47 [2020-07-17T12:54:47.941Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:47 [2020-07-17T12:54:47.941Z] #17 11.70 Fetched 8364 kB in 10s (858 kB/s) 12:54:47 [2020-07-17T12:54:47.941Z] #17 11.70 Reading package lists... 12:54:47 [2020-07-17T12:54:47.941Z] #17 15.77 Reading package lists... 12:54:47 [2020-07-17T12:54:47.941Z] #17 19.31 Building dependency tree... 12:54:47 [2020-07-17T12:54:47.955Z] #40 4.075 fatal: not a git repository (or any of the parent directories): .git 12:54:47 [2020-07-17T12:54:47.955Z] #40 4.140 GEN .gitid 12:54:47 [2020-07-17T12:54:47.955Z] #40 4.183 GEN criu/include/version.h 12:54:47 [2020-07-17T12:54:47.955Z] #40 4.266 GEN include/common/asm 12:54:47 [2020-07-17T12:54:47.986Z] #39 82.18 DEP criu/cr-errno.d 12:54:47 [2020-07-17T12:54:47.986Z] #39 82.19 DEP criu/cr-dump.d 12:54:47 [2020-07-17T12:54:47.986Z] #39 82.43 DEP criu/cr-dedup.d 12:54:48 [2020-07-17T12:54:48.201Z] #17 ... 12:54:48 [2020-07-17T12:54:48.201Z] 12:54:48 [2020-07-17T12:54:48.201Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:48 [2020-07-17T12:54:48.201Z] #39 83.02 DEP criu/crtools.d 12:54:48 [2020-07-17T12:54:48.547Z] #39 82.62 DEP criu/cr-check.d 12:54:48 [2020-07-17T12:54:48.547Z] #39 82.83 DEP criu/config.d 12:54:48 [2020-07-17T12:54:48.547Z] #39 82.95 DEP criu/clone-noasan.d 12:54:48 [2020-07-17T12:54:48.770Z] #39 83.37 DEP criu/cr-service.d 12:54:48 [2020-07-17T12:54:48.803Z] #39 83.02 DEP criu/cgroup.d 12:54:48 [2020-07-17T12:54:48.803Z] #39 83.18 DEP criu/cgroup-props.d 12:54:49 [2020-07-17T12:54:49.030Z] #39 83.65 DEP criu/cr-restore.d 12:54:49 [2020-07-17T12:54:49.058Z] #39 83.27 DEP criu/bitmap.d 12:54:49 [2020-07-17T12:54:49.058Z] #39 83.29 DEP criu/bfd.d 12:54:49 [2020-07-17T12:54:49.058Z] #39 83.37 DEP criu/autofs.d 12:54:49 [2020-07-17T12:54:49.289Z] #39 84.05 DEP criu/cr-errno.d 12:54:49 [2020-07-17T12:54:49.289Z] #39 84.09 DEP criu/cr-dump.d 12:54:49 [2020-07-17T12:54:49.302Z] #25 8.694 0.0% ## 3.4% #### 6.5% ######## 11.2% ########## 15.3% ############## 20.0% ################# 24.0% ##################### 29.4% ######################## 33.8% ############################ 39.0% ############################### 43.7% ################################## 47.5% ##################################### 52.2% ######################################### 57.3% ########################################### 60.5% ############################################## 64.4% ################################################ 68.0% ################################################### 71.7% ###################################################### 76.2% ######################################################### 79.3% ############################################################# 84.7% ################################################################# 90.8% ####################################################################### 99.4% ######################################################################## 100.0% 12:54:49 [2020-07-17T12:54:49.302Z] #25 ... 12:54:49 [2020-07-17T12:54:49.302Z] 12:54:49 [2020-07-17T12:54:49.302Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.628 + RM_GOPATH=0 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.628 + TMP_GOPATH= 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.628 + : /build 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.628 + '[' -z '' ']' 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.629 ++ mktemp -d 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.717 + export GOPATH=/tmp/tmp.Eo1xNdUfmB 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.717 + GOPATH=/tmp/tmp.Eo1xNdUfmB 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.717 + RM_GOPATH=1 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.717 + case "$(go env GOARCH)" in 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.718 ++ go env GOARCH 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.741 + export GO_BUILDMODE=-buildmode=pie 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.742 + GO_BUILDMODE=-buildmode=pie 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.743 ++ dirname /tmp/install/install.sh 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.744 + dir=/tmp/install 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.744 + bin=containerd 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.745 + shift 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.745 + '[' '!' -f /tmp/install/containerd.installer ']' 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.745 + . /tmp/install/containerd.installer 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.746 ++ set -e 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.746 ++ : be75852b8d7849474a20192f9ed1bf34fdd454f1 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.747 + install_containerd 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.751 + echo 'Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1' 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.751 + git clone https://github.com/containerd/containerd.git /tmp/tmp.Eo1xNdUfmB/src/github.com/containerd/containerd 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.752 Install containerd version be75852b8d7849474a20192f9ed1bf34fdd454f1 12:54:49 [2020-07-17T12:54:49.302Z] #52 2.756 Cloning into '/tmp/tmp.Eo1xNdUfmB/src/github.com/containerd/containerd'... 12:54:49 [2020-07-17T12:54:49.314Z] #39 83.51 DEP criu/aio.d 12:54:49 [2020-07-17T12:54:49.314Z] #39 83.62 DEP criu/action-scripts.d 12:54:49 [2020-07-17T12:54:49.548Z] #39 84.22 DEP criu/cr-dedup.d 12:54:49 [2020-07-17T12:54:49.548Z] #39 84.30 DEP criu/cr-check.d 12:54:49 [2020-07-17T12:54:49.548Z] #39 84.45 DEP criu/config.d 12:54:49 [2020-07-17T12:54:49.570Z] #39 83.84 CC criu/action-scripts.o 12:54:49 [2020-07-17T12:54:49.570Z] #52 ... 12:54:49 [2020-07-17T12:54:49.570Z] 12:54:49 [2020-07-17T12:54:49.570Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.34 Selecting previously unselected package libarchive13:arm64. 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.34 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.36 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.67 Selecting previously unselected package libjsoncpp1:arm64. 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.67 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 45.69 Unpacking libjsoncpp1:arm64 (1.7.4-3) ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.27 Selecting previously unselected package librhash0:arm64. 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.28 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.29 Unpacking librhash0:arm64 (1.3.8-1) ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.43 Selecting previously unselected package libuv1:arm64. 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.44 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ... 12:54:49 [2020-07-17T12:54:49.570Z] #32 46.46 Unpacking libuv1:arm64 (1.24.1-1) ... 12:54:49 [2020-07-17T12:54:49.571Z] #32 46.58 Selecting previously unselected package cmake. 12:54:49 [2020-07-17T12:54:49.571Z] #32 46.59 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ... 12:54:49 [2020-07-17T12:54:49.571Z] #32 46.60 Unpacking cmake (3.13.4-1) ... 12:54:49 [2020-07-17T12:54:49.808Z] #39 84.56 DEP criu/clone-noasan.d 12:54:49 [2020-07-17T12:54:49.808Z] #39 84.60 DEP criu/cgroup.d 12:54:49 [2020-07-17T12:54:49.808Z] #39 84.70 DEP criu/cgroup-props.d 12:54:49 [2020-07-17T12:54:49.869Z] #39 84.21 CC criu/aio.o 12:54:50 [2020-07-17T12:54:50.067Z] #39 84.78 DEP criu/bitmap.d 12:54:50 [2020-07-17T12:54:50.067Z] #39 84.80 DEP criu/bfd.d 12:54:50 [2020-07-17T12:54:50.067Z] #39 84.94 DEP criu/autofs.d 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.193 PBCC images/timens.pb-c.c 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.257 DEP images/timens.pb-c.d 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.356 PBCC images/fown.pb-c.c 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.390 PBCC images/google/protobuf/descriptor.pb-c.c 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.463 PBCC images/opts.pb-c.c 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.522 PBCC images/memfd.pb-c.c 12:54:50 [2020-07-17T12:54:50.092Z] #40 6.588 DEP images/fown.pb-c.d 12:54:50 [2020-07-17T12:54:50.327Z] #39 85.08 DEP criu/aio.d 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.648 DEP images/google/protobuf/descriptor.pb-c.d 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.720 DEP images/opts.pb-c.d 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.777 DEP images/memfd.pb-c.d 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.848 PBCC images/sit.pb-c.c 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.937 DEP images/sit.pb-c.d 12:54:50 [2020-07-17T12:54:50.392Z] #40 6.992 PBCC images/macvlan.pb-c.c 12:54:50 [2020-07-17T12:54:50.431Z] #39 84.68 CC criu/autofs.o 12:54:50 [2020-07-17T12:54:50.587Z] #39 85.20 DEP criu/action-scripts.d 12:54:50 [2020-07-17T12:54:50.691Z] #40 7.006 DEP images/macvlan.pb-c.d 12:54:50 [2020-07-17T12:54:50.691Z] #40 7.110 PBCC images/autofs.pb-c.c 12:54:50 [2020-07-17T12:54:50.691Z] #40 7.190 DEP images/autofs.pb-c.d 12:54:50 [2020-07-17T12:54:50.847Z] #39 85.47 CC criu/action-scripts.o 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.60 Selecting previously unselected package libnet1:amd64. 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.62 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.62 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.72 Selecting previously unselected package libnl-3-200:amd64. 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.74 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... 12:54:50 [2020-07-17T12:54:50.892Z] #17 37.74 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:54:50 [2020-07-17T12:54:50.992Z] #40 7.262 PBCC images/sysctl.pb-c.c 12:54:50 [2020-07-17T12:54:50.992Z] #40 7.282 DEP images/sysctl.pb-c.d 12:54:50 [2020-07-17T12:54:50.992Z] #40 7.366 PBCC images/time.pb-c.c 12:54:50 [2020-07-17T12:54:50.992Z] #40 7.396 DEP images/time.pb-c.d 12:54:50 [2020-07-17T12:54:50.992Z] #40 7.502 PBCC images/binfmt-misc.pb-c.c 12:54:51 [2020-07-17T12:54:51.107Z] #39 85.95 CC criu/aio.o 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.83 Selecting previously unselected package libprotobuf-c1:amd64. 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.85 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.86 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.92 Selecting previously unselected package libreadline5:amd64. 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.93 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... 12:54:51 [2020-07-17T12:54:51.152Z] #17 37.93 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.519 DEP images/binfmt-misc.pb-c.d 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.580 PBCC images/seccomp.pb-c.c 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.594 DEP images/seccomp.pb-c.d 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.656 PBCC images/userns.pb-c.c 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.665 DEP images/userns.pb-c.d 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.738 PBCC images/cgroup.pb-c.c 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.759 DEP images/cgroup.pb-c.d 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.821 PBCC images/ext-file.pb-c.c 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.837 DEP images/ext-file.pb-c.d 12:54:51 [2020-07-17T12:54:51.293Z] #40 7.898 PBCC images/rpc.pb-c.c 12:54:51 [2020-07-17T12:54:51.411Z] #17 38.03 Selecting previously unselected package net-tools. 12:54:51 [2020-07-17T12:54:51.411Z] #17 38.04 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... 12:54:51 [2020-07-17T12:54:51.411Z] #17 38.04 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:54:51 [2020-07-17T12:54:51.411Z] #17 38.23 Selecting previously unselected package python-pip-whl. 12:54:51 [2020-07-17T12:54:51.592Z] #40 7.979 DEP images/rpc.pb-c.d 12:54:51 [2020-07-17T12:54:51.592Z] #40 8.041 PBCC images/siginfo.pb-c.c 12:54:51 [2020-07-17T12:54:51.592Z] #40 8.070 DEP images/siginfo.pb-c.d 12:54:51 [2020-07-17T12:54:51.592Z] #40 8.106 PBCC images/pagemap.pb-c.c 12:54:51 [2020-07-17T12:54:51.671Z] #17 38.25 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:54:51 [2020-07-17T12:54:51.671Z] #17 38.27 Unpacking python-pip-whl (18.1-5) ... 12:54:51 [2020-07-17T12:54:51.676Z] #39 86.44 CC criu/autofs.o 12:54:51 [2020-07-17T12:54:51.795Z] #39 85.89 CC criu/bfd.o 12:54:51 [2020-07-17T12:54:51.801Z] Running on azwin-2-465ec0 in d:\jenkins\workspace\moby_PR-41221 [Pipeline] { [Pipeline] ws 12:54:51 [2020-07-17T12:54:51.817Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.194 DEP images/pagemap.pb-c.d 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.233 PBCC images/rlimit.pb-c.c 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.261 DEP images/rlimit.pb-c.d 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.337 PBCC images/file-lock.pb-c.c 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.358 DEP images/file-lock.pb-c.d 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.422 PBCC images/tty.pb-c.c 12:54:51 [2020-07-17T12:54:51.890Z] #40 8.471 DEP images/tty.pb-c.d 12:54:51 [2020-07-17T12:54:51.931Z] #17 38.80 Selecting previously unselected package python3-lib2to3. 12:54:52 [2020-07-17T12:54:52.051Z] #39 86.34 CC criu/bitmap.o 12:54:52 [2020-07-17T12:54:52.051Z] #39 86.47 CC criu/cgroup-props.o 12:54:52 [2020-07-17T12:54:52.148Z] #32 48.91 Setting up libicu63:arm64 (63.1-6+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.148Z] #32 49.22 Setting up xxd (2:8.1.0875-5) ... 12:54:52 [2020-07-17T12:54:52.148Z] #32 49.34 Setting up libuv1:arm64 (1.24.1-1) ... 12:54:52 [2020-07-17T12:54:52.148Z] #32 49.38 Setting up vim-common (2:8.1.0875-5) ... 12:54:52 [2020-07-17T12:54:52.148Z] #32 49.41 Setting up librhash0:arm64 (1.3.8-1) ... 12:54:52 [2020-07-17T12:54:52.148Z] #32 49.44 Setting up cmake-data (3.13.4-1) ... 12:54:52 [2020-07-17T12:54:52.188Z] #40 8.546 PBCC images/tun.pb-c.c 12:54:52 [2020-07-17T12:54:52.188Z] #40 8.632 PBCC images/netdev.pb-c.c 12:54:52 [2020-07-17T12:54:52.188Z] #40 8.684 DEP images/tun.pb-c.d 12:54:52 [2020-07-17T12:54:52.191Z] #17 38.80 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:54:52 [2020-07-17T12:54:52.191Z] #17 38.82 Unpacking python3-lib2to3 (3.7.3-1) ... 12:54:52 [2020-07-17T12:54:52.191Z] #17 38.96 Selecting previously unselected package python3-distutils. 12:54:52 [2020-07-17T12:54:52.191Z] #17 38.98 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:54:52 [2020-07-17T12:54:52.191Z] #17 38.98 Unpacking python3-distutils (3.7.3-1) ... 12:54:52 [2020-07-17T12:54:52.307Z] #39 ... 12:54:52 [2020-07-17T12:54:52.307Z] 12:54:52 [2020-07-17T12:54:52.307Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:52 [2020-07-17T12:54:52.307Z] #17 17.87 Building dependency tree... 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 libcap2-bin is already the newest version (1:2.25-2). 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 The following additional packages will be installed: 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.89 python3.7 python3.7-minimal vim-runtime xxd 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 Suggested packages: 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 Recommended packages: 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 aufs-dkms nftables build-essential python3-dev python3-keyring 12:54:52 [2020-07-17T12:54:52.307Z] #17 19.90 python3-keyrings.alt python3-xdg unzip 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.15 The following NEW packages will be installed: 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.15 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.16 xz-utils zip 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.50 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.50 Need to get 28.5 MB of archives. 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.50 After this operation, 116 MB of additional disk space will be used. 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.50 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.50 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.52 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.62 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.63 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.70 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.71 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.71 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.71 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.71 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.72 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.72 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.73 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.73 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.75 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.75 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.76 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.77 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.77 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.78 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.81 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.81 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.83 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.83 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.83 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.83 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 21.84 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.25 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.25 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.26 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.26 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.26 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.27 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.34 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.34 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.34 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.36 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.36 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.38 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.38 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.44 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.46 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.47 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.81 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.86 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 22.92 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.60 debconf: delaying package configuration, since apt-utils is not installed 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.71 Fetched 28.5 MB in 2s (16.8 MB/s) 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.75 Selecting previously unselected package pigz. 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.82 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.83 Unpacking pigz (2.4-1) ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.92 Selecting previously unselected package libpython3.7-minimal:amd64. 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.93 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 23.94 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 24.37 Selecting previously unselected package python3.7-minimal. 12:54:52 [2020-07-17T12:54:52.307Z] #17 24.38 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 24.41 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 25.15 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.307Z] #17 25.17 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.47 Setting up libxml2:arm64 (2.9.4+dfsg1-7+b3) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.50 Setting up libjsoncpp1:arm64 (1.7.4-3) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.53 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.56 Setting up cmake (3.13.4-1) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.59 Processing triggers for libc-bin (2.28-10) ... 12:54:52 [2020-07-17T12:54:52.413Z] #32 49.72 Processing triggers for mime-support (3.62) ... 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.08 Selecting previously unselected package python3-pip. 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.09 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.10 Unpacking python3-pip (18.1-5) ... 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.25 Selecting previously unselected package python3-pkg-resources. 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.26 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:54:52 [2020-07-17T12:54:52.451Z] #17 39.27 Unpacking python3-pkg-resources (40.8.0-1) ... 12:54:52 [2020-07-17T12:54:52.489Z] #40 8.776 DEP images/netdev.pb-c.d 12:54:52 [2020-07-17T12:54:52.489Z] #40 8.893 PBCC images/vma.pb-c.c 12:54:52 [2020-07-17T12:54:52.489Z] #40 8.937 DEP images/vma.pb-c.d 12:54:52 [2020-07-17T12:54:52.489Z] #40 9.018 PBCC images/creds.pb-c.c 12:54:52 [2020-07-17T12:54:52.711Z] #17 39.38 Selecting previously unselected package python3-setuptools. 12:54:52 [2020-07-17T12:54:52.711Z] #17 39.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:54:52 [2020-07-17T12:54:52.711Z] #17 39.40 Unpacking python3-setuptools (40.8.0-1) ... 12:54:52 [2020-07-17T12:54:52.790Z] #40 9.028 DEP images/creds.pb-c.d 12:54:52 [2020-07-17T12:54:52.790Z] #40 9.133 PBCC images/utsns.pb-c.c 12:54:52 [2020-07-17T12:54:52.790Z] #40 9.200 DEP images/utsns.pb-c.d 12:54:52 [2020-07-17T12:54:52.790Z] #40 9.252 PBCC images/ipc-desc.pb-c.c 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.63 Selecting previously unselected package python3-wheel. 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.65 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.66 Unpacking python3-wheel (0.32.3-2) ... 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.76 Selecting previously unselected package sudo. 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.78 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... 12:54:52 [2020-07-17T12:54:52.971Z] #17 39.78 Unpacking sudo (1.8.27-1+deb10u2) ... 12:54:53 [2020-07-17T12:54:53.056Z] #39 87.71 CC criu/bfd.o 12:54:53 [2020-07-17T12:54:53.090Z] #40 9.267 PBCC images/ipc-sem.pb-c.c 12:54:53 [2020-07-17T12:54:53.090Z] #40 9.346 DEP images/ipc-desc.pb-c.d 12:54:53 [2020-07-17T12:54:53.090Z] #40 9.499 DEP images/ipc-sem.pb-c.d 12:54:53 [2020-07-17T12:54:53.316Z] #39 88.14 CC criu/bitmap.o 12:54:53 [2020-07-17T12:54:53.367Z] #32 ... 12:54:53 [2020-07-17T12:54:53.367Z] 12:54:53 [2020-07-17T12:54:53.367Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:53 [2020-07-17T12:54:53.367Z] #25 11.81 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.561 PBCC images/ipc-msg.pb-c.c 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.626 DEP images/ipc-msg.pb-c.d 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.773 PBCC images/ipc-shm.pb-c.c 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.790 DEP images/ipc-shm.pb-c.d 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.847 PBCC images/ipc-var.pb-c.c 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.876 DEP images/ipc-var.pb-c.d 12:54:53 [2020-07-17T12:54:53.406Z] #40 9.956 PBCC images/sk-opts.pb-c.c 12:54:53 [2020-07-17T12:54:53.457Z] #45 ... 12:54:53 [2020-07-17T12:54:53.457Z] 12:54:53 [2020-07-17T12:54:53.457Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:53 [2020-07-17T12:54:53.457Z] #52 143.4 + bin/containerd-stress 12:54:53 [2020-07-17T12:54:53.457Z] #52 145.2 + bin/containerd-shim 12:54:53 [2020-07-17T12:54:53.457Z] #52 ... 12:54:53 [2020-07-17T12:54:53.457Z] 12:54:53 [2020-07-17T12:54:53.457Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:53 [2020-07-17T12:54:53.457Z] #45 DONE 172.9s 12:54:53 [2020-07-17T12:54:53.457Z] 12:54:53 [2020-07-17T12:54:53.457Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:53 [2020-07-17T12:54:53.540Z] #17 40.26 Selecting previously unselected package thin-provisioning-tools. 12:54:53 [2020-07-17T12:54:53.540Z] #17 40.27 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... 12:54:53 [2020-07-17T12:54:53.540Z] #17 40.28 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:54:53 [2020-07-17T12:54:53.576Z] #39 88.31 CC criu/cgroup-props.o 12:54:53 [2020-07-17T12:54:53.707Z] #40 9.998 PBCC images/packet-sock.pb-c.c 12:54:53 [2020-07-17T12:54:53.707Z] #40 10.07 DEP images/sk-opts.pb-c.d 12:54:53 [2020-07-17T12:54:53.707Z] #40 10.16 DEP images/packet-sock.pb-c.d 12:54:53 [2020-07-17T12:54:53.730Z] #17 27.33 Selecting previously unselected package python3-minimal. 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.53 Selecting previously unselected package uidmap. 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.55 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.55 Unpacking uidmap (1:4.5-1.1) ... 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.67 Selecting previously unselected package vim-runtime. 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.68 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.74 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:54:53 [2020-07-17T12:54:53.800Z] #17 40.77 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:54:53 [2020-07-17T12:54:53.895Z] #25 12.12 #=#=# 0.6% 1.2% # 2.1% ## 3.1% ## 3.9% ### 4.5% ### 5.1% #### 6.0% #### 6.7% ##### 7.7% ###### 8.9% ####### 10.3% ######## 11.4% ######### 13.1% ########## 14.3% ########### 15.3% ########### 16.4% ############ 17.8% ############# 18.7% ############### 20.9% ################ 22.6% ################# 23.8% ################## 25.1% ################## 26.3% ################### 27.5% #################### 28.6% ##################### 30.0% ####################### 32.0% ######################## 33.7% ######################### 35.2% ########################## 36.6% ########################### 38.0% ############################ 40.1% ############################## 41.9% ############################### 44.0% ## 12:54:53 [2020-07-17T12:54:53.895Z] #25 ... 12:54:53 [2020-07-17T12:54:53.895Z] 12:54:53 [2020-07-17T12:54:53.895Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.01 Selecting previously unselected package protobuf-c-compiler. 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.02 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.06 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.25 Selecting previously unselected package protobuf-compiler. 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.26 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.26 Unpacking protobuf-compiler (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.44 Selecting previously unselected package python-pkg-resources. 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.44 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.46 Unpacking python-pkg-resources (40.8.0-1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.70 Selecting previously unselected package python-six. 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.70 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.71 Unpacking python-six (1.12.0-1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.79 Selecting previously unselected package python-protobuf. 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.80 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 41.81 Unpacking python-protobuf (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 42.40 Setting up python-pkg-resources (40.8.0-1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 45.02 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 45.04 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 45.06 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 45.09 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 45.18 Setting up python-six (1.12.0-1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 46.96 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ... 12:54:53 [2020-07-17T12:54:53.895Z] #38 46.97 Setting up libnl-3-200:arm64 (3.4.0-1) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.02 Setting up libprotobuf17:arm64 (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.04 Setting up libcap-dev:arm64 (1:2.25-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.12 Setting up libprotoc17:arm64 (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.14 Setting up protobuf-compiler (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.16 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.17 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.20 Setting up protobuf-c-compiler (1.3.1-1+b1) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 47.21 Setting up python-protobuf (3.6.1.3-2) ... 12:54:53 [2020-07-17T12:54:53.896Z] #38 ... 12:54:53 [2020-07-17T12:54:53.896Z] 12:54:53 [2020-07-17T12:54:53.896Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:53 [2020-07-17T12:54:53.896Z] #25 12.12 #=#=# 0.6% 1.2% # 2.1% ## 3.1% ## 3.9% ### 4.5% ### 5.1% #### 6.0% #### 6.7% ##### 7.7% ###### 8.9% ####### 10.3% ######## 11.4% ######### 13.1% ########## 14.3% ########### 15.3% ########### 16.4% ############ 17.8% ############# 18.7% ############### 20.9% ################ 22.6% ################# 23.8% ################## 25.1% ################## 26.3% ################### 27.5% #################### 28.6% ##################### 30.0% ####################### 32.0% ######################## 33.7% ######################### 35.2% ########################## 36.6% ########################### 38.0% ############################ 40.1% ############################## 41.9% ############################### 44.0% ################################ 45.7% ################################## 47.9% ######### 12:54:53 [2020-07-17T12:54:53.896Z] #25 ... 12:54:53 [2020-07-17T12:54:53.896Z] 12:54:53 [2020-07-17T12:54:53.896Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:53 [2020-07-17T12:54:53.896Z] #41 41.21 regexp/syntax 12:54:53 [2020-07-17T12:54:53.896Z] #41 41.33 hash/crc32 12:54:53 [2020-07-17T12:54:53.896Z] #41 42.24 time 12:54:53 [2020-07-17T12:54:53.896Z] #41 42.57 vendor/golang.org/x/text/transform 12:54:53 [2020-07-17T12:54:53.896Z] #41 46.54 regexp 12:54:53 [2020-07-17T12:54:53.896Z] #41 47.39 context 12:54:53 [2020-07-17T12:54:53.896Z] #41 47.41 os 12:54:54 [2020-07-17T12:54:54.008Z] #40 10.26 PBCC images/sk-netlink.pb-c.c 12:54:54 [2020-07-17T12:54:54.008Z] #40 10.36 DEP images/sk-netlink.pb-c.d 12:54:54 [2020-07-17T12:54:54.008Z] #40 10.44 PBCC images/sk-inet.pb-c.c 12:54:54 [2020-07-17T12:54:54.008Z] #40 10.51 DEP images/sk-inet.pb-c.d 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.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 ... 23681 files and directories currently installed.) 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.39 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.39 Unpacking python3-minimal (3.7.3-1) ... 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.48 Selecting previously unselected package libmpdec2:amd64. 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.48 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.49 Unpacking libmpdec2:amd64 (2.4.2-2) ... 12:54:54 [2020-07-17T12:54:54.009Z] #17 27.58 Selecting previously unselected package libpython3.7-stdlib:amd64. 12:54:54 [2020-07-17T12:54:54.060Z] #17 40.77 Unpacking vim-runtime (2:8.1.0875-5) ... 12:54:54 [2020-07-17T12:54:54.092Z] #52 ... 12:54:54 [2020-07-17T12:54:54.092Z] 12:54:54 [2020-07-17T12:54:54.092Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:54:54 [2020-07-17T12:54:54.092Z] #46 DONE 0.2s 12:54:54 [2020-07-17T12:54:54.092Z] 12:54:54 [2020-07-17T12:54:54.092Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:54:54 [2020-07-17T12:54:54.092Z] #48 DONE 0.1s 12:54:54 [2020-07-17T12:54:54.092Z] 12:54:54 [2020-07-17T12:54:54.092Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:54:54 [2020-07-17T12:54:54.092Z] #50 DONE 0.2s 12:54:54 [2020-07-17T12:54:54.092Z] 12:54:54 [2020-07-17T12:54:54.092Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:54 [2020-07-17T12:54:54.144Z] #39 89.00 CC criu/cgroup.o 12:54:54 [2020-07-17T12:54:54.159Z] #41 ... 12:54:54 [2020-07-17T12:54:54.159Z] 12:54:54 [2020-07-17T12:54:54.159Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:54 [2020-07-17T12:54:54.266Z] #17 27.59 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.266Z] #17 27.59 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:54:54 [2020-07-17T12:54:54.308Z] #40 10.60 PBCC images/sk-unix.pb-c.c 12:54:54 [2020-07-17T12:54:54.308Z] #40 10.67 DEP images/sk-unix.pb-c.d 12:54:54 [2020-07-17T12:54:54.308Z] #40 10.75 PBCC images/mm.pb-c.c 12:54:54 [2020-07-17T12:54:54.308Z] #40 ... 12:54:54 [2020-07-17T12:54:54.308Z] 12:54:54 [2020-07-17T12:54:54.308Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:54 [2020-07-17T12:54:54.608Z] #53 39.52 Checking out files: 57% (1852/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) 12:54:54 [2020-07-17T12:54:54.608Z] #53 ... 12:54:54 [2020-07-17T12:54:54.608Z] 12:54:54 [2020-07-17T12:54:54.608Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:54 [2020-07-17T12:54:54.608Z] #42 67.72 hash/crc32 12:54:54 [2020-07-17T12:54:54.608Z] #42 71.64 vendor/golang.org/x/text/transform 12:54:54 [2020-07-17T12:54:54.608Z] #42 75.45 time 12:54:54 [2020-07-17T12:54:54.608Z] #42 ... 12:54:54 [2020-07-17T12:54:54.608Z] 12:54:54 [2020-07-17T12:54:54.608Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:54:54 [2020-07-17T12:54:54.713Z] #39 ... 12:54:54 [2020-07-17T12:54:54.713Z] 12:54:54 [2020-07-17T12:54:54.713Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 libcap2-bin is already the newest version (1:2.25-2). 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 The following additional packages will be installed: 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.84 python3.7 python3.7-minimal vim-runtime xxd 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 Suggested packages: 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 Recommended packages: 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 aufs-dkms nftables build-essential python3-dev python3-keyring 12:54:54 [2020-07-17T12:54:54.713Z] #17 20.85 python3-keyrings.alt python3-xdg unzip 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.98 The following NEW packages will be installed: 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:54:54 [2020-07-17T12:54:54.713Z] #17 22.99 xz-utils zip 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.29 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.29 Need to get 28.5 MB of archives. 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.29 After this operation, 116 MB of additional disk space will be used. 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u1 [589 kB] 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u1 [1736 kB] 12:54:54 [2020-07-17T12:54:54.713Z] #17 23.40 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u1 [1734 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u1 [330 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.53 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.54 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.54 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.54 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.54 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.55 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.57 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.58 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.59 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.60 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.60 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.66 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.66 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.66 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 23.66 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.11 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.11 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.12 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.12 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.12 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.12 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.20 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.20 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.20 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.22 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.22 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.23 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.23 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.28 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.29 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.31 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.56 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.60 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 24.65 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.27 debconf: delaying package configuration, since apt-utils is not installed 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.36 Fetched 28.5 MB in 2s (17.6 MB/s) 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.42 Selecting previously unselected package pigz. 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.42 (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 ... 23432 files and directories currently installed.) 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.47 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.48 Unpacking pigz (2.4-1) ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.58 Selecting previously unselected package libpython3.7-minimal:amd64. 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 25.60 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 26.00 Selecting previously unselected package python3.7-minimal. 12:54:54 [2020-07-17T12:54:54.714Z] #17 26.00 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_amd64.deb ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 26.01 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 26.84 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u1) ... 12:54:54 [2020-07-17T12:54:54.714Z] #17 26.86 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:54:54 [2020-07-17T12:54:54.907Z] #53 39.52 Checking out files: 57% (1852/3196) Checking out files: 58% (1854/3196) Checking out files: 59% (1886/3196) Checking out files: 60% (1918/3196) Checking out files: 61% (1950/3196) Checking out files: 62% (1982/3196) Checking out files: 63% (2014/3196) Checking out files: 64% (2046/3196) Checking out files: 65% (2078/3196) Checking out files: 66% (2110/3196) Checking out files: 67% (2142/3196) Checking out files: 68% (2174/3196) Checking out files: 69% (2206/3196) Checking out files: 70% (2238/3196) Checking out files: 71% (2270/3196) Checking out files: 72% (2302/3196) Checking out files: 73% (2334/3196) Checking out files: 74% (2366/3196) Checking out files: 75% (2397/3196) Checking out files: 76% (2429/3196) Checking out files: 77% (2461/3196) Checking out files: 78% (2493/3196) Checking out files: 79% (2525/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:54:54 [2020-07-17T12:54:54.907Z] #53 40.13 + cd /tmp/tmp.Jcgy4oK4Ic/src/github.com/containerd/containerd 12:54:54 [2020-07-17T12:54:54.907Z] #53 40.13 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.54 Selecting previously unselected package python3.7. 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.55 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.56 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.67 Selecting previously unselected package libpython3-stdlib:amd64. 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.68 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.69 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... 12:54:55 [2020-07-17T12:54:55.249Z] #17 28.74 Setting up python3-minimal (3.7.3-1) ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.52 Selecting previously unselected package python3. 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.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 ... 24093 files and directories currently installed.) 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.60 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.61 Unpacking python3 (3.7.3-1) ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.69 Selecting previously unselected package libip4tc0:amd64. 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.70 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.71 Unpacking libip4tc0:amd64 (1.8.2-4) ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.77 Selecting previously unselected package libip6tc0:amd64. 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.78 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.176Z] #17 29.78 Unpacking libip6tc0:amd64 (1.8.2-4) ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.84 Selecting previously unselected package libiptc0:amd64. 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.84 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.85 Unpacking libiptc0:amd64 (1.8.2-4) ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.94 Selecting previously unselected package libnfnetlink0:amd64. 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.96 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 29.96 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 30.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. 12:54:56 [2020-07-17T12:54:56.432Z] #17 30.03 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.432Z] #17 30.04 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:54:56 [2020-07-17T12:54:56.447Z] #53 ... 12:54:56 [2020-07-17T12:54:56.447Z] 12:54:56 [2020-07-17T12:54:56.447Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:56 [2020-07-17T12:54:56.447Z] #31 69.22 internal/syscall/execenv 12:54:56 [2020-07-17T12:54:56.447Z] #31 69.25 time 12:54:56 [2020-07-17T12:54:56.447Z] #31 69.25 internal/syscall/unix 12:54:56 [2020-07-17T12:54:56.447Z] #31 77.18 internal/poll 12:54:56 [2020-07-17T12:54:56.447Z] #31 ... 12:54:56 [2020-07-17T12:54:56.447Z] 12:54:56 [2020-07-17T12:54:56.447Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:56 [2020-07-17T12:54:56.447Z] #40 10.86 DEP images/mm.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 10.93 PBCC images/timerfd.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 10.99 DEP images/timerfd.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.08 PBCC images/timer.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.11 DEP images/timer.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.25 PBCC images/sa.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.34 DEP images/sa.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.47 PBCC images/pipe-data.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.50 DEP images/pipe-data.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.56 PBCC images/mnt.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.61 DEP images/mnt.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.69 PBCC images/sk-packet.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.72 DEP images/sk-packet.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.79 PBCC images/tcp-stream.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.82 DEP images/tcp-stream.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.91 PBCC images/pipe.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 11.98 DEP images/pipe.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.10 PBCC images/pstree.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.12 DEP images/pstree.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.22 PBCC images/fs.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.26 DEP images/fs.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.32 PBCC images/signalfd.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.39 DEP images/signalfd.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.46 PBCC images/fh.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.50 PBCC images/fsnotify.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.59 DEP images/fh.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.64 DEP images/fsnotify.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.70 PBCC images/eventpoll.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.73 DEP images/eventpoll.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.82 PBCC images/eventfd.pb-c.c 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.87 DEP images/eventfd.pb-c.d 12:54:56 [2020-07-17T12:54:56.447Z] #40 12.94 PBCC images/remap-file-path.pb-c.c 12:54:56 [2020-07-17T12:54:56.598Z] #17 ... 12:54:56 [2020-07-17T12:54:56.598Z] 12:54:56 [2020-07-17T12:54:56.598Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:56 [2020-07-17T12:54:56.598Z] #39 94.91 CC criu/cr-restore.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 98.90 CC criu/cr-service.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 100.3 CC criu/crtools.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 101.0 CC criu/eventfd.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 101.3 CC criu/eventpoll.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 102.3 CC criu/external.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 102.6 CC criu/fault-injection.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 102.8 CC criu/fdstore.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 103.2 CC criu/fifo.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 103.7 CC criu/file-ids.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 104.0 CC criu/file-lock.o 12:54:56 [2020-07-17T12:54:56.598Z] #39 104.9 CC criu/files-ext.o 12:54:56 [2020-07-17T12:54:56.621Z] #17 28.89 Selecting previously unselected package python3-minimal. 12:54:56 [2020-07-17T12:54:56.621Z] #17 28.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 ... 23681 files and directories currently installed.) 12:54:56 [2020-07-17T12:54:56.621Z] #17 28.94 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.621Z] #17 28.95 Unpacking python3-minimal (3.7.3-1) ... 12:54:56 [2020-07-17T12:54:56.621Z] #17 29.02 Selecting previously unselected package libmpdec2:amd64. 12:54:56 [2020-07-17T12:54:56.621Z] #17 29.03 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.621Z] #17 29.04 Unpacking libmpdec2:amd64 (2.4.2-2) ... 12:54:56 [2020-07-17T12:54:56.621Z] #17 29.13 Selecting previously unselected package libpython3.7-stdlib:amd64. 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.10 Selecting previously unselected package libnftnl11:amd64. 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.11 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.11 Unpacking libnftnl11:amd64 (1.1.2-2) ... 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.16 Selecting previously unselected package iptables. 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.16 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.688Z] #17 30.17 Unpacking iptables (1.8.2-4) ... 12:54:56 [2020-07-17T12:54:56.745Z] #40 12.99 DEP images/remap-file-path.pb-c.d 12:54:56 [2020-07-17T12:54:56.745Z] #40 13.07 PBCC images/fifo.pb-c.c 12:54:56 [2020-07-17T12:54:56.745Z] #40 13.12 DEP images/fifo.pb-c.d 12:54:56 [2020-07-17T12:54:56.745Z] #40 13.21 PBCC images/ghost-file.pb-c.c 12:54:56 [2020-07-17T12:54:56.745Z] #40 13.25 DEP images/ghost-file.pb-c.d 12:54:56 [2020-07-17T12:54:56.745Z] #40 13.35 PBCC images/regfile.pb-c.c 12:54:56 [2020-07-17T12:54:56.858Z] #39 ... 12:54:56 [2020-07-17T12:54:56.858Z] 12:54:56 [2020-07-17T12:54:56.858Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:54:56 [2020-07-17T12:54:56.858Z] #17 43.61 Selecting previously unselected package vim. 12:54:56 [2020-07-17T12:54:56.858Z] #17 43.61 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.858Z] #17 43.64 Unpacking vim (2:8.1.0875-5) ... 12:54:56 [2020-07-17T12:54:56.926Z] #17 29.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.926Z] #17 29.14 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:54:56 [2020-07-17T12:54:56.944Z] #17 30.45 Selecting previously unselected package xxd. 12:54:56 [2020-07-17T12:54:56.944Z] #17 30.46 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... 12:54:56 [2020-07-17T12:54:56.944Z] #17 30.46 Unpacking xxd (2:8.1.0875-5) ... 12:54:57 [2020-07-17T12:54:57.044Z] #40 13.41 DEP images/regfile.pb-c.d 12:54:57 [2020-07-17T12:54:57.044Z] #40 13.48 PBCC images/ns.pb-c.c 12:54:57 [2020-07-17T12:54:57.044Z] #40 13.51 DEP images/ns.pb-c.d 12:54:57 [2020-07-17T12:54:57.044Z] #40 13.58 PBCC images/fdinfo.pb-c.c 12:54:57 [2020-07-17T12:54:57.243Z] #17 30.56 Selecting previously unselected package vim-common. 12:54:57 [2020-07-17T12:54:57.243Z] #17 30.57 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:54:57 [2020-07-17T12:54:57.243Z] #17 30.60 Unpacking vim-common (2:8.1.0875-5) ... 12:54:57 [2020-07-17T12:54:57.243Z] #17 30.78 Selecting previously unselected package bash-completion. 12:54:57 [2020-07-17T12:54:57.243Z] #17 30.79 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:54:57 [2020-07-17T12:54:57.343Z] #40 13.71 DEP images/fdinfo.pb-c.d 12:54:57 [2020-07-17T12:54:57.343Z] #40 13.77 PBCC images/core-aarch64.pb-c.c 12:54:57 [2020-07-17T12:54:57.343Z] #40 13.81 PBCC images/core-arm.pb-c.c 12:54:57 [2020-07-17T12:54:57.343Z] #40 13.88 PBCC images/core-ppc64.pb-c.c 12:54:57 [2020-07-17T12:54:57.343Z] #40 13.94 PBCC images/core-s390.pb-c.c 12:54:57 [2020-07-17T12:54:57.343Z] #40 ... 12:54:57 [2020-07-17T12:54:57.343Z] 12:54:57 [2020-07-17T12:54:57.343Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.62 Selecting previously unselected package gcc-mingw-w64-base. 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.66 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.67 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.78 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.79 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... 12:54:57 [2020-07-17T12:54:57.343Z] #11 70.80 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:54:57 [2020-07-17T12:54:57.427Z] #17 44.20 Selecting previously unselected package xfsprogs. 12:54:57 [2020-07-17T12:54:57.428Z] #17 44.20 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... 12:54:57 [2020-07-17T12:54:57.428Z] #17 44.20 Unpacking xfsprogs (4.20.0-1) ... 12:54:57 [2020-07-17T12:54:57.602Z] #52 150.1 + bin/containerd-shim-runc-v1 12:54:57 [2020-07-17T12:54:57.642Z] #11 ... 12:54:57 [2020-07-17T12:54:57.642Z] 12:54:57 [2020-07-17T12:54:57.642Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:54:57 [2020-07-17T12:54:57.642Z] #40 14.04 PBCC images/core-x86.pb-c.c 12:54:57 [2020-07-17T12:54:57.642Z] #40 14.11 PBCC images/core.pb-c.c 12:54:57 [2020-07-17T12:54:57.642Z] #40 14.17 PBCC images/inventory.pb-c.c 12:54:57 [2020-07-17T12:54:57.642Z] #40 14.24 DEP images/core-aarch64.pb-c.d 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.09 Selecting previously unselected package python3.7. 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.09 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_amd64.deb ... 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.10 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.28 Selecting previously unselected package libpython3-stdlib:amd64. 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.28 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... 12:54:57 [2020-07-17T12:54:57.872Z] #17 30.29 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... 12:54:57 [2020-07-17T12:54:57.942Z] #40 14.27 DEP images/core-arm.pb-c.d 12:54:57 [2020-07-17T12:54:57.942Z] #40 14.34 DEP images/core-ppc64.pb-c.d 12:54:57 [2020-07-17T12:54:57.942Z] #40 14.41 DEP images/core-s390.pb-c.d 12:54:57 [2020-07-17T12:54:57.942Z] #40 14.45 DEP images/core-x86.pb-c.d 12:54:57 [2020-07-17T12:54:57.996Z] #17 44.73 Selecting previously unselected package zip. 12:54:57 [2020-07-17T12:54:57.996Z] #17 44.74 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... 12:54:57 [2020-07-17T12:54:57.996Z] #17 44.75 Unpacking zip (3.0-11+b1) ... 12:54:58 [2020-07-17T12:54:58.135Z] #17 30.42 Setting up python3-minimal (3.7.3-1) ... 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.50 DEP images/core.pb-c.d 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.57 DEP images/inventory.pb-c.d 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.61 PBCC images/cpuinfo.pb-c.c 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.63 DEP images/cpuinfo.pb-c.d 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.68 PBCC images/stats.pb-c.c 12:54:58 [2020-07-17T12:54:58.241Z] #40 14.71 DEP images/stats.pb-c.d 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.93 Setting up aufs-tools (1:4.14+20190211-1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.95 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.96 Setting up libip6tc0:amd64 (1.8.2-4) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.97 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.98 Setting up libgpm2:amd64 (1.20.7-5) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 44.99 Setting up libip4tc0:amd64 (1.8.2-4) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.01 Setting up uidmap (1:4.5-1.1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.02 Setting up libnftnl11:amd64 (1.1.2-2) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.03 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.04 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.04 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.05 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.06 Setting up xxd (2:8.1.0875-5) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.07 Setting up zip (3.0-11+b1) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.08 Setting up vim-common (2:8.1.0875-5) ... 12:54:58 [2020-07-17T12:54:58.256Z] #17 45.12 Setting up bash-completion (1:2.8-6) ... 12:54:58 [2020-07-17T12:54:58.375Z] #25 12.12 #=#=# 0.6% 1.2% # 2.1% ## 3.1% ## 3.9% ### 4.5% ### 5.1% #### 6.0% #### 6.7% ##### 7.7% ###### 8.9% ####### 10.3% ######## 11.4% ######### 13.1% ########## 14.3% ########### 15.3% ########### 16.4% ############ 17.8% ############# 18.7% ############### 20.9% ################ 22.6% ################# 23.8% ################## 25.1% ################## 26.3% ################### 27.5% #################### 28.6% ##################### 30.0% ####################### 32.0% ######################## 33.7% ######################### 35.2% ########################## 36.6% ########################### 38.0% ############################ 40.1% ############################## 41.9% ############################### 44.0% ################################ 45.7% ################################## 47.9% ################################### 49.6% #################################### 51.0% ##################################### 52.1% ##################################### 52.7% ###################################### 53.5% ####################################### 55.1% ######################################## 55.7% ######################################### 57.3% ######################################### 58.3% ########################################## 59.7% ########################################## 59.7% ########################################### 60.9% ############################################ 61.5% ############################################# 62.8% ############################################# 63.4% ############################################## 65.1% ############################################### 66.5% ################################################# 68.7% ################################################# 69.1% ################################################### 71.3% ################################################### 71.3% #################################################### 73.3% ##################################################### 74.7% ###################################################### 75.1% ####################################################### 76.7% ######################################################## 78.9% ######################################################### 80.2% ########################################################### 82.2% ############################################################ 84.5% ############################################################## 86.3% ############################################################## 87.3% ############################################################### 88.1% ################################################################ 89.6% ################################################################# 91.5% ## 12:54:58 [2020-07-17T12:54:58.375Z] #25 ... 12:54:58 [2020-07-17T12:54:58.375Z] 12:54:58 [2020-07-17T12:54:58.375Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:58 [2020-07-17T12:54:58.375Z] #47 45.56 regexp 12:54:58 [2020-07-17T12:54:58.375Z] #47 48.43 context 12:54:58 [2020-07-17T12:54:58.375Z] #47 48.47 path/filepath 12:54:58 [2020-07-17T12:54:58.375Z] #47 48.76 mvdan.cc/sh/v3/fileutil 12:54:58 [2020-07-17T12:54:58.375Z] #47 51.69 go/token 12:54:58 [2020-07-17T12:54:58.375Z] #47 51.69 encoding/binary 12:54:58 [2020-07-17T12:54:58.375Z] #47 51.69 flag 12:54:58 [2020-07-17T12:54:58.375Z] #47 51.70 github.com/pkg/diff 12:54:58 [2020-07-17T12:54:58.375Z] #47 52.74 go/scanner 12:54:58 [2020-07-17T12:54:58.375Z] #47 52.95 mvdan.cc/editorconfig 12:54:58 [2020-07-17T12:54:58.375Z] #47 54.05 mvdan.cc/sh/v3/syntax 12:54:58 [2020-07-17T12:54:58.375Z] #47 54.11 encoding/base64 12:54:58 [2020-07-17T12:54:58.375Z] #47 54.42 go/ast 12:54:58 [2020-07-17T12:54:58.375Z] #47 55.00 encoding/json 12:54:58 [2020-07-17T12:54:58.375Z] #47 55.27 golang.org/x/sys/unix 12:54:58 [2020-07-17T12:54:58.640Z] #47 ... 12:54:58 [2020-07-17T12:54:58.640Z] 12:54:58 [2020-07-17T12:54:58.640Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:54:58 [2020-07-17T12:54:58.905Z] #25 12.12 #=#=# 0.6% 1.2% # 2.1% ## 3.1% ## 3.9% ### 4.5% ### 5.1% #### 6.0% #### 6.7% ##### 7.7% ###### 8.9% ####### 10.3% ######## 11.4% ######### 13.1% ########## 14.3% ########### 15.3% ########### 16.4% ############ 17.8% ############# 18.7% ############### 20.9% ################ 22.6% ################# 23.8% ################## 25.1% ################## 26.3% ################### 27.5% #################### 28.6% ##################### 30.0% ####################### 32.0% ######################## 33.7% ######################### 35.2% ########################## 36.6% ########################### 38.0% ############################ 40.1% ############################## 41.9% ############################### 44.0% ################################ 45.7% ################################## 47.9% ################################### 49.6% #################################### 51.0% ##################################### 52.1% ##################################### 52.7% ###################################### 53.5% ####################################### 55.1% ######################################## 55.7% ######################################### 57.3% ######################################### 58.3% ########################################## 59.7% ########################################## 59.7% ########################################### 60.9% ############################################ 61.5% ############################################# 62.8% ############################################# 63.4% ############################################## 65.1% ############################################### 66.5% ################################################# 68.7% ################################################# 69.1% ################################################### 71.3% ################################################### 71.3% #################################################### 73.3% ##################################################### 74.7% ###################################################### 75.1% ####################################################### 76.7% ######################################################## 78.9% ######################################################### 80.2% ########################################################### 82.2% ############################################################ 84.5% ############################################################## 86.3% ############################################################## 87.3% ############################################################### 88.1% ################################################################ 89.6% ################################################################# 91.5% ################################################################### 93.4% #################################################################### 95.2% #################################################################### 95.7% ###################################################################### 97.3% ######################################################################## 100.0% 12:54:58 [2020-07-17T12:54:58.977Z] #17 31.28 Selecting previously unselected package python3. 12:54:58 [2020-07-17T12:54:58.977Z] #17 31.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 ... 24093 files and directories currently installed.) 12:54:58 [2020-07-17T12:54:58.977Z] #17 31.39 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... 12:54:58 [2020-07-17T12:54:58.977Z] #17 31.41 Unpacking python3 (3.7.3-1) ... 12:54:59 [2020-07-17T12:54:59.107Z] #52 152.2 + bin/containerd-shim-runc-v2 12:54:59 [2020-07-17T12:54:59.170Z] #25 21.08 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.51 Selecting previously unselected package libip4tc0:amd64. 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.54 Unpacking libip4tc0:amd64 (1.8.2-4) ... 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.61 Selecting previously unselected package libip6tc0:amd64. 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.63 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.63 Unpacking libip6tc0:amd64 (1.8.2-4) ... 12:54:59 [2020-07-17T12:54:59.237Z] #17 31.71 Selecting previously unselected package libiptc0:amd64. 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.74 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.74 Unpacking libiptc0:amd64 (1.8.2-4) ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.82 Selecting previously unselected package libnfnetlink0:amd64. 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.83 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.83 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.89 Selecting previously unselected package libnetfilter-conntrack3:amd64. 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.91 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 31.99 Selecting previously unselected package libnftnl11:amd64. 12:54:59 [2020-07-17T12:54:59.496Z] #17 32.00 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.496Z] #17 32.01 Unpacking libnftnl11:amd64 (1.1.2-2) ... 12:54:59 [2020-07-17T12:54:59.507Z] #25 ... 12:54:59 [2020-07-17T12:54:59.507Z] 12:54:59 [2020-07-17T12:54:59.507Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:54:59 [2020-07-17T12:54:59.507Z] #30 46.60 os 12:54:59 [2020-07-17T12:54:59.507Z] #30 47.87 path/filepath 12:54:59 [2020-07-17T12:54:59.507Z] #30 48.14 internal/fmtsort 12:54:59 [2020-07-17T12:54:59.507Z] #30 48.69 fmt 12:54:59 [2020-07-17T12:54:59.507Z] #30 49.26 io/ioutil 12:54:59 [2020-07-17T12:54:59.507Z] #30 51.09 github.com/BurntSushi/toml 12:54:59 [2020-07-17T12:54:59.507Z] #30 51.10 log 12:54:59 [2020-07-17T12:54:59.507Z] #30 51.11 flag 12:54:59 [2020-07-17T12:54:59.507Z] #30 53.88 github.com/BurntSushi/toml/cmd/tomlv 12:54:59 [2020-07-17T12:54:59.507Z] #30 ... 12:54:59 [2020-07-17T12:54:59.507Z] 12:54:59 [2020-07-17T12:54:59.507Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:54:59 [2020-07-17T12:54:59.507Z] #41 51.35 github.com/LK4D4/vndr/versioned 12:54:59 [2020-07-17T12:54:59.507Z] #41 51.49 internal/lazyregexp 12:54:59 [2020-07-17T12:54:59.507Z] #41 51.55 net 12:54:59 [2020-07-17T12:54:59.507Z] #41 51.56 os/exec 12:54:59 [2020-07-17T12:54:59.507Z] #41 54.30 encoding/base64 12:54:59 [2020-07-17T12:54:59.507Z] #41 54.30 crypto/cipher 12:54:59 [2020-07-17T12:54:59.507Z] #41 54.55 go/ast 12:54:59 [2020-07-17T12:54:59.507Z] #41 55.28 net/url 12:54:59 [2020-07-17T12:54:59.507Z] #41 56.23 text/template/parse 12:54:59 [2020-07-17T12:54:59.756Z] #17 32.10 Selecting previously unselected package iptables. 12:54:59 [2020-07-17T12:54:59.756Z] #17 32.11 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... 12:54:59 [2020-07-17T12:54:59.756Z] #17 32.13 Unpacking iptables (1.8.2-4) ... 12:54:59 [2020-07-17T12:54:59.839Z] #17 33.27 Unpacking bash-completion (1:2.8-6) ... 12:55:00 [2020-07-17T12:55:00.016Z] #17 32.45 Selecting previously unselected package xxd. 12:55:00 [2020-07-17T12:55:00.016Z] #17 32.48 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.016Z] #17 32.49 Unpacking xxd (2:8.1.0875-5) ... 12:55:00 [2020-07-17T12:55:00.094Z] #17 33.66 Selecting previously unselected package bzip2. 12:55:00 [2020-07-17T12:55:00.094Z] #17 33.67 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.094Z] #17 33.68 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:55:00 [2020-07-17T12:55:00.107Z] #41 57.36 encoding/json 12:55:00 [2020-07-17T12:55:00.139Z] #52 152.8 + binaries 12:55:00 [2020-07-17T12:55:00.139Z] #52 152.8 + install -D bin/containerd /build/containerd 12:55:00 [2020-07-17T12:55:00.139Z] #52 152.9 + install -D bin/containerd-shim /build/containerd-shim 12:55:00 [2020-07-17T12:55:00.139Z] #52 152.9 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:55:00 [2020-07-17T12:55:00.139Z] #52 152.9 + install -D bin/ctr /build/ctr 12:55:00 [2020-07-17T12:55:00.139Z] #52 DONE 153.2s 12:55:00 [2020-07-17T12:55:00.275Z] #17 32.60 Selecting previously unselected package vim-common. 12:55:00 [2020-07-17T12:55:00.275Z] #17 32.62 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:55:00 [2020-07-17T12:55:00.275Z] #17 32.65 Unpacking vim-common (2:8.1.0875-5) ... 12:55:00 [2020-07-17T12:55:00.350Z] #17 33.76 Selecting previously unselected package xz-utils. 12:55:00 [2020-07-17T12:55:00.350Z] #17 33.77 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.350Z] #17 33.78 Unpacking xz-utils (5.2.4-1) ... 12:55:00 [2020-07-17T12:55:00.350Z] #17 33.95 Selecting previously unselected package apparmor. 12:55:00 [2020-07-17T12:55:00.350Z] #17 33.96 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.362Z] #40 16.37 make[1]: Nothing to be done for 'all'. 12:55:00 [2020-07-17T12:55:00.380Z] #41 ... 12:55:00 [2020-07-17T12:55:00.381Z] 12:55:00 [2020-07-17T12:55:00.381Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:55:00 [2020-07-17T12:55:00.381Z] #25 22.42 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 12:55:00 [2020-07-17T12:55:00.535Z] #17 32.81 Selecting previously unselected package bash-completion. 12:55:00 [2020-07-17T12:55:00.535Z] #17 32.81 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:55:00 [2020-07-17T12:55:00.606Z] #17 34.03 Unpacking apparmor (2.13.2-10) ... 12:55:00 [2020-07-17T12:55:00.687Z] #25 22.79 12:55:00 [2020-07-17T12:55:00.861Z] #17 34.36 Selecting previously unselected package aufs-tools. 12:55:00 [2020-07-17T12:55:00.862Z] #17 34.36 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.862Z] #17 34.37 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:55:00 [2020-07-17T12:55:00.862Z] #17 34.51 Selecting previously unselected package libonig5:amd64. 12:55:00 [2020-07-17T12:55:00.862Z] #17 34.51 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... 12:55:00 [2020-07-17T12:55:00.862Z] #17 34.53 Unpacking libonig5:amd64 (6.9.1-1) ... 12:55:01 [2020-07-17T12:55:01.080Z] #25 22.96 ######################## 34.0% ######################################################################## 100.0% 12:55:01 [2020-07-17T12:55:01.080Z] #25 23.18 12:55:01 [2020-07-17T12:55:01.117Z] #17 34.66 Selecting previously unselected package libjq1:amd64. 12:55:01 [2020-07-17T12:55:01.117Z] #17 34.67 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:55:01 [2020-07-17T12:55:01.117Z] #17 34.68 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:55:01 [2020-07-17T12:55:01.171Z] 12:55:01 [2020-07-17T12:55:01.171Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:55:01 [2020-07-17T12:55:01.171Z] #53 DONE 0.3s 12:55:01 [2020-07-17T12:55:01.171Z] 12:55:01 [2020-07-17T12:55:01.171Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.80 Selecting previously unselected package jq. 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.82 Unpacking jq (1.5+dfsg-2+b1) ... 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.92 Selecting previously unselected package libaio1:amd64. 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... 12:55:01 [2020-07-17T12:55:01.374Z] #17 34.94 Unpacking libaio1:amd64 (0.3.112-3) ... 12:55:01 [2020-07-17T12:55:01.374Z] #17 35.01 Selecting previously unselected package libgpm2:amd64. 12:55:01 [2020-07-17T12:55:01.374Z] #17 35.01 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... 12:55:01 [2020-07-17T12:55:01.462Z] #57 DONE 0.2s 12:55:01 [2020-07-17T12:55:01.462Z] 12:55:01 [2020-07-17T12:55:01.462Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.68 Setting up libiptc0:amd64 (1.8.2-4) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.69 Setting up xz-utils (5.2.4-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.72 Setting up sudo (1.8.27-1+deb10u2) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.78 invoke-rc.d: could not determine current runlevel 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.79 invoke-rc.d: policy-rc.d denied execution of start. 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.80 Setting up pigz (2.4-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.81 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.82 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.84 Setting up python-pip-whl (18.1-5) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.85 Setting up libmpdec2:amd64 (2.4.2-2) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 47.87 Setting up vim-runtime (2:8.1.0875-5) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.21 Setting up libaio1:amd64 (0.3.112-3) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.22 Setting up libonig5:amd64 (6.9.1-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.23 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.24 Setting up vim (2:8.1.0875-5) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.33 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.34 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.36 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.37 Setting up jq (1.5+dfsg-2+b1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.38 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... 12:55:01 [2020-07-17T12:55:01.549Z] #17 48.39 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:55:01 [2020-07-17T12:55:01.630Z] #17 35.06 Unpacking libgpm2:amd64 (1.20.7-5) ... 12:55:01 [2020-07-17T12:55:01.630Z] #17 35.13 Selecting previously unselected package libicu63:amd64. 12:55:01 [2020-07-17T12:55:01.630Z] #17 35.13 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... 12:55:01 [2020-07-17T12:55:01.630Z] #17 35.14 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:55:01 [2020-07-17T12:55:01.752Z] #59 DONE 0.2s 12:55:01 [2020-07-17T12:55:01.752Z] 12:55:01 [2020-07-17T12:55:01.752Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:55:01 [2020-07-17T12:55:01.752Z] #61 DONE 0.1s 12:55:01 [2020-07-17T12:55:01.752Z] 12:55:01 [2020-07-17T12:55:01.752Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:55:01 [2020-07-17T12:55:01.752Z] #62 DONE 0.1s 12:55:01 [2020-07-17T12:55:01.752Z] 12:55:01 [2020-07-17T12:55:01.752Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker 12:55:01 [2020-07-17T12:55:01.909Z] #40 18.36 CC images/stats.o 12:55:02 [2020-07-17T12:55:02.208Z] #40 ... 12:55:02 [2020-07-17T12:55:02.208Z] 12:55:02 [2020-07-17T12:55:02.208Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:02 [2020-07-17T12:55:02.208Z] #48 75.41 time 12:55:02 [2020-07-17T12:55:02.208Z] #48 79.05 regexp 12:55:02 [2020-07-17T12:55:02.494Z] #25 24.40 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 12:55:02 [2020-07-17T12:55:02.494Z] #25 ... 12:55:02 [2020-07-17T12:55:02.494Z] 12:55:02 [2020-07-17T12:55:02.494Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:02 [2020-07-17T12:55:02.494Z] #10 49.43 Selecting previously unselected package mingw-w64-x86-64-dev. 12:55:02 [2020-07-17T12:55:02.494Z] #10 49.44 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... 12:55:02 [2020-07-17T12:55:02.494Z] #10 49.45 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... 12:55:02 [2020-07-17T12:55:02.507Z] #48 ... 12:55:02 [2020-07-17T12:55:02.508Z] 12:55:02 [2020-07-17T12:55:02.508Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:02 [2020-07-17T12:55:02.508Z] #31 79.90 os 12:55:02 [2020-07-17T12:55:02.508Z] #31 81.26 internal/fmtsort 12:55:02 [2020-07-17T12:55:02.508Z] #31 82.92 fmt 12:55:02 [2020-07-17T12:55:02.508Z] #31 82.93 path/filepath 12:55:02 [2020-07-17T12:55:02.508Z] #31 84.60 io/ioutil 12:55:02 [2020-07-17T12:55:02.508Z] #31 ... 12:55:02 [2020-07-17T12:55:02.508Z] 12:55:02 [2020-07-17T12:55:02.508Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:02 [2020-07-17T12:55:02.508Z] #40 18.93 CC images/core.o 12:55:02 [2020-07-17T12:55:02.756Z] #10 ... 12:55:02 [2020-07-17T12:55:02.756Z] 12:55:02 [2020-07-17T12:55:02.756Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:55:02 [2020-07-17T12:55:02.756Z] #25 24.73 12:55:02 [2020-07-17T12:55:02.784Z] #63 DONE 0.8s 12:55:02 [2020-07-17T12:55:02.784Z] 12:55:02 [2020-07-17T12:55:02.784Z] #64 exporting to image 12:55:02 [2020-07-17T12:55:02.784Z] #64 exporting layers 12:55:02 [2020-07-17T12:55:02.996Z] #17 ... 12:55:02 [2020-07-17T12:55:02.996Z] 12:55:02 [2020-07-17T12:55:02.996Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:02 [2020-07-17T12:55:02.996Z] #39 87.15 CC criu/cgroup.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 89.91 CC criu/clone-noasan.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 90.09 CC criu/config.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 91.25 CC criu/cr-check.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 92.88 CC criu/cr-dedup.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 93.26 CC criu/cr-dump.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 95.18 CC criu/cr-errno.o 12:55:02 [2020-07-17T12:55:02.996Z] #39 95.29 CC criu/cr-restore.o 12:55:03 [2020-07-17T12:55:03.071Z] #17 35.29 Unpacking bash-completion (1:2.8-6) ... 12:55:03 [2020-07-17T12:55:03.164Z] #40 19.67 CC images/core-x86.o 12:55:03 [2020-07-17T12:55:03.280Z] #25 25.08 #=#=# 0.8% ######################################################################## 100.0% 12:55:03 [2020-07-17T12:55:03.280Z] #25 25.38 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.69 Selecting previously unselected package bzip2. 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.69 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.70 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.78 Selecting previously unselected package xz-utils. 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.78 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... 12:55:03 [2020-07-17T12:55:03.331Z] #17 35.80 Unpacking xz-utils (5.2.4-1) ... 12:55:03 [2020-07-17T12:55:03.590Z] #17 35.96 Selecting previously unselected package apparmor. 12:55:03 [2020-07-17T12:55:03.590Z] #17 35.96 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... 12:55:03 [2020-07-17T12:55:03.590Z] #17 36.03 Unpacking apparmor (2.13.2-10) ... 12:55:03 [2020-07-17T12:55:03.817Z] #40 20.27 CC images/core-arm.o 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.35 Selecting previously unselected package aufs-tools. 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.36 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.36 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.47 Selecting previously unselected package libonig5:amd64. 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.47 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.109Z] #17 36.48 Unpacking libonig5:amd64 (6.9.1-1) ... 12:55:04 [2020-07-17T12:55:04.114Z] #40 20.63 CC images/core-aarch64.o 12:55:04 [2020-07-17T12:55:04.233Z] #25 26.39 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 12:55:04 [2020-07-17T12:55:04.233Z] #25 26.45 skipping existing 9a99313a2c50 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.62 Selecting previously unselected package libjq1:amd64. 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.62 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.63 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.74 Selecting previously unselected package jq. 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.74 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.75 Unpacking jq (1.5+dfsg-2+b1) ... 12:55:04 [2020-07-17T12:55:04.368Z] #17 36.83 Selecting previously unselected package libaio1:amd64. 12:55:04 [2020-07-17T12:55:04.495Z] #25 26.53 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.84 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.84 Unpacking libaio1:amd64 (0.3.112-3) ... 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.91 Selecting previously unselected package libgpm2:amd64. 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.92 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.93 Unpacking libgpm2:amd64 (1.20.7-5) ... 12:55:04 [2020-07-17T12:55:04.628Z] #17 36.99 Selecting previously unselected package libicu63:amd64. 12:55:04 [2020-07-17T12:55:04.628Z] #17 37.01 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.628Z] #17 37.02 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... 12:55:04 [2020-07-17T12:55:04.776Z] #40 21.10 CC images/core-ppc64.o 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.17 Setting up iptables (1.8.2-4) ... 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.20 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.22 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.23 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.24 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.25 Setting up python3 (3.7.3-1) ... 12:55:04 [2020-07-17T12:55:04.842Z] #17 51.66 Setting up python3-wheel (0.32.3-2) ... 12:55:04 [2020-07-17T12:55:04.929Z] #39 ... 12:55:04 [2020-07-17T12:55:04.929Z] 12:55:04 [2020-07-17T12:55:04.929Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.45 Selecting previously unselected package libnet1:amd64. 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.46 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.47 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.57 Selecting previously unselected package libnl-3-200:amd64. 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.57 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... 12:55:04 [2020-07-17T12:55:04.929Z] #17 38.57 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:55:05 [2020-07-17T12:55:05.071Z] #25 ... 12:55:05 [2020-07-17T12:55:05.071Z] 12:55:05 [2020-07-17T12:55:05.071Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:55:05 [2020-07-17T12:55:05.071Z] #38 52.15 Setting up libnl-3-dev:arm64 (3.4.0-1) ... 12:55:05 [2020-07-17T12:55:05.071Z] #38 53.42 Processing triggers for libc-bin (2.28-10) ... 12:55:05 [2020-07-17T12:55:05.071Z] #38 ... 12:55:05 [2020-07-17T12:55:05.071Z] 12:55:05 [2020-07-17T12:55:05.071Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:05 [2020-07-17T12:55:05.071Z] #52 23.74 Checking out files: 79% (2537/3196) Checking out files: 80% (2557/3196) Checking out files: 81% (2589/3196) Checking out files: 82% (2621/3196) Checking out files: 83% (2653/3196) Checking out files: 84% (2685/3196) Checking out files: 85% (2717/3196) Checking out files: 86% (2749/3196) Checking out files: 87% (2781/3196) Checking out files: 88% (2813/3196) Checking out files: 89% (2845/3196) Checking out files: 90% (2877/3196) Checking out files: 91% (2909/3196) Checking out files: 92% (2941/3196) Checking out files: 93% (2973/3196) Checking out files: 94% (3005/3196) Checking out files: 95% (3037/3196) Checking out files: 96% (3069/3196) Checking out files: 97% (3101/3196) Checking out files: 98% (3133/3196) Checking out files: 99% (3165/3196) Checking out files: 100% (3196/3196) Checking out files: 100% (3196/3196), done. 12:55:05 [2020-07-17T12:55:05.071Z] #52 24.24 + cd /tmp/tmp.Eo1xNdUfmB/src/github.com/containerd/containerd 12:55:05 [2020-07-17T12:55:05.071Z] #52 24.24 + git checkout -q be75852b8d7849474a20192f9ed1bf34fdd454f1 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + export 'BUILDTAGS=netgo osusergo static_build' 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + BUILDTAGS='netgo osusergo static_build' 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + export EXTRA_FLAGS=-buildmode=pie 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + EXTRA_FLAGS=-buildmode=pie 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + '[' '' = dynamic ']' 12:55:05 [2020-07-17T12:55:05.071Z] #52 25.48 + make 12:55:05 [2020-07-17T12:55:05.101Z] #17 ... 12:55:05 [2020-07-17T12:55:05.101Z] 12:55:05 [2020-07-17T12:55:05.101Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.64 Selecting previously unselected package libprotobuf-c1:amd64. 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.65 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.66 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.72 Selecting previously unselected package libreadline5:amd64. 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.73 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... 12:55:05 [2020-07-17T12:55:05.186Z] #17 38.74 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:55:05 [2020-07-17T12:55:05.363Z] #36 180.9 + dpkg --print-architecture 12:55:05 [2020-07-17T12:55:05.363Z] #36 180.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 12:55:05 [2020-07-17T12:55:05.363Z] #36 181.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 12:55:05 [2020-07-17T12:55:05.363Z] #36 181.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 12:55:05 [2020-07-17T12:55:05.423Z] #40 21.88 CC images/core-s390.o 12:55:05 [2020-07-17T12:55:05.441Z] #17 38.84 Selecting previously unselected package net-tools. 12:55:05 [2020-07-17T12:55:05.441Z] #17 38.86 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... 12:55:05 [2020-07-17T12:55:05.441Z] #17 38.86 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:55:05 [2020-07-17T12:55:05.441Z] #17 39.04 Selecting previously unselected package python-pip-whl. 12:55:05 [2020-07-17T12:55:05.441Z] #17 39.06 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:55:05 [2020-07-17T12:55:05.441Z] #17 39.06 Unpacking python-pip-whl (18.1-5) ... 12:55:05 [2020-07-17T12:55:05.509Z] #64 exporting layers 2.5s done 12:55:05 [2020-07-17T12:55:05.509Z] #64 writing image sha256:0868c9eb0eb1b87017b8b34e951c3a0aae115e36a594157c71643b989aef1b5a done 12:55:05 [2020-07-17T12:55:05.509Z] #64 naming to docker.io/library/docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d done 12:55:05 [2020-07-17T12:55:05.509Z] #64 DONE 2.5s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 12:55:05 [2020-07-17T12:55:05.662Z] #52 26.45 + bin/ctr 12:55:05 [2020-07-17T12:55:05.941Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/test/unit 12:55:06 [2020-07-17T12:55:06.046Z] #17 39.59 Selecting previously unselected package python3-lib2to3. 12:55:06 [2020-07-17T12:55:06.046Z] #17 39.61 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:55:06 [2020-07-17T12:55:06.046Z] #17 39.62 Unpacking python3-lib2to3 (3.7.3-1) ... 12:55:06 [2020-07-17T12:55:06.301Z] #17 39.74 Selecting previously unselected package python3-distutils. 12:55:06 [2020-07-17T12:55:06.301Z] #17 39.76 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:55:06 [2020-07-17T12:55:06.301Z] #17 39.77 Unpacking python3-distutils (3.7.3-1) ... 12:55:06 [2020-07-17T12:55:06.301Z] #17 39.88 Selecting previously unselected package python3-pip. 12:55:06 [2020-07-17T12:55:06.476Z] #40 22.70 CC images/cpuinfo.o 12:55:06 [2020-07-17T12:55:06.534Z] #17 ... 12:55:06 [2020-07-17T12:55:06.534Z] 12:55:06 [2020-07-17T12:55:06.534Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:06 [2020-07-17T12:55:06.534Z] #39 91.43 CC criu/clone-noasan.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 91.58 CC criu/config.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 92.72 CC criu/cr-check.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 94.18 CC criu/cr-dedup.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 94.58 CC criu/cr-dump.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 96.47 CC criu/cr-errno.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 96.55 CC criu/cr-restore.o 12:55:06 [2020-07-17T12:55:06.534Z] #39 100.7 CC criu/cr-service.o 12:55:06 [2020-07-17T12:55:06.557Z] #17 39.88 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:55:06 [2020-07-17T12:55:06.557Z] #17 39.89 Unpacking python3-pip (18.1-5) ... 12:55:06 [2020-07-17T12:55:06.557Z] #17 40.05 Selecting previously unselected package python3-pkg-resources. 12:55:06 [2020-07-17T12:55:06.557Z] #17 40.06 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:55:06 [2020-07-17T12:55:06.557Z] #17 40.07 Unpacking python3-pkg-resources (40.8.0-1) ... 12:55:06 [2020-07-17T12:55:06.618Z] #52 ... 12:55:06 [2020-07-17T12:55:06.619Z] 12:55:06 [2020-07-17T12:55:06.619Z] #25 [frozen-images 3/3] RUN /download-frozen-image-v2.sh /build buil... 12:55:06 [2020-07-17T12:55:06.619Z] #25 27.88 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.23 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.42 ######################################################################## 100.0% 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.54 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.59 Download of images into '/build' complete. 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.59 Use something like the following to load the result into a Docker daemon: 12:55:06 [2020-07-17T12:55:06.619Z] #25 28.60 tar -cC '/build' . | docker load 12:55:06 [2020-07-17T12:55:06.619Z] #25 DONE 28.7s 12:55:06 [2020-07-17T12:55:06.619Z] 12:55:06 [2020-07-17T12:55:06.619Z] #38 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... 12:55:06 [2020-07-17T12:55:06.619Z] #38 DONE 63.9s 12:55:06 [2020-07-17T12:55:06.619Z] 12:55:06 [2020-07-17T12:55:06.619Z] #32 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:55:06 [2020-07-17T12:55:06.619Z] #32 DONE 63.9s 12:55:06 [2020-07-17T12:55:06.619Z] 12:55:06 [2020-07-17T12:55:06.619Z] #30 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:06 [2020-07-17T12:55:06.619Z] #30 DONE 63.9s 12:55:06 [2020-07-17T12:55:06.773Z] #40 ... 12:55:06 [2020-07-17T12:55:06.773Z] 12:55:06 [2020-07-17T12:55:06.773Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:06 [2020-07-17T12:55:06.773Z] #42 79.99 regexp 12:55:06 [2020-07-17T12:55:06.773Z] #42 85.72 net 12:55:06 [2020-07-17T12:55:06.773Z] #42 85.77 os/exec 12:55:06 [2020-07-17T12:55:06.773Z] #42 86.99 internal/lazyregexp 12:55:06 [2020-07-17T12:55:06.773Z] #42 87.68 github.com/LK4D4/vndr/versioned 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.23 Selecting previously unselected package python3-setuptools. 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.23 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.24 Unpacking python3-setuptools (40.8.0-1) ... 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.44 Selecting previously unselected package python3-wheel. 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.45 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:55:06 [2020-07-17T12:55:06.854Z] #17 40.46 Unpacking python3-wheel (0.32.3-2) ... 12:55:06 [2020-07-17T12:55:06.882Z] 12:55:06 [2020-07-17T12:55:06.882Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:06 [2020-07-17T12:55:06.882Z] #47 64.00 golang.org/x/crypto/ssh/terminal 12:55:07 [2020-07-17T12:55:07.070Z] #42 ... 12:55:07 [2020-07-17T12:55:07.070Z] 12:55:07 [2020-07-17T12:55:07.070Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.12 + export 'BUILDTAGS=netgo osusergo static_build' 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.12 + BUILDTAGS='netgo osusergo static_build' 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + export EXTRA_FLAGS=-buildmode=pie 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + EXTRA_FLAGS=-buildmode=pie 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + '[' '' = dynamic ']' 12:55:07 [2020-07-17T12:55:07.070Z] #53 42.13 + make 12:55:07 [2020-07-17T12:55:07.070Z] #53 43.11 + bin/ctr 12:55:07 [2020-07-17T12:55:07.070Z] #53 ... 12:55:07 [2020-07-17T12:55:07.070Z] 12:55:07 [2020-07-17T12:55:07.070Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:07 [2020-07-17T12:55:07.070Z] #40 23.33 CC images/inventory.o 12:55:07 [2020-07-17T12:55:07.110Z] #17 40.55 Selecting previously unselected package sudo. 12:55:07 [2020-07-17T12:55:07.110Z] #17 40.55 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... 12:55:07 [2020-07-17T12:55:07.110Z] #17 40.56 Unpacking sudo (1.8.27-1+deb10u2) ... 12:55:07 [2020-07-17T12:55:07.316Z] #36 ... 12:55:07 [2020-07-17T12:55:07.316Z] 12:55:07 [2020-07-17T12:55:07.316Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:07 [2020-07-17T12:55:07.316Z] #39 105.3 CC criu/files-reg.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 107.2 CC criu/files.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 109.2 CC criu/filesystems.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 109.8 CC criu/fsnotify.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 110.9 CC criu/image-desc.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 111.0 CC criu/image.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 111.8 CC criu/ipc_ns.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 113.0 CC criu/irmap.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 113.6 CC criu/kcmp-ids.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 113.8 CC criu/kerndat.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 115.0 CC criu/libnetlink.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 115.4 CC criu/log.o 12:55:07 [2020-07-17T12:55:07.316Z] #39 ... 12:55:07 [2020-07-17T12:55:07.316Z] 12:55:07 [2020-07-17T12:55:07.316Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:07 [2020-07-17T12:55:07.316Z] #17 52.35 Setting up apparmor (2.13.2-10) ... 12:55:07 [2020-07-17T12:55:07.316Z] #17 53.88 Setting up xfsprogs (4.20.0-1) ... 12:55:07 [2020-07-17T12:55:07.316Z] #17 53.89 Setting up python3-lib2to3 (3.7.3-1) ... 12:55:07 [2020-07-17T12:55:07.370Z] #40 23.63 CC images/fdinfo.o 12:55:07 [2020-07-17T12:55:07.473Z] #39 102.3 CC criu/crtools.o 12:55:07 [2020-07-17T12:55:07.577Z] #17 54.26 Setting up python3-pkg-resources (40.8.0-1) ... 12:55:07 [2020-07-17T12:55:07.670Z] #40 24.15 CC images/fown.o 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.02 Selecting previously unselected package thin-provisioning-tools. 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.03 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.27 Selecting previously unselected package uidmap. 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.29 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... 12:55:07 [2020-07-17T12:55:07.713Z] #17 41.30 Unpacking uidmap (1:4.5-1.1) ... 12:55:07 [2020-07-17T12:55:07.968Z] #17 41.43 Selecting previously unselected package vim-runtime. 12:55:07 [2020-07-17T12:55:07.968Z] #17 41.43 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:55:07 [2020-07-17T12:55:07.968Z] #17 41.47 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:55:07 [2020-07-17T12:55:07.968Z] #17 41.51 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:55:07 [2020-07-17T12:55:07.968Z] #17 41.52 Unpacking vim-runtime (2:8.1.0875-5) ... 12:55:07 [2020-07-17T12:55:07.969Z] #40 24.34 CC images/ns.o 12:55:08 [2020-07-17T12:55:08.042Z] #39 ... 12:55:08 [2020-07-17T12:55:08.043Z] 12:55:08 [2020-07-17T12:55:08.043Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.34 Selecting previously unselected package libnet1:amd64. 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.34 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.35 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.44 Selecting previously unselected package libnl-3-200:amd64. 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.45 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ... 12:55:08 [2020-07-17T12:55:08.043Z] #17 40.58 Selecting previously unselected package libprotobuf-c1:amd64. 12:55:08 [2020-07-17T12:55:08.049Z] ? github.com/docker/docker/api [no test files] 12:55:08 [2020-07-17T12:55:08.269Z] #40 24.50 CC images/regfile.o 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.58 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.64 Selecting previously unselected package libreadline5:amd64. 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.65 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.66 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.78 Selecting previously unselected package net-tools. 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.80 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... 12:55:08 [2020-07-17T12:55:08.302Z] #17 40.80 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:55:08 [2020-07-17T12:55:08.524Z] #17 55.27 Setting up python3-distutils (3.7.3-1) ... 12:55:08 [2020-07-17T12:55:08.561Z] #17 40.99 Selecting previously unselected package python-pip-whl. 12:55:08 [2020-07-17T12:55:08.561Z] #17 41.00 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:55:08 [2020-07-17T12:55:08.561Z] #17 41.00 Unpacking python-pip-whl (18.1-5) ... 12:55:08 [2020-07-17T12:55:08.569Z] #40 24.77 CC images/ghost-file.o 12:55:08 [2020-07-17T12:55:08.569Z] #40 25.17 CC images/fifo.o 12:55:09 [2020-07-17T12:55:09.093Z] #17 55.75 Setting up python3-setuptools (40.8.0-1) ... 12:55:09 [2020-07-17T12:55:09.129Z] #17 41.57 Selecting previously unselected package python3-lib2to3. 12:55:09 [2020-07-17T12:55:09.129Z] #17 41.58 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:55:09 [2020-07-17T12:55:09.129Z] #17 41.58 Unpacking python3-lib2to3 (3.7.3-1) ... 12:55:09 [2020-07-17T12:55:09.129Z] #17 41.70 Selecting previously unselected package python3-distutils. 12:55:09 [2020-07-17T12:55:09.218Z] #40 25.48 CC images/remap-file-path.o 12:55:09 [2020-07-17T12:55:09.218Z] #40 25.76 CC images/eventfd.o 12:55:09 [2020-07-17T12:55:09.389Z] #17 41.73 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:55:09 [2020-07-17T12:55:09.389Z] #17 41.74 Unpacking python3-distutils (3.7.3-1) ... 12:55:09 [2020-07-17T12:55:09.389Z] #17 41.93 Selecting previously unselected package python3-pip. 12:55:09 [2020-07-17T12:55:09.389Z] #17 41.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:55:09 [2020-07-17T12:55:09.389Z] #17 41.95 Unpacking python3-pip (18.1-5) ... 12:55:09 [2020-07-17T12:55:09.517Z] #40 26.02 CC images/eventpoll.o 12:55:09 [2020-07-17T12:55:09.648Z] #17 42.13 Selecting previously unselected package python3-pkg-resources. 12:55:09 [2020-07-17T12:55:09.648Z] #17 42.15 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:55:09 [2020-07-17T12:55:09.648Z] #17 42.16 Unpacking python3-pkg-resources (40.8.0-1) ... 12:55:09 [2020-07-17T12:55:09.907Z] #17 42.29 Selecting previously unselected package python3-setuptools. 12:55:09 [2020-07-17T12:55:09.907Z] #17 42.30 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:55:09 [2020-07-17T12:55:09.907Z] #17 42.31 Unpacking python3-setuptools (40.8.0-1) ... 12:55:10 [2020-07-17T12:55:10.030Z] #17 56.88 Setting up python3-pip (18.1-5) ... 12:55:10 [2020-07-17T12:55:10.163Z] #40 26.39 CC images/fh.o 12:55:10 [2020-07-17T12:55:10.163Z] #40 26.71 CC images/fsnotify.o 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.52 Selecting previously unselected package python3-wheel. 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.53 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.54 Unpacking python3-wheel (0.32.3-2) ... 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.61 Selecting previously unselected package sudo. 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.61 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ... 12:55:10 [2020-07-17T12:55:10.167Z] #17 42.62 Unpacking sudo (1.8.27-1+deb10u2) ... 12:55:10 [2020-07-17T12:55:10.197Z] #47 66.91 mvdan.cc/sh/v3/cmd/shfmt 12:55:10 [2020-07-17T12:55:10.426Z] #17 43.03 Selecting previously unselected package thin-provisioning-tools. 12:55:10 [2020-07-17T12:55:10.686Z] #17 43.03 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... 12:55:10 [2020-07-17T12:55:10.686Z] #17 43.04 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:55:10 [2020-07-17T12:55:10.945Z] #17 43.29 Selecting previously unselected package uidmap. 12:55:10 [2020-07-17T12:55:10.945Z] #17 43.30 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... 12:55:10 [2020-07-17T12:55:10.945Z] #17 43.30 Unpacking uidmap (1:4.5-1.1) ... 12:55:10 [2020-07-17T12:55:10.946Z] #17 43.42 Selecting previously unselected package vim-runtime. 12:55:11 [2020-07-17T12:55:11.205Z] #17 43.42 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:55:11 [2020-07-17T12:55:11.205Z] #17 43.45 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:55:11 [2020-07-17T12:55:11.205Z] #17 43.48 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:55:11 [2020-07-17T12:55:11.205Z] #17 43.50 Unpacking vim-runtime (2:8.1.0875-5) ... 12:55:11 [2020-07-17T12:55:11.220Z] #40 27.42 CC images/signalfd.o 12:55:11 [2020-07-17T12:55:11.220Z] #40 27.67 CC images/fs.o 12:55:11 [2020-07-17T12:55:11.226Z] #17 57.88 Processing triggers for libc-bin (2.28-10) ... 12:55:11 [2020-07-17T12:55:11.226Z] #17 57.91 Processing triggers for mime-support (3.62) ... 12:55:11 [2020-07-17T12:55:11.231Z] #17 44.70 Selecting previously unselected package vim. 12:55:11 [2020-07-17T12:55:11.231Z] #17 44.71 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... 12:55:11 [2020-07-17T12:55:11.231Z] #17 44.72 Unpacking vim (2:8.1.0875-5) ... 12:55:11 [2020-07-17T12:55:11.519Z] #40 27.92 CC images/pstree.o 12:55:11 [2020-07-17T12:55:11.795Z] #17 DONE 58.5s 12:55:11 [2020-07-17T12:55:11.795Z] 12:55:11 [2020-07-17T12:55:11.795Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:55:11 [2020-07-17T12:55:11.818Z] #40 28.13 CC images/pipe.o 12:55:11 [2020-07-17T12:55:11.818Z] #40 28.41 CC images/tcp-stream.o 12:55:11 [2020-07-17T12:55:11.832Z] #17 45.36 Selecting previously unselected package xfsprogs. 12:55:11 [2020-07-17T12:55:11.832Z] #17 45.36 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... 12:55:11 [2020-07-17T12:55:11.832Z] #17 45.37 Unpacking xfsprogs (4.20.0-1) ... 12:55:12 [2020-07-17T12:55:12.116Z] #40 ... 12:55:12 [2020-07-17T12:55:12.116Z] 12:55:12 [2020-07-17T12:55:12.116Z] #31 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:12 [2020-07-17T12:55:12.116Z] #31 86.82 log 12:55:12 [2020-07-17T12:55:12.116Z] #31 86.82 github.com/BurntSushi/toml 12:55:12 [2020-07-17T12:55:12.116Z] #31 86.85 flag 12:55:12 [2020-07-17T12:55:12.116Z] #31 91.46 github.com/BurntSushi/toml/cmd/tomlv 12:55:12 [2020-07-17T12:55:12.116Z] #31 DONE 95.4s 12:55:12 [2020-07-17T12:55:12.116Z] 12:55:12 [2020-07-17T12:55:12.116Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:12 [2020-07-17T12:55:12.116Z] #40 28.61 CC images/sk-packet.o 12:55:12 [2020-07-17T12:55:12.116Z] #40 ... 12:55:12 [2020-07-17T12:55:12.116Z] 12:55:12 [2020-07-17T12:55:12.116Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:12 [2020-07-17T12:55:12.116Z] #11 93.51 Selecting previously unselected package g++-mingw-w64-x86-64. 12:55:12 [2020-07-17T12:55:12.116Z] #11 93.51 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... 12:55:12 [2020-07-17T12:55:12.116Z] #11 93.52 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:12 [2020-07-17T12:55:12.328Z] #47 ... 12:55:12 [2020-07-17T12:55:12.328Z] 12:55:12 [2020-07-17T12:55:12.328Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.075 + RM_GOPATH=0 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.075 + TMP_GOPATH= 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.075 + : /build 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.075 + '[' -z '' ']' 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.082 ++ mktemp -d 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.082 + export GOPATH=/tmp/tmp.EE1hf0wwB6 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.082 + GOPATH=/tmp/tmp.EE1hf0wwB6 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.082 + RM_GOPATH=1 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.082 + case "$(go env GOARCH)" in 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.084 ++ go env GOARCH 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + export GO_BUILDMODE=-buildmode=pie 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + GO_BUILDMODE=-buildmode=pie 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 ++ dirname /tmp/install/install.sh 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + dir=/tmp/install 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + bin=tini 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + shift 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + '[' '!' -f /tmp/install/tini.installer ']' 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + . /tmp/install/tini.installer 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + install_tini 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 + git clone https://github.com/krallin/tini.git /tmp/tmp.EE1hf0wwB6/tini 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.123 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.129 Cloning into '/tmp/tmp.EE1hf0wwB6/tini'... 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.954 + cd /tmp/tmp.EE1hf0wwB6/tini 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.957 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:55:12 [2020-07-17T12:55:12.328Z] #33 3.971 + cmake . 12:55:12 [2020-07-17T12:55:12.328Z] #33 5.634 -- The C compiler identification is GNU 8.3.0 12:55:12 [2020-07-17T12:55:12.328Z] #33 5.672 -- Check for working C compiler: /usr/bin/cc 12:55:12 [2020-07-17T12:55:12.407Z] #17 45.80 Selecting previously unselected package zip. 12:55:12 [2020-07-17T12:55:12.407Z] #17 45.82 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... 12:55:12 [2020-07-17T12:55:12.407Z] #17 45.83 Unpacking zip (3.0-11+b1) ... 12:55:12 [2020-07-17T12:55:12.407Z] #17 46.05 Setting up aufs-tools (1:4.14+20190211-1) ... 12:55:12 [2020-07-17T12:55:12.407Z] #17 46.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.09 Setting up libip6tc0:amd64 (1.8.2-4) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.13 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.14 Setting up libgpm2:amd64 (1.20.7-5) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.17 Setting up libip4tc0:amd64 (1.8.2-4) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.17 Setting up uidmap (1:4.5-1.1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.20 Setting up libnftnl11:amd64 (1.1.2-2) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.21 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.22 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.23 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.25 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.26 Setting up xxd (2:8.1.0875-5) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.27 Setting up zip (3.0-11+b1) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.29 Setting up vim-common (2:8.1.0875-5) ... 12:55:12 [2020-07-17T12:55:12.663Z] #17 46.32 Setting up bash-completion (1:2.8-6) ... 12:55:12 [2020-07-17T12:55:12.905Z] #33 ... 12:55:12 [2020-07-17T12:55:12.905Z] 12:55:12 [2020-07-17T12:55:12.905Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:12 [2020-07-17T12:55:12.905Z] #41 60.14 go/parser 12:55:12 [2020-07-17T12:55:12.905Z] #41 60.87 text/template 12:55:12 [2020-07-17T12:55:12.905Z] #41 63.60 encoding/xml 12:55:12 [2020-07-17T12:55:12.905Z] #41 66.17 compress/flate 12:55:12 [2020-07-17T12:55:12.905Z] #41 69.28 go/doc 12:55:13 [2020-07-17T12:55:13.171Z] #41 ... 12:55:13 [2020-07-17T12:55:13.171Z] 12:55:13 [2020-07-17T12:55:13.171Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:13 [2020-07-17T12:55:13.171Z] #39 4.945 Note: Building without setproctitle() and strlcpy() support. 12:55:13 [2020-07-17T12:55:13.171Z] #39 4.947 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:55:13 [2020-07-17T12:55:13.171Z] #39 4.960 Note: Building without GnuTLS support 12:55:13 [2020-07-17T12:55:13.171Z] #39 4.972 Makefile.config:39: Warn: you have no libnftables installed 12:55:13 [2020-07-17T12:55:13.171Z] #39 4.972 Makefile.config:40: Warn: Building without nftables support 12:55:13 [2020-07-17T12:55:13.178Z] #18 1.514 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:55:13 [2020-07-17T12:55:13.178Z] #18 1.520 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:55:13 [2020-07-17T12:55:13.178Z] #18 1.524 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:55:13 [2020-07-17T12:55:13.178Z] #18 DONE 1.6s 12:55:13 [2020-07-17T12:55:13.178Z] 12:55:13 [2020-07-17T12:55:13.178Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:13 [2020-07-17T12:55:13.178Z] #39 115.9 CC criu/lsm.o 12:55:13 [2020-07-17T12:55:13.178Z] #39 116.3 CC criu/mem.o 12:55:13 [2020-07-17T12:55:13.178Z] #39 118.0 CC criu/memfd.o 12:55:13 [2020-07-17T12:55:13.178Z] #39 118.6 CC criu/mount.o 12:55:13 [2020-07-17T12:55:13.437Z] #39 ... 12:55:13 [2020-07-17T12:55:13.437Z] 12:55:13 [2020-07-17T12:55:13.437Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:13 [2020-07-17T12:55:13.682Z] #11 ... 12:55:13 [2020-07-17T12:55:13.682Z] 12:55:13 [2020-07-17T12:55:13.682Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:13 [2020-07-17T12:55:13.682Z] #48 86.84 mvdan.cc/sh/v3/fileutil 12:55:13 [2020-07-17T12:55:13.682Z] #48 88.18 encoding/binary 12:55:13 [2020-07-17T12:55:13.682Z] #48 88.18 flag 12:55:13 [2020-07-17T12:55:13.682Z] #48 88.19 github.com/pkg/diff 12:55:13 [2020-07-17T12:55:13.682Z] #48 88.19 go/token 12:55:13 [2020-07-17T12:55:13.682Z] #48 91.07 go/scanner 12:55:13 [2020-07-17T12:55:13.682Z] #48 92.92 mvdan.cc/editorconfig 12:55:13 [2020-07-17T12:55:13.682Z] #48 93.26 mvdan.cc/sh/v3/syntax 12:55:13 [2020-07-17T12:55:13.682Z] #48 95.13 encoding/json 12:55:13 [2020-07-17T12:55:13.682Z] #48 95.45 go/ast 12:55:13 [2020-07-17T12:55:13.746Z] #39 ... 12:55:13 [2020-07-17T12:55:13.746Z] 12:55:13 [2020-07-17T12:55:13.746Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:13 [2020-07-17T12:55:13.746Z] #33 7.003 -- Check for working C compiler: /usr/bin/cc -- works 12:55:13 [2020-07-17T12:55:13.746Z] #33 7.009 -- Detecting C compiler ABI info 12:55:13 [2020-07-17T12:55:13.981Z] #48 ... 12:55:13 [2020-07-17T12:55:13.981Z] 12:55:13 [2020-07-17T12:55:13.981Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:13 [2020-07-17T12:55:13.981Z] #40 28.88 CC images/mnt.o 12:55:13 [2020-07-17T12:55:13.981Z] #40 29.24 CC images/pipe-data.o 12:55:13 [2020-07-17T12:55:13.981Z] #40 29.60 CC images/sa.o 12:55:13 [2020-07-17T12:55:13.981Z] #40 29.87 CC images/timer.o 12:55:13 [2020-07-17T12:55:13.981Z] #40 30.21 CC images/timerfd.o 12:55:14 [2020-07-17T12:55:14.281Z] #40 30.49 CC images/mm.o 12:55:14 [2020-07-17T12:55:14.495Z] #17 46.47 Selecting previously unselected package vim. 12:55:14 [2020-07-17T12:55:14.495Z] #17 46.47 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... 12:55:14 [2020-07-17T12:55:14.495Z] #17 46.50 Unpacking vim (2:8.1.0875-5) ... 12:55:14 [2020-07-17T12:55:14.579Z] #40 30.83 CC images/sk-opts.o 12:55:14 [2020-07-17T12:55:14.579Z] #40 30.99 CC images/sk-unix.o 12:55:14 [2020-07-17T12:55:14.755Z] #17 47.07 Selecting previously unselected package xfsprogs. 12:55:14 [2020-07-17T12:55:14.755Z] #17 47.09 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... 12:55:14 [2020-07-17T12:55:14.755Z] #17 47.09 Unpacking xfsprogs (4.20.0-1) ... 12:55:14 [2020-07-17T12:55:14.847Z] #33 7.795 -- Detecting C compiler ABI info - done 12:55:14 [2020-07-17T12:55:14.847Z] #33 7.845 -- Detecting C compile features 12:55:15 [2020-07-17T12:55:15.014Z] #17 47.55 Selecting previously unselected package zip. 12:55:15 [2020-07-17T12:55:15.014Z] #17 47.56 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... 12:55:15 [2020-07-17T12:55:15.014Z] #17 47.57 Unpacking zip (3.0-11+b1) ... 12:55:15 [2020-07-17T12:55:15.178Z] #17 ... 12:55:15 [2020-07-17T12:55:15.178Z] 12:55:15 [2020-07-17T12:55:15.178Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:15 [2020-07-17T12:55:15.178Z] #39 99.48 CC criu/cr-service.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 101.1 CC criu/crtools.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 101.7 CC criu/eventfd.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 102.1 CC criu/eventpoll.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 103.0 CC criu/external.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 103.4 CC criu/fault-injection.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 103.5 CC criu/fdstore.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 103.8 CC criu/fifo.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 104.1 CC criu/file-ids.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 104.5 CC criu/file-lock.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 105.5 CC criu/files-ext.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 105.8 CC criu/files-reg.o 12:55:15 [2020-07-17T12:55:15.178Z] #39 107.7 CC criu/files.o 12:55:15 [2020-07-17T12:55:15.239Z] #40 31.42 CC images/sk-inet.o 12:55:15 [2020-07-17T12:55:15.239Z] #40 31.72 CC images/tun.o 12:55:15 [2020-07-17T12:55:15.272Z] #17 47.81 Setting up aufs-tools (1:4.14+20190211-1) ... 12:55:15 [2020-07-17T12:55:15.272Z] #17 47.82 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:55:15 [2020-07-17T12:55:15.272Z] #17 47.83 Setting up libip6tc0:amd64 (1.8.2-4) ... 12:55:15 [2020-07-17T12:55:15.272Z] #17 47.85 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... 12:55:15 [2020-07-17T12:55:15.272Z] #17 47.87 Setting up libgpm2:amd64 (1.20.7-5) ... 12:55:15 [2020-07-17T12:55:15.434Z] #39 ... 12:55:15 [2020-07-17T12:55:15.434Z] 12:55:15 [2020-07-17T12:55:15.434Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:15 [2020-07-17T12:55:15.434Z] #17 48.97 Setting up libiptc0:amd64 (1.8.2-4) ... 12:55:15 [2020-07-17T12:55:15.434Z] #17 48.98 Setting up xz-utils (5.2.4-1) ... 12:55:15 [2020-07-17T12:55:15.434Z] #17 48.99 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:55:15 [2020-07-17T12:55:15.434Z] #17 49.00 Setting up sudo (1.8.27-1+deb10u2) ... 12:55:15 [2020-07-17T12:55:15.434Z] #17 49.06 invoke-rc.d: could not determine current runlevel 12:55:15 [2020-07-17T12:55:15.434Z] #17 49.07 invoke-rc.d: policy-rc.d denied execution of start. 12:55:15 [2020-07-17T12:55:15.530Z] #17 47.88 Setting up libip4tc0:amd64 (1.8.2-4) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.89 Setting up uidmap (1:4.5-1.1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.90 Setting up libnftnl11:amd64 (1.1.2-2) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.92 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.93 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.94 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.96 Setting up libicu63:amd64 (63.1-6+deb10u1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.98 Setting up xxd (2:8.1.0875-5) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 47.99 Setting up zip (3.0-11+b1) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 48.00 Setting up vim-common (2:8.1.0875-5) ... 12:55:15 [2020-07-17T12:55:15.531Z] #17 48.04 Setting up bash-completion (1:2.8-6) ... 12:55:15 [2020-07-17T12:55:15.568Z] using credential docker-jenkins-github-credentials 12:55:15 [2020-07-17T12:55:15.645Z] Cloning the remote Git repository 12:55:15 [2020-07-17T12:55:15.645Z] Cloning with configured refspecs honoured and without tags 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.08 Setting up pigz (2.4-1) ... 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.10 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.12 Setting up python-pip-whl (18.1-5) ... 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.13 Setting up libmpdec2:amd64 (2.4.2-2) ... 12:55:15 [2020-07-17T12:55:15.690Z] #17 49.15 Setting up vim-runtime (2:8.1.0875-5) ... 12:55:15 [2020-07-17T12:55:15.887Z] #40 32.20 CC images/sk-netlink.o 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.53 Setting up libaio1:amd64 (0.3.112-3) ... 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.55 Setting up libonig5:amd64 (6.9.1-1) ... 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.56 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.57 Setting up vim (2:8.1.0875-5) ... 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.59 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:55:15 [2020-07-17T12:55:15.946Z] #17 49.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:55:16 [2020-07-17T12:55:16.185Z] #40 32.41 CC images/packet-sock.o 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.64 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.65 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.67 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.68 Setting up jq (1.5+dfsg-2+b1) ... 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.69 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... 12:55:16 [2020-07-17T12:55:16.202Z] #17 49.70 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:55:16 [2020-07-17T12:55:16.482Z] #40 32.75 CC images/ipc-var.o 12:55:16 [2020-07-17T12:55:16.482Z] #40 32.90 CC images/ipc-desc.o 12:55:16 [2020-07-17T12:55:16.519Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements 12:55:16 [2020-07-17T12:55:16.780Z] #40 33.05 CC images/ipc-shm.o 12:55:16 [2020-07-17T12:55:16.780Z] #40 33.28 CC images/ipc-msg.o 12:55:16 [2020-07-17T12:55:16.785Z] #33 ... 12:55:16 [2020-07-17T12:55:16.785Z] 12:55:16 [2020-07-17T12:55:16.785Z] #47 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:16 [2020-07-17T12:55:16.785Z] #47 DONE 73.6s 12:55:16 [2020-07-17T12:55:16.785Z] 12:55:16 [2020-07-17T12:55:16.785Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:16 [2020-07-17T12:55:16.785Z] #41 71.86 crypto/rand 12:55:16 [2020-07-17T12:55:16.785Z] #41 72.77 encoding/asn1 12:55:16 [2020-07-17T12:55:16.785Z] #41 73.22 compress/gzip 12:55:16 [2020-07-17T12:55:16.785Z] #41 73.85 github.com/LK4D4/vndr/build 12:55:17 [2020-07-17T12:55:17.078Z] #40 33.57 CC images/ipc-sem.o 12:55:15 [2020-07-17T12:55:15.840Z] Cloning repository https://github.com/moby/moby.git 12:55:16 [2020-07-17T12:55:16.285Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 12:55:17 [2020-07-17T12:55:17.117Z] Fetching upstream changes from https://github.com/moby/moby.git 12:55:17 [2020-07-17T12:55:17.117Z] > git --version # timeout=10 12:55:17 [2020-07-17T12:55:17.162Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:55:17 [2020-07-17T12:55:17.165Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:17 [2020-07-17T12:55:17.381Z] #40 33.79 CC images/utsns.o 12:55:17 [2020-07-17T12:55:17.629Z] #19 ... 12:55:17 [2020-07-17T12:55:17.629Z] 12:55:17 [2020-07-17T12:55:17.629Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:17 [2020-07-17T12:55:17.629Z] #49 74.14 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:55:17 [2020-07-17T12:55:17.629Z] #49 76.35 + mkdir -p /build 12:55:17 [2020-07-17T12:55:17.629Z] #49 76.35 + cp runc /build/runc 12:55:17 [2020-07-17T12:55:17.629Z] #49 DONE 76.5s 12:55:17 [2020-07-17T12:55:17.629Z] 12:55:17 [2020-07-17T12:55:17.629Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:17 [2020-07-17T12:55:17.629Z] #39 123.2 CC criu/namespaces.o 12:55:17 [2020-07-17T12:55:17.629Z] #39 125.1 CC criu/net.o 12:55:17 [2020-07-17T12:55:17.681Z] #40 34.05 CC images/creds.o 12:55:17 [2020-07-17T12:55:17.742Z] #41 75.02 vendor/golang.org/x/text/secure/bidirule 12:55:17 [2020-07-17T12:55:17.980Z] #40 34.25 CC images/vma.o 12:55:17 [2020-07-17T12:55:17.980Z] #40 ... 12:55:17 [2020-07-17T12:55:17.980Z] 12:55:17 [2020-07-17T12:55:17.980Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:17 [2020-07-17T12:55:17.980Z] #42 90.97 encoding/base64 12:55:17 [2020-07-17T12:55:17.980Z] #42 90.97 crypto/cipher 12:55:17 [2020-07-17T12:55:17.980Z] #42 90.99 go/token 12:55:17 [2020-07-17T12:55:17.980Z] #42 92.93 net/url 12:55:17 [2020-07-17T12:55:17.980Z] #42 93.71 go/scanner 12:55:17 [2020-07-17T12:55:17.980Z] #42 94.72 text/template/parse 12:55:17 [2020-07-17T12:55:17.980Z] #42 97.02 encoding/json 12:55:17 [2020-07-17T12:55:17.980Z] #42 97.17 go/ast 12:55:18 [2020-07-17T12:55:18.069Z] #17 ... 12:55:18 [2020-07-17T12:55:18.069Z] 12:55:18 [2020-07-17T12:55:18.069Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:18 [2020-07-17T12:55:18.069Z] #39 102.9 CC criu/eventfd.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 103.3 CC criu/eventpoll.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 104.1 CC criu/external.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 104.4 CC criu/fault-injection.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 104.5 CC criu/fdstore.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 104.8 CC criu/fifo.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 105.1 CC criu/file-ids.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 105.5 CC criu/file-lock.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 106.3 CC criu/files-ext.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 106.6 CC criu/files-reg.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 109.0 CC criu/files.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 110.9 CC criu/filesystems.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 111.6 CC criu/fsnotify.o 12:55:18 [2020-07-17T12:55:18.069Z] #39 112.9 CC criu/image-desc.o 12:55:18 [2020-07-17T12:55:18.283Z] #42 ... 12:55:18 [2020-07-17T12:55:18.283Z] 12:55:18 [2020-07-17T12:55:18.283Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:18 [2020-07-17T12:55:18.283Z] #40 34.50 CC images/netdev.o 12:55:18 [2020-07-17T12:55:18.319Z] #41 ... 12:55:18 [2020-07-17T12:55:18.319Z] 12:55:18 [2020-07-17T12:55:18.319Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.36 Selecting previously unselected package gcc-mingw-w64-base. 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.37 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ... 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.37 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.61 Selecting previously unselected package gcc-mingw-w64-x86-64. 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.63 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... 12:55:18 [2020-07-17T12:55:18.319Z] #10 65.68 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:18 [2020-07-17T12:55:18.319Z] #10 ... 12:55:18 [2020-07-17T12:55:18.319Z] 12:55:18 [2020-07-17T12:55:18.319Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:18 [2020-07-17T12:55:18.319Z] #41 75.53 vendor/golang.org/x/text/unicode/norm 12:55:18 [2020-07-17T12:55:18.337Z] #39 113.1 CC criu/image.o 12:55:18 [2020-07-17T12:55:18.337Z] #39 ... 12:55:18 [2020-07-17T12:55:18.337Z] 12:55:18 [2020-07-17T12:55:18.337Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:18 [2020-07-17T12:55:18.337Z] #17 50.72 Setting up libiptc0:amd64 (1.8.2-4) ... 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.73 Setting up xz-utils (5.2.4-1) ... 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.76 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.78 Setting up sudo (1.8.27-1+deb10u2) ... 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.86 invoke-rc.d: could not determine current runlevel 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.87 invoke-rc.d: policy-rc.d denied execution of start. 12:55:18 [2020-07-17T12:55:18.338Z] #17 50.88 Setting up pigz (2.4-1) ... 12:55:18 [2020-07-17T12:55:18.584Z] #40 34.92 CC images/tty.o 12:55:18 [2020-07-17T12:55:18.597Z] #17 50.89 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... 12:55:18 [2020-07-17T12:55:18.597Z] #17 50.90 Setting up libnl-3-200:amd64 (3.4.0-1) ... 12:55:18 [2020-07-17T12:55:18.597Z] #17 50.93 Setting up python-pip-whl (18.1-5) ... 12:55:18 [2020-07-17T12:55:18.597Z] #17 50.94 Setting up libmpdec2:amd64 (2.4.2-2) ... 12:55:18 [2020-07-17T12:55:18.597Z] #17 50.96 Setting up vim-runtime (2:8.1.0875-5) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.46 Setting up libaio1:amd64 (0.3.112-3) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.48 Setting up libonig5:amd64 (6.9.1-1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.49 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.50 Setting up vim (2:8.1.0875-5) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.63 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.64 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.65 Setting up jq (1.5+dfsg-2+b1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.66 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... 12:55:19 [2020-07-17T12:55:19.117Z] #17 51.67 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:55:19 [2020-07-17T12:55:19.233Z] #40 35.51 CC images/file-lock.o 12:55:19 [2020-07-17T12:55:19.233Z] #40 35.76 CC images/rlimit.o 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.76 Setting up iptables (1.8.2-4) ... 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.79 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.80 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.81 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.82 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.82 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:55:19 [2020-07-17T12:55:19.512Z] #17 52.83 Setting up python3 (3.7.3-1) ... 12:55:19 [2020-07-17T12:55:19.532Z] #40 35.95 CC images/pagemap.o 12:55:19 [2020-07-17T12:55:19.714Z] #41 77.04 crypto/ecdsa 12:55:19 [2020-07-17T12:55:19.768Z] #17 53.19 Setting up python3-wheel (0.32.3-2) ... 12:55:19 [2020-07-17T12:55:19.831Z] #40 36.21 CC images/siginfo.o 12:55:20 [2020-07-17T12:55:20.130Z] #40 36.46 CC images/rpc.o 12:55:20 [2020-07-17T12:55:20.171Z] #39 128.5 CC criu/netfilter.o 12:55:20 [2020-07-17T12:55:20.292Z] #41 77.51 crypto/x509/pkix 12:55:20 [2020-07-17T12:55:20.431Z] #39 128.8 CC criu/page-pipe.o 12:55:20 [2020-07-17T12:55:20.555Z] #41 ... 12:55:20 [2020-07-17T12:55:20.555Z] 12:55:20 [2020-07-17T12:55:20.555Z] #33 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.52 -- Detecting C compile features - done 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.55 -- Performing Test HAS_BUILTIN_FORTIFY 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.85 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.94 -- Configuring done 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.95 -- Generating done 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.95 -- Build files have been written to: /tmp/tmp.EE1hf0wwB6/tini 12:55:20 [2020-07-17T12:55:20.555Z] #33 10.96 + make tini-static 12:55:20 [2020-07-17T12:55:20.555Z] #33 11.31 Scanning dependencies of target tini-static 12:55:20 [2020-07-17T12:55:20.555Z] #33 11.39 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:55:20 [2020-07-17T12:55:20.555Z] #33 12.45 [100%] Linking C executable tini-static 12:55:20 [2020-07-17T12:55:20.555Z] #33 12.90 [100%] Built target tini-static 12:55:20 [2020-07-17T12:55:20.555Z] #33 12.98 + mkdir -p /build 12:55:20 [2020-07-17T12:55:20.555Z] #33 12.98 + cp tini-static /build/docker-init 12:55:20 [2020-07-17T12:55:20.555Z] #33 DONE 13.8s 12:55:20 [2020-07-17T12:55:20.555Z] 12:55:20 [2020-07-17T12:55:20.555Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:20 [2020-07-17T12:55:20.555Z] #39 7.223 fatal: not a git repository (or any of the parent directories): .git 12:55:20 [2020-07-17T12:55:20.555Z] #39 7.485 GEN .gitid 12:55:20 [2020-07-17T12:55:20.555Z] #39 7.535 GEN criu/include/version.h 12:55:20 [2020-07-17T12:55:20.555Z] #39 7.681 GEN include/common/asm 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.48 PBCC images/timens.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.51 DEP images/timens.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.58 PBCC images/fown.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.62 PBCC images/google/protobuf/descriptor.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.69 PBCC images/opts.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.72 PBCC images/memfd.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.86 DEP images/fown.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.91 DEP images/google/protobuf/descriptor.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 10.99 DEP images/opts.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.12 DEP images/memfd.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.21 PBCC images/sit.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.28 DEP images/sit.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.34 PBCC images/macvlan.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.37 DEP images/macvlan.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.41 PBCC images/autofs.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.44 DEP images/autofs.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.49 PBCC images/sysctl.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.50 DEP images/sysctl.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.57 PBCC images/time.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.59 DEP images/time.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.66 PBCC images/binfmt-misc.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.68 DEP images/binfmt-misc.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.74 PBCC images/seccomp.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.77 DEP images/seccomp.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.80 PBCC images/userns.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.84 DEP images/userns.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.90 PBCC images/cgroup.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 11.92 DEP images/cgroup.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.00 PBCC images/ext-file.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.02 DEP images/ext-file.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.13 PBCC images/rpc.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.18 DEP images/rpc.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.25 PBCC images/siginfo.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.29 DEP images/siginfo.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.35 PBCC images/pagemap.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.41 DEP images/pagemap.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.47 PBCC images/rlimit.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.51 DEP images/rlimit.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.54 PBCC images/file-lock.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.56 DEP images/file-lock.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.60 PBCC images/tty.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.66 DEP images/tty.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.71 PBCC images/tun.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.81 PBCC images/netdev.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.89 DEP images/tun.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 12.94 DEP images/netdev.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.03 PBCC images/vma.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.12 DEP images/vma.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.18 PBCC images/creds.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.23 DEP images/creds.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.25 PBCC images/utsns.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.28 DEP images/utsns.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.37 PBCC images/ipc-desc.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.38 PBCC images/ipc-sem.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.42 DEP images/ipc-desc.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.46 DEP images/ipc-sem.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.54 PBCC images/ipc-msg.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.55 DEP images/ipc-msg.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.62 PBCC images/ipc-shm.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.64 DEP images/ipc-shm.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.71 PBCC images/ipc-var.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.72 DEP images/ipc-var.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.75 PBCC images/sk-opts.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.79 PBCC images/packet-sock.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.84 DEP images/sk-opts.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.89 DEP images/packet-sock.pb-c.d 12:55:20 [2020-07-17T12:55:20.555Z] #39 13.95 PBCC images/sk-netlink.pb-c.c 12:55:20 [2020-07-17T12:55:20.555Z] #39 14.02 DEP images/sk-netlink.pb-c.d 12:55:20 [2020-07-17T12:55:20.696Z] #17 53.96 Setting up apparmor (2.13.2-10) ... 12:55:20 [2020-07-17T12:55:20.818Z] #39 14.09 PBCC images/sk-inet.pb-c.c 12:55:20 [2020-07-17T12:55:20.818Z] #39 14.15 DEP images/sk-inet.pb-c.d 12:55:20 [2020-07-17T12:55:20.818Z] #39 14.19 PBCC images/sk-unix.pb-c.c 12:55:20 [2020-07-17T12:55:20.818Z] #39 14.22 DEP images/sk-unix.pb-c.d 12:55:20 [2020-07-17T12:55:20.818Z] #39 14.26 PBCC images/mm.pb-c.c 12:55:21 [2020-07-17T12:55:21.001Z] #39 129.3 CC criu/page-xfer.o 12:55:21 [2020-07-17T12:55:21.081Z] #39 14.29 DEP images/mm.pb-c.d 12:55:21 [2020-07-17T12:55:21.081Z] #39 14.35 PBCC images/timerfd.pb-c.c 12:55:21 [2020-07-17T12:55:21.081Z] #39 14.43 DEP images/timerfd.pb-c.d 12:55:21 [2020-07-17T12:55:21.081Z] #39 14.50 PBCC images/timer.pb-c.c 12:55:21 [2020-07-17T12:55:21.081Z] #39 14.52 DEP images/timer.pb-c.d 12:55:21 [2020-07-17T12:55:21.344Z] #39 14.56 PBCC images/sa.pb-c.c 12:55:21 [2020-07-17T12:55:21.344Z] #39 14.63 DEP images/sa.pb-c.d 12:55:21 [2020-07-17T12:55:21.344Z] #39 14.70 PBCC images/pipe-data.pb-c.c 12:55:21 [2020-07-17T12:55:21.344Z] #39 14.74 DEP images/pipe-data.pb-c.d 12:55:21 [2020-07-17T12:55:21.607Z] #39 14.80 PBCC images/mnt.pb-c.c 12:55:21 [2020-07-17T12:55:21.608Z] #39 14.92 DEP images/mnt.pb-c.d 12:55:21 [2020-07-17T12:55:21.608Z] #39 15.00 PBCC images/sk-packet.pb-c.c 12:55:21 [2020-07-17T12:55:21.673Z] #40 37.97 CC images/ext-file.o 12:55:21 [2020-07-17T12:55:21.673Z] #40 38.24 CC images/cgroup.o 12:55:21 [2020-07-17T12:55:21.872Z] #39 15.04 DEP images/sk-packet.pb-c.d 12:55:21 [2020-07-17T12:55:21.872Z] #39 15.07 PBCC images/tcp-stream.pb-c.c 12:55:21 [2020-07-17T12:55:21.872Z] #39 15.16 DEP images/tcp-stream.pb-c.d 12:55:21 [2020-07-17T12:55:21.872Z] #39 15.19 PBCC images/pipe.pb-c.c 12:55:21 [2020-07-17T12:55:21.872Z] #39 ... 12:55:21 [2020-07-17T12:55:21.872Z] 12:55:21 [2020-07-17T12:55:21.872Z] #54 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:21 [2020-07-17T12:55:21.872Z] #54 79.15 + for f in rootlesskit rootlesskit-docker-proxy 12:55:21 [2020-07-17T12:55:21.872Z] #54 79.15 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:55:21 [2020-07-17T12:55:21.940Z] #39 130.4 CC criu/pagemap-cache.o 12:55:22 [2020-07-17T12:55:22.062Z] #17 55.39 Setting up xfsprogs (4.20.0-1) ... 12:55:22 [2020-07-17T12:55:22.062Z] #17 55.40 Setting up python3-lib2to3 (3.7.3-1) ... 12:55:22 [2020-07-17T12:55:22.200Z] #39 130.6 CC criu/pagemap.o 12:55:22 [2020-07-17T12:55:22.318Z] #17 55.82 Setting up python3-pkg-resources (40.8.0-1) ... 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.65 Setting up iptables (1.8.2-4) ... 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.66 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.67 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.68 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.68 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.69 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.70 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:55:22 [2020-07-17T12:55:22.409Z] #17 54.70 Setting up python3 (3.7.3-1) ... 12:55:22 [2020-07-17T12:55:22.679Z] #17 55.12 Setting up python3-wheel (0.32.3-2) ... 12:55:22 [2020-07-17T12:55:22.727Z] #40 39.14 CC images/userns.o 12:55:23 [2020-07-17T12:55:23.026Z] #40 39.48 CC images/google/protobuf/descriptor.o 12:55:23 [2020-07-17T12:55:23.139Z] #39 131.4 CC criu/parasite-syscall.o 12:55:23 [2020-07-17T12:55:23.248Z] #17 55.75 Setting up apparmor (2.13.2-10) ... 12:55:23 [2020-07-17T12:55:23.289Z] #17 56.77 Setting up python3-distutils (3.7.3-1) ... 12:55:23 [2020-07-17T12:55:23.851Z] #17 57.19 Setting up python3-setuptools (40.8.0-1) ... 12:55:24 [2020-07-17T12:55:24.077Z] #39 132.1 CC criu/path.o 12:55:24 [2020-07-17T12:55:24.077Z] #39 132.4 CC criu/pie-util-vdso-elf32.o 12:55:24 [2020-07-17T12:55:24.646Z] #39 132.8 CC criu/pie-util-vdso.o 12:55:24 [2020-07-17T12:55:24.780Z] #17 58.45 Setting up python3-pip (18.1-5) ... 12:55:24 [2020-07-17T12:55:24.905Z] #39 133.0 CC criu/pie-util.o 12:55:24 [2020-07-17T12:55:24.905Z] #39 133.2 CC criu/pipes.o 12:55:25 [2020-07-17T12:55:25.129Z] #40 ... 12:55:25 [2020-07-17T12:55:25.129Z] 12:55:25 [2020-07-17T12:55:25.129Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:25 [2020-07-17T12:55:25.129Z] #48 97.96 golang.org/x/sys/unix 12:55:25 [2020-07-17T12:55:25.129Z] #48 ... 12:55:25 [2020-07-17T12:55:25.129Z] 12:55:25 [2020-07-17T12:55:25.129Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:25 [2020-07-17T12:55:25.129Z] #42 103.9 text/template 12:55:25 [2020-07-17T12:55:25.155Z] #17 57.41 Setting up xfsprogs (4.20.0-1) ... 12:55:25 [2020-07-17T12:55:25.155Z] #17 57.42 Setting up python3-lib2to3 (3.7.3-1) ... 12:55:25 [2020-07-17T12:55:25.343Z] #17 ... 12:55:25 [2020-07-17T12:55:25.343Z] 12:55:25 [2020-07-17T12:55:25.343Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:25 [2020-07-17T12:55:25.343Z] #39 109.7 CC criu/filesystems.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 110.3 CC criu/fsnotify.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 111.5 CC criu/image-desc.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 111.6 CC criu/image.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 112.4 CC criu/ipc_ns.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 113.5 CC criu/irmap.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 114.2 CC criu/kcmp-ids.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 114.5 CC criu/kerndat.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 115.5 CC criu/libnetlink.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 115.9 CC criu/log.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 116.5 CC criu/lsm.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 116.9 CC criu/mem.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 118.8 CC criu/memfd.o 12:55:25 [2020-07-17T12:55:25.343Z] #39 119.5 CC criu/mount.o 12:55:25 [2020-07-17T12:55:25.414Z] #17 57.80 Setting up python3-pkg-resources (40.8.0-1) ... 12:55:25 [2020-07-17T12:55:25.475Z] #39 133.9 CC criu/plugin.o 12:55:25 [2020-07-17T12:55:25.599Z] #39 ... 12:55:25 [2020-07-17T12:55:25.599Z] 12:55:25 [2020-07-17T12:55:25.599Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:25 [2020-07-17T12:55:25.599Z] #36 183.9 + dpkg --print-architecture 12:55:25 [2020-07-17T12:55:25.599Z] #36 183.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 12:55:25 [2020-07-17T12:55:25.599Z] #36 184.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 12:55:25 [2020-07-17T12:55:25.599Z] #36 184.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 12:55:25 [2020-07-17T12:55:25.784Z] #42 ... 12:55:25 [2020-07-17T12:55:25.784Z] 12:55:25 [2020-07-17T12:55:25.784Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.5 Selecting previously unselected package libapparmor1:ppc64el. 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.5 Unpacking libapparmor1:ppc64el (2.13.2-10) ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.6 Selecting previously unselected package libapparmor-dev:ppc64el. 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.6 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.7 Selecting previously unselected package libbtrfs0. 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.7 Unpacking libbtrfs0 (4.20.1-2) ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.8 Selecting previously unselected package libbtrfs-dev. 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 108.9 Unpacking libbtrfs-dev (4.20.1-2) ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 109.0 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. 12:55:25 [2020-07-17T12:55:25.784Z] #11 109.0 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... 12:55:25 [2020-07-17T12:55:25.784Z] #11 109.0 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... 12:55:26 [2020-07-17T12:55:26.044Z] #39 134.2 CC criu/proc_parse.o 12:55:26 [2020-07-17T12:55:26.088Z] #11 109.2 Selecting previously unselected package libudev-dev:ppc64el. 12:55:26 [2020-07-17T12:55:26.088Z] #11 109.2 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_ppc64el.deb ... 12:55:26 [2020-07-17T12:55:26.088Z] #11 109.3 Unpacking libudev-dev:ppc64el (241-7~deb10u4) ... 12:55:26 [2020-07-17T12:55:26.160Z] #36 ... 12:55:26 [2020-07-17T12:55:26.160Z] 12:55:26 [2020-07-17T12:55:26.160Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:26 [2020-07-17T12:55:26.160Z] #17 59.54 Processing triggers for libc-bin (2.28-10) ... 12:55:26 [2020-07-17T12:55:26.160Z] #17 59.57 Processing triggers for mime-support (3.62) ... 12:55:26 [2020-07-17T12:55:26.357Z] #17 58.73 Setting up python3-distutils (3.7.3-1) ... 12:55:26 [2020-07-17T12:55:26.386Z] #11 109.5 Selecting previously unselected package libsepol1-dev:ppc64el. 12:55:26 [2020-07-17T12:55:26.386Z] #11 109.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... 12:55:26 [2020-07-17T12:55:26.386Z] #11 109.5 Unpacking libsepol1-dev:ppc64el (2.8-1) ... 12:55:26 [2020-07-17T12:55:26.685Z] #11 109.7 Selecting previously unselected package libpcre16-3:ppc64el. 12:55:26 [2020-07-17T12:55:26.685Z] #11 109.7 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... 12:55:26 [2020-07-17T12:55:26.685Z] #11 109.8 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... 12:55:26 [2020-07-17T12:55:26.926Z] #17 59.24 Setting up python3-setuptools (40.8.0-1) ... 12:55:26 [2020-07-17T12:55:26.984Z] #39 ... 12:55:26 [2020-07-17T12:55:26.984Z] 12:55:26 [2020-07-17T12:55:26.984Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:26 [2020-07-17T12:55:26.984Z] #19 6.062 Collecting yamllint==1.16.0 12:55:26 [2020-07-17T12:55:26.984Z] #19 11.39 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:55:26 [2020-07-17T12:55:26.984Z] #19 11.47 Collecting pyyaml (from yamllint==1.16.0) 12:55:26 [2020-07-17T12:55:26.984Z] #19 11.62 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:55:26 [2020-07-17T12:55:26.984Z] #19 12.58 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:55:26 [2020-07-17T12:55:26.984Z] #19 12.62 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:55:26 [2020-07-17T12:55:26.984Z] #19 12.66 Building wheels for collected packages: pyyaml 12:55:26 [2020-07-17T12:55:26.984Z] #19 12.66 Running setup.py bdist_wheel for pyyaml: started 12:55:26 [2020-07-17T12:55:26.984Z] #19 13.52 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:55:26 [2020-07-17T12:55:26.984Z] #19 13.52 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:55:26 [2020-07-17T12:55:26.984Z] #19 13.58 Successfully built pyyaml 12:55:26 [2020-07-17T12:55:26.984Z] #19 13.59 Installing collected packages: pyyaml, pathspec, yamllint 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.0 Selecting previously unselected package libpcre32-3:ppc64el. 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.0 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.0 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.2 Selecting previously unselected package libpcrecpp0v5:ppc64el. 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... 12:55:26 [2020-07-17T12:55:26.985Z] #11 110.2 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... 12:55:27 [2020-07-17T12:55:27.180Z] #54 DONE 84.1s 12:55:27 [2020-07-17T12:55:27.180Z] 12:55:27 [2020-07-17T12:55:27.180Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:27 [2020-07-17T12:55:27.180Z] #39 15.30 DEP images/pipe.pb-c.d 12:55:27 [2020-07-17T12:55:27.180Z] #39 15.37 PBCC images/pstree.pb-c.c 12:55:27 [2020-07-17T12:55:27.180Z] #39 15.38 DEP images/pstree.pb-c.d 12:55:27 [2020-07-17T12:55:27.180Z] #39 15.40 PBCC images/fs.pb-c.c 12:55:27 [2020-07-17T12:55:27.180Z] #39 15.42 DEP images/fs.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.46 PBCC images/signalfd.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.50 DEP images/signalfd.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.55 PBCC images/fh.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.59 PBCC images/fsnotify.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.65 DEP images/fh.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.73 DEP images/fsnotify.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.77 PBCC images/eventpoll.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.81 DEP images/eventpoll.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.87 PBCC images/eventfd.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.89 DEP images/eventfd.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.94 PBCC images/remap-file-path.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 15.99 DEP images/remap-file-path.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.05 PBCC images/fifo.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.08 DEP images/fifo.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.12 PBCC images/ghost-file.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.18 DEP images/ghost-file.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.23 PBCC images/regfile.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.27 DEP images/regfile.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.32 PBCC images/ns.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.35 DEP images/ns.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.38 PBCC images/fdinfo.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.48 DEP images/fdinfo.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.53 PBCC images/core-aarch64.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.57 PBCC images/core-arm.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.61 PBCC images/core-ppc64.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.63 PBCC images/core-s390.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.67 PBCC images/core-x86.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.75 PBCC images/core.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.84 PBCC images/inventory.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.89 DEP images/core-aarch64.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 16.95 DEP images/core-arm.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.00 DEP images/core-ppc64.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.06 DEP images/core-s390.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.11 DEP images/core-x86.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.18 DEP images/core.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.25 DEP images/inventory.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.31 PBCC images/cpuinfo.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.33 DEP images/cpuinfo.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.37 PBCC images/stats.pb-c.c 12:55:27 [2020-07-17T12:55:27.181Z] #39 17.40 DEP images/stats.pb-c.d 12:55:27 [2020-07-17T12:55:27.181Z] #39 18.59 make[1]: Nothing to be done for 'all'. 12:55:27 [2020-07-17T12:55:27.181Z] #39 19.85 CC images/stats.o 12:55:27 [2020-07-17T12:55:27.181Z] #39 ... 12:55:27 [2020-07-17T12:55:27.181Z] 12:55:27 [2020-07-17T12:55:27.181Z] #55 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:55:27 [2020-07-17T12:55:27.181Z] #55 DONE 0.2s 12:55:27 [2020-07-17T12:55:27.181Z] 12:55:27 [2020-07-17T12:55:27.181Z] #56 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:55:27 [2020-07-17T12:55:27.181Z] #56 DONE 0.2s 12:55:27 [2020-07-17T12:55:27.181Z] 12:55:27 [2020-07-17T12:55:27.181Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:27 [2020-07-17T12:55:27.181Z] #39 20.46 CC images/core.o 12:55:27 [2020-07-17T12:55:27.244Z] #19 13.89 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:55:27 [2020-07-17T12:55:27.284Z] #11 110.4 Selecting previously unselected package libpcre3-dev:ppc64el. 12:55:27 [2020-07-17T12:55:27.284Z] #11 110.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... 12:55:27 [2020-07-17T12:55:27.284Z] #11 110.4 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... 12:55:27 [2020-07-17T12:55:27.503Z] #19 DONE 14.2s 12:55:27 [2020-07-17T12:55:27.503Z] 12:55:27 [2020-07-17T12:55:27.503Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:55:27 [2020-07-17T12:55:27.527Z] #17 DONE 60.8s 12:55:27 [2020-07-17T12:55:27.527Z] 12:55:27 [2020-07-17T12:55:27.527Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:27 [2020-07-17T12:55:27.527Z] #49 72.83 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:55:27 [2020-07-17T12:55:27.583Z] #11 110.8 Selecting previously unselected package libselinux1-dev:ppc64el. 12:55:27 [2020-07-17T12:55:27.583Z] #11 110.8 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... 12:55:27 [2020-07-17T12:55:27.583Z] #11 110.8 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... 12:55:27 [2020-07-17T12:55:27.757Z] #39 21.09 CC images/core-x86.o 12:55:27 [2020-07-17T12:55:27.763Z] #22 DONE 0.1s 12:55:27 [2020-07-17T12:55:27.763Z] 12:55:27 [2020-07-17T12:55:27.763Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.1 Selecting previously unselected package libdevmapper-dev:ppc64el. 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.1 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.3 Selecting previously unselected package libseccomp-dev:ppc64el. 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.3 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.3 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.5 Selecting previously unselected package libsystemd-dev:ppc64el. 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_ppc64el.deb ... 12:55:28 [2020-07-17T12:55:28.185Z] #11 111.5 Unpacking libsystemd-dev:ppc64el (241-7~deb10u4) ... 12:55:28 [2020-07-17T12:55:28.306Z] #17 60.44 Setting up python3-pip (18.1-5) ... 12:55:28 [2020-07-17T12:55:28.334Z] #39 21.61 CC images/core-arm.o 12:55:28 [2020-07-17T12:55:28.597Z] #39 21.98 CC images/core-aarch64.o 12:55:28 [2020-07-17T12:55:28.703Z] #26 DONE 0.9s 12:55:28 [2020-07-17T12:55:28.703Z] 12:55:28 [2020-07-17T12:55:28.703Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:28 [2020-07-17T12:55:28.703Z] #39 136.8 CC criu/protobuf-desc.o 12:55:28 [2020-07-17T12:55:28.703Z] #39 ... 12:55:28 [2020-07-17T12:55:28.703Z] 12:55:28 [2020-07-17T12:55:28.703Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:55:28 [2020-07-17T12:55:28.703Z] #29 DONE 0.1s 12:55:28 [2020-07-17T12:55:28.703Z] 12:55:28 [2020-07-17T12:55:28.703Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:55:28 [2020-07-17T12:55:28.703Z] #31 DONE 0.0s 12:55:28 [2020-07-17T12:55:28.703Z] 12:55:28 [2020-07-17T12:55:28.703Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:55:28 [2020-07-17T12:55:28.703Z] #34 DONE 0.0s 12:55:28 [2020-07-17T12:55:28.703Z] 12:55:28 [2020-07-17T12:55:28.703Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libapparmor1:ppc64el (2.13.2-10) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libpcre16-3:ppc64el (2:8.39-12) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libsepol1-dev:ppc64el (2.8-1) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.0 Setting up libbtrfs0 (4.20.1-2) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up libpcre32-3:ppc64el (2:8.39-12) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up libudev-dev:ppc64el (241-7~deb10u4) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up libbtrfs-dev (4.20.1-2) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up mingw-w64-common (6.0.0-3) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up libsystemd-dev:ppc64el (241-7~deb10u4) ... 12:55:28 [2020-07-17T12:55:28.835Z] #11 112.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:55:28 [2020-07-17T12:55:28.874Z] #17 61.38 Processing triggers for libc-bin (2.28-10) ... 12:55:28 [2020-07-17T12:55:28.874Z] #17 61.41 Processing triggers for mime-support (3.62) ... 12:55:29 [2020-07-17T12:55:29.134Z] #17 ... 12:55:29 [2020-07-17T12:55:29.134Z] 12:55:29 [2020-07-17T12:55:29.134Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:29 [2020-07-17T12:55:29.134Z] #49 74.56 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.1 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.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 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.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 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.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 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.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 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up dmsetup (2:1.02.155-3) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.2 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... 12:55:29 [2020-07-17T12:55:29.136Z] #11 112.3 Processing triggers for libc-bin (2.28-10) ... 12:55:29 [2020-07-17T12:55:29.174Z] #39 22.28 CC images/core-ppc64.o 12:55:29 [2020-07-17T12:55:29.272Z] #39 137.6 CC criu/protobuf.o 12:55:29 [2020-07-17T12:55:29.393Z] #49 ... 12:55:29 [2020-07-17T12:55:29.394Z] 12:55:29 [2020-07-17T12:55:29.394Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:29 [2020-07-17T12:55:29.394Z] #39 114.1 CC criu/ipc_ns.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 115.3 CC criu/irmap.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 116.0 CC criu/kcmp-ids.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 116.4 CC criu/kerndat.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 117.5 CC criu/libnetlink.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 117.9 CC criu/log.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 118.4 CC criu/lsm.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 118.7 CC criu/mem.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 120.4 CC criu/memfd.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 121.1 CC criu/mount.o 12:55:29 [2020-07-17T12:55:29.394Z] #39 ... 12:55:29 [2020-07-17T12:55:29.394Z] 12:55:29 [2020-07-17T12:55:29.394Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:29 [2020-07-17T12:55:29.394Z] #36 188.9 + dpkg --print-architecture 12:55:29 [2020-07-17T12:55:29.394Z] #36 188.9 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 12:55:29 [2020-07-17T12:55:29.394Z] #36 189.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 12:55:29 [2020-07-17T12:55:29.394Z] #36 189.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 12:55:29 [2020-07-17T12:55:29.416Z] #49 ... 12:55:29 [2020-07-17T12:55:29.416Z] 12:55:29 [2020-07-17T12:55:29.416Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:55:29 [2020-07-17T12:55:29.416Z] #18 1.655 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:55:29 [2020-07-17T12:55:29.416Z] #18 1.659 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:55:29 [2020-07-17T12:55:29.416Z] #18 1.665 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:55:29 [2020-07-17T12:55:29.416Z] #18 DONE 1.7s 12:55:29 [2020-07-17T12:55:29.416Z] 12:55:29 [2020-07-17T12:55:29.416Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:29 [2020-07-17T12:55:29.436Z] #11 DONE 112.6s 12:55:29 [2020-07-17T12:55:29.436Z] 12:55:29 [2020-07-17T12:55:29.436Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:29 [2020-07-17T12:55:29.436Z] #40 41.56 CC images/opts.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 41.83 CC images/seccomp.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 42.08 CC images/binfmt-misc.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 42.30 CC images/time.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 42.47 CC images/sysctl.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 42.78 CC images/autofs.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 43.00 CC images/macvlan.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 43.17 CC images/sit.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 43.45 CC images/memfd.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 43.96 CC images/timens.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.21 LINK images/built-in.o 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.39 GEN compel/include/asm 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.41 GEN compel/include/version.h 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.43 touch .config 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.51 GEN include/common/config.h 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.71 GEN compel/plugins/include/uapi/std/syscall-codes.h 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.75 GEN compel/plugins/include/uapi/std/syscall.h 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.76 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.77 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.82 DEP compel/arch/ppc64/plugins/std/memcmp.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.84 DEP compel/arch/ppc64/plugins/std/memcpy.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.87 DEP compel/arch/ppc64/plugins/std/parasite-head.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.90 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:55:29 [2020-07-17T12:55:29.436Z] #40 44.91 DEP compel/plugins/std/infect.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.08 DEP compel/plugins/std/string.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.20 DEP compel/plugins/std/log.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.29 DEP compel/plugins/std/fds.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.49 DEP compel/plugins/std/std.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.65 DEP compel/plugins/shmem/shmem.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.75 DEP compel/plugins/fds/fds.d 12:55:29 [2020-07-17T12:55:29.436Z] #40 45.92 CC compel/plugins/std/std.o 12:55:29 [2020-07-17T12:55:29.437Z] #39 22.73 CC images/core-s390.o 12:55:29 [2020-07-17T12:55:29.532Z] #39 137.8 CC criu/pstree.o 12:55:29 [2020-07-17T12:55:29.653Z] #36 ... 12:55:29 [2020-07-17T12:55:29.653Z] 12:55:29 [2020-07-17T12:55:29.653Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:29 [2020-07-17T12:55:29.653Z] #17 DONE 62.1s 12:55:29 [2020-07-17T12:55:29.653Z] 12:55:29 [2020-07-17T12:55:29.653Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:55:29 [2020-07-17T12:55:29.737Z] #40 46.19 CC compel/plugins/std/fds.o 12:55:29 [2020-07-17T12:55:29.979Z] #19 ... 12:55:29 [2020-07-17T12:55:29.979Z] 12:55:29 [2020-07-17T12:55:29.979Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:29 [2020-07-17T12:55:29.979Z] #49 75.55 + mkdir -p /build 12:55:29 [2020-07-17T12:55:29.979Z] #49 75.56 + cp runc /build/runc 12:55:29 [2020-07-17T12:55:29.979Z] #49 DONE 75.8s 12:55:29 [2020-07-17T12:55:29.979Z] 12:55:29 [2020-07-17T12:55:29.979Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:29 [2020-07-17T12:55:29.979Z] #39 123.9 CC criu/namespaces.o 12:55:30 [2020-07-17T12:55:30.014Z] #39 23.34 CC images/cpuinfo.o 12:55:30 [2020-07-17T12:55:30.037Z] #40 ... 12:55:30 [2020-07-17T12:55:30.037Z] 12:55:30 [2020-07-17T12:55:30.037Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker 12:55:30 [2020-07-17T12:55:30.037Z] #12 DONE 0.5s 12:55:30 [2020-07-17T12:55:30.037Z] 12:55:30 [2020-07-17T12:55:30.037Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:30 [2020-07-17T12:55:30.037Z] #40 46.54 CC compel/plugins/std/log.o 12:55:30 [2020-07-17T12:55:30.101Z] #39 ... 12:55:30 [2020-07-17T12:55:30.101Z] 12:55:30 [2020-07-17T12:55:30.101Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:30 [2020-07-17T12:55:30.101Z] #36 DONE 205.8s 12:55:30 [2020-07-17T12:55:30.336Z] #40 ... 12:55:30 [2020-07-17T12:55:30.336Z] 12:55:30 [2020-07-17T12:55:30.336Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:55:30 [2020-07-17T12:55:30.336Z] #13 DONE 0.4s 12:55:30 [2020-07-17T12:55:30.361Z] 12:55:30 [2020-07-17T12:55:30.361Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:30 [2020-07-17T12:55:30.361Z] #39 138.6 CC criu/rbtree.o 12:55:30 [2020-07-17T12:55:30.590Z] #39 23.68 CC images/inventory.o 12:55:30 [2020-07-17T12:55:30.634Z] 12:55:30 [2020-07-17T12:55:30.634Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.425 + RM_GOPATH=0 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.425 + TMP_GOPATH= 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.425 + : /build 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.426 + '[' -z '' ']' 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.426 ++ mktemp -d 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.428 + export GOPATH=/tmp/tmp.w9Nd3kZOWB 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.428 + GOPATH=/tmp/tmp.w9Nd3kZOWB 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.428 + RM_GOPATH=1 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.428 + case "$(go env GOARCH)" in 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.429 ++ go env GOARCH 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.440 + export GO_BUILDMODE=-buildmode=pie 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.441 + GO_BUILDMODE=-buildmode=pie 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.442 ++ dirname /tmp/install/install.sh 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.444 + dir=/tmp/install 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.444 + bin=runc 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.444 + shift 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.444 + '[' '!' -f /tmp/install/runc.installer ']' 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.444 + . /tmp/install/runc.installer 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.445 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.446 + install_runc 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.447 + uname -r 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.448 + grep -q '^3\.10\.0.*\.el7\.' 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.468 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.468 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.469 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.469 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.w9Nd3kZOWB/src/github.com/opencontainers/runc 12:55:30 [2020-07-17T12:55:30.634Z] #50 0.475 Cloning into '/tmp/tmp.w9Nd3kZOWB/src/github.com/opencontainers/runc'... 12:55:30 [2020-07-17T12:55:30.634Z] #50 ... 12:55:30 [2020-07-17T12:55:30.634Z] 12:55:30 [2020-07-17T12:55:30.634Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:55:30 [2020-07-17T12:55:30.634Z] #14 0.259 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:55:30 [2020-07-17T12:55:30.634Z] #14 DONE 0.4s 12:55:30 [2020-07-17T12:55:30.853Z] #39 23.99 CC images/fdinfo.o 12:55:30 [2020-07-17T12:55:30.854Z] #39 ... 12:55:30 [2020-07-17T12:55:30.854Z] 12:55:30 [2020-07-17T12:55:30.854Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:30 [2020-07-17T12:55:30.854Z] #41 77.95 vendor/golang.org/x/crypto/cryptobyte 12:55:30 [2020-07-17T12:55:30.854Z] #41 79.46 mime 12:55:30 [2020-07-17T12:55:30.854Z] #41 81.74 vendor/golang.org/x/net/idna 12:55:30 [2020-07-17T12:55:30.854Z] #41 84.33 vendor/golang.org/x/net/http/httpproxy 12:55:30 [2020-07-17T12:55:30.854Z] #41 84.34 crypto/x509 12:55:30 [2020-07-17T12:55:30.854Z] #41 84.34 net/textproto 12:55:30 [2020-07-17T12:55:30.854Z] #41 85.71 vendor/golang.org/x/net/http/httpguts 12:55:30 [2020-07-17T12:55:30.854Z] #41 85.71 mime/multipart 12:55:30 [2020-07-17T12:55:30.854Z] #41 87.56 crypto/tls 12:55:30 [2020-07-17T12:55:30.929Z] #39 139.0 CC criu/rst-malloc.o 12:55:30 [2020-07-17T12:55:30.929Z] #39 139.2 CC criu/seccomp.o 12:55:30 [2020-07-17T12:55:30.949Z] 12:55:30 [2020-07-17T12:55:30.949Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:55:31 [2020-07-17T12:55:31.118Z] #41 ... 12:55:31 [2020-07-17T12:55:31.118Z] 12:55:31 [2020-07-17T12:55:31.118Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:31 [2020-07-17T12:55:31.118Z] #39 24.29 CC images/fown.o 12:55:31 [2020-07-17T12:55:31.118Z] #39 24.51 CC images/ns.o 12:55:31 [2020-07-17T12:55:31.248Z] #15 DONE 0.4s 12:55:31 [2020-07-17T12:55:31.248Z] 12:55:31 [2020-07-17T12:55:31.248Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:31 [2020-07-17T12:55:31.248Z] #40 47.48 CC compel/plugins/std/string.o 12:55:31 [2020-07-17T12:55:31.499Z] #39 ... 12:55:31 [2020-07-17T12:55:31.499Z] 12:55:31 [2020-07-17T12:55:31.499Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:55:31 [2020-07-17T12:55:31.499Z] #37 DONE 0.1s 12:55:31 [2020-07-17T12:55:31.499Z] 12:55:31 [2020-07-17T12:55:31.499Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:31 [2020-07-17T12:55:31.499Z] #39 139.8 CC criu/seize.o 12:55:31 [2020-07-17T12:55:31.549Z] #40 ... 12:55:31 [2020-07-17T12:55:31.549Z] 12:55:31 [2020-07-17T12:55:31.549Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:55:31 [2020-07-17T12:55:31.549Z] #16 DONE 0.4s 12:55:31 [2020-07-17T12:55:31.560Z] #18 1.771 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:55:31 [2020-07-17T12:55:31.560Z] #18 1.776 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:55:31 [2020-07-17T12:55:31.560Z] #18 1.780 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:55:31 [2020-07-17T12:55:31.560Z] #18 DONE 1.9s 12:55:31 [2020-07-17T12:55:31.560Z] 12:55:31 [2020-07-17T12:55:31.560Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:31 [2020-07-17T12:55:31.560Z] #39 125.3 CC criu/namespaces.o 12:55:31 [2020-07-17T12:55:31.694Z] #39 24.74 CC images/regfile.o 12:55:31 [2020-07-17T12:55:31.695Z] #39 25.05 CC images/ghost-file.o 12:55:31 [2020-07-17T12:55:31.850Z] 12:55:31 [2020-07-17T12:55:31.850Z] #17 [dev-systemd-false 6/26] RUN ldconfig 12:55:31 [2020-07-17T12:55:31.870Z] #39 126.2 CC criu/net.o 12:55:31 [2020-07-17T12:55:31.959Z] #39 25.32 CC images/fifo.o 12:55:32 [2020-07-17T12:55:32.068Z] #39 140.2 CC criu/servicefd.o 12:55:32 [2020-07-17T12:55:32.152Z] #17 DONE 0.5s 12:55:32 [2020-07-17T12:55:32.153Z] 12:55:32 [2020-07-17T12:55:32.153Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:32 [2020-07-17T12:55:32.221Z] #39 25.56 CC images/remap-file-path.o 12:55:32 [2020-07-17T12:55:32.328Z] #39 140.5 CC criu/shmem.o 12:55:32 [2020-07-17T12:55:32.454Z] #18 0.437 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:55:32 [2020-07-17T12:55:32.454Z] #18 0.534 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:55:32 [2020-07-17T12:55:32.485Z] #39 25.81 CC images/eventfd.o 12:55:32 [2020-07-17T12:55:32.499Z] #39 ... 12:55:32 [2020-07-17T12:55:32.499Z] 12:55:32 [2020-07-17T12:55:32.499Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:32 [2020-07-17T12:55:32.499Z] #49 77.35 + mkdir -p /build 12:55:32 [2020-07-17T12:55:32.499Z] #49 77.36 + cp runc /build/runc 12:55:32 [2020-07-17T12:55:32.499Z] #49 DONE 77.7s 12:55:32 [2020-07-17T12:55:32.499Z] 12:55:32 [2020-07-17T12:55:32.499Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:32 [2020-07-17T12:55:32.588Z] #39 140.9 CC criu/sigframe.o 12:55:32 [2020-07-17T12:55:32.588Z] #39 141.0 CC criu/signalfd.o 12:55:32 [2020-07-17T12:55:32.749Z] #39 25.99 CC images/eventpoll.o 12:55:32 [2020-07-17T12:55:32.755Z] #18 0.536 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:55:32 [2020-07-17T12:55:32.849Z] Fetching without tags 12:55:33 [2020-07-17T12:55:33.014Z] #39 26.27 CC images/fh.o 12:55:33 [2020-07-17T12:55:33.158Z] #39 141.2 CC criu/sk-inet.o 12:55:33 [2020-07-17T12:55:33.277Z] #39 26.57 CC images/fsnotify.o 12:55:33 [2020-07-17T12:55:33.408Z] #18 1.491 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7692 kB] 12:55:33 [2020-07-17T12:55:33.565Z] Merging remotes/origin/master commit 260c26b7beadd8b7700aaf786dbb232b87a967e8 into PR head commit bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:55:33 [2020-07-17T12:55:33.727Z] #39 141.8 CC criu/sk-netlink.o 12:55:33 [2020-07-17T12:55:33.727Z] #39 142.0 CC criu/sk-packet.o 12:55:33 [2020-07-17T12:55:33.855Z] #39 27.25 CC images/signalfd.o 12:55:32 [2020-07-17T12:55:32.545Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:55:32 [2020-07-17T12:55:32.595Z] > git config --add remote.origin.fetch +refs/pull/41221/head:refs/remotes/origin/PR-41221 # timeout=10 12:55:32 [2020-07-17T12:55:32.639Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:32 [2020-07-17T12:55:32.759Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 12:55:32 [2020-07-17T12:55:32.883Z] Fetching upstream changes from https://github.com/moby/moby.git 12:55:32 [2020-07-17T12:55:32.883Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials 12:55:32 [2020-07-17T12:55:32.885Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41221/head:refs/remotes/origin/PR-41221 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:33 [2020-07-17T12:55:33.673Z] > git config core.sparsecheckout # timeout=10 12:55:33 [2020-07-17T12:55:33.722Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:55:34 [2020-07-17T12:55:34.120Z] #39 27.52 CC images/fs.o 12:55:34 [2020-07-17T12:55:34.296Z] #39 142.4 CC criu/sk-queue.o 12:55:34 [2020-07-17T12:55:34.384Z] #39 27.78 CC images/pstree.o 12:55:34 [2020-07-17T12:55:34.556Z] #39 142.7 CC criu/sk-tcp.o 12:55:34 [2020-07-17T12:55:34.647Z] #39 28.05 CC images/pipe.o 12:55:34 [2020-07-17T12:55:34.816Z] #39 143.0 CC criu/sk-unix.o 12:55:34 [2020-07-17T12:55:34.911Z] #39 28.26 CC images/tcp-stream.o 12:55:35 [2020-07-17T12:55:35.140Z] #39 129.0 CC criu/netfilter.o 12:55:35 [2020-07-17T12:55:35.140Z] #39 ... 12:55:35 [2020-07-17T12:55:35.140Z] 12:55:35 [2020-07-17T12:55:35.140Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:35 [2020-07-17T12:55:35.140Z] #19 5.954 Collecting yamllint==1.16.0 12:55:35 [2020-07-17T12:55:35.175Z] #39 ... 12:55:35 [2020-07-17T12:55:35.175Z] 12:55:35 [2020-07-17T12:55:35.175Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:35 [2020-07-17T12:55:35.175Z] #10 82.28 Selecting previously unselected package g++-mingw-w64-x86-64. 12:55:35 [2020-07-17T12:55:35.175Z] #10 82.28 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ... 12:55:35 [2020-07-17T12:55:35.175Z] #10 82.29 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:35 [2020-07-17T12:55:35.175Z] #10 ... 12:55:35 [2020-07-17T12:55:35.175Z] 12:55:35 [2020-07-17T12:55:35.175Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:35 [2020-07-17T12:55:35.175Z] #39 28.57 CC images/sk-packet.o 12:55:35 [2020-07-17T12:55:35.525Z] #18 3.136 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [205 kB] 12:55:35 [2020-07-17T12:55:35.752Z] #39 28.85 CC images/mnt.o 12:55:35 [2020-07-17T12:55:35.752Z] #39 29.06 CC images/pipe-data.o 12:55:35 [2020-07-17T12:55:35.756Z] #39 143.9 CC criu/sockets.o 12:55:36 [2020-07-17T12:55:36.015Z] #39 144.4 CC criu/stats.o 12:55:36 [2020-07-17T12:55:36.180Z] #18 ... 12:55:36 [2020-07-17T12:55:36.180Z] 12:55:36 [2020-07-17T12:55:36.180Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:36 [2020-07-17T12:55:36.180Z] #42 109.3 go/parser 12:55:36 [2020-07-17T12:55:36.180Z] #42 111.7 encoding/xml 12:55:36 [2020-07-17T12:55:36.180Z] #42 118.7 math/big 12:55:36 [2020-07-17T12:55:36.180Z] #42 118.9 go/doc 12:55:36 [2020-07-17T12:55:36.275Z] #39 144.5 CC criu/string.o 12:55:36 [2020-07-17T12:55:36.275Z] #39 144.6 CC criu/sysctl.o 12:55:36 [2020-07-17T12:55:36.328Z] #39 29.37 CC images/sa.o 12:55:36 [2020-07-17T12:55:36.328Z] #39 29.60 CC images/timer.o 12:55:36 [2020-07-17T12:55:36.476Z] #42 ... 12:55:36 [2020-07-17T12:55:36.476Z] 12:55:36 [2020-07-17T12:55:36.476Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:36 [2020-07-17T12:55:36.476Z] #40 48.28 CC compel/plugins/std/infect.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 48.91 CC compel/arch/ppc64/plugins/std/parasite-head.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 48.95 CC compel/arch/ppc64/plugins/std/memcpy.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.04 CC compel/arch/ppc64/plugins/std/memcmp.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.11 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.20 AR compel/plugins/std.lib.a 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.41 CC compel/plugins/fds/fds.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.79 AR compel/plugins/fds.lib.a 12:55:36 [2020-07-17T12:55:36.476Z] #40 49.88 HOSTDEP compel/src/lib/log-host.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.01 HOSTDEP compel/src/lib/handle-elf-host.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.11 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.24 HOSTDEP compel/src/main-host.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.36 DEP compel/src/lib/ptrace.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.53 DEP compel/src/lib/infect.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.71 DEP compel/src/lib/infect-util.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 50.88 DEP compel/src/lib/infect-rpc.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.06 DEP compel/arch/ppc64/src/lib/infect.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.29 DEP compel/arch/ppc64/src/lib/cpu.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.38 DEP compel/src/lib/log.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.48 DEP compel/src/main.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.67 DEP compel/src/lib/handle-elf.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.81 DEP compel/arch/ppc64/src/lib/handle-elf.d 12:55:36 [2020-07-17T12:55:36.476Z] #40 51.92 CC compel/src/lib/log.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 52.20 CC compel/arch/ppc64/src/lib/cpu.o 12:55:36 [2020-07-17T12:55:36.476Z] #40 52.55 CC compel/arch/ppc64/src/lib/infect.o 12:55:36 [2020-07-17T12:55:36.489Z] Merge succeeded, producing bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:55:36 [2020-07-17T12:55:36.490Z] Checking out Revision bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d (PR-41221) 12:55:36 [2020-07-17T12:55:36.535Z] #39 144.9 CC criu/sysfs_parse.o 12:55:36 [2020-07-17T12:55:36.795Z] #39 145.1 CC criu/timens.o 12:55:36 [2020-07-17T12:55:36.905Z] #39 29.98 CC images/timerfd.o 12:55:36 [2020-07-17T12:55:36.906Z] #39 30.13 CC images/mm.o 12:55:36 [2020-07-17T12:55:36.231Z] > git merge 260c26b7beadd8b7700aaf786dbb232b87a967e8 # timeout=10 12:55:36 [2020-07-17T12:55:36.369Z] > git rev-parse "HEAD^{commit}" # timeout=10 12:55:36 [2020-07-17T12:55:36.522Z] > git config core.sparsecheckout # timeout=10 12:55:36 [2020-07-17T12:55:36.566Z] > git checkout -f bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d # timeout=10 12:55:37 [2020-07-17T12:55:37.055Z] #39 145.3 CC criu/timerfd.o 12:55:37 [2020-07-17T12:55:37.121Z] #40 53.49 CC compel/src/lib/infect-rpc.o 12:55:37 [2020-07-17T12:55:37.169Z] #39 30.38 CC images/sk-opts.o 12:55:37 [2020-07-17T12:55:37.169Z] #39 30.48 CC images/sk-unix.o 12:55:37 [2020-07-17T12:55:37.315Z] #39 145.5 CC criu/tty.o 12:55:37 [2020-07-17T12:55:37.418Z] #40 53.88 CC compel/src/lib/infect-util.o 12:55:37 [2020-07-17T12:55:37.432Z] #39 30.73 CC images/sk-inet.o 12:55:37 [2020-07-17T12:55:37.695Z] #39 30.95 CC images/tun.o 12:55:37 [2020-07-17T12:55:37.715Z] #40 54.26 CC compel/src/lib/infect.o 12:55:37 [2020-07-17T12:55:37.775Z] #19 5.908 Collecting yamllint==1.16.0 12:55:37 [2020-07-17T12:55:37.958Z] #39 31.38 CC images/sk-netlink.o 12:55:38 [2020-07-17T12:55:38.254Z] #39 146.3 CC criu/tun.o 12:55:38 [2020-07-17T12:55:38.254Z] #39 146.6 CC criu/uffd.o 12:55:38 [2020-07-17T12:55:38.345Z] #19 ... 12:55:38 [2020-07-17T12:55:38.345Z] 12:55:38 [2020-07-17T12:55:38.345Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:38 [2020-07-17T12:55:38.345Z] #39 127.5 CC criu/net.o 12:55:38 [2020-07-17T12:55:38.345Z] #39 130.8 CC criu/netfilter.o 12:55:38 [2020-07-17T12:55:38.345Z] #39 131.1 CC criu/page-pipe.o 12:55:38 [2020-07-17T12:55:38.345Z] #39 131.7 CC criu/page-xfer.o 12:55:38 [2020-07-17T12:55:38.345Z] #39 132.9 CC criu/pagemap-cache.o 12:55:38 [2020-07-17T12:55:38.345Z] #39 133.1 CC criu/pagemap.o 12:55:38 [2020-07-17T12:55:38.534Z] #39 31.61 CC images/packet-sock.o 12:55:38 [2020-07-17T12:55:38.534Z] #39 31.84 CC images/ipc-var.o 12:55:38 [2020-07-17T12:55:38.798Z] #39 32.03 CC images/ipc-desc.o 12:55:38 [2020-07-17T12:55:38.798Z] #39 32.19 CC images/ipc-shm.o 12:55:38 [2020-07-17T12:55:38.913Z] #39 133.8 CC criu/parasite-syscall.o 12:55:39 [2020-07-17T12:55:39.061Z] #39 32.27 CC images/ipc-msg.o 12:55:39 [2020-07-17T12:55:39.061Z] #39 32.39 CC images/ipc-sem.o 12:55:39 [2020-07-17T12:55:39.061Z] #39 32.47 CC images/utsns.o 12:55:39 [2020-07-17T12:55:39.198Z] #39 147.2 CC criu/util.o 12:55:39 [2020-07-17T12:55:39.250Z] #40 ... 12:55:39 [2020-07-17T12:55:39.250Z] 12:55:39 [2020-07-17T12:55:39.250Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:39 [2020-07-17T12:55:39.250Z] #50 9.603 + cd /tmp/tmp.w9Nd3kZOWB/src/github.com/opencontainers/runc 12:55:39 [2020-07-17T12:55:39.250Z] #50 9.604 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:55:39 [2020-07-17T12:55:39.325Z] #39 32.63 CC images/creds.o 12:55:39 [2020-07-17T12:55:39.549Z] #50 10.16 + '[' -z '' ']' 12:55:39 [2020-07-17T12:55:39.589Z] #39 32.79 CC images/vma.o 12:55:39 [2020-07-17T12:55:39.589Z] #39 32.94 CC images/netdev.o 12:55:39 [2020-07-17T12:55:39.768Z] #39 147.9 CC criu/uts_ns.o 12:55:39 [2020-07-17T12:55:39.846Z] #50 10.17 + target=static 12:55:39 [2020-07-17T12:55:39.846Z] #50 10.17 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:55:39 [2020-07-17T12:55:39.846Z] #50 10.43 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:55:39 [2020-07-17T12:55:39.852Z] #39 134.4 CC criu/path.o 12:55:39 [2020-07-17T12:55:39.852Z] #39 134.6 CC criu/pie-util-vdso-elf32.o 12:55:39 [2020-07-17T12:55:39.852Z] #39 33.16 CC images/tty.o 12:55:40 [2020-07-17T12:55:40.028Z] #39 148.1 CC criu/vdso-compat.o 12:55:40 [2020-07-17T12:55:40.028Z] #39 148.3 CC criu/vdso.o 12:55:40 [2020-07-17T12:55:40.028Z] #39 ... 12:55:40 [2020-07-17T12:55:40.028Z] 12:55:40 [2020-07-17T12:55:40.028Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:40 [2020-07-17T12:55:40.028Z] #45 215.8 + cd /tmp/tmp.WnuYIJ6scv/src/github.com/golangci/golangci-lint/ 12:55:40 [2020-07-17T12:55:40.028Z] #45 215.8 + git checkout -q v1.23.8 12:55:40 [2020-07-17T12:55:40.111Z] #39 134.9 CC criu/pie-util-vdso.o 12:55:40 [2020-07-17T12:55:40.116Z] #39 33.55 CC images/file-lock.o 12:55:40 [2020-07-17T12:55:40.380Z] #39 33.69 CC images/rlimit.o 12:55:40 [2020-07-17T12:55:40.389Z] #19 11.29 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:55:40 [2020-07-17T12:55:40.389Z] #19 11.36 Collecting pyyaml (from yamllint==1.16.0) 12:55:40 [2020-07-17T12:55:40.389Z] #19 11.45 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 ++ git describe --tags 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 + version=v1.23.8 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 ++ git rev-parse --short HEAD 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 + commit=76a82c6 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 ++ git show -s --format=%cd 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:55:40 [2020-07-17T12:55:40.598Z] #45 216.2 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:55:40 [2020-07-17T12:55:40.646Z] #39 33.84 CC images/pagemap.o 12:55:40 [2020-07-17T12:55:40.679Z] #39 135.3 CC criu/pie-util.o 12:55:40 [2020-07-17T12:55:40.679Z] #39 135.4 CC criu/pipes.o 12:55:40 [2020-07-17T12:55:40.910Z] #39 34.19 CC images/siginfo.o 12:55:40 [2020-07-17T12:55:40.910Z] #39 ... 12:55:40 [2020-07-17T12:55:40.910Z] 12:55:40 [2020-07-17T12:55:40.910Z] #10 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.59 Selecting previously unselected package libapparmor1:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.59 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.60 Unpacking libapparmor1:arm64 (2.13.2-10) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.71 Selecting previously unselected package libapparmor-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.72 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.73 Unpacking libapparmor-dev:arm64 (2.13.2-10) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.90 Selecting previously unselected package libbtrfs0. 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.91 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 93.92 Unpacking libbtrfs0 (4.20.1-2) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.04 Selecting previously unselected package libbtrfs-dev. 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.04 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.05 Unpacking libbtrfs-dev (4.20.1-2) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.24 Selecting previously unselected package libdevmapper-event1.02.1:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.24 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.26 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.37 Selecting previously unselected package libudev-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.37 Preparing to unpack .../15-libudev-dev_241-7~deb10u4_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.40 Unpacking libudev-dev:arm64 (241-7~deb10u4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.53 Selecting previously unselected package libsepol1-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.55 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.55 Unpacking libsepol1-dev:arm64 (2.8-1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.92 Selecting previously unselected package libpcre16-3:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.92 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 94.93 Unpacking libpcre16-3:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.11 Selecting previously unselected package libpcre32-3:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.12 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.13 Unpacking libpcre32-3:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.32 Selecting previously unselected package libpcrecpp0v5:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.32 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.34 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.46 Selecting previously unselected package libpcre3-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.46 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.48 Unpacking libpcre3-dev:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.83 Selecting previously unselected package libselinux1-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.83 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 95.83 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.11 Selecting previously unselected package libdevmapper-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.11 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.12 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.22 Selecting previously unselected package libseccomp-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.22 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.23 Unpacking libseccomp-dev:arm64 (2.3.3-4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.37 Selecting previously unselected package libsystemd-dev:arm64. 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.37 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u4_arm64.deb ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.38 Unpacking libsystemd-dev:arm64 (241-7~deb10u4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.88 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.90 Setting up libseccomp-dev:arm64 (2.3.3-4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.91 Setting up libapparmor1:arm64 (2.13.2-10) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.93 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.95 Setting up libpcre16-3:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.96 Setting up libsepol1-dev:arm64 (2.8-1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.98 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 96.99 Setting up libbtrfs0 (4.20.1-2) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.01 Setting up libpcre32-3:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.02 Setting up libudev-dev:arm64 (241-7~deb10u4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.05 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.06 Setting up libbtrfs-dev (4.20.1-2) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.10 Setting up libapparmor-dev:arm64 (2.13.2-10) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.11 Setting up mingw-w64-common (6.0.0-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.13 Setting up libsystemd-dev:arm64 (241-7~deb10u4) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.14 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.16 Setting up libpcre3-dev:arm64 (2:8.39-12) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.18 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.20 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 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.21 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 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.23 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.25 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 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.25 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 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.27 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.28 Setting up libselinux1-dev:arm64 (2.8-1+b1) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.29 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.30 Setting up dmsetup (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.32 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.34 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 97.36 Processing triggers for libc-bin (2.28-10) ... 12:55:40 [2020-07-17T12:55:40.910Z] #10 DONE 98.1s 12:55:40 [2020-07-17T12:55:40.910Z] 12:55:40 [2020-07-17T12:55:40.910Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:41 [2020-07-17T12:55:41.248Z] #39 136.1 CC criu/plugin.o 12:55:41 [2020-07-17T12:55:41.507Z] #39 136.4 CC criu/proc_parse.o 12:55:41 [2020-07-17T12:55:41.756Z] #19 12.45 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:55:41 [2020-07-17T12:55:41.756Z] #19 12.50 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:55:41 [2020-07-17T12:55:41.756Z] #19 12.55 Building wheels for collected packages: pyyaml 12:55:41 [2020-07-17T12:55:41.756Z] #19 12.55 Running setup.py bdist_wheel for pyyaml: started 12:55:41 [2020-07-17T12:55:41.950Z] #50 ... 12:55:41 [2020-07-17T12:55:41.950Z] 12:55:41 [2020-07-17T12:55:41.950Z] #48 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... 12:55:41 [2020-07-17T12:55:41.950Z] #48 115.0 golang.org/x/crypto/ssh/terminal 12:55:41 [2020-07-17T12:55:41.950Z] #48 118.2 mvdan.cc/sh/v3/cmd/shfmt 12:55:41 [2020-07-17T12:55:41.950Z] #48 DONE 124.8s 12:55:41 [2020-07-17T12:55:41.950Z] 12:55:41 [2020-07-17T12:55:41.950Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:41 [2020-07-17T12:55:41.950Z] #40 57.29 CC compel/src/lib/ptrace.o 12:55:41 [2020-07-17T12:55:41.950Z] #40 57.79 AR compel/libcompel.a 12:55:41 [2020-07-17T12:55:41.950Z] #40 57.88 HOSTCC compel/src/main-host.o 12:55:41 [2020-07-17T12:55:41.950Z] #40 58.28 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o 12:55:42 [2020-07-17T12:55:42.258Z] #40 58.49 HOSTCC compel/src/lib/handle-elf-host.o 12:55:42 [2020-07-17T12:55:42.318Z] #19 13.19 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:55:42 [2020-07-17T12:55:42.318Z] #19 13.19 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:55:42 [2020-07-17T12:55:42.318Z] #19 13.28 Successfully built pyyaml 12:55:42 [2020-07-17T12:55:42.318Z] #19 13.29 Installing collected packages: pyyaml, pathspec, yamllint 12:55:42 [2020-07-17T12:55:42.574Z] #19 13.58 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:55:42 [2020-07-17T12:55:42.848Z] #49 2.102 + RM_GOPATH=0 12:55:42 [2020-07-17T12:55:42.848Z] #49 2.102 + TMP_GOPATH= 12:55:42 [2020-07-17T12:55:42.848Z] #49 2.102 + : /build 12:55:42 [2020-07-17T12:55:42.848Z] #49 2.102 + '[' -z '' ']' 12:55:42 [2020-07-17T12:55:42.887Z] #39 ... 12:55:42 [2020-07-17T12:55:42.887Z] 12:55:42 [2020-07-17T12:55:42.887Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:55:42 [2020-07-17T12:55:42.887Z] #19 11.24 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:55:42 [2020-07-17T12:55:42.887Z] #19 11.31 Collecting pyyaml (from yamllint==1.16.0) 12:55:42 [2020-07-17T12:55:42.903Z] #40 59.37 HOSTCC compel/src/lib/log-host.o 12:55:42 [2020-07-17T12:55:42.903Z] #40 59.47 HOSTLINK compel/compel-host-bin 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.104 ++ mktemp -d 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.113 + export GOPATH=/tmp/tmp.x0AWtozngl 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.113 + GOPATH=/tmp/tmp.x0AWtozngl 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.113 + RM_GOPATH=1 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.113 + case "$(go env GOARCH)" in 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.113 ++ go env GOARCH 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.119 + export GO_BUILDMODE=-buildmode=pie 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.119 + GO_BUILDMODE=-buildmode=pie 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.120 ++ dirname /tmp/install/install.sh 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + dir=/tmp/install 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + bin=runc 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + shift 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + '[' '!' -f /tmp/install/runc.installer ']' 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + . /tmp/install/runc.installer 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 ++ : 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + install_runc 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.122 + grep -q '^3\.10\.0.*\.el7\.' 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.126 Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux ) 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.126 + uname -r 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.126 + RUNC_BUILDTAGS='seccomp apparmor selinux ' 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.126 + echo 'Install runc version 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 (build tags: seccomp apparmor selinux )' 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.126 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.x0AWtozngl/src/github.com/opencontainers/runc 12:55:43 [2020-07-17T12:55:43.111Z] #49 2.132 Cloning into '/tmp/tmp.x0AWtozngl/src/github.com/opencontainers/runc'... 12:55:43 [2020-07-17T12:55:43.147Z] #19 11.44 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:55:43 [2020-07-17T12:55:43.201Z] #40 59.55 DEP soccr/soccr.d 12:55:43 [2020-07-17T12:55:43.201Z] #40 59.66 CC soccr/soccr.o 12:55:43 [2020-07-17T12:55:43.515Z] #19 DONE 14.2s 12:55:43 [2020-07-17T12:55:43.515Z] 12:55:43 [2020-07-17T12:55:43.515Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:55:43 [2020-07-17T12:55:43.515Z] #22 DONE 0.2s 12:55:43 [2020-07-17T12:55:43.515Z] 12:55:43 [2020-07-17T12:55:43.515Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:43 [2020-07-17T12:55:43.515Z] #39 129.4 CC criu/page-pipe.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 129.9 CC criu/page-xfer.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 130.9 CC criu/pagemap-cache.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 131.1 CC criu/pagemap.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 131.7 CC criu/parasite-syscall.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 132.5 CC criu/path.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 132.7 CC criu/pie-util-vdso-elf32.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 133.1 CC criu/pie-util-vdso.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 133.4 CC criu/pie-util.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 133.6 CC criu/pipes.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 134.2 CC criu/plugin.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 134.4 CC criu/proc_parse.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 136.9 CC criu/protobuf-desc.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 137.8 CC criu/protobuf.o 12:55:43 [2020-07-17T12:55:43.515Z] #39 ... 12:55:43 [2020-07-17T12:55:43.515Z] 12:55:43 [2020-07-17T12:55:43.515Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:55:43 [2020-07-17T12:55:43.690Z] #49 ... 12:55:43 [2020-07-17T12:55:43.690Z] 12:55:43 [2020-07-17T12:55:43.690Z] #11 [dev-systemd-false 1/26] RUN groupadd -r docker 12:55:43 [2020-07-17T12:55:43.690Z] #11 DONE 2.9s 12:55:43 [2020-07-17T12:55:43.960Z] 12:55:43 [2020-07-17T12:55:43.960Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:44 [2020-07-17T12:55:44.085Z] #19 12.42 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:55:44 [2020-07-17T12:55:44.085Z] #19 12.47 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:55:44 [2020-07-17T12:55:44.085Z] #19 12.51 Building wheels for collected packages: pyyaml 12:55:44 [2020-07-17T12:55:44.085Z] #19 12.51 Running setup.py bdist_wheel for pyyaml: started 12:55:44 [2020-07-17T12:55:44.763Z] #21 100.1 Checking out files: 30% (3323/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) Checking out files: 44% (4774/10850) Checking out files: 45% (4883/10850) Checking out files: 46% (4991/10850) Checking out files: 47% (5100/10850) Checking out files: 48% (5208/10850) Checking out files: 49% (5317/10850) Checking out files: 50% (5425/10850) Checking out files: 51% (5534/10850) Checking out files: 52% (5642/10850) Checking out files: 53% (5751/10850) Checking out files: 54% (5859/10850) Checking out files: 55% (5968/10850) Checking out files: 55% (6060/10850) Checking out files: 56% (6076/10850) Checking out files: 57% (6185/10850) Checking out files: 58% (6293/10850) Checking out files: 59% (6402/10850) Checking out files: 60% (6510/10850) Checking out files: 61% (6619/10850) Checking out files: 62% (6727/10850) Checking out files: 63% (6836/10850) Checking out files: 64% (6944/10850) Checking out files: 65% (7053/10850) Checking out files: 66% (7161/10850) Checking out files: 67% (7270/10850) Checking out files: 68% (7378/10850) Checking out files: 69% (7487/10850) Checking out files: 70% (7595/10850) Checking out files: 71% (7704/10850) Checking out files: 72% (7812/10850) Checking out files: 73% (7921/10850) Checking out files: 74% (8029/10850) Checking out files: 75% (8138/10850) Checking out files: 76% (8246/10850) 12:55:44 [2020-07-17T12:55:44.763Z] #21 ... 12:55:44 [2020-07-17T12:55:44.763Z] 12:55:44 [2020-07-17T12:55:44.763Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:44 [2020-07-17T12:55:44.763Z] #41 91.86 net/http/httptrace 12:55:44 [2020-07-17T12:55:44.763Z] #41 91.97 net/http 12:55:44 [2020-07-17T12:55:44.763Z] #41 100.4 github.com/LK4D4/vndr/godl 12:55:44 [2020-07-17T12:55:44.763Z] #41 101.1 github.com/LK4D4/vndr 12:55:44 [2020-07-17T12:55:44.763Z] #41 ... 12:55:44 [2020-07-17T12:55:44.763Z] 12:55:44 [2020-07-17T12:55:44.763Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:44 [2020-07-17T12:55:44.796Z] #45 ... 12:55:44 [2020-07-17T12:55:44.796Z] 12:55:44 [2020-07-17T12:55:44.796Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:44 [2020-07-17T12:55:44.796Z] #39 148.7 LINK criu/built-in.o 12:55:44 [2020-07-17T12:55:44.796Z] #39 148.9 LINK criu/criu 12:55:44 [2020-07-17T12:55:44.796Z] #39 149.2 DEP lib/c/criu.d 12:55:44 [2020-07-17T12:55:44.796Z] #39 149.2 CC images/rpc.pb-c.o 12:55:44 [2020-07-17T12:55:44.796Z] #39 149.6 CC lib/c/criu.o 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.3 LINK lib/c/built-in.o 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.3 LINK lib/c/libcriu.so 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.3 LINK lib/c/libcriu.a 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.4 GEN magic.py 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.5 Note: Building without setproctitle() and strlcpy() support. 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.5 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.5 Note: Building without GnuTLS support 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.5 Makefile.config:39: Warn: you have no libnftables installed 12:55:44 [2020-07-17T12:55:44.796Z] #39 150.5 Makefile.config:40: Warn: Building without nftables support 12:55:44 [2020-07-17T12:55:44.796Z] #39 151.1 fatal: not a git repository (or any of the parent directories): .git 12:55:44 [2020-07-17T12:55:44.796Z] #39 151.6 make[1]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.1 make[1]: 'images/built-in.o' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.1 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.1 make[1]: 'compel/libcompel.a' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.2 make[1]: 'compel/compel-host-bin' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.2 make[1]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.2 make[1]: 'soccr/libsoccr.a' is up to date. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.3 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.3 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.4 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.5 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.5 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.5 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.6 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.7 make[2]: Nothing to be done for 'all'. 12:55:44 [2020-07-17T12:55:44.796Z] #39 152.7 INSTALL criu/criu 12:55:44 [2020-07-17T12:55:44.796Z] #39 DONE 153.0s 12:55:44 [2020-07-17T12:55:44.796Z] 12:55:44 [2020-07-17T12:55:44.796Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:44 [2020-07-17T12:55:44.796Z] #52 173.6 + bin/containerd 12:55:44 [2020-07-17T12:55:44.882Z] #26 ... 12:55:44 [2020-07-17T12:55:44.882Z] 12:55:44 [2020-07-17T12:55:44.882Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:44 [2020-07-17T12:55:44.882Z] #36 DONE 211.8s 12:55:44 [2020-07-17T12:55:44.882Z] 12:55:44 [2020-07-17T12:55:44.882Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:44 [2020-07-17T12:55:44.882Z] #39 138.2 CC criu/pstree.o 12:55:44 [2020-07-17T12:55:44.882Z] #39 138.8 CC criu/rbtree.o 12:55:44 [2020-07-17T12:55:44.882Z] #39 139.1 CC criu/rst-malloc.o 12:55:45 [2020-07-17T12:55:45.024Z] #19 13.27 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:55:45 [2020-07-17T12:55:45.024Z] #19 13.27 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:55:45 [2020-07-17T12:55:45.024Z] #19 13.34 Successfully built pyyaml 12:55:45 [2020-07-17T12:55:45.024Z] #19 13.35 Installing collected packages: pyyaml, pathspec, yamllint 12:55:45 [2020-07-17T12:55:45.139Z] #39 139.4 CC criu/seccomp.o 12:55:45 [2020-07-17T12:55:45.284Z] #19 13.67 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:55:45 [2020-07-17T12:55:45.306Z] #40 61.68 AR soccr/libsoccr.a 12:55:45 [2020-07-17T12:55:45.307Z] #40 61.74 make[1]: 'soccr/libsoccr.a' is up to date. 12:55:45 [2020-07-17T12:55:45.701Z] #39 140.0 CC criu/seize.o 12:55:45 [2020-07-17T12:55:45.735Z] #52 ... 12:55:45 [2020-07-17T12:55:45.735Z] 12:55:45 [2020-07-17T12:55:45.735Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:55:45 [2020-07-17T12:55:45.735Z] #40 DONE 0.1s 12:55:45 [2020-07-17T12:55:45.825Z] #21 100.1 Checking out files: 30% (3323/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) Checking out files: 44% (4774/10850) Checking out files: 45% (4883/10850) Checking out files: 46% (4991/10850) Checking out files: 47% (5100/10850) Checking out files: 48% (5208/10850) Checking out files: 49% (5317/10850) Checking out files: 50% (5425/10850) Checking out files: 51% (5534/10850) Checking out files: 52% (5642/10850) Checking out files: 53% (5751/10850) Checking out files: 54% (5859/10850) Checking out files: 55% (5968/10850) Checking out files: 55% (6060/10850) Checking out files: 56% (6076/10850) Checking out files: 57% (6185/10850) Checking out files: 58% (6293/10850) Checking out files: 59% (6402/10850) Checking out files: 60% (6510/10850) Checking out files: 61% (6619/10850) Checking out files: 62% (6727/10850) Checking out files: 63% (6836/10850) Checking out files: 64% (6944/10850) Checking out files: 65% (7053/10850) Checking out files: 66% (7161/10850) Checking out files: 67% (7270/10850) Checking out files: 68% (7378/10850) Checking out files: 69% (7487/10850) Checking out files: 70% (7595/10850) Checking out files: 71% (7704/10850) Checking out files: 72% (7812/10850) Checking out files: 73% (7921/10850) Checking out files: 74% (8029/10850) Checking out files: 75% (8138/10850) Checking out files: 76% (8246/10850) Checking out files: 77% (8355/10850) Checking out files: 78% (8463/10850) Checking out files: 78% (8563/10850) Checking out files: 79% (8572/10850) Checking out files: 80% (8680/10850) Checking out files: 81% (8789/10850) Checking out files: 82% (8897/10850) Checking out files: 83% (9006/10850) Checking out files: 84% (9114/10850) Checking out files: 85% (9223/10850) Checking out files: 86% (9331/10850) Checking out files: 87% (9440/10850) Checking out files: 88% (9548/10850) Checking out files: 89% (9657/10850) Checking out files: 90% (9765/10850) Checking out files: 91% (9874/10850) Checking out files: 92% (9982/10850) Checking out files: 93% (10091/10850) Checking out files: 94% (10199/10850) Checking out files: 95% (10308/10850) Checking out files: 96% (10416/10850) Checking out files: 97% (10525/10850) Checking out files: 98% (10633/10850) Checking out files: 99% (10742/10850) Checking out files: 100% (10850/10850) Checking out files: 100% (10850/10850), done. 12:55:45 [2020-07-17T12:55:45.825Z] #21 103.1 + cd /tmp/tmp.BOMy46VLEy/tmp/docker-ce 12:55:45 [2020-07-17T12:55:45.825Z] #21 103.1 + git checkout -q v17.06.2-ce 12:55:45 [2020-07-17T12:55:45.853Z] #19 DONE 14.2s 12:55:45 [2020-07-17T12:55:45.853Z] 12:55:45 [2020-07-17T12:55:45.853Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:55:45 [2020-07-17T12:55:45.954Z] #40 62.14 DEP criu/arch/ppc64/sigframe.d 12:55:45 [2020-07-17T12:55:45.955Z] #40 62.25 DEP criu/arch/ppc64/crtools.d 12:55:45 [2020-07-17T12:55:45.955Z] #40 62.53 DEP criu/arch/ppc64/cpu.d 12:55:45 [2020-07-17T12:55:45.995Z] 12:55:45 [2020-07-17T12:55:45.995Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:55:45 [2020-07-17T12:55:45.995Z] #42 DONE 0.1s 12:55:45 [2020-07-17T12:55:45.995Z] 12:55:45 [2020-07-17T12:55:45.995Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:55:45 [2020-07-17T12:55:45.995Z] #44 DONE 0.0s 12:55:45 [2020-07-17T12:55:45.995Z] 12:55:45 [2020-07-17T12:55:45.995Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:46 [2020-07-17T12:55:46.254Z] #40 62.81 CC criu/arch/ppc64/cpu.o 12:55:46 [2020-07-17T12:55:46.266Z] #39 140.5 CC criu/servicefd.o 12:55:46 [2020-07-17T12:55:46.266Z] #39 ... 12:55:46 [2020-07-17T12:55:46.266Z] 12:55:46 [2020-07-17T12:55:46.266Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:55:46 [2020-07-17T12:55:46.266Z] #26 DONE 3.0s 12:55:46 [2020-07-17T12:55:46.422Z] #22 DONE 0.5s 12:55:46 [2020-07-17T12:55:46.422Z] 12:55:46 [2020-07-17T12:55:46.422Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:55:46 [2020-07-17T12:55:46.522Z] 12:55:46 [2020-07-17T12:55:46.522Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:46 [2020-07-17T12:55:46.522Z] #39 140.7 CC criu/shmem.o 12:55:46 [2020-07-17T12:55:46.553Z] #40 ... 12:55:46 [2020-07-17T12:55:46.553Z] 12:55:46 [2020-07-17T12:55:46.553Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:46 [2020-07-17T12:55:46.553Z] #18 4.398 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7868 B] 12:55:46 [2020-07-17T12:55:46.553Z] #18 10.90 Fetched 8144 kB in 10s (777 kB/s) 12:55:46 [2020-07-17T12:55:46.553Z] #18 10.90 Reading package lists... 12:55:46 [2020-07-17T12:55:46.553Z] #18 ... 12:55:46 [2020-07-17T12:55:46.553Z] 12:55:46 [2020-07-17T12:55:46.553Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:46 [2020-07-17T12:55:46.553Z] #55 129.2 + for f in rootlesskit rootlesskit-docker-proxy 12:55:46 [2020-07-17T12:55:46.553Z] #55 129.2 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy 12:55:46 [2020-07-17T12:55:46.774Z] #21 ... 12:55:46 [2020-07-17T12:55:46.774Z] 12:55:46 [2020-07-17T12:55:46.774Z] #12 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... 12:55:46 [2020-07-17T12:55:46.774Z] #12 DONE 2.8s 12:55:46 [2020-07-17T12:55:46.774Z] 12:55:46 [2020-07-17T12:55:46.774Z] #13 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... 12:55:46 [2020-07-17T12:55:46.778Z] #39 ... 12:55:46 [2020-07-17T12:55:46.778Z] 12:55:46 [2020-07-17T12:55:46.778Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:55:46 [2020-07-17T12:55:46.778Z] #29 DONE 0.3s 12:55:46 [2020-07-17T12:55:46.778Z] 12:55:46 [2020-07-17T12:55:46.778Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:55:46 [2020-07-17T12:55:46.778Z] #31 DONE 0.0s 12:55:46 [2020-07-17T12:55:46.778Z] 12:55:46 [2020-07-17T12:55:46.778Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:55:46 [2020-07-17T12:55:46.778Z] #34 DONE 0.0s 12:55:46 [2020-07-17T12:55:46.778Z] 12:55:46 [2020-07-17T12:55:46.778Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:55:47 [2020-07-17T12:55:47.340Z] #37 DONE 0.5s 12:55:47 [2020-07-17T12:55:47.340Z] 12:55:47 [2020-07-17T12:55:47.340Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:47 [2020-07-17T12:55:47.340Z] #39 141.3 CC criu/sigframe.o 12:55:47 [2020-07-17T12:55:47.340Z] #39 141.4 CC criu/signalfd.o 12:55:47 [2020-07-17T12:55:47.340Z] #39 141.6 CC criu/sk-inet.o 12:55:47 [2020-07-17T12:55:47.935Z] #39 142.3 CC criu/sk-netlink.o 12:55:48 [2020-07-17T12:55:48.497Z] #39 142.6 CC criu/sk-packet.o 12:55:48 [2020-07-17T12:55:48.699Z] #13 1.804 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' 12:55:48 [2020-07-17T12:55:48.753Z] #39 143.1 CC criu/sk-queue.o 12:55:49 [2020-07-17T12:55:49.008Z] #39 143.3 CC criu/sk-tcp.o 12:55:49 [2020-07-17T12:55:49.263Z] #39 143.6 CC criu/sk-unix.o 12:55:49 [2020-07-17T12:55:49.278Z] #13 DONE 2.7s 12:55:49 [2020-07-17T12:55:49.278Z] 12:55:49 [2020-07-17T12:55:49.278Z] #14 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... 12:55:49 [2020-07-17T12:55:49.715Z] #26 DONE 3.3s 12:55:49 [2020-07-17T12:55:49.715Z] 12:55:49 [2020-07-17T12:55:49.715Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:49 [2020-07-17T12:55:49.715Z] #36 DONE 216.7s 12:55:49 [2020-07-17T12:55:49.715Z] 12:55:49 [2020-07-17T12:55:49.715Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:55:49 [2020-07-17T12:55:49.975Z] #29 DONE 0.4s 12:55:49 [2020-07-17T12:55:49.975Z] 12:55:49 [2020-07-17T12:55:49.975Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:55:50 [2020-07-17T12:55:50.234Z] #31 DONE 0.2s 12:55:50 [2020-07-17T12:55:50.234Z] 12:55:50 [2020-07-17T12:55:50.234Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:55:50 [2020-07-17T12:55:50.234Z] #34 DONE 0.1s 12:55:50 [2020-07-17T12:55:50.234Z] 12:55:50 [2020-07-17T12:55:50.234Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:50 [2020-07-17T12:55:50.234Z] #39 138.5 CC criu/protobuf-desc.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 139.2 CC criu/protobuf.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 139.7 CC criu/pstree.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 140.9 CC criu/rbtree.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 141.3 CC criu/rst-malloc.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 141.6 CC criu/seccomp.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 142.1 CC criu/seize.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 142.7 CC criu/servicefd.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 142.9 CC criu/shmem.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 143.4 CC criu/sigframe.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 143.5 CC criu/signalfd.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 143.7 CC criu/sk-inet.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 144.3 CC criu/sk-netlink.o 12:55:50 [2020-07-17T12:55:50.234Z] #39 144.8 CC criu/sk-packet.o 12:55:50 [2020-07-17T12:55:50.625Z] #39 144.5 CC criu/sockets.o 12:55:50 [2020-07-17T12:55:50.865Z] #39 145.6 CC criu/sk-queue.o 12:55:50 [2020-07-17T12:55:50.880Z] #39 145.1 CC criu/stats.o 12:55:50 [2020-07-17T12:55:50.881Z] #39 145.2 CC criu/string.o 12:55:50 [2020-07-17T12:55:50.881Z] #39 145.3 CC criu/sysctl.o 12:55:51 [2020-07-17T12:55:51.308Z] #14 DONE 1.9s 12:55:51 [2020-07-17T12:55:51.308Z] 12:55:51 [2020-07-17T12:55:51.308Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:51 [2020-07-17T12:55:51.308Z] #39 34.56 CC images/rpc.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 35.91 CC images/ext-file.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 36.11 CC images/cgroup.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 36.65 CC images/userns.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 37.08 CC images/google/protobuf/descriptor.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 38.91 CC images/opts.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 39.08 CC images/seccomp.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 39.33 CC images/binfmt-misc.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 39.72 CC images/time.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 39.94 CC images/sysctl.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 40.19 CC images/autofs.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 40.30 CC images/macvlan.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 40.41 CC images/sit.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 40.66 CC images/memfd.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.02 CC images/timens.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.39 LINK images/built-in.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.55 GEN compel/include/asm 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.59 GEN compel/include/version.h 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.63 touch .config 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.71 GEN include/common/config.h 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.80 GEN compel/plugins/include/uapi/std/asm/syscall-types.h 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.83 GEN compel/arch/aarch64/plugins/std/syscalls/syscalls.S 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.88 DEP compel/arch/aarch64/plugins/std/syscalls/syscalls.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.91 DEP compel/arch/aarch64/plugins/std/parasite-head.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 41.94 DEP compel/plugins/std/infect.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.13 DEP compel/plugins/std/string.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.23 DEP compel/plugins/std/log.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.30 DEP compel/plugins/std/fds.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.37 DEP compel/plugins/std/std.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.47 DEP compel/plugins/shmem/shmem.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.53 DEP compel/plugins/fds/fds.d 12:55:51 [2020-07-17T12:55:51.308Z] #39 42.65 CC compel/plugins/std/std.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 43.03 CC compel/plugins/std/fds.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 43.57 CC compel/plugins/std/log.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 44.14 CC compel/plugins/std/string.o 12:55:51 [2020-07-17T12:55:51.308Z] #39 ... 12:55:51 [2020-07-17T12:55:51.308Z] 12:55:51 [2020-07-17T12:55:51.308Z] #28 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:55:51 [2020-07-17T12:55:51.308Z] #28 DONE 108.4s 12:55:51 [2020-07-17T12:55:51.308Z] 12:55:51 [2020-07-17T12:55:51.308Z] #41 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:51 [2020-07-17T12:55:51.308Z] #41 DONE 108.6s 12:55:51 [2020-07-17T12:55:51.308Z] 12:55:51 [2020-07-17T12:55:51.308Z] #15 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... 12:55:51 [2020-07-17T12:55:51.442Z] #39 145.6 CC criu/sysfs_parse.o 12:55:51 [2020-07-17T12:55:51.442Z] #39 145.8 CC criu/timens.o 12:55:51 [2020-07-17T12:55:51.449Z] #39 ... 12:55:51 [2020-07-17T12:55:51.449Z] 12:55:51 [2020-07-17T12:55:51.449Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:55:51 [2020-07-17T12:55:51.698Z] #39 146.0 CC criu/timerfd.o 12:55:51 [2020-07-17T12:55:51.955Z] #39 146.2 CC criu/tty.o 12:55:52 [2020-07-17T12:55:52.064Z] #37 DONE 0.6s 12:55:52 [2020-07-17T12:55:52.064Z] 12:55:52 [2020-07-17T12:55:52.064Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:52 [2020-07-17T12:55:52.064Z] #39 146.2 CC criu/sk-tcp.o 12:55:52 [2020-07-17T12:55:52.064Z] #39 146.6 CC criu/sk-unix.o 12:55:52 [2020-07-17T12:55:52.209Z] #55 ... 12:55:52 [2020-07-17T12:55:52.209Z] 12:55:52 [2020-07-17T12:55:52.209Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:52 [2020-07-17T12:55:52.209Z] #40 63.48 CC criu/arch/ppc64/crtools.o 12:55:52 [2020-07-17T12:55:52.209Z] #40 64.37 CC criu/arch/ppc64/sigframe.o 12:55:52 [2020-07-17T12:55:52.209Z] #40 64.72 LINK criu/arch/ppc64/crtools.built-in.o 12:55:52 [2020-07-17T12:55:52.209Z] #40 64.80 DEP criu/pie/util-vdso.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 65.02 DEP criu/pie/util.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 65.17 CC criu/pie/util.o 12:55:52 [2020-07-17T12:55:52.209Z] #40 65.51 CC criu/pie/util-vdso.o 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.24 AR criu/pie/pie.lib.a 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.30 DEP criu/pie/restorer.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.52 DEP criu/arch/ppc64/vdso-trampoline.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.53 DEP criu/arch/ppc64/restorer.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.74 DEP criu/arch/ppc64/vdso-pie.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 66.98 DEP criu/pie/parasite-vdso.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 67.18 DEP criu/pie/parasite.d 12:55:52 [2020-07-17T12:55:52.209Z] #40 67.51 CC criu/pie/parasite.o 12:55:52 [2020-07-17T12:55:52.480Z] Commit message: "testing: bump docker-py 4.2.2" 12:55:52 [2020-07-17T12:55:52.858Z] #40 69.08 LINK criu/pie/parasite.built-in.o 12:55:52 [2020-07-17T12:55:52.858Z] #40 69.09 GEN criu/pie/parasite-blob.h 12:55:52 [2020-07-17T12:55:52.858Z] #40 69.16 CC criu/pie/parasite-vdso.o 12:55:52 [2020-07-17T12:55:52.883Z] #39 147.1 CC criu/tun.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) 12:55:53 [2020-07-17T12:55:53.000Z] #39 147.7 CC criu/sockets.o [Pipeline] sh 12:55:53 [2020-07-17T12:55:53.140Z] #39 147.4 CC criu/uffd.o 12:55:53 [2020-07-17T12:55:53.259Z] #39 148.1 CC criu/stats.o 12:55:53 [2020-07-17T12:55:53.518Z] #39 148.2 CC criu/string.o 12:55:53 [2020-07-17T12:55:53.518Z] #39 148.3 CC criu/sysctl.o 12:55:53 [2020-07-17T12:55:53.745Z] #39 147.9 CC criu/util.o 12:55:53 [2020-07-17T12:55:53.777Z] #39 148.7 CC criu/sysfs_parse.o 12:55:53 [2020-07-17T12:55:53.915Z] #40 70.09 CC criu/arch/ppc64/vdso-pie.o 12:55:53 [2020-07-17T12:55:53.915Z] #40 70.51 CC criu/arch/ppc64/restorer.o 12:55:54 [2020-07-17T12:55:54.036Z] #39 148.8 CC criu/timens.o 12:55:54 [2020-07-17T12:55:54.295Z] #39 149.0 CC criu/timerfd.o 12:55:54 [2020-07-17T12:55:54.555Z] #39 149.3 CC criu/tty.o 12:55:54 [2020-07-17T12:55:54.633Z] #15 DONE 2.8s 12:55:54 [2020-07-17T12:55:54.633Z] 12:55:54 [2020-07-17T12:55:54.633Z] #16 [dev-systemd-false 6/26] RUN ldconfig 12:55:54 [2020-07-17T12:55:54.674Z] #39 148.7 CC criu/uts_ns.o 12:55:54 [2020-07-17T12:55:54.675Z] #39 148.9 CC criu/vdso-compat.o 12:55:54 [2020-07-17T12:55:54.675Z] #39 149.0 CC criu/vdso.o 12:55:54 [2020-07-17T12:55:54.931Z] #39 ... 12:55:54 [2020-07-17T12:55:54.931Z] 12:55:54 [2020-07-17T12:55:54.931Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:54 [2020-07-17T12:55:54.931Z] #52 178.0 + bin/containerd 12:55:54 [2020-07-17T12:55:54.975Z] #40 71.13 CC criu/arch/ppc64/vdso-trampoline.o 12:55:54 [2020-07-17T12:55:54.975Z] #40 71.19 CC criu/pie/restorer.o 12:55:54 [2020-07-17T12:55:54.975Z] #40 ... 12:55:54 [2020-07-17T12:55:54.975Z] 12:55:54 [2020-07-17T12:55:54.975Z] #55 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:54 [2020-07-17T12:55:54.975Z] #55 DONE 138.3s 12:55:54 [2020-07-17T12:55:54.975Z] 12:55:54 [2020-07-17T12:55:54.975Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:54 [2020-07-17T12:55:54.975Z] #18 10.90 Reading package lists... 12:55:54 [2020-07-17T12:55:54.975Z] #18 15.23 Reading package lists... 12:55:54 [2020-07-17T12:55:54.975Z] #18 19.72 Building dependency tree... 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 libcap2-bin is already the newest version (1:2.25-2). 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 The following additional packages will be installed: 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.36 python3.7 python3.7-minimal vim-runtime xxd 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 Suggested packages: 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 Recommended packages: 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 aufs-dkms nftables build-essential python3-dev python3-keyring 12:55:54 [2020-07-17T12:55:54.975Z] #18 21.37 python3-keyrings.alt python3-xdg unzip 12:55:55 [2020-07-17T12:55:55.274Z] #18 ... 12:55:55 [2020-07-17T12:55:55.274Z] 12:55:55 [2020-07-17T12:55:55.274Z] #56 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build 12:55:55 [2020-07-17T12:55:55.274Z] #56 DONE 0.1s 12:55:55 [2020-07-17T12:55:55.274Z] 12:55:55 [2020-07-17T12:55:55.274Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:55 [2020-07-17T12:55:55.274Z] #42 130.9 github.com/LK4D4/vndr/build 12:55:55 [2020-07-17T12:55:55.274Z] #42 132.3 vendor/golang.org/x/text/unicode/norm 12:55:55 [2020-07-17T12:55:55.274Z] #42 ... 12:55:55 [2020-07-17T12:55:55.274Z] 12:55:55 [2020-07-17T12:55:55.274Z] #57 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build 12:55:55 [2020-07-17T12:55:55.274Z] #57 DONE 0.1s 12:55:55 [2020-07-17T12:55:55.494Z] #39 150.2 CC criu/tun.o 12:55:55 [2020-07-17T12:55:55.574Z] 12:55:55 [2020-07-17T12:55:55.574Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:55:55 [2020-07-17T12:55:55.753Z] #39 150.5 CC criu/uffd.o 12:55:55 [2020-07-17T12:55:55.878Z] #37 ... 12:55:55 [2020-07-17T12:55:55.878Z] 12:55:55 [2020-07-17T12:55:55.878Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:55 [2020-07-17T12:55:55.878Z] #18 23.89 The following NEW packages will be installed: 12:55:56 [2020-07-17T12:55:56.030Z] #16 DONE 1.8s 12:55:56 [2020-07-17T12:55:56.030Z] 12:55:56 [2020-07-17T12:55:56.030Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:55:56 [2020-07-17T12:55:56.030Z] #39 44.73 CC compel/plugins/std/infect.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 45.50 CC compel/arch/aarch64/plugins/std/parasite-head.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 45.61 CC compel/arch/aarch64/plugins/std/syscalls/syscalls.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 45.77 AR compel/plugins/std.lib.a 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.02 CC compel/plugins/fds/fds.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.39 AR compel/plugins/fds.lib.a 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.47 HOSTDEP compel/src/lib/log-host.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.54 HOSTDEP compel/src/lib/handle-elf-host.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.70 HOSTDEP compel/arch/aarch64/src/lib/handle-elf-host.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.79 HOSTDEP compel/src/main-host.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 46.93 DEP compel/src/lib/ptrace.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.07 DEP compel/src/lib/infect.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.17 DEP compel/src/lib/infect-util.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.26 DEP compel/src/lib/infect-rpc.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.33 DEP compel/arch/aarch64/src/lib/infect.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.39 DEP compel/arch/aarch64/src/lib/cpu.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.46 DEP compel/src/lib/log.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.53 DEP compel/src/main.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.66 DEP compel/src/lib/handle-elf.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.80 DEP compel/arch/aarch64/src/lib/handle-elf.d 12:55:56 [2020-07-17T12:55:56.030Z] #39 47.97 CC compel/src/lib/log.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 48.17 CC compel/arch/aarch64/src/lib/cpu.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 48.40 CC compel/arch/aarch64/src/lib/infect.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 48.62 CC compel/src/lib/infect-rpc.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 48.81 CC compel/src/lib/infect-util.o 12:55:56 [2020-07-17T12:55:56.030Z] #39 48.97 CC compel/src/lib/infect.o 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.89 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.91 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.91 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.91 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.91 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.91 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.92 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.92 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:55:56 [2020-07-17T12:55:56.182Z] #18 23.92 xz-utils zip 12:55:56 [2020-07-17T12:55:56.182Z] #18 24.14 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. 12:55:56 [2020-07-17T12:55:56.182Z] #18 24.14 Need to get 29.2 MB of archives. 12:55:56 [2020-07-17T12:55:56.182Z] #18 24.14 After this operation, 134 MB of additional disk space will be used. 12:55:56 [2020-07-17T12:55:56.182Z] #18 24.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] 12:55:56 [2020-07-17T12:55:56.182Z] #18 24.18 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u1 [593 kB] 12:55:56 [2020-07-17T12:55:56.322Z] #39 151.1 CC criu/util.o 12:55:56 [2020-07-17T12:55:56.402Z] + docker version 12:55:56 [2020-07-17T12:55:56.482Z] #18 24.24 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u1 [2025 kB] 12:55:56 [2020-07-17T12:55:56.782Z] #18 24.50 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] 12:55:56 [2020-07-17T12:55:56.782Z] #18 24.52 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] 12:55:56 [2020-07-17T12:55:56.782Z] #18 24.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u1 [1793 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 24.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u1 [330 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 24.97 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 24.99 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 24.99 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.00 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.02 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.02 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.05 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.06 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.06 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.10 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.12 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] 12:55:57 [2020-07-17T12:55:57.084Z] #18 25.13 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] 12:55:57 [2020-07-17T12:55:57.261Z] #39 151.8 CC criu/uts_ns.o 12:55:57 [2020-07-17T12:55:57.261Z] #39 151.9 CC criu/vdso-compat.o 12:55:57 [2020-07-17T12:55:57.261Z] #39 152.1 CC criu/vdso.o 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.15 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.16 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.17 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.23 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.25 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.28 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.30 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.30 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] 12:55:57 [2020-07-17T12:55:57.384Z] #18 25.30 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] 12:55:57 [2020-07-17T12:55:57.429Z] #39 50.69 CC compel/src/lib/ptrace.o 12:55:57 [2020-07-17T12:55:57.520Z] #39 152.4 LINK criu/built-in.o 12:55:57 [2020-07-17T12:55:57.520Z] #39 152.5 LINK criu/criu 12:55:57 [2020-07-17T12:55:57.692Z] #39 51.01 AR compel/libcompel.a 12:55:57 [2020-07-17T12:55:57.692Z] #39 51.06 HOSTCC compel/src/main-host.o 12:55:57 [2020-07-17T12:55:57.955Z] #39 51.33 HOSTCC compel/arch/aarch64/src/lib/handle-elf-host.o 12:55:57 [2020-07-17T12:55:57.955Z] #39 51.41 HOSTCC compel/src/lib/handle-elf-host.o 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.92 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.92 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.93 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.94 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 25.97 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] 12:55:58 [2020-07-17T12:55:58.040Z] #18 26.09 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:55:58 [2020-07-17T12:55:58.090Z] #39 152.8 DEP lib/c/criu.d 12:55:58 [2020-07-17T12:55:58.090Z] #39 152.8 CC images/rpc.pb-c.o 12:55:58 [2020-07-17T12:55:58.342Z] #18 26.10 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.11 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.16 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.17 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.24 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.27 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] 12:55:58 [2020-07-17T12:55:58.343Z] #18 26.28 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] 12:55:58 [2020-07-17T12:55:58.350Z] #39 153.2 CC lib/c/criu.o 12:55:58 [2020-07-17T12:55:58.531Z] #39 51.61 HOSTCC compel/src/lib/log-host.o 12:55:58 [2020-07-17T12:55:58.531Z] #39 51.78 HOSTLINK compel/compel-host-bin 12:55:58 [2020-07-17T12:55:58.531Z] #39 52.01 DEP soccr/soccr.d 12:55:58 [2020-07-17T12:55:58.609Z] #39 ... 12:55:58 [2020-07-17T12:55:58.609Z] 12:55:58 [2020-07-17T12:55:58.609Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:55:58 [2020-07-17T12:55:58.609Z] #45 225.6 + cd /tmp/tmp.LLMsuLJEbb/src/github.com/golangci/golangci-lint/ 12:55:58 [2020-07-17T12:55:58.609Z] #45 225.6 + git checkout -q v1.23.8 12:55:58 [2020-07-17T12:55:58.645Z] #18 26.65 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 ++ git describe --tags 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 + version=v1.23.8 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 ++ git rev-parse --short HEAD 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 + commit=76a82c6 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 ++ git show -s --format=%cd 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:55:58 [2020-07-17T12:55:58.869Z] #45 225.9 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:55:58 [2020-07-17T12:55:58.945Z] #18 26.72 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] 12:55:58 [2020-07-17T12:55:58.945Z] #18 26.79 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] 12:55:59 [2020-07-17T12:55:59.108Z] #39 52.22 CC soccr/soccr.o 12:55:59 [2020-07-17T12:55:59.108Z] #39 ... 12:55:59 [2020-07-17T12:55:59.108Z] 12:55:59 [2020-07-17T12:55:59.108Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:55:59 [2020-07-17T12:55:59.108Z] #49 7.976 + cd /tmp/tmp.x0AWtozngl/src/github.com/opencontainers/runc 12:55:59 [2020-07-17T12:55:59.108Z] #49 7.985 + git checkout -q 24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2 12:55:59 [2020-07-17T12:55:59.108Z] #49 8.349 + '[' -z '' ']' 12:55:59 [2020-07-17T12:55:59.108Z] #49 8.350 + target=static 12:55:59 [2020-07-17T12:55:59.108Z] #49 8.350 + make 'BUILDTAGS=seccomp apparmor selinux ' static 12:55:59 [2020-07-17T12:55:59.108Z] #49 8.493 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o runc . 12:55:59 [2020-07-17T12:55:59.108Z] #49 ... 12:55:59 [2020-07-17T12:55:59.108Z] 12:55:59 [2020-07-17T12:55:59.108Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:55:59 [2020-07-17T12:55:59.108Z] #17 2.021 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] 12:55:59 [2020-07-17T12:55:59.108Z] #17 2.115 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] 12:55:59 [2020-07-17T12:55:59.108Z] #17 2.289 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] 12:55:59 [2020-07-17T12:55:59.108Z] #17 2.543 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB] 12:55:59 [2020-07-17T12:55:59.108Z] #17 3.095 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [210 kB] 12:55:59 [2020-07-17T12:55:59.593Z] #18 27.55 debconf: delaying package configuration, since apt-utils is not installed 12:55:59 [2020-07-17T12:55:59.893Z] #18 27.78 Fetched 29.2 MB in 3s (10.7 MB/s) 12:55:59 [2020-07-17T12:55:59.893Z] #18 27.92 Selecting previously unselected package pigz. 12:56:00 [2020-07-17T12:56:00.058Z] #17 ... 12:56:00 [2020-07-17T12:56:00.058Z] 12:56:00 [2020-07-17T12:56:00.058Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:00 [2020-07-17T12:56:00.058Z] #21 107.0 + mkdir -p /tmp/tmp.BOMy46VLEy/src/github.com/docker 12:56:00 [2020-07-17T12:56:00.058Z] #21 107.0 + mv components/cli /tmp/tmp.BOMy46VLEy/src/github.com/docker/cli 12:56:00 [2020-07-17T12:56:00.058Z] #21 107.0 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker 12:56:00 [2020-07-17T12:56:00.058Z] #21 ... 12:56:00 [2020-07-17T12:56:00.058Z] 12:56:00 [2020-07-17T12:56:00.058Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:00 [2020-07-17T12:56:00.058Z] #39 53.31 AR soccr/libsoccr.a 12:56:00 [2020-07-17T12:56:00.058Z] #39 53.35 make[1]: 'soccr/libsoccr.a' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #52 ... 12:56:00 [2020-07-17T12:56:00.180Z] 12:56:00 [2020-07-17T12:56:00.180Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:00 [2020-07-17T12:56:00.180Z] #39 149.4 LINK criu/built-in.o 12:56:00 [2020-07-17T12:56:00.180Z] #39 149.5 LINK criu/criu 12:56:00 [2020-07-17T12:56:00.180Z] #39 149.9 DEP lib/c/criu.d 12:56:00 [2020-07-17T12:56:00.180Z] #39 149.9 CC images/rpc.pb-c.o 12:56:00 [2020-07-17T12:56:00.180Z] #39 150.4 CC lib/c/criu.o 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.0 LINK lib/c/built-in.o 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.0 LINK lib/c/libcriu.so 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.0 LINK lib/c/libcriu.a 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.1 GEN magic.py 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.2 Note: Building without setproctitle() and strlcpy() support. 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.3 Note: Building without GnuTLS support 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.3 Makefile.config:39: Warn: you have no libnftables installed 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.3 Makefile.config:40: Warn: Building without nftables support 12:56:00 [2020-07-17T12:56:00.180Z] #39 151.8 fatal: not a git repository (or any of the parent directories): .git 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.3 make[1]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.8 make[1]: 'images/built-in.o' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.8 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.9 make[1]: 'compel/libcompel.a' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.9 make[1]: 'compel/compel-host-bin' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.9 make[1]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 152.9 make[1]: 'soccr/libsoccr.a' is up to date. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.1 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.1 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.1 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.2 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.3 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.3 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.3 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.4 make[2]: Nothing to be done for 'all'. 12:56:00 [2020-07-17T12:56:00.180Z] #39 153.4 INSTALL criu/criu 12:56:00 [2020-07-17T12:56:00.180Z] #39 DONE 153.9s 12:56:00 [2020-07-17T12:56:00.180Z] 12:56:00 [2020-07-17T12:56:00.180Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.5 + cd /tmp/tmp.H6ZkN3iq6H/src/github.com/golangci/golangci-lint/ 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.5 + git checkout -q v1.23.8 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 ++ git describe --tags 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 + version=v1.23.8 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 ++ git rev-parse --short HEAD 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 + commit=76a82c6 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 ++ git show -s --format=%cd 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:56:00 [2020-07-17T12:56:00.180Z] #45 222.8 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:56:00 [2020-07-17T12:56:00.215Z] #18 27.92 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23361 files and directories currently installed.) 12:56:00 [2020-07-17T12:56:00.215Z] #18 28.03 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... 12:56:00 [2020-07-17T12:56:00.215Z] #18 28.03 Unpacking pigz (2.4-1) ... 12:56:00 [2020-07-17T12:56:00.215Z] #18 28.12 Selecting previously unselected package libpython3.7-minimal:ppc64el. 12:56:00 [2020-07-17T12:56:00.215Z] #18 28.13 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... 12:56:00 [2020-07-17T12:56:00.215Z] #18 28.13 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... 12:56:00 [2020-07-17T12:56:00.633Z] #39 53.77 DEP criu/arch/aarch64/sigframe.d 12:56:00 [2020-07-17T12:56:00.633Z] #39 53.89 DEP criu/arch/aarch64/crtools.d 12:56:00 [2020-07-17T12:56:00.633Z] #39 54.01 DEP criu/arch/aarch64/cpu.d 12:56:00 [2020-07-17T12:56:00.788Z] #45 ... 12:56:00 [2020-07-17T12:56:00.788Z] 12:56:00 [2020-07-17T12:56:00.788Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:56:00 [2020-07-17T12:56:00.788Z] #40 DONE 0.1s 12:56:00 [2020-07-17T12:56:00.788Z] 12:56:00 [2020-07-17T12:56:00.788Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:56:00 [2020-07-17T12:56:00.788Z] #42 DONE 0.1s 12:56:00 [2020-07-17T12:56:00.788Z] 12:56:00 [2020-07-17T12:56:00.788Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:00 [2020-07-17T12:56:00.859Z] #18 28.64 Selecting previously unselected package python3.7-minimal. 12:56:00 [2020-07-17T12:56:00.859Z] #18 28.65 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_ppc64el.deb ... 12:56:00 [2020-07-17T12:56:00.859Z] #18 28.66 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:56:00 [2020-07-17T12:56:00.896Z] #39 54.03 DEP criu/arch/aarch64/bitops.d 12:56:00 [2020-07-17T12:56:00.896Z] #39 54.06 CC criu/arch/aarch64/bitops.o 12:56:00 [2020-07-17T12:56:00.896Z] #39 54.10 CC criu/arch/aarch64/cpu.o 12:56:00 [2020-07-17T12:56:00.896Z] #39 54.24 CC criu/arch/aarch64/crtools.o 12:56:01 [2020-07-17T12:56:01.047Z] #52 ... 12:56:01 [2020-07-17T12:56:01.047Z] 12:56:01 [2020-07-17T12:56:01.047Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:56:01 [2020-07-17T12:56:01.047Z] #44 DONE 0.1s 12:56:01 [2020-07-17T12:56:01.047Z] 12:56:01 [2020-07-17T12:56:01.047Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:01 [2020-07-17T12:56:01.168Z] Client: Docker Engine - Enterprise 12:56:01 [2020-07-17T12:56:01.168Z] Version: 19.03.5 12:56:01 [2020-07-17T12:56:01.168Z] API version: 1.40 12:56:01 [2020-07-17T12:56:01.168Z] Go version: go1.12.12 12:56:01 [2020-07-17T12:56:01.168Z] Git commit: 2ee0c57608 12:56:01 [2020-07-17T12:56:01.168Z] Built: 11/13/2019 08:00:16 12:56:01 [2020-07-17T12:56:01.168Z] OS/Arch: windows/amd64 12:56:01 [2020-07-17T12:56:01.168Z] Experimental: false 12:56:01 [2020-07-17T12:56:01.168Z] 12:56:01 [2020-07-17T12:56:01.168Z] Server: Docker Engine - Enterprise 12:56:01 [2020-07-17T12:56:01.168Z] Engine: 12:56:01 [2020-07-17T12:56:01.168Z] Version: 19.03.5 12:56:01 [2020-07-17T12:56:01.168Z] API version: 1.40 (minimum version 1.24) 12:56:01 [2020-07-17T12:56:01.168Z] Go version: go1.12.12 12:56:01 [2020-07-17T12:56:01.168Z] Git commit: 2ee0c57608 12:56:01 [2020-07-17T12:56:01.168Z] Built: 11/13/2019 07:58:51 12:56:01 [2020-07-17T12:56:01.168Z] OS/Arch: windows/amd64 12:56:01 [2020-07-17T12:56:01.168Z] Experimental: true 12:56:01 [2020-07-17T12:56:01.473Z] #39 54.77 CC criu/arch/aarch64/sigframe.o 12:56:01 [2020-07-17T12:56:01.736Z] #39 54.99 LINK criu/arch/aarch64/crtools.built-in.o 12:56:01 [2020-07-17T12:56:01.736Z] #39 55.06 DEP criu/pie/util-vdso.d 12:56:01 [2020-07-17T12:56:01.736Z] #39 55.18 DEP criu/pie/util.d [Pipeline] sh 12:56:01 [2020-07-17T12:56:01.918Z] #18 29.64 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u1) ... 12:56:01 [2020-07-17T12:56:01.918Z] #18 29.65 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:56:01 [2020-07-17T12:56:01.999Z] #39 55.33 CC criu/pie/util.o 12:56:02 [2020-07-17T12:56:02.161Z] #45 ... 12:56:02 [2020-07-17T12:56:02.161Z] 12:56:02 [2020-07-17T12:56:02.161Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:02 [2020-07-17T12:56:02.161Z] #39 153.9 LINK lib/c/built-in.o 12:56:02 [2020-07-17T12:56:02.161Z] #39 153.9 LINK lib/c/libcriu.so 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.0 LINK lib/c/libcriu.a 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.0 GEN magic.py 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.1 Note: Building without setproctitle() and strlcpy() support. 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.2 Note: Building without GnuTLS support 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.2 Makefile.config:39: Warn: you have no libnftables installed 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.2 Makefile.config:40: Warn: Building without nftables support 12:56:02 [2020-07-17T12:56:02.161Z] #39 154.8 fatal: not a git repository (or any of the parent directories): .git 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.3 make[1]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.8 make[1]: 'images/built-in.o' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.8 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.8 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.8 make[1]: 'compel/libcompel.a' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.8 make[1]: 'compel/compel-host-bin' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.9 make[1]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 155.9 make[1]: 'soccr/libsoccr.a' is up to date. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.1 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.1 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.1 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.2 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.3 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.3 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.3 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.4 make[2]: Nothing to be done for 'all'. 12:56:02 [2020-07-17T12:56:02.161Z] #39 156.4 INSTALL criu/criu 12:56:02 [2020-07-17T12:56:02.161Z] #39 DONE 156.9s 12:56:02 [2020-07-17T12:56:02.263Z] #39 55.61 CC criu/pie/util-vdso.o 12:56:02 [2020-07-17T12:56:02.421Z] 12:56:02 [2020-07-17T12:56:02.421Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:02 [2020-07-17T12:56:02.421Z] #52 178.6 + bin/containerd 12:56:02 [2020-07-17T12:56:02.753Z] + docker info 12:56:02 [2020-07-17T12:56:02.839Z] #39 56.13 AR criu/pie/pie.lib.a 12:56:02 [2020-07-17T12:56:02.839Z] #39 56.20 DEP criu/pie/restorer.d 12:56:03 [2020-07-17T12:56:03.102Z] #39 56.45 DEP criu/arch/aarch64/intraprocedure.d 12:56:03 [2020-07-17T12:56:03.359Z] #52 ... 12:56:03 [2020-07-17T12:56:03.360Z] 12:56:03 [2020-07-17T12:56:03.360Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:56:03 [2020-07-17T12:56:03.360Z] #40 DONE 0.1s 12:56:03 [2020-07-17T12:56:03.360Z] 12:56:03 [2020-07-17T12:56:03.360Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:56:03 [2020-07-17T12:56:03.360Z] #42 DONE 0.1s 12:56:03 [2020-07-17T12:56:03.360Z] 12:56:03 [2020-07-17T12:56:03.360Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:56:03 [2020-07-17T12:56:03.360Z] #44 DONE 0.1s 12:56:03 [2020-07-17T12:56:03.360Z] 12:56:03 [2020-07-17T12:56:03.360Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:03 [2020-07-17T12:56:03.365Z] #39 56.46 DEP criu/arch/aarch64/restorer.d 12:56:03 [2020-07-17T12:56:03.365Z] #39 56.60 DEP criu/arch/aarch64/vdso-pie.d 12:56:03 [2020-07-17T12:56:03.365Z] #39 56.74 DEP criu/pie/parasite-vdso.d 12:56:03 [2020-07-17T12:56:03.627Z] #39 56.92 DEP criu/pie/parasite.d 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/backend/build [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements 12:56:03 [2020-07-17T12:56:03.852Z] ok github.com/docker/docker/api/server/middleware 0.013s coverage: 37.7% of statements 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/build [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/container [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/debug [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/image [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/network [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 12:56:03 [2020-07-17T12:56:03.852Z] ? github.com/docker/docker/api/server/router/session [no test files] 12:56:03 [2020-07-17T12:56:03.890Z] #39 57.22 CC criu/pie/parasite.o 12:56:04 [2020-07-17T12:56:04.483Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.1% of statements 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/server/router/system [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/server/router/volume [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/types [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/types/backend [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/types/container [no test files] 12:56:04 [2020-07-17T12:56:04.483Z] ? github.com/docker/docker/api/types/events [no test files] 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.10 Selecting previously unselected package python3-minimal. 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.16 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.16 Unpacking python3-minimal (3.7.3-1) ... 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.27 Selecting previously unselected package libmpdec2:ppc64el. 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.29 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.29 Unpacking libmpdec2:ppc64el (2.4.2-2) ... 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.39 Selecting previously unselected package libpython3.7-stdlib:ppc64el. 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.40 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_ppc64el.deb ... 12:56:04 [2020-07-17T12:56:04.694Z] #18 32.40 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... 12:56:04 [2020-07-17T12:56:04.775Z] ok github.com/docker/docker/api/types/strslice 0.011s coverage: 90.0% of statements 12:56:04 [2020-07-17T12:56:04.775Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/image [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/mount [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/network [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/registry [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/swarm [no test files] 12:56:04 [2020-07-17T12:56:04.775Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 12:56:04 [2020-07-17T12:56:04.840Z] #39 58.02 LINK criu/pie/parasite.built-in.o 12:56:04 [2020-07-17T12:56:04.840Z] #39 58.03 GEN criu/pie/parasite-blob.h 12:56:04 [2020-07-17T12:56:04.840Z] #39 58.05 CC criu/pie/parasite-vdso.o 12:56:05 [2020-07-17T12:56:05.066Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements 12:56:05 [2020-07-17T12:56:05.066Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/api/types/volume [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 12:56:05 [2020-07-17T12:56:05.066Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.18 Selecting previously unselected package python3.7. 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.19 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_ppc64el.deb ... 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.20 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.35 Selecting previously unselected package libpython3-stdlib:ppc64el. 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.35 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... 12:56:05 [2020-07-17T12:56:05.348Z] #18 33.36 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... 12:56:05 [2020-07-17T12:56:05.357Z] ok github.com/docker/docker/builder/dockerignore 0.007s coverage: 96.8% of statements 12:56:05 [2020-07-17T12:56:05.416Z] #39 58.62 CC criu/arch/aarch64/vdso-pie.o 12:56:05 [2020-07-17T12:56:05.646Z] #18 33.44 Setting up python3-minimal (3.7.3-1) ... 12:56:05 [2020-07-17T12:56:05.680Z] #39 58.78 CC criu/arch/aarch64/restorer.o 12:56:05 [2020-07-17T12:56:05.680Z] #39 59.00 CC criu/arch/aarch64/intraprocedure.o 12:56:05 [2020-07-17T12:56:05.680Z] #39 59.05 CC criu/pie/restorer.o 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.50 Selecting previously unselected package python3. 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.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 ... 24022 files and directories currently installed.) 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.56 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.57 Unpacking python3 (3.7.3-1) ... 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.64 Selecting previously unselected package libip4tc0:ppc64el. 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.65 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... 12:56:06 [2020-07-17T12:56:06.708Z] #18 34.66 Unpacking libip4tc0:ppc64el (1.8.2-4) ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.77 Selecting previously unselected package libip6tc0:ppc64el. 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.80 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.82 Unpacking libip6tc0:ppc64el (1.8.2-4) ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.91 Selecting previously unselected package libiptc0:ppc64el. 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.91 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.92 Unpacking libiptc0:ppc64el (1.8.2-4) ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.99 Selecting previously unselected package libnfnetlink0:ppc64el. 12:56:07 [2020-07-17T12:56:07.019Z] #18 34.99 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.019Z] #18 35.00 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.08 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.09 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.10 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.21 Selecting previously unselected package libnftnl11:ppc64el. 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.23 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.322Z] #18 35.23 Unpacking libnftnl11:ppc64el (1.1.2-2) ... 12:56:07 [2020-07-17T12:56:07.619Z] #18 35.35 Selecting previously unselected package iptables. 12:56:07 [2020-07-17T12:56:07.619Z] #18 35.36 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... 12:56:07 [2020-07-17T12:56:07.619Z] #18 35.37 Unpacking iptables (1.8.2-4) ... 12:56:07 [2020-07-17T12:56:07.919Z] #18 ... 12:56:07 [2020-07-17T12:56:07.919Z] 12:56:07 [2020-07-17T12:56:07.919Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:08 [2020-07-17T12:56:08.087Z] ok github.com/docker/docker/builder/remotecontext 0.369s coverage: 13.6% of statements 12:56:08 [2020-07-17T12:56:08.239Z] #39 61.60 LINK criu/pie/restorer.built-in.o 12:56:08 [2020-07-17T12:56:08.239Z] #39 61.61 GEN criu/pie/restorer-blob.h 12:56:08 [2020-07-17T12:56:08.379Z] ok github.com/docker/docker/builder/dockerfile 1.011s coverage: 48.1% of statements 12:56:08 [2020-07-17T12:56:08.502Z] #39 61.75 DEP criu/vdso.d 12:56:08 [2020-07-17T12:56:08.502Z] #39 61.97 DEP criu/uts_ns.d 12:56:09 [2020-07-17T12:56:09.014Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements 12:56:09 [2020-07-17T12:56:09.079Z] #39 62.14 DEP criu/util.d 12:56:09 [2020-07-17T12:56:09.079Z] #39 62.30 DEP criu/uffd.d 12:56:09 [2020-07-17T12:56:09.079Z] #39 62.46 DEP criu/tun.d 12:56:09 [2020-07-17T12:56:09.079Z] #39 62.55 DEP criu/tty.d 12:56:09 [2020-07-17T12:56:09.118Z] #22 151.1 Checking out files: 24% (2657/10850) Checking out files: 25% (2713/10850) Checking out files: 26% (2821/10850) Checking out files: 27% (2930/10850) Checking out files: 28% (3038/10850) Checking out files: 29% (3147/10850) Checking out files: 30% (3255/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 37% (4117/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) 12:56:09 [2020-07-17T12:56:09.118Z] #22 ... 12:56:09 [2020-07-17T12:56:09.118Z] 12:56:09 [2020-07-17T12:56:09.118Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:09 [2020-07-17T12:56:09.118Z] #42 142.2 vendor/golang.org/x/net/http2/hpack 12:56:09 [2020-07-17T12:56:09.118Z] #42 145.2 mime 12:56:09 [2020-07-17T12:56:09.118Z] #42 145.7 mime/quotedprintable 12:56:09 [2020-07-17T12:56:09.118Z] #42 146.6 net/http/internal 12:56:09 [2020-07-17T12:56:09.118Z] #42 147.3 vendor/golang.org/x/net/idna 12:56:09 [2020-07-17T12:56:09.118Z] #42 151.1 net/textproto 12:56:09 [2020-07-17T12:56:09.118Z] #42 151.1 crypto/x509 12:56:09 [2020-07-17T12:56:09.118Z] #42 151.1 vendor/golang.org/x/net/http/httpproxy 12:56:09 [2020-07-17T12:56:09.118Z] #42 ... 12:56:09 [2020-07-17T12:56:09.118Z] 12:56:09 [2020-07-17T12:56:09.118Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:09 [2020-07-17T12:56:09.118Z] #40 75.46 LINK criu/pie/restorer.built-in.o 12:56:09 [2020-07-17T12:56:09.118Z] #40 75.48 GEN criu/pie/restorer-blob.h 12:56:09 [2020-07-17T12:56:09.118Z] #40 75.65 DEP criu/vdso.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 75.92 DEP criu/uts_ns.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 76.13 DEP criu/util.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 76.33 DEP criu/uffd.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 76.69 DEP criu/tun.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 76.91 DEP criu/tty.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 77.19 DEP criu/timerfd.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 77.55 DEP criu/timens.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 77.72 DEP criu/sysfs_parse.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 77.97 DEP criu/sysctl.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 78.18 DEP criu/string.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 78.22 DEP criu/stats.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 78.38 DEP criu/sockets.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 78.58 DEP criu/sk-unix.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 78.81 DEP criu/sk-tcp.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 79.03 DEP criu/sk-queue.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 79.23 DEP criu/sk-packet.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 79.45 DEP criu/sk-netlink.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 79.67 DEP criu/sk-inet.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 79.91 DEP criu/signalfd.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 80.18 DEP criu/sigframe.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 80.29 DEP criu/shmem.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 80.49 DEP criu/servicefd.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 80.68 DEP criu/seize.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 80.86 DEP criu/seccomp.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 81.10 DEP criu/rst-malloc.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 81.23 DEP criu/rbtree.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 81.28 DEP criu/pstree.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 81.49 DEP criu/protobuf.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 81.64 GEN criu/protobuf-desc-gen.h 12:56:09 [2020-07-17T12:56:09.118Z] #40 83.84 DEP criu/protobuf-desc.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.13 DEP criu/proc_parse.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.32 DEP criu/plugin.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.42 DEP criu/pipes.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.62 DEP criu/pie-util.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.75 DEP criu/pie-util-vdso.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 84.93 DEP criu/path.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 85.07 DEP criu/parasite-syscall.d 12:56:09 [2020-07-17T12:56:09.118Z] #40 85.59 DEP criu/pagemap.d 12:56:09 [2020-07-17T12:56:09.307Z] ok github.com/docker/docker/builder/remotecontext/git 1.012s coverage: 86.3% of statements 12:56:09 [2020-07-17T12:56:09.307Z] ? github.com/docker/docker/cli [no test files] 12:56:09 [2020-07-17T12:56:09.307Z] ? github.com/docker/docker/cli/config [no test files] 12:56:09 [2020-07-17T12:56:09.343Z] #39 62.78 DEP criu/timerfd.d 12:56:09 [2020-07-17T12:56:09.416Z] #40 ... 12:56:09 [2020-07-17T12:56:09.416Z] 12:56:09 [2020-07-17T12:56:09.416Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:09 [2020-07-17T12:56:09.607Z] #39 ... 12:56:09 [2020-07-17T12:56:09.607Z] 12:56:09 [2020-07-17T12:56:09.607Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:09 [2020-07-17T12:56:09.607Z] #17 4.215 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B] 12:56:09 [2020-07-17T12:56:09.607Z] #17 6.196 Fetched 8191 kB in 5s (1788 kB/s) 12:56:09 [2020-07-17T12:56:09.607Z] #17 6.196 Reading package lists... 12:56:09 [2020-07-17T12:56:09.607Z] #17 8.118 Reading package lists... 12:56:09 [2020-07-17T12:56:09.607Z] #17 10.40 Building dependency tree... 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 libcap2-bin is already the newest version (1:2.25-2). 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 The following additional packages will be installed: 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 python3.7 python3.7-minimal vim-runtime xxd 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 Suggested packages: 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 Recommended packages: 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 aufs-dkms nftables build-essential python3-dev python3-keyring 12:56:09 [2020-07-17T12:56:09.607Z] #17 11.44 python3-keyrings.alt python3-xdg unzip 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 The following NEW packages will be installed: 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.54 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.55 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.55 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.55 xz-utils zip 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.85 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.85 Need to get 27.6 MB of archives. 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.85 After this operation, 114 MB of additional disk space will be used. 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.86 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u1 [588 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.87 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u1 [1404 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.91 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.91 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 12.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u1 [1640 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.59 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u1 [330 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.60 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.60 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.61 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.62 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.62 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.62 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.63 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.65 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.66 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.67 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.68 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.73 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.74 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.74 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.75 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 13.76 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB] 12:56:09 [2020-07-17T12:56:09.607Z] #17 ... 12:56:09 [2020-07-17T12:56:09.607Z] 12:56:09 [2020-07-17T12:56:09.607Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:09 [2020-07-17T12:56:09.607Z] #39 62.94 DEP criu/timens.d 12:56:09 [2020-07-17T12:56:09.870Z] #39 63.21 DEP criu/sysfs_parse.d 12:56:10 [2020-07-17T12:56:10.134Z] #39 63.38 DEP criu/sysctl.d 12:56:10 [2020-07-17T12:56:10.135Z] #39 63.53 DEP criu/string.d 12:56:10 [2020-07-17T12:56:10.135Z] #39 63.57 DEP criu/stats.d 12:56:10 [2020-07-17T12:56:10.397Z] #39 63.66 DEP criu/sockets.d 12:56:10 [2020-07-17T12:56:10.397Z] #39 63.77 DEP criu/sk-unix.d 12:56:10 [2020-07-17T12:56:10.613Z] #22 151.1 Checking out files: 24% (2657/10850) Checking out files: 25% (2713/10850) Checking out files: 26% (2821/10850) Checking out files: 27% (2930/10850) Checking out files: 28% (3038/10850) Checking out files: 29% (3147/10850) Checking out files: 30% (3255/10850) Checking out files: 31% (3364/10850) Checking out files: 32% (3472/10850) Checking out files: 33% (3581/10850) Checking out files: 34% (3689/10850) Checking out files: 35% (3798/10850) Checking out files: 36% (3906/10850) Checking out files: 37% (4015/10850) Checking out files: 37% (4117/10850) Checking out files: 38% (4123/10850) Checking out files: 39% (4232/10850) Checking out files: 40% (4340/10850) Checking out files: 41% (4449/10850) Checking out files: 42% (4557/10850) Checking out files: 43% (4666/10850) Checking out files: 44% (4774/10850) Checking out files: 45% (4883/10850) Checking out files: 46% (4991/10850) Checking out files: 47% (5100/10850) Checking out files: 48% (5208/10850) Checking out files: 49% (5317/10850) Checking out files: 50% (5425/10850) Checking out files: 51% (5534/10850) Checking out files: 52% (5642/10850) Checking out files: 53% (5751/10850) Checking out files: 54% (5859/10850) Checking out files: 55% (5968/10850) Checking out files: 56% (6076/10850) Checking out files: 57% (6185/10850) Checking out files: 58% (6293/10850) Checking out files: 59% (6402/10850) Checking out files: 60% (6510/10850) Checking out files: 61% (6619/10850) Checking out files: 62% (6727/10850) Checking out files: 63% (6836/10850) Checking out files: 64% (6944/10850) Checking out files: 65% (7053/10850) Checking out files: 66% (7161/10850) Checking out files: 67% (7270/10850) Checking out files: 68% (7378/10850) Checking out files: 69% (7487/10850) Checking out files: 70% (7595/10850) Checking out files: 71% (7704/10850) Checking out files: 72% (7812/10850) Checking out files: 73% (7921/10850) Checking out files: 74% (8029/10850) Checking out files: 75% (8138/10850) Checking out files: 76% (8246/10850) Checking out files: 76% (8316/10850) Checking out files: 77% (8355/10850) Checking out files: 78% (8463/10850) Checking out files: 79% (8572/10850) Checking out files: 80% (8680/10850) Checking out files: 81% (8789/10850) Checking out files: 82% (8897/10850) Checking out files: 83% (9006/10850) Checking out files: 84% (9114/10850) Checking out files: 85% (9223/10850) Checking out files: 86% (9331/10850) Checking out files: 87% (9440/10850) Checking out files: 88% (9548/10850) Checking out files: 89% (9657/10850) Checking out files: 90% (9765/10850) Checking out files: 91% (9874/10850) Checking out files: 92% (9982/10850) Checking out files: 93% (10091/10850) Checking out files: 94% (10199/10850) Checking out files: 95% (10308/10850) Checking out files: 96% (10416/10850) Checking out files: 97% (10525/10850) Checking out files: 98% (10633/10850) Checking out files: 99% (10742/10850) Checking out files: 100% (10850/10850) Checking out files: 100% (10850/10850), done. 12:56:10 [2020-07-17T12:56:10.660Z] #39 63.88 DEP criu/sk-tcp.d 12:56:10 [2020-07-17T12:56:10.919Z] #22 154.0 + cd /tmp/tmp.8cjVCAf5qg/tmp/docker-ce 12:56:10 [2020-07-17T12:56:10.919Z] #22 154.0 + git checkout -q v17.06.2-ce 12:56:10 [2020-07-17T12:56:10.923Z] #39 64.04 DEP criu/sk-queue.d 12:56:10 [2020-07-17T12:56:10.923Z] #39 64.17 DEP criu/sk-packet.d 12:56:10 [2020-07-17T12:56:10.923Z] #39 64.29 DEP criu/sk-netlink.d 12:56:11 [2020-07-17T12:56:11.186Z] #39 64.41 DEP criu/sk-inet.d 12:56:11 [2020-07-17T12:56:11.187Z] #39 64.50 DEP criu/signalfd.d 12:56:11 [2020-07-17T12:56:11.450Z] #39 64.57 DEP criu/sigframe.d 12:56:11 [2020-07-17T12:56:11.450Z] #39 64.62 DEP criu/shmem.d 12:56:11 [2020-07-17T12:56:11.450Z] #39 64.75 DEP criu/servicefd.d 12:56:11 [2020-07-17T12:56:11.450Z] #39 64.83 DEP criu/seize.d 12:56:11 [2020-07-17T12:56:11.714Z] #39 ... 12:56:11 [2020-07-17T12:56:11.714Z] 12:56:11 [2020-07-17T12:56:11.714Z] #36 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:56:11 [2020-07-17T12:56:11.714Z] #36 127.2 + dpkg --print-architecture 12:56:11 [2020-07-17T12:56:11.714Z] #36 DONE 128.7s 12:56:11 [2020-07-17T12:56:11.714Z] 12:56:11 [2020-07-17T12:56:11.714Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:11 [2020-07-17T12:56:11.714Z] #39 64.90 DEP criu/seccomp.d 12:56:11 [2020-07-17T12:56:11.714Z] #39 65.08 DEP criu/rst-malloc.d 12:56:11 [2020-07-17T12:56:11.714Z] #39 65.13 DEP criu/rbtree.d 12:56:11 [2020-07-17T12:56:11.715Z] #39 65.16 DEP criu/pstree.d 12:56:12 [2020-07-17T12:56:12.077Z] ok github.com/docker/docker/client 0.103s coverage: 75.4% of statements 12:56:12 [2020-07-17T12:56:12.291Z] #39 65.50 DEP criu/protobuf.d 12:56:12 [2020-07-17T12:56:12.291Z] #39 65.58 GEN criu/protobuf-desc-gen.h 12:56:13 [2020-07-17T12:56:13.843Z] #39 67.01 DEP criu/protobuf-desc.d 12:56:13 [2020-07-17T12:56:13.843Z] #39 67.09 DEP criu/proc_parse.d 12:56:14 [2020-07-17T12:56:14.105Z] #39 67.37 DEP criu/plugin.d 12:56:14 [2020-07-17T12:56:14.105Z] #39 67.43 DEP criu/pipes.d 12:56:14 [2020-07-17T12:56:14.367Z] #39 67.55 DEP criu/pie-util.d 12:56:14 [2020-07-17T12:56:14.367Z] #39 67.67 DEP criu/pie-util-vdso.d 12:56:14 [2020-07-17T12:56:14.367Z] #39 67.81 DEP criu/path.d 12:56:14 [2020-07-17T12:56:14.629Z] #39 67.99 DEP criu/parasite-syscall.d 12:56:14 [2020-07-17T12:56:14.713Z] #22 157.9 + mkdir -p /tmp/tmp.8cjVCAf5qg/src/github.com/docker 12:56:14 [2020-07-17T12:56:14.713Z] #22 157.9 + mv components/cli /tmp/tmp.8cjVCAf5qg/src/github.com/docker/cli 12:56:14 [2020-07-17T12:56:14.713Z] #22 157.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker 12:56:14 [2020-07-17T12:56:14.891Z] #39 68.19 DEP criu/pagemap.d 12:56:15 [2020-07-17T12:56:15.153Z] #39 68.32 DEP criu/pagemap-cache.d 12:56:15 [2020-07-17T12:56:15.153Z] #39 68.46 DEP criu/page-xfer.d 12:56:15 [2020-07-17T12:56:15.414Z] #39 68.57 DEP criu/page-pipe.d 12:56:15 [2020-07-17T12:56:15.414Z] #39 68.61 DEP criu/netfilter.d 12:56:15 [2020-07-17T12:56:15.414Z] #39 68.68 DEP criu/net.d 12:56:15 [2020-07-17T12:56:15.414Z] #39 68.76 DEP criu/namespaces.d 12:56:15 [2020-07-17T12:56:15.676Z] #39 68.88 DEP criu/mount.d 12:56:15 [2020-07-17T12:56:15.676Z] #39 69.03 DEP criu/memfd.d 12:56:15 [2020-07-17T12:56:15.939Z] #39 69.20 DEP criu/mem.d 12:56:16 [2020-07-17T12:56:16.202Z] #39 69.38 DEP criu/lsm.d 12:56:16 [2020-07-17T12:56:16.202Z] #39 69.49 DEP criu/log.d 12:56:16 [2020-07-17T12:56:16.465Z] #39 69.65 DEP criu/libnetlink.d 12:56:16 [2020-07-17T12:56:16.465Z] #39 69.78 DEP criu/kerndat.d 12:56:16 [2020-07-17T12:56:16.728Z] #39 69.97 DEP criu/kcmp-ids.d 12:56:16 [2020-07-17T12:56:16.728Z] #39 70.09 DEP criu/irmap.d 12:56:16 [2020-07-17T12:56:16.991Z] #39 70.20 DEP criu/ipc_ns.d 12:56:16 [2020-07-17T12:56:16.991Z] #39 70.33 DEP criu/image.d 12:56:16 [2020-07-17T12:56:16.991Z] #39 70.43 DEP criu/image-desc.d 12:56:17 [2020-07-17T12:56:17.254Z] #39 70.52 DEP criu/fsnotify.d 12:56:17 [2020-07-17T12:56:17.254Z] #39 70.66 DEP criu/filesystems.d 12:56:17 [2020-07-17T12:56:17.517Z] #39 70.74 DEP criu/files.d 12:56:17 [2020-07-17T12:56:17.517Z] #39 70.86 DEP criu/files-reg.d 12:56:17 [2020-07-17T12:56:17.517Z] #39 70.95 DEP criu/files-ext.d 12:56:17 [2020-07-17T12:56:17.780Z] #39 71.03 DEP criu/file-lock.d 12:56:17 [2020-07-17T12:56:17.780Z] #39 71.13 DEP criu/file-ids.d 12:56:17 [2020-07-17T12:56:17.780Z] #39 71.22 DEP criu/fifo.d 12:56:18 [2020-07-17T12:56:18.044Z] #39 71.33 DEP criu/fdstore.d 12:56:18 [2020-07-17T12:56:18.044Z] #39 71.46 DEP criu/fault-injection.d 12:56:18 [2020-07-17T12:56:18.289Z] #22 ... 12:56:18 [2020-07-17T12:56:18.289Z] 12:56:18 [2020-07-17T12:56:18.289Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:18 [2020-07-17T12:56:18.289Z] #18 35.97 Selecting previously unselected package xxd. 12:56:18 [2020-07-17T12:56:18.289Z] #18 35.98 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 35.99 Unpacking xxd (2:8.1.0875-5) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 36.11 Selecting previously unselected package vim-common. 12:56:18 [2020-07-17T12:56:18.289Z] #18 36.12 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 36.17 Unpacking vim-common (2:8.1.0875-5) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 36.32 Selecting previously unselected package bash-completion. 12:56:18 [2020-07-17T12:56:18.289Z] #18 36.33 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.04 Unpacking bash-completion (1:2.8-6) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.64 Selecting previously unselected package bzip2. 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.64 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.77 Selecting previously unselected package xz-utils. 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.79 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 40.80 Unpacking xz-utils (5.2.4-1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.04 Selecting previously unselected package apparmor. 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.05 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.20 Unpacking apparmor (2.13.2-10) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.65 Selecting previously unselected package aufs-tools. 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.66 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.67 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.83 Selecting previously unselected package libonig5:ppc64el. 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.84 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 41.84 Unpacking libonig5:ppc64el (6.9.1-1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.07 Selecting previously unselected package libjq1:ppc64el. 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.09 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.10 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.25 Selecting previously unselected package jq. 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.27 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.28 Unpacking jq (1.5+dfsg-2+b1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.38 Selecting previously unselected package libaio1:ppc64el. 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.39 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.40 Unpacking libaio1:ppc64el (0.3.112-3) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.60 Selecting previously unselected package libgpm2:ppc64el. 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.60 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.61 Unpacking libgpm2:ppc64el (1.20.7-5) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.71 Selecting previously unselected package libicu63:ppc64el. 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.72 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 42.73 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.289Z] #18 ... 12:56:18 [2020-07-17T12:56:18.289Z] 12:56:18 [2020-07-17T12:56:18.289Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:18 [2020-07-17T12:56:18.289Z] #40 85.80 DEP criu/pagemap-cache.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 85.96 DEP criu/page-xfer.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 86.17 DEP criu/page-pipe.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 86.35 DEP criu/netfilter.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 86.54 DEP criu/net.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 86.88 DEP criu/namespaces.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.16 DEP criu/mount.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.36 DEP criu/memfd.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.49 DEP criu/mem.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.71 DEP criu/lsm.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.87 DEP criu/log.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 87.98 DEP criu/libnetlink.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 88.15 DEP criu/kerndat.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 88.41 DEP criu/kcmp-ids.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 88.57 DEP criu/irmap.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 88.80 DEP criu/ipc_ns.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 89.00 DEP criu/image.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 89.16 DEP criu/image-desc.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 89.30 DEP criu/fsnotify.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 89.54 DEP criu/filesystems.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 89.73 DEP criu/files.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.00 DEP criu/files-reg.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.18 DEP criu/files-ext.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.33 DEP criu/file-lock.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.60 DEP criu/file-ids.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.82 DEP criu/fifo.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 90.97 DEP criu/fdstore.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 91.11 DEP criu/fault-injection.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 91.21 DEP criu/external.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 91.46 DEP criu/eventpoll.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 91.69 DEP criu/eventfd.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 91.92 DEP criu/crtools.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 92.14 DEP criu/cr-service.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 92.43 DEP criu/cr-restore.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 92.73 DEP criu/cr-errno.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 92.75 DEP criu/cr-dump.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 93.02 DEP criu/cr-dedup.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 93.21 DEP criu/cr-check.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 93.47 DEP criu/config.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 93.68 DEP criu/clone-noasan.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 93.77 DEP criu/cgroup.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.00 DEP criu/cgroup-props.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.13 DEP criu/bitmap.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.14 DEP criu/bfd.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.28 DEP criu/autofs.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.48 DEP criu/aio.d 12:56:18 [2020-07-17T12:56:18.289Z] #40 94.77 DEP criu/action-scripts.d 12:56:18 [2020-07-17T12:56:18.307Z] #39 71.50 DEP criu/external.d 12:56:18 [2020-07-17T12:56:18.307Z] #39 71.65 DEP criu/eventpoll.d 12:56:18 [2020-07-17T12:56:18.570Z] #39 71.78 DEP criu/eventfd.d 12:56:18 [2020-07-17T12:56:18.570Z] #39 71.93 DEP criu/crtools.d 12:56:18 [2020-07-17T12:56:18.841Z] #39 72.14 DEP criu/cr-service.d 12:56:18 [2020-07-17T12:56:18.842Z] #39 72.26 DEP criu/cr-restore.d 12:56:18 [2020-07-17T12:56:18.842Z] #39 ... 12:56:18 [2020-07-17T12:56:18.842Z] 12:56:18 [2020-07-17T12:56:18.842Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.26 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.27 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.27 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.28 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.28 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.35 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.35 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.36 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.37 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.38 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.39 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.40 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.50 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.53 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.57 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 14.97 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.02 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.06 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB] 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.79 debconf: delaying package configuration, since apt-utils is not installed 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.89 Fetched 27.6 MB in 2s (11.1 MB/s) 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.94 Selecting previously unselected package pigz. 12:56:18 [2020-07-17T12:56:18.842Z] #17 15.95 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23405 files and directories currently installed.) 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.04 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.06 Unpacking pigz (2.4-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.14 Selecting previously unselected package libpython3.7-minimal:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.14 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.15 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.74 Selecting previously unselected package python3.7-minimal. 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.75 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 16.77 Unpacking python3.7-minimal (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 17.72 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 17.74 Setting up python3.7-minimal (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.49 Selecting previously unselected package python3-minimal. 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23654 files and directories currently installed.) 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.52 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.53 Unpacking python3-minimal (3.7.3-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.62 Selecting previously unselected package libmpdec2:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.62 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.64 Unpacking libmpdec2:arm64 (2.4.2-2) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.74 Selecting previously unselected package libpython3.7-stdlib:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.74 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 19.75 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.45 Selecting previously unselected package python3.7. 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.46 Preparing to unpack .../python3.7_3.7.3-2+deb10u1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.48 Unpacking python3.7 (3.7.3-2+deb10u1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.58 Selecting previously unselected package libpython3-stdlib:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.58 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.59 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 20.99 Setting up python3-minimal (3.7.3-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.75 Selecting previously unselected package python3. 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.75 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24066 files and directories currently installed.) 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.83 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.84 Unpacking python3 (3.7.3-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.94 Selecting previously unselected package libip4tc0:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.95 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 21.97 Unpacking libip4tc0:arm64 (1.8.2-4) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.06 Selecting previously unselected package libip6tc0:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.07 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.08 Unpacking libip6tc0:arm64 (1.8.2-4) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.26 Selecting previously unselected package libiptc0:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.27 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.27 Unpacking libiptc0:arm64 (1.8.2-4) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.37 Selecting previously unselected package libnfnetlink0:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.38 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.39 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.45 Selecting previously unselected package libnetfilter-conntrack3:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.46 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.46 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.54 Selecting previously unselected package libnftnl11:arm64. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.54 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.56 Unpacking libnftnl11:arm64 (1.1.2-2) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.64 Selecting previously unselected package iptables. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.66 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.67 Unpacking iptables (1.8.2-4) ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.98 Selecting previously unselected package xxd. 12:56:18 [2020-07-17T12:56:18.842Z] #17 22.99 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ... 12:56:18 [2020-07-17T12:56:18.842Z] #17 23.00 Unpacking xxd (2:8.1.0875-5) ... 12:56:18 [2020-07-17T12:56:18.943Z] #40 95.27 CC criu/action-scripts.o 12:56:18 [2020-07-17T12:56:18.943Z] #40 ... 12:56:18 [2020-07-17T12:56:18.943Z] 12:56:18 [2020-07-17T12:56:18.943Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.77 Selecting previously unselected package libnet1:ppc64el. 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.78 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.78 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.90 Selecting previously unselected package libnl-3-200:ppc64el. 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.91 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... 12:56:18 [2020-07-17T12:56:18.943Z] #18 46.92 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... 12:56:18 [2020-07-17T12:56:18.943Z] #18 47.03 Selecting previously unselected package libprotobuf-c1:ppc64el. 12:56:19 [2020-07-17T12:56:19.105Z] #17 23.21 Selecting previously unselected package vim-common. 12:56:19 [2020-07-17T12:56:19.105Z] #17 23.23 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... 12:56:19 [2020-07-17T12:56:19.105Z] #17 23.26 Unpacking vim-common (2:8.1.0875-5) ... 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.04 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.05 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.14 Selecting previously unselected package libreadline5:ppc64el. 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.14 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.15 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... 12:56:19 [2020-07-17T12:56:19.242Z] #18 47.27 Selecting previously unselected package net-tools. 12:56:19 [2020-07-17T12:56:19.367Z] #17 23.44 Selecting previously unselected package bash-completion. 12:56:19 [2020-07-17T12:56:19.367Z] #17 23.44 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... 12:56:19 [2020-07-17T12:56:19.546Z] #18 47.27 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... 12:56:19 [2020-07-17T12:56:19.546Z] #18 47.28 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:56:19 [2020-07-17T12:56:19.546Z] #18 47.56 Selecting previously unselected package python-pip-whl. 12:56:19 [2020-07-17T12:56:19.852Z] #18 47.58 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:56:19 [2020-07-17T12:56:19.852Z] #18 47.58 Unpacking python-pip-whl (18.1-5) ... 12:56:19 [2020-07-17T12:56:19.852Z] #18 ... 12:56:19 [2020-07-17T12:56:19.852Z] 12:56:19 [2020-07-17T12:56:19.852Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:19 [2020-07-17T12:56:19.852Z] #42 152.9 vendor/golang.org/x/net/http/httpguts 12:56:19 [2020-07-17T12:56:19.852Z] #42 152.9 mime/multipart 12:56:19 [2020-07-17T12:56:19.852Z] #42 156.4 crypto/tls 12:56:19 [2020-07-17T12:56:19.852Z] #42 ... 12:56:19 [2020-07-17T12:56:19.852Z] 12:56:19 [2020-07-17T12:56:19.852Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:19 [2020-07-17T12:56:19.852Z] #40 95.99 CC criu/aio.o 12:56:20 [2020-07-17T12:56:20.152Z] #40 96.64 CC criu/autofs.o 12:56:21 [2020-07-17T12:56:21.925Z] #17 26.20 Unpacking bash-completion (1:2.8-6) ... 12:56:22 [2020-07-17T12:56:22.265Z] #40 98.53 CC criu/bfd.o 12:56:22 [2020-07-17T12:56:22.501Z] #17 26.64 Selecting previously unselected package bzip2. 12:56:22 [2020-07-17T12:56:22.501Z] #17 26.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ... 12:56:22 [2020-07-17T12:56:22.501Z] #17 26.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... 12:56:22 [2020-07-17T12:56:22.764Z] #17 26.84 Selecting previously unselected package xz-utils. 12:56:22 [2020-07-17T12:56:22.764Z] #17 26.84 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ... 12:56:22 [2020-07-17T12:56:22.764Z] #17 26.85 Unpacking xz-utils (5.2.4-1) ... 12:56:23 [2020-07-17T12:56:23.026Z] #17 27.03 Selecting previously unselected package apparmor. 12:56:23 [2020-07-17T12:56:23.026Z] #17 27.03 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.026Z] #17 27.11 Unpacking apparmor (2.13.2-10) ... 12:56:23 [2020-07-17T12:56:23.290Z] #17 27.46 Selecting previously unselected package aufs-tools. 12:56:23 [2020-07-17T12:56:23.290Z] #17 27.46 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.290Z] #17 27.48 Unpacking aufs-tools (1:4.14+20190211-1) ... 12:56:23 [2020-07-17T12:56:23.325Z] #40 99.58 CC criu/bitmap.o 12:56:23 [2020-07-17T12:56:23.325Z] #40 99.77 CC criu/cgroup-props.o 12:56:23 [2020-07-17T12:56:23.553Z] #17 27.61 Selecting previously unselected package libonig5:arm64. 12:56:23 [2020-07-17T12:56:23.553Z] #17 27.63 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.553Z] #17 27.64 Unpacking libonig5:arm64 (6.9.1-1) ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.79 Selecting previously unselected package libjq1:arm64. 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.80 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.93 Selecting previously unselected package jq. 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 27.95 Unpacking jq (1.5+dfsg-2+b1) ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 28.00 Selecting previously unselected package libaio1:arm64. 12:56:23 [2020-07-17T12:56:23.816Z] #17 28.01 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ... 12:56:23 [2020-07-17T12:56:23.816Z] #17 28.01 Unpacking libaio1:arm64 (0.3.112-3) ... 12:56:24 [2020-07-17T12:56:24.005Z] Client: 12:56:24 [2020-07-17T12:56:24.006Z] Debug Mode: false 12:56:24 [2020-07-17T12:56:24.006Z] Plugins: 12:56:24 [2020-07-17T12:56:24.006Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) 12:56:24 [2020-07-17T12:56:24.006Z] 12:56:24 [2020-07-17T12:56:24.006Z] Server: 12:56:24 [2020-07-17T12:56:24.006Z] Containers: 0 12:56:24 [2020-07-17T12:56:24.006Z] Running: 0 12:56:24 [2020-07-17T12:56:24.006Z] Paused: 0 12:56:24 [2020-07-17T12:56:24.006Z] Stopped: 0 12:56:24 [2020-07-17T12:56:24.006Z] Images: 0 12:56:24 [2020-07-17T12:56:24.006Z] Server Version: 19.03.5 12:56:24 [2020-07-17T12:56:24.006Z] Storage Driver: windowsfilter (windows) lcow (linux) 12:56:24 [2020-07-17T12:56:24.006Z] Windows: 12:56:24 [2020-07-17T12:56:24.006Z] LCOW: 12:56:24 [2020-07-17T12:56:24.006Z] Logging Driver: json-file 12:56:24 [2020-07-17T12:56:24.006Z] Plugins: 12:56:24 [2020-07-17T12:56:24.006Z] Volume: local 12:56:24 [2020-07-17T12:56:24.006Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent 12:56:24 [2020-07-17T12:56:24.006Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog 12:56:24 [2020-07-17T12:56:24.006Z] Swarm: inactive 12:56:24 [2020-07-17T12:56:24.006Z] Default Isolation: process 12:56:24 [2020-07-17T12:56:24.006Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) 12:56:24 [2020-07-17T12:56:24.006Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) 12:56:24 [2020-07-17T12:56:24.006Z] OSType: windows 12:56:24 [2020-07-17T12:56:24.006Z] Architecture: x86_64 12:56:24 [2020-07-17T12:56:24.006Z] CPUs: 4 12:56:24 [2020-07-17T12:56:24.006Z] Total Memory: 32GiB 12:56:24 [2020-07-17T12:56:24.006Z] Name: azwin-2-465ec0 12:56:24 [2020-07-17T12:56:24.006Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 12:56:24 [2020-07-17T12:56:24.006Z] Docker Root Dir: D:\docker 12:56:24 [2020-07-17T12:56:24.006Z] Debug Mode: false 12:56:24 [2020-07-17T12:56:24.006Z] Registry: https://index.docker.io/v1/ 12:56:24 [2020-07-17T12:56:24.006Z] Labels: 12:56:24 [2020-07-17T12:56:24.006Z] Experimental: true 12:56:24 [2020-07-17T12:56:24.006Z] Insecure Registries: 12:56:24 [2020-07-17T12:56:24.006Z] 10.0.0.4:5000 12:56:24 [2020-07-17T12:56:24.006Z] 127.0.0.0/8 12:56:24 [2020-07-17T12:56:24.006Z] Registry Mirrors: 12:56:24 [2020-07-17T12:56:24.006Z] http://10.0.0.4:5000/ 12:56:24 [2020-07-17T12:56:24.006Z] Live Restore Enabled: false 12:56:24 [2020-07-17T12:56:24.006Z] 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.11 Selecting previously unselected package libgpm2:arm64. 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.11 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ... 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.12 Unpacking libgpm2:arm64 (1.20.7-5) ... 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.19 Selecting previously unselected package libicu63:arm64. 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.19 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ... 12:56:24 [2020-07-17T12:56:24.078Z] #17 28.20 Unpacking libicu63:arm64 (63.1-6+deb10u1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell 12:56:24 [2020-07-17T12:56:24.873Z] #40 100.9 CC criu/cgroup.o 12:56:25 [2020-07-17T12:56:25.177Z] #40 ... 12:56:25 [2020-07-17T12:56:25.177Z] 12:56:25 [2020-07-17T12:56:25.177Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.21 Selecting previously unselected package python3-lib2to3. 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.22 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.23 Unpacking python3-lib2to3 (3.7.3-1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.40 Selecting previously unselected package python3-distutils. 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.42 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.43 Unpacking python3-distutils (3.7.3-1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.60 Selecting previously unselected package python3-pip. 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.61 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.61 Unpacking python3-pip (18.1-5) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.83 Selecting previously unselected package python3-pkg-resources. 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.84 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.85 Unpacking python3-pkg-resources (40.8.0-1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.96 Selecting previously unselected package python3-setuptools. 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.96 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 48.97 Unpacking python3-setuptools (40.8.0-1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.24 Selecting previously unselected package python3-wheel. 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.25 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.25 Unpacking python3-wheel (0.32.3-2) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.31 Selecting previously unselected package sudo. 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.33 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.34 Unpacking sudo (1.8.27-1+deb10u2) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.80 Selecting previously unselected package thin-provisioning-tools. 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.81 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 49.81 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.08 Selecting previously unselected package uidmap. 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.09 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.10 Unpacking uidmap (1:4.5-1.1) ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.22 Selecting previously unselected package vim-runtime. 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.23 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.26 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.31 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:56:25 [2020-07-17T12:56:25.177Z] #18 50.32 Unpacking vim-runtime (2:8.1.0875-5) ... 12:56:26 [2020-07-17T12:56:26.719Z] #18 54.40 Selecting previously unselected package vim. 12:56:26 [2020-07-17T12:56:26.719Z] #18 54.41 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... 12:56:26 [2020-07-17T12:56:26.719Z] #18 54.44 Unpacking vim (2:8.1.0875-5) ... 12:56:27 [2020-07-17T12:56:27.020Z] #18 54.95 Selecting previously unselected package xfsprogs. 12:56:27 [2020-07-17T12:56:27.020Z] #18 54.96 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... 12:56:27 [2020-07-17T12:56:27.020Z] #18 54.97 Unpacking xfsprogs (4.20.0-1) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 30.90 Selecting previously unselected package libnet1:arm64. 12:56:27 [2020-07-17T12:56:27.393Z] #17 30.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 30.91 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.00 Selecting previously unselected package libnl-3-200:arm64. 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.00 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.02 Unpacking libnl-3-200:arm64 (3.4.0-1) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.13 Selecting previously unselected package libprotobuf-c1:arm64. 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.14 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.15 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.24 Selecting previously unselected package libreadline5:arm64. 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.24 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.25 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.41 Selecting previously unselected package net-tools. 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.42 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.43 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... 12:56:27 [2020-07-17T12:56:27.393Z] #17 31.63 Selecting previously unselected package python-pip-whl. 12:56:27 [2020-07-17T12:56:27.657Z] #17 31.64 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... 12:56:27 [2020-07-17T12:56:27.657Z] #17 31.65 Unpacking python-pip-whl (18.1-5) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.42 Selecting previously unselected package zip. 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.43 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.44 Unpacking zip (3.0-11+b1) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.66 Setting up aufs-tools (1:4.14+20190211-1) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.68 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.69 Setting up libip6tc0:ppc64el (1.8.2-4) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.70 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.73 Setting up libgpm2:ppc64el (1.20.7-5) ... 12:56:27 [2020-07-17T12:56:27.672Z] #18 55.79 Setting up libip4tc0:ppc64el (1.8.2-4) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.80 Setting up uidmap (1:4.5-1.1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.81 Setting up libnftnl11:ppc64el (1.1.2-2) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.82 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.82 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.83 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.83 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.84 Setting up xxd (2:8.1.0875-5) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.84 Setting up zip (3.0-11+b1) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.85 Setting up vim-common (2:8.1.0875-5) ... 12:56:27 [2020-07-17T12:56:27.970Z] #18 55.87 Setting up bash-completion (1:2.8-6) ... 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.11 Selecting previously unselected package python3-lib2to3. 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.12 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.13 Unpacking python3-lib2to3 (3.7.3-1) ... 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.26 Selecting previously unselected package python3-distutils. 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.27 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... 12:56:28 [2020-07-17T12:56:28.233Z] #17 32.27 Unpacking python3-distutils (3.7.3-1) ... 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.43 Selecting previously unselected package python3-pip. 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.44 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.46 Unpacking python3-pip (18.1-5) ... 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.59 Selecting previously unselected package python3-pkg-resources. 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.60 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... 12:56:28 [2020-07-17T12:56:28.499Z] #17 32.61 Unpacking python3-pkg-resources (40.8.0-1) ... 12:56:28 [2020-07-17T12:56:28.763Z] #17 32.73 Selecting previously unselected package python3-setuptools. 12:56:28 [2020-07-17T12:56:28.763Z] #17 32.74 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... 12:56:28 [2020-07-17T12:56:28.763Z] #17 32.74 Unpacking python3-setuptools (40.8.0-1) ... 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.00 Selecting previously unselected package python3-wheel. 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.03 Unpacking python3-wheel (0.32.3-2) ... 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.12 Selecting previously unselected package sudo. 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.13 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ... 12:56:29 [2020-07-17T12:56:29.026Z] #17 33.14 Unpacking sudo (1.8.27-1+deb10u2) ... 12:56:29 [2020-07-17T12:56:29.026Z] #17 ... 12:56:29 [2020-07-17T12:56:29.026Z] 12:56:29 [2020-07-17T12:56:29.026Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:29 [2020-07-17T12:56:29.026Z] #39 72.41 DEP criu/cr-errno.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 72.42 DEP criu/cr-dump.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 72.57 DEP criu/cr-dedup.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 72.71 DEP criu/cr-check.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 72.98 DEP criu/config.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.10 DEP criu/clone-noasan.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.16 DEP criu/cgroup.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.31 DEP criu/cgroup-props.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.39 DEP criu/bitmap.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.41 DEP criu/bfd.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.54 DEP criu/autofs.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.67 DEP criu/aio.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 73.83 DEP criu/action-scripts.d 12:56:29 [2020-07-17T12:56:29.026Z] #39 74.15 CC criu/action-scripts.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 74.55 CC criu/aio.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 74.92 CC criu/autofs.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 76.00 CC criu/bfd.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 76.60 CC criu/bitmap.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 76.73 CC criu/cgroup-props.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 77.29 CC criu/cgroup.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 79.36 CC criu/clone-noasan.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 79.59 CC criu/config.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 80.73 CC criu/cr-check.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 82.06 CC criu/cr-dedup.o 12:56:29 [2020-07-17T12:56:29.026Z] #39 82.30 CC criu/cr-dump.o 12:56:29 [2020-07-17T12:56:29.290Z] #39 ... 12:56:29 [2020-07-17T12:56:29.290Z] 12:56:29 [2020-07-17T12:56:29.290Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:29 [2020-07-17T12:56:29.290Z] #17 33.49 Selecting previously unselected package thin-provisioning-tools. 12:56:29 [2020-07-17T12:56:29.290Z] #17 33.50 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ... 12:56:29 [2020-07-17T12:56:29.553Z] #17 33.51 Unpacking thin-provisioning-tools (0.7.6-2.1) ... 12:56:29 [2020-07-17T12:56:29.817Z] #17 34.00 Selecting previously unselected package uidmap. 12:56:29 [2020-07-17T12:56:29.817Z] #17 34.00 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ... 12:56:30 [2020-07-17T12:56:30.082Z] #17 34.10 Unpacking uidmap (1:4.5-1.1) ... 12:56:30 [2020-07-17T12:56:30.082Z] #17 34.33 Selecting previously unselected package vim-runtime. 12:56:30 [2020-07-17T12:56:30.082Z] #17 34.33 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... 12:56:30 [2020-07-17T12:56:30.082Z] #17 34.37 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 12:56:30 [2020-07-17T12:56:30.309Z] #18 ... 12:56:30 [2020-07-17T12:56:30.310Z] 12:56:30 [2020-07-17T12:56:30.310Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:30 [2020-07-17T12:56:30.310Z] #40 106.4 CC criu/clone-noasan.o 12:56:30 [2020-07-17T12:56:30.310Z] #40 106.7 CC criu/config.o 12:56:30 [2020-07-17T12:56:30.346Z] #17 34.40 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 12:56:30 [2020-07-17T12:56:30.346Z] #17 34.40 Unpacking vim-runtime (2:8.1.0875-5) ... 12:56:30 [2020-07-17T12:56:30.610Z] #40 ... 12:56:30 [2020-07-17T12:56:30.610Z] 12:56:30 [2020-07-17T12:56:30.610Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:30 [2020-07-17T12:56:30.610Z] #42 163.8 net/http/httptrace 12:56:30 [2020-07-17T12:56:30.610Z] #42 164.1 net/http 12:56:32 [2020-07-17T12:56:32.694Z] #45 DONE 262.9s 12:56:32 [2020-07-17T12:56:32.694Z] 12:56:32 [2020-07-17T12:56:32.694Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:32 [2020-07-17T12:56:32.694Z] #52 ... 12:56:32 [2020-07-17T12:56:32.694Z] 12:56:32 [2020-07-17T12:56:32.694Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:56:32 [2020-07-17T12:56:32.694Z] #46 DONE 0.1s 12:56:32 [2020-07-17T12:56:32.694Z] 12:56:32 [2020-07-17T12:56:32.694Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:56:32 [2020-07-17T12:56:32.694Z] #48 DONE 0.0s 12:56:32 [2020-07-17T12:56:32.694Z] 12:56:32 [2020-07-17T12:56:32.694Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:56:32 [2020-07-17T12:56:32.694Z] #50 DONE 0.1s 12:56:32 [2020-07-17T12:56:32.694Z] 12:56:32 [2020-07-17T12:56:32.694Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:32 [2020-07-17T12:56:32.694Z] #52 220.6 + bin/containerd-stress 12:56:32 [2020-07-17T12:56:32.694Z] #52 222.3 + bin/containerd-shim 12:56:32 [2020-07-17T12:56:32.740Z] #42 ... 12:56:32 [2020-07-17T12:56:32.740Z] 12:56:32 [2020-07-17T12:56:32.740Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.63 Setting up libiptc0:ppc64el (1.8.2-4) ... 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.64 Setting up xz-utils (5.2.4-1) ... 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.65 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.67 Setting up sudo (1.8.27-1+deb10u2) ... 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.74 invoke-rc.d: could not determine current runlevel 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.75 invoke-rc.d: policy-rc.d denied execution of start. 12:56:32 [2020-07-17T12:56:32.740Z] #18 60.77 Setting up pigz (2.4-1) ... 12:56:32 [2020-07-17T12:56:32.915Z] #17 36.83 Selecting previously unselected package vim. 12:56:32 [2020-07-17T12:56:32.915Z] #17 36.84 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ... 12:56:32 [2020-07-17T12:56:32.915Z] #17 36.88 Unpacking vim (2:8.1.0875-5) ... 12:56:33 [2020-07-17T12:56:33.041Z] #18 60.77 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... 12:56:33 [2020-07-17T12:56:33.041Z] #18 60.78 Setting up libnl-3-200:ppc64el (3.4.0-1) ... 12:56:33 [2020-07-17T12:56:33.041Z] #18 60.79 Setting up python-pip-whl (18.1-5) ... 12:56:33 [2020-07-17T12:56:33.041Z] #18 60.79 Setting up libmpdec2:ppc64el (2.4.2-2) ... 12:56:33 [2020-07-17T12:56:33.041Z] #18 60.80 Setting up vim-runtime (2:8.1.0875-5) ... 12:56:33 [2020-07-17T12:56:33.491Z] #17 37.38 Selecting previously unselected package xfsprogs. 12:56:33 [2020-07-17T12:56:33.491Z] #17 37.38 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ... 12:56:33 [2020-07-17T12:56:33.491Z] #17 37.41 Unpacking xfsprogs (4.20.0-1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.39 Setting up libaio1:ppc64el (0.3.112-3) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.40 Setting up libonig5:ppc64el (6.9.1-1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.40 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.41 Setting up vim (2:8.1.0875-5) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.42 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.57 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.60 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.61 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.62 Setting up jq (1.5+dfsg-2+b1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.62 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... 12:56:33 [2020-07-17T12:56:33.692Z] #18 61.63 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:56:34 [2020-07-17T12:56:34.440Z] #17 ... 12:56:34 [2020-07-17T12:56:34.440Z] 12:56:34 [2020-07-17T12:56:34.440Z] #49 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:34 [2020-07-17T12:56:34.440Z] #49 50.55 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:56:34 [2020-07-17T12:56:34.440Z] #49 52.22 + mkdir -p /build 12:56:34 [2020-07-17T12:56:34.440Z] #49 52.22 + cp runc /build/runc 12:56:34 [2020-07-17T12:56:34.440Z] #49 DONE 53.4s 12:56:34 [2020-07-17T12:56:34.440Z] 12:56:34 [2020-07-17T12:56:34.440Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:34 [2020-07-17T12:56:34.440Z] #17 38.42 Selecting previously unselected package zip. 12:56:34 [2020-07-17T12:56:34.440Z] #17 38.43 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ... 12:56:34 [2020-07-17T12:56:34.440Z] #17 38.44 Unpacking zip (3.0-11+b1) ... 12:56:34 [2020-07-17T12:56:34.440Z] #17 ... 12:56:34 [2020-07-17T12:56:34.440Z] 12:56:34 [2020-07-17T12:56:34.440Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:34 [2020-07-17T12:56:34.440Z] #39 84.07 CC criu/cr-errno.o 12:56:34 [2020-07-17T12:56:34.440Z] #39 84.15 CC criu/cr-restore.o 12:56:34 [2020-07-17T12:56:34.440Z] #39 87.71 CC criu/cr-service.o 12:56:35 [2020-07-17T12:56:35.840Z] #39 ... 12:56:35 [2020-07-17T12:56:35.840Z] 12:56:35 [2020-07-17T12:56:35.840Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.72 Setting up aufs-tools (1:4.14+20190211-1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.76 Setting up net-tools (1.60+git20180626.aebd88e-1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.79 Setting up libip6tc0:arm64 (1.8.2-4) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.79 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.81 Setting up libgpm2:arm64 (1.20.7-5) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.81 Setting up libip4tc0:arm64 (1.8.2-4) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.82 Setting up uidmap (1:4.5-1.1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.83 Setting up libnftnl11:arm64 (1.1.2-2) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.85 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.86 Setting up bzip2 (1.0.6-9.2~deb10u1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.87 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.88 Setting up libicu63:arm64 (63.1-6+deb10u1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.89 Setting up xxd (2:8.1.0875-5) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.91 Setting up zip (3.0-11+b1) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.92 Setting up vim-common (2:8.1.0875-5) ... 12:56:35 [2020-07-17T12:56:35.840Z] #17 38.95 Setting up bash-completion (1:2.8-6) ... 12:56:37 [2020-07-17T12:56:37.768Z] #17 41.83 Setting up libiptc0:arm64 (1.8.2-4) ... 12:56:37 [2020-07-17T12:56:37.768Z] #17 41.85 Setting up xz-utils (5.2.4-1) ... 12:56:37 [2020-07-17T12:56:37.768Z] #17 41.87 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 12:56:37 [2020-07-17T12:56:37.768Z] #17 41.88 Setting up sudo (1.8.27-1+deb10u2) ... 12:56:37 [2020-07-17T12:56:37.971Z] #52 228.6 + bin/containerd-shim-runc-v1 12:56:38 [2020-07-17T12:56:38.032Z] #17 41.96 invoke-rc.d: could not determine current runlevel 12:56:38 [2020-07-17T12:56:38.032Z] #17 41.98 invoke-rc.d: policy-rc.d denied execution of start. 12:56:38 [2020-07-17T12:56:38.032Z] #17 41.99 Setting up pigz (2.4-1) ... 12:56:38 [2020-07-17T12:56:38.032Z] #17 42.01 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... 12:56:38 [2020-07-17T12:56:38.032Z] #17 42.02 Setting up libnl-3-200:arm64 (3.4.0-1) ... 12:56:38 [2020-07-17T12:56:38.032Z] #17 42.04 Setting up python-pip-whl (18.1-5) ... 12:56:38 [2020-07-17T12:56:38.032Z] #17 42.06 Setting up libmpdec2:arm64 (2.4.2-2) ... 12:56:38 [2020-07-17T12:56:38.032Z] #17 42.08 Setting up vim-runtime (2:8.1.0875-5) ... 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.42 Setting up iptables (1.8.2-4) ... 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.48 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.49 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.50 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.51 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.52 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:56:38 [2020-07-17T12:56:38.277Z] #18 65.54 Setting up python3 (3.7.3-1) ... 12:56:38 [2020-07-17T12:56:38.277Z] #18 66.30 Setting up python3-wheel (0.32.3-2) ... 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.45 Setting up libaio1:arm64 (0.3.112-3) ... 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.46 Setting up libonig5:arm64 (6.9.1-1) ... 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.48 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u1) ... 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.49 Setting up vim (2:8.1.0875-5) ... 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.50 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 12:56:38 [2020-07-17T12:56:38.295Z] #17 42.56 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ... 12:56:38 [2020-07-17T12:56:38.558Z] #17 42.58 Setting up thin-provisioning-tools (0.7.6-2.1) ... 12:56:38 [2020-07-17T12:56:38.558Z] #17 42.59 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ... 12:56:38 [2020-07-17T12:56:38.558Z] #17 42.60 Setting up jq (1.5+dfsg-2+b1) ... 12:56:38 [2020-07-17T12:56:38.558Z] #17 42.62 Setting up libpython3-stdlib:arm64 (3.7.3-1) ... 12:56:38 [2020-07-17T12:56:38.558Z] #17 42.63 Setting up python3.7 (3.7.3-2+deb10u1) ... 12:56:39 [2020-07-17T12:56:39.178Z] ok github.com/docker/docker/cmd/dockerd 0.046s coverage: 30.8% of statements 12:56:39 [2020-07-17T12:56:39.178Z] ok github.com/docker/docker/container 0.112s coverage: 34.7% of statements 12:56:39 [2020-07-17T12:56:39.178Z] ? github.com/docker/docker/container/stream [no test files] 12:56:39 [2020-07-17T12:56:39.178Z] ? github.com/docker/docker/contrib/apparmor [no test files] 12:56:39 [2020-07-17T12:56:39.178Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 12:56:39 [2020-07-17T12:56:39.178Z] ? github.com/docker/docker/contrib/httpserver [no test files] 12:56:39 [2020-07-17T12:56:39.340Z] #18 67.34 Setting up apparmor (2.13.2-10) ... 12:56:40 [2020-07-17T12:56:40.510Z] #52 231.4 + bin/containerd-shim-runc-v2 12:56:41 [2020-07-17T12:56:41.080Z] #52 232.2 + binaries 12:56:41 [2020-07-17T12:56:41.080Z] #52 232.2 + install -D bin/containerd /build/containerd 12:56:41 [2020-07-17T12:56:41.080Z] #52 232.2 + install -D bin/containerd-shim /build/containerd-shim 12:56:41 [2020-07-17T12:56:41.080Z] #52 232.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:56:41 [2020-07-17T12:56:41.080Z] #52 232.2 + install -D bin/ctr /build/ctr 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.76 Setting up iptables (1.8.2-4) ... 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.78 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.82 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.83 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.84 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode 12:56:41 [2020-07-17T12:56:41.116Z] #17 44.85 Setting up python3 (3.7.3-1) ... 12:56:41 [2020-07-17T12:56:41.116Z] #17 45.25 Setting up python3-wheel (0.32.3-2) ... 12:56:41 [2020-07-17T12:56:41.339Z] #52 DONE 232.5s 12:56:41 [2020-07-17T12:56:41.441Z] #18 69.42 Setting up xfsprogs (4.20.0-1) ... 12:56:41 [2020-07-17T12:56:41.441Z] #18 69.44 Setting up python3-lib2to3 (3.7.3-1) ... 12:56:41 [2020-07-17T12:56:41.954Z] #17 45.98 Setting up apparmor (2.13.2-10) ... 12:56:42 [2020-07-17T12:56:42.093Z] #18 69.98 Setting up python3-pkg-resources (40.8.0-1) ... 12:56:42 [2020-07-17T12:56:42.308Z] 12:56:42 [2020-07-17T12:56:42.308Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:56:42 [2020-07-17T12:56:42.558Z] DEBUG: print all environment variables to check how Jenkins runs this script 12:56:42 [2020-07-17T12:56:42.558Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-77e3ce6c\powershellScript.ps1'; exit $LASTEXITCODE; 12:56:42 [2020-07-17T12:56:42.558Z] ---------------------------------------------------------------------------- 12:56:42 [2020-07-17T12:56:42.558Z] 12:56:42 [2020-07-17T12:56:42.558Z] INFO: executeCI.ps1 starting at Fri Jul 17 12:56:40 CUT 2020 12:56:42 [2020-07-17T12:56:42.558Z] 12:56:42 [2020-07-17T12:56:42.558Z] INFO: Script version 05-Feb-2019 09:03 PDT 12:56:42 [2020-07-17T12:56:42.558Z] INFO: Running git version 2.24.1.windows.2 12:56:42 [2020-07-17T12:56:42.558Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 12:56:42 [2020-07-17T12:56:42.558Z] INFO: Environment variables: 12:56:42 [2020-07-17T12:56:42.558Z] 12:56:42 [2020-07-17T12:56:42.558Z] Name Value 12:56:42 [2020-07-17T12:56:42.558Z] ---- ----- 12:56:42 [2020-07-17T12:56:42.558Z] ALLUSERSPROFILE C:\ProgramData 12:56:42 [2020-07-17T12:56:42.558Z] amd64 true 12:56:42 [2020-07-17T12:56:42.558Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming 12:56:42 [2020-07-17T12:56:42.558Z] APT_MIRROR cdn-fastly.deb.debian.org 12:56:42 [2020-07-17T12:56:42.558Z] arm64 true 12:56:42 [2020-07-17T12:56:42.558Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 12:56:42 [2020-07-17T12:56:42.558Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 12:56:42 [2020-07-17T12:56:42.558Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN 12:56:42 [2020-07-17T12:56:42.558Z] BRANCH_NAME PR-41221 12:56:42 [2020-07-17T12:56:42.558Z] BUILD_DISPLAY_NAME #2 12:56:42 [2020-07-17T12:56:42.558Z] BUILD_ID 2 12:56:42 [2020-07-17T12:56:42.558Z] BUILD_NUMBER 2 12:56:42 [2020-07-17T12:56:42.558Z] BUILD_TAG jenkins-moby-PR-41221-2 12:56:42 [2020-07-17T12:56:42.558Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41221/2/ 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_AUTHOR thaJeztah 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_BRANCH bump_docker_py 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_FORK thaJeztah/docker 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_ID 41221 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_TARGET master 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_TITLE testing: bump docker-py 4.2.2 12:56:42 [2020-07-17T12:56:42.558Z] CHANGE_URL https://github.com/moby/moby/pull/41221 12:56:42 [2020-07-17T12:56:42.558Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 12:56:42 [2020-07-17T12:56:42.558Z] CommonProgramFiles C:\Program Files\Common Files 12:56:42 [2020-07-17T12:56:42.558Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files 12:56:42 [2020-07-17T12:56:42.558Z] CommonProgramW6432 C:\Program Files\Common Files 12:56:42 [2020-07-17T12:56:42.558Z] COMPUTERNAME azwin-2-465ec0 12:56:42 [2020-07-17T12:56:42.558Z] ComSpec C:\windows\system32\cmd.exe 12:56:42 [2020-07-17T12:56:42.558Z] ConfigSequenceNumber 0 12:56:42 [2020-07-17T12:56:42.558Z] dco true 12:56:42 [2020-07-17T12:56:42.558Z] DOCKER_BUILDKIT 0 12:56:42 [2020-07-17T12:56:42.558Z] DOCKER_DUT_DEBUG 1 12:56:42 [2020-07-17T12:56:42.558Z] DOCKER_EXPERIMENTAL 1 12:56:42 [2020-07-17T12:56:42.558Z] DOCKER_GRAPHDRIVER overlay2 12:56:42 [2020-07-17T12:56:42.558Z] DriverData C:\Windows\System32\Drivers\DriverData 12:56:42 [2020-07-17T12:56:42.558Z] EXECUTOR_NUMBER 0 12:56:42 [2020-07-17T12:56:42.558Z] FQDN azwin-2-465ec0.westus.cloudapp.azure.com 12:56:42 [2020-07-17T12:56:42.558Z] GIT_BRANCH PR-41221 12:56:42 [2020-07-17T12:56:42.558Z] GIT_COMMIT bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:56:42 [2020-07-17T12:56:42.558Z] GIT_PREVIOUS_COMMIT 4c07d27edc3035b801302a6ad6792fc4ca7bd275 12:56:42 [2020-07-17T12:56:42.558Z] GIT_URL https://github.com/moby/moby.git 12:56:42 [2020-07-17T12:56:42.558Z] HUDSON_COOKIE abd60365-3265-4c84-be5f-edbee104aa86 12:56:42 [2020-07-17T12:56:42.558Z] HUDSON_HOME /var/cloudbees-jenkins-distribution 12:56:42 [2020-07-17T12:56:42.558Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 12:56:42 [2020-07-17T12:56:42.558Z] HUDSON_URL https://ci-next.docker.com/public/ 12:56:42 [2020-07-17T12:56:42.558Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.252-2.b09.ojdkbuild.windows.x86_64 12:56:42 [2020-07-17T12:56:42.558Z] JENKINS_HOME /var/cloudbees-jenkins-distribution 12:56:42 [2020-07-17T12:56:42.558Z] JENKINS_NODE_COOKIE deb00c9d-96ac-4f70-be99-fc6bd0dd8063 12:56:42 [2020-07-17T12:56:42.558Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf 12:56:42 [2020-07-17T12:56:42.558Z] JENKINS_URL https://ci-next.docker.com/public/ 12:56:42 [2020-07-17T12:56:42.558Z] JOB_BASE_NAME PR-41221 12:56:42 [2020-07-17T12:56:42.558Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41221/display/redirect 12:56:42 [2020-07-17T12:56:42.558Z] JOB_NAME moby/PR-41221 12:56:42 [2020-07-17T12:56:42.558Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41221/ 12:56:42 [2020-07-17T12:56:42.558Z] library.jps.version master 12:56:42 [2020-07-17T12:56:42.558Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local 12:56:42 [2020-07-17T12:56:42.558Z] NODE_LABELS amd64 azure azwin-2-465ec0 azwin-2019 docker west-us windows windows-2019 x86_64 12:56:42 [2020-07-17T12:56:42.558Z] NODE_NAME azwin-2-465ec0 12:56:42 [2020-07-17T12:56:42.558Z] NUMBER_OF_PROCESSORS 4 12:56:42 [2020-07-17T12:56:42.558Z] OS Windows_NT 12:56:42 [2020-07-17T12:56:42.559Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... 12:56:42 [2020-07-17T12:56:42.559Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL 12:56:42 [2020-07-17T12:56:42.559Z] ppc64le true 12:56:42 [2020-07-17T12:56:42.559Z] PROCESSOR_ARCHITECTURE AMD64 12:56:42 [2020-07-17T12:56:42.559Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel 12:56:42 [2020-07-17T12:56:42.559Z] PROCESSOR_LEVEL 6 12:56:42 [2020-07-17T12:56:42.559Z] PROCESSOR_REVISION 5504 12:56:42 [2020-07-17T12:56:42.559Z] ProgramData C:\ProgramData 12:56:42 [2020-07-17T12:56:42.559Z] ProgramFiles C:\Program Files 12:56:42 [2020-07-17T12:56:42.559Z] ProgramFiles(x86) C:\Program Files (x86) 12:56:42 [2020-07-17T12:56:42.560Z] ProgramW6432 C:\Program Files 12:56:42 [2020-07-17T12:56:42.560Z] PROMPT $P$G 12:56:42 [2020-07-17T12:56:42.560Z] PSExecutionPolicyPreference Bypass 12:56:42 [2020-07-17T12:56:42.560Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... 12:56:42 [2020-07-17T12:56:42.560Z] PUBLIC C:\Users\Public 12:56:42 [2020-07-17T12:56:42.560Z] rootless true 12:56:42 [2020-07-17T12:56:42.560Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41221/2/display/redirect?page=changes 12:56:42 [2020-07-17T12:56:42.560Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41221/2/display/redirect 12:56:42 [2020-07-17T12:56:42.560Z] s390x true 12:56:42 [2020-07-17T12:56:42.560Z] SKIP_VALIDATION_TESTS 1 12:56:42 [2020-07-17T12:56:42.560Z] SOURCES_DRIVE d 12:56:42 [2020-07-17T12:56:42.560Z] SOURCES_SUBDIR gopath 12:56:42 [2020-07-17T12:56:42.560Z] STAGE_NAME Run tests 12:56:42 [2020-07-17T12:56:42.560Z] SystemDrive C: 12:56:42 [2020-07-17T12:56:42.560Z] SystemRoot C:\windows 12:56:42 [2020-07-17T12:56:42.560Z] TEMP C:\windows\TEMP 12:56:42 [2020-07-17T12:56:42.560Z] TESTDEBUG 0 12:56:42 [2020-07-17T12:56:42.560Z] TESTRUN_DRIVE d 12:56:42 [2020-07-17T12:56:42.560Z] TESTRUN_SUBDIR CI 12:56:42 [2020-07-17T12:56:42.560Z] TIMEOUT 120m 12:56:42 [2020-07-17T12:56:42.560Z] TMP C:\windows\TEMP 12:56:42 [2020-07-17T12:56:42.560Z] unit_validate true 12:56:42 [2020-07-17T12:56:42.560Z] USERDOMAIN WORKGROUP 12:56:42 [2020-07-17T12:56:42.560Z] USERNAME azwin-2-465ec0$ 12:56:42 [2020-07-17T12:56:42.560Z] USERPROFILE C:\windows\system32\config\systemprofile 12:56:42 [2020-07-17T12:56:42.560Z] validate_force false 12:56:42 [2020-07-17T12:56:42.560Z] windir C:\windows 12:56:42 [2020-07-17T12:56:42.560Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore 12:56:42 [2020-07-17T12:56:42.560Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 12:56:42 [2020-07-17T12:56:42.560Z] windowsRS1 false 12:56:42 [2020-07-17T12:56:42.560Z] windowsRS5 true 12:56:42 [2020-07-17T12:56:42.560Z] WORKSPACE d:\gopath\src\github.com\docker\docker 12:56:42 [2020-07-17T12:56:42.560Z] 12:56:42 [2020-07-17T12:56:42.560Z] 12:56:42 [2020-07-17T12:56:42.560Z] 12:56:42 [2020-07-17T12:56:42.560Z] INFO: Sources under d:\gopath\... 12:56:42 [2020-07-17T12:56:42.560Z] INFO: Test run under d:\CI\... 12:56:42 [2020-07-17T12:56:42.560Z] INFO: Running in D:\gopath\src\github.com\docker\docker 12:56:42 [2020-07-17T12:56:42.560Z] INFO: docker/docker repository was found 12:56:42 [2020-07-17T12:56:42.560Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... 12:56:42 [2020-07-17T12:56:42.560Z] ltsc2019: Pulling from windows/servercore 12:56:42 [2020-07-17T12:56:42.560Z] 4612f6d0b889: Pulling fs layer 12:56:42 [2020-07-17T12:56:42.560Z] fc1b9e59edad: Pulling fs layer 12:56:42 [2020-07-17T12:56:42.569Z] #53 DONE 0.2s 12:56:42 [2020-07-17T12:56:42.569Z] 12:56:42 [2020-07-17T12:56:42.569Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:56:42 [2020-07-17T12:56:42.569Z] #57 DONE 0.1s 12:56:42 [2020-07-17T12:56:42.569Z] 12:56:42 [2020-07-17T12:56:42.569Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:56:42 [2020-07-17T12:56:42.569Z] #59 DONE 0.1s 12:56:42 [2020-07-17T12:56:42.569Z] 12:56:42 [2020-07-17T12:56:42.569Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:56:42 [2020-07-17T12:56:42.569Z] #61 DONE 0.0s 12:56:42 [2020-07-17T12:56:42.569Z] 12:56:42 [2020-07-17T12:56:42.569Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:56:42 [2020-07-17T12:56:42.569Z] #62 DONE 0.0s 12:56:42 [2020-07-17T12:56:42.569Z] 12:56:42 [2020-07-17T12:56:42.569Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker 12:56:43 [2020-07-17T12:56:43.176Z] #18 71.26 Setting up python3-distutils (3.7.3-1) ... 12:56:43 [2020-07-17T12:56:43.374Z] #17 47.45 Setting up xfsprogs (4.20.0-1) ... 12:56:43 [2020-07-17T12:56:43.374Z] #17 47.46 Setting up python3-lib2to3 (3.7.3-1) ... 12:56:43 [2020-07-17T12:56:43.475Z] #18 ... 12:56:43 [2020-07-17T12:56:43.475Z] 12:56:43 [2020-07-17T12:56:43.475Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:43 [2020-07-17T12:56:43.475Z] #40 109.8 CC criu/cr-check.o 12:56:43 [2020-07-17T12:56:43.475Z] #40 112.2 CC criu/cr-dedup.o 12:56:43 [2020-07-17T12:56:43.475Z] #40 112.8 CC criu/cr-dump.o 12:56:43 [2020-07-17T12:56:43.475Z] #40 116.3 CC criu/cr-errno.o 12:56:43 [2020-07-17T12:56:43.475Z] #40 116.3 CC criu/cr-restore.o 12:56:43 [2020-07-17T12:56:43.517Z] #63 DONE 0.6s 12:56:43 [2020-07-17T12:56:43.517Z] 12:56:43 [2020-07-17T12:56:43.517Z] #64 exporting to image 12:56:43 [2020-07-17T12:56:43.517Z] #64 exporting layers 12:56:43 [2020-07-17T12:56:43.632Z] ok github.com/docker/docker/daemon/cluster 0.039s coverage: 0.5% of statements 12:56:43 [2020-07-17T12:56:43.949Z] #17 47.90 Setting up python3-pkg-resources (40.8.0-1) ... 12:56:44 [2020-07-17T12:56:44.127Z] #40 ... 12:56:44 [2020-07-17T12:56:44.127Z] 12:56:44 [2020-07-17T12:56:44.127Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:44 [2020-07-17T12:56:44.127Z] #18 71.88 Setting up python3-setuptools (40.8.0-1) ... 12:56:44 [2020-07-17T12:56:44.524Z] #17 48.62 Setting up python3-distutils (3.7.3-1) ... 12:56:45 [2020-07-17T12:56:45.053Z] #17 49.02 Setting up python3-setuptools (40.8.0-1) ... 12:56:45 [2020-07-17T12:56:45.184Z] #18 ... 12:56:45 [2020-07-17T12:56:45.184Z] 12:56:45 [2020-07-17T12:56:45.184Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:45 [2020-07-17T12:56:45.184Z] #42 178.3 github.com/LK4D4/vndr/godl 12:56:45 [2020-07-17T12:56:45.184Z] #42 179.2 github.com/LK4D4/vndr 12:56:45 [2020-07-17T12:56:45.496Z] #42 ... 12:56:45 [2020-07-17T12:56:45.496Z] 12:56:45 [2020-07-17T12:56:45.496Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:45 [2020-07-17T12:56:45.496Z] #18 73.49 Setting up python3-pip (18.1-5) ... 12:56:45 [2020-07-17T12:56:45.700Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements 12:56:46 [2020-07-17T12:56:46.004Z] #17 50.29 Setting up python3-pip (18.1-5) ... 12:56:46 [2020-07-17T12:56:46.004Z] #17 ... 12:56:46 [2020-07-17T12:56:46.004Z] 12:56:46 [2020-07-17T12:56:46.004Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:46 [2020-07-17T12:56:46.004Z] #39 89.44 CC criu/crtools.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 89.92 CC criu/eventfd.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 90.19 CC criu/eventpoll.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 90.81 CC criu/external.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 91.05 CC criu/fault-injection.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 91.16 CC criu/fdstore.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 91.41 CC criu/fifo.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 91.72 CC criu/file-ids.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 91.97 CC criu/file-lock.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 92.69 CC criu/files-ext.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 92.91 CC criu/files-reg.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 94.43 CC criu/files.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 95.86 CC criu/filesystems.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 96.30 CC criu/fsnotify.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 97.08 CC criu/image-desc.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 97.20 CC criu/image.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 97.88 CC criu/ipc_ns.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 98.78 CC criu/irmap.o 12:56:46 [2020-07-17T12:56:46.004Z] #39 99.29 CC criu/kcmp-ids.o 12:56:46 [2020-07-17T12:56:46.397Z] #39 99.52 CC criu/kerndat.o 12:56:46 [2020-07-17T12:56:46.554Z] #18 ... 12:56:46 [2020-07-17T12:56:46.554Z] 12:56:46 [2020-07-17T12:56:46.554Z] #42 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:56:46 [2020-07-17T12:56:46.554Z] #42 DONE 189.8s 12:56:46 [2020-07-17T12:56:46.785Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.4% of statements 12:56:46 [2020-07-17T12:56:46.854Z] 12:56:46 [2020-07-17T12:56:46.854Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:47 [2020-07-17T12:56:47.154Z] #22 ... 12:56:47 [2020-07-17T12:56:47.154Z] 12:56:47 [2020-07-17T12:56:47.154Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:47 [2020-07-17T12:56:47.154Z] #18 75.06 Processing triggers for libc-bin (2.28-10) ... 12:56:47 [2020-07-17T12:56:47.154Z] #18 75.09 Processing triggers for mime-support (3.62) ... 12:56:47 [2020-07-17T12:56:47.346Z] #39 100.5 CC criu/libnetlink.o 12:56:47 [2020-07-17T12:56:47.346Z] #39 ... 12:56:47 [2020-07-17T12:56:47.346Z] 12:56:47 [2020-07-17T12:56:47.346Z] #17 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... 12:56:47 [2020-07-17T12:56:47.346Z] #17 51.21 Processing triggers for libc-bin (2.28-10) ... 12:56:47 [2020-07-17T12:56:47.346Z] #17 51.27 Processing triggers for mime-support (3.62) ... 12:56:47 [2020-07-17T12:56:47.454Z] #18 DONE 75.3s 12:56:47 [2020-07-17T12:56:47.454Z] 12:56:47 [2020-07-17T12:56:47.454Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:56:47 [2020-07-17T12:56:47.681Z] fc1b9e59edad: Verifying Checksum 12:56:47 [2020-07-17T12:56:47.681Z] fc1b9e59edad: Download complete 12:56:47 [2020-07-17T12:56:47.719Z] #52 ... 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:47 [2020-07-17T12:56:47.719Z] #45 DONE 270.6s 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:47 [2020-07-17T12:56:47.719Z] #52 227.5 + bin/containerd-stress 12:56:47 [2020-07-17T12:56:47.719Z] #52 ... 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:56:47 [2020-07-17T12:56:47.719Z] #46 DONE 0.1s 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:56:47 [2020-07-17T12:56:47.719Z] #48 DONE 0.1s 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:56:47 [2020-07-17T12:56:47.719Z] #50 DONE 0.3s 12:56:47 [2020-07-17T12:56:47.719Z] 12:56:47 [2020-07-17T12:56:47.719Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:47 [2020-07-17T12:56:47.719Z] #52 229.8 + bin/containerd-shim 12:56:47 [2020-07-17T12:56:47.756Z] #19 0.388 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:56:47 [2020-07-17T12:56:47.756Z] #19 0.391 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:56:47 [2020-07-17T12:56:47.756Z] #19 0.399 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:56:47 [2020-07-17T12:56:47.756Z] #19 DONE 0.5s 12:56:47 [2020-07-17T12:56:47.756Z] 12:56:47 [2020-07-17T12:56:47.756Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:47 [2020-07-17T12:56:47.756Z] #40 124.2 CC criu/cr-service.o 12:56:48 [2020-07-17T12:56:48.740Z] #17 DONE 52.8s 12:56:48 [2020-07-17T12:56:48.740Z] 12:56:48 [2020-07-17T12:56:48.740Z] #18 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... 12:56:49 [2020-07-17T12:56:49.876Z] #40 126.3 CC criu/crtools.o 12:56:50 [2020-07-17T12:56:50.053Z] #52 ... 12:56:50 [2020-07-17T12:56:50.053Z] 12:56:50 [2020-07-17T12:56:50.053Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:50 [2020-07-17T12:56:50.053Z] #45 DONE 275.1s 12:56:50 [2020-07-17T12:56:50.053Z] 12:56:50 [2020-07-17T12:56:50.053Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:50 [2020-07-17T12:56:50.053Z] #52 228.2 + bin/containerd-stress 12:56:50 [2020-07-17T12:56:50.083Z] #64 exporting layers 6.6s done 12:56:50 [2020-07-17T12:56:50.083Z] #64 writing image sha256:1fdc596a6a9a68b3c835a326fc4492cb7e47cebe388532c523cb1242cd64e894 done 12:56:50 [2020-07-17T12:56:50.083Z] #64 naming to docker.io/library/docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d done 12:56:50 [2020-07-17T12:56:50.083Z] #64 DONE 6.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh 12:56:50 [2020-07-17T12:56:50.420Z] + trap exit INT TERM 12:56:50 [2020-07-17T12:56:50.420Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT 12:56:50 [2020-07-17T12:56:50.420Z] + CONTAINER_NAME=docker-pr2 12:56:50 [2020-07-17T12:56:50.420Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41221/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary-daemon 12:56:50 [2020-07-17T12:56:50.537Z] #40 127.0 CC criu/eventfd.o 12:56:50 [2020-07-17T12:56:50.619Z] #52 ... 12:56:50 [2020-07-17T12:56:50.619Z] 12:56:50 [2020-07-17T12:56:50.619Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:56:50 [2020-07-17T12:56:50.619Z] #46 DONE 0.5s 12:56:50 [2020-07-17T12:56:50.669Z] #18 1.743 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode 12:56:50 [2020-07-17T12:56:50.669Z] #18 1.748 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode 12:56:50 [2020-07-17T12:56:50.669Z] #18 1.761 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting 12:56:50 [2020-07-17T12:56:50.680Z] 12:56:50 [2020-07-17T12:56:50.836Z] #40 127.4 CC criu/eventpoll.o 12:56:50 [2020-07-17T12:56:50.877Z] 12:56:50 [2020-07-17T12:56:50.877Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:56:50 [2020-07-17T12:56:50.877Z] #48 DONE 0.1s 12:56:50 [2020-07-17T12:56:50.877Z] 12:56:50 [2020-07-17T12:56:50.877Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:56:50 [2020-07-17T12:56:50.939Z] Removing bundles/ 12:56:50 [2020-07-17T12:56:50.939Z] 12:56:50 [2020-07-17T12:56:50.939Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) 12:56:50 [2020-07-17T12:56:50.939Z] Building: bundles/dynbinary-daemon/dockerd-dev 12:56:50 [2020-07-17T12:56:50.939Z] GOOS="" GOARCH="" GOARM="" 12:56:51 [2020-07-17T12:56:51.136Z] #50 DONE 0.2s 12:56:51 [2020-07-17T12:56:51.136Z] 12:56:51 [2020-07-17T12:56:51.136Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:51 [2020-07-17T12:56:51.256Z] #18 DONE 2.4s 12:56:51 [2020-07-17T12:56:51.256Z] 12:56:51 [2020-07-17T12:56:51.256Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:56:51 [2020-07-17T12:56:51.705Z] #52 230.6 + bin/containerd-shim 12:56:52 [2020-07-17T12:56:52.376Z] #40 128.4 CC criu/external.o 12:56:52 [2020-07-17T12:56:52.677Z] #40 128.9 CC criu/fault-injection.o 12:56:52 [2020-07-17T12:56:52.677Z] #40 129.1 CC criu/fdstore.o 12:56:53 [2020-07-17T12:56:53.325Z] #40 129.6 CC criu/fifo.o 12:56:53 [2020-07-17T12:56:53.625Z] #40 130.2 CC criu/file-ids.o 12:56:53 [2020-07-17T12:56:53.678Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.429s coverage: 13.9% of statements 12:56:54 [2020-07-17T12:56:54.256Z] #52 236.2 + bin/containerd-shim-runc-v1 12:56:54 [2020-07-17T12:56:54.274Z] #40 130.6 CC criu/file-lock.o 12:56:54 [2020-07-17T12:56:54.574Z] #40 ... 12:56:54 [2020-07-17T12:56:54.574Z] 12:56:54 [2020-07-17T12:56:54.574Z] #29 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... 12:56:54 [2020-07-17T12:56:54.574Z] #29 DONE 197.6s 12:56:54 [2020-07-17T12:56:54.574Z] 12:56:54 [2020-07-17T12:56:54.574Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:56:54 [2020-07-17T12:56:54.574Z] #20 5.129 Collecting yamllint==1.16.0 12:56:54 [2020-07-17T12:56:54.574Z] #20 5.459 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:56:54 [2020-07-17T12:56:54.574Z] #20 5.669 Collecting pyyaml (from yamllint==1.16.0) 12:56:54 [2020-07-17T12:56:54.574Z] #20 6.053 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:56:54 [2020-07-17T12:56:54.752Z] ok github.com/docker/docker/daemon/config 0.022s coverage: 81.8% of statements 12:56:55 [2020-07-17T12:56:55.385Z] ok github.com/docker/docker/daemon/discovery 0.003s coverage: 30.0% of statements 12:56:55 [2020-07-17T12:56:55.532Z] #19 4.066 Collecting yamllint==1.16.0 12:56:56 [2020-07-17T12:56:56.017Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements 12:56:56 [2020-07-17T12:56:56.113Z] #20 ... 12:56:56 [2020-07-17T12:56:56.113Z] 12:56:56 [2020-07-17T12:56:56.113Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:56 [2020-07-17T12:56:56.113Z] #40 132.2 CC criu/files-ext.o 12:56:56 [2020-07-17T12:56:56.145Z] #52 239.2 + bin/containerd-shim-runc-v2 12:56:56 [2020-07-17T12:56:56.413Z] #40 132.9 CC criu/files-reg.o 12:56:56 [2020-07-17T12:56:56.650Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements 12:56:57 [2020-07-17T12:56:57.071Z] #52 240.1 + binaries 12:56:57 [2020-07-17T12:56:57.071Z] #52 240.1 + install -D bin/containerd /build/containerd 12:56:57 [2020-07-17T12:56:57.071Z] #52 240.1 + install -D bin/containerd-shim /build/containerd-shim 12:56:57 [2020-07-17T12:56:57.071Z] #52 240.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:56:57 [2020-07-17T12:56:57.071Z] #52 240.1 + install -D bin/ctr /build/ctr 12:56:57 [2020-07-17T12:56:57.284Z] ok github.com/docker/docker/daemon 12.241s coverage: 17.4% of statements 12:56:57 [2020-07-17T12:56:57.284Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 12:56:57 [2020-07-17T12:56:57.284Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 12:56:57 [2020-07-17T12:56:57.284Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 12:56:57 [2020-07-17T12:56:57.284Z] ? github.com/docker/docker/daemon/exec [no test files] 12:56:57 [2020-07-17T12:56:57.471Z] #19 ... 12:56:57 [2020-07-17T12:56:57.472Z] 12:56:57 [2020-07-17T12:56:57.472Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:57 [2020-07-17T12:56:57.472Z] #39 100.8 CC criu/log.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 101.2 CC criu/lsm.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 101.5 CC criu/mem.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 102.8 CC criu/memfd.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 103.3 CC criu/mount.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 106.0 CC criu/namespaces.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 107.5 CC criu/net.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 109.9 CC criu/netfilter.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 110.2 CC criu/page-pipe.o 12:56:57 [2020-07-17T12:56:57.472Z] #39 110.7 CC criu/page-xfer.o 12:56:58 [2020-07-17T12:56:58.279Z] #52 237.1 + bin/containerd-shim-runc-v1 12:56:58 [2020-07-17T12:56:58.434Z] #52 DONE 241.2s 12:56:58 [2020-07-17T12:56:58.546Z] #40 ... 12:56:58 [2020-07-17T12:56:58.546Z] 12:56:58 [2020-07-17T12:56:58.546Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:56:58 [2020-07-17T12:56:58.546Z] #20 8.419 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:56:58 [2020-07-17T12:56:58.546Z] #20 8.494 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:56:58 [2020-07-17T12:56:58.546Z] #20 8.588 Building wheels for collected packages: pyyaml 12:56:58 [2020-07-17T12:56:58.546Z] #20 8.595 Running setup.py bdist_wheel for pyyaml: started 12:56:58 [2020-07-17T12:56:58.546Z] #20 9.854 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:56:58 [2020-07-17T12:56:58.546Z] #20 9.856 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:56:58 [2020-07-17T12:56:58.546Z] #20 9.944 Successfully built pyyaml 12:56:58 [2020-07-17T12:56:58.546Z] #20 9.957 Installing collected packages: pyyaml, pathspec, yamllint 12:56:58 [2020-07-17T12:56:58.546Z] #20 10.36 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:56:58 [2020-07-17T12:56:58.546Z] #20 DONE 10.6s 12:56:58 [2020-07-17T12:56:58.546Z] 12:56:58 [2020-07-17T12:56:58.546Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:56:58 [2020-07-17T12:56:58.790Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements 12:56:58 [2020-07-17T12:56:58.842Z] #46 ... 12:56:58 [2020-07-17T12:56:58.843Z] 12:56:58 [2020-07-17T12:56:58.843Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:56:58 [2020-07-17T12:56:58.843Z] #40 135.4 CC criu/files.o 12:56:58 [2020-07-17T12:56:58.863Z] #39 111.9 CC criu/pagemap-cache.o 12:56:58 [2020-07-17T12:56:58.863Z] #39 112.2 CC criu/pagemap.o 12:56:59 [2020-07-17T12:56:59.359Z] 12:56:59 [2020-07-17T12:56:59.359Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:56:59 [2020-07-17T12:56:59.422Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.196s coverage: 57.0% of statements 12:56:59 [2020-07-17T12:56:59.615Z] #53 DONE 0.7s 12:56:59 [2020-07-17T12:56:59.809Z] #39 113.0 CC criu/parasite-syscall.o 12:56:59 [2020-07-17T12:56:59.870Z] 12:56:59 [2020-07-17T12:56:59.870Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:57:00 [2020-07-17T12:57:00.125Z] #57 DONE 0.3s 12:57:00 [2020-07-17T12:57:00.125Z] 12:57:00 [2020-07-17T12:57:00.125Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:57:00 [2020-07-17T12:57:00.234Z] 4612f6d0b889: Verifying Checksum 12:57:00 [2020-07-17T12:57:00.234Z] 4612f6d0b889: Download complete 12:57:00 [2020-07-17T12:57:00.384Z] #39 113.7 CC criu/path.o 12:57:00 [2020-07-17T12:57:00.647Z] #39 113.9 CC criu/pie-util-vdso.o 12:57:00 [2020-07-17T12:57:00.647Z] #39 ... 12:57:00 [2020-07-17T12:57:00.647Z] 12:57:00 [2020-07-17T12:57:00.647Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:57:00 [2020-07-17T12:57:00.647Z] #19 9.476 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) 12:57:00 [2020-07-17T12:57:00.647Z] #19 9.547 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) 12:57:00 [2020-07-17T12:57:00.647Z] #19 9.586 Downloading https://files.pythonhosted.org/packages/5d/d0/887c58853bd4b6ffc7aa9cdba4fc57d7b979b45888a6bd47e4568e1cf868/pathspec-0.8.0-py2.py3-none-any.whl 12:57:00 [2020-07-17T12:57:00.690Z] #59 DONE 0.5s 12:57:00 [2020-07-17T12:57:00.691Z] 12:57:00 [2020-07-17T12:57:00.691Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:57:00 [2020-07-17T12:57:00.691Z] #61 DONE 0.0s 12:57:00 [2020-07-17T12:57:00.691Z] 12:57:00 [2020-07-17T12:57:00.691Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:57:00 [2020-07-17T12:57:00.691Z] #62 DONE 0.0s 12:57:00 [2020-07-17T12:57:00.691Z] 12:57:00 [2020-07-17T12:57:00.691Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker 12:57:00 [2020-07-17T12:57:00.910Z] #19 9.636 Collecting pyyaml (from yamllint==1.16.0) 12:57:00 [2020-07-17T12:57:00.910Z] #19 ... 12:57:00 [2020-07-17T12:57:00.910Z] 12:57:00 [2020-07-17T12:57:00.910Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:00 [2020-07-17T12:57:00.910Z] #52 131.5 + bin/containerd 12:57:00 [2020-07-17T12:57:00.910Z] #52 ... 12:57:00 [2020-07-17T12:57:00.910Z] 12:57:00 [2020-07-17T12:57:00.910Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:00 [2020-07-17T12:57:00.910Z] #39 114.2 CC criu/pie-util.o 12:57:00 [2020-07-17T12:57:00.910Z] #39 114.3 CC criu/pipes.o 12:57:01 [2020-07-17T12:57:01.250Z] #63 DONE 0.5s 12:57:01 [2020-07-17T12:57:01.250Z] 12:57:01 [2020-07-17T12:57:01.250Z] #64 exporting to image 12:57:01 [2020-07-17T12:57:01.250Z] #64 exporting layers 12:57:01 [2020-07-17T12:57:01.486Z] #39 114.8 CC criu/plugin.o 12:57:01 [2020-07-17T12:57:01.566Z] #52 240.2 + bin/containerd-shim-runc-v2 12:57:01 [2020-07-17T12:57:01.606Z] #40 137.6 CC criu/filesystems.o 12:57:01 [2020-07-17T12:57:01.749Z] #39 115.1 CC criu/proc_parse.o 12:57:01 [2020-07-17T12:57:01.906Z] #40 138.4 CC criu/fsnotify.o 12:57:02 [2020-07-17T12:57:02.136Z] #52 241.1 + binaries 12:57:02 [2020-07-17T12:57:02.136Z] #52 241.1 + install -D bin/containerd /build/containerd 12:57:02 [2020-07-17T12:57:02.136Z] #52 241.1 + install -D bin/containerd-shim /build/containerd-shim 12:57:02 [2020-07-17T12:57:02.136Z] #52 241.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:57:02 [2020-07-17T12:57:02.136Z] #52 241.2 + install -D bin/ctr /build/ctr 12:57:03 [2020-07-17T12:57:03.072Z] #52 DONE 242.1s 12:57:03 [2020-07-17T12:57:03.465Z] #40 139.5 CC criu/image-desc.o 12:57:03 [2020-07-17T12:57:03.465Z] #40 139.7 CC criu/image.o 12:57:03 [2020-07-17T12:57:03.673Z] #39 117.1 CC criu/protobuf-desc.o 12:57:03 [2020-07-17T12:57:03.873Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.979s coverage: 46.2% of statements 12:57:04 [2020-07-17T12:57:04.010Z] 12:57:04 [2020-07-17T12:57:04.010Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:57:04 [2020-07-17T12:57:04.110Z] #40 140.5 CC criu/ipc_ns.o 12:57:04 [2020-07-17T12:57:04.505Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.8% of statements 12:57:04 [2020-07-17T12:57:04.576Z] #53 DONE 0.7s 12:57:04 [2020-07-17T12:57:04.576Z] 12:57:04 [2020-07-17T12:57:04.576Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:57:04 [2020-07-17T12:57:04.621Z] #39 117.8 CC criu/protobuf.o 12:57:04 [2020-07-17T12:57:04.835Z] #57 DONE 0.2s 12:57:04 [2020-07-17T12:57:04.835Z] 12:57:04 [2020-07-17T12:57:04.835Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:57:04 [2020-07-17T12:57:04.886Z] #39 118.1 CC criu/pstree.o 12:57:05 [2020-07-17T12:57:05.093Z] #59 DONE 0.4s 12:57:05 [2020-07-17T12:57:05.352Z] 12:57:05 [2020-07-17T12:57:05.352Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:57:05 [2020-07-17T12:57:05.352Z] #61 DONE 0.0s 12:57:05 [2020-07-17T12:57:05.352Z] 12:57:05 [2020-07-17T12:57:05.352Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:57:05 [2020-07-17T12:57:05.352Z] #62 DONE 0.0s 12:57:05 [2020-07-17T12:57:05.352Z] 12:57:05 [2020-07-17T12:57:05.352Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker 12:57:05 [2020-07-17T12:57:05.651Z] #40 141.8 CC criu/irmap.o 12:57:05 [2020-07-17T12:57:05.848Z] #39 ... 12:57:05 [2020-07-17T12:57:05.848Z] 12:57:05 [2020-07-17T12:57:05.848Z] #19 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 12:57:05 [2020-07-17T12:57:05.848Z] #19 9.764 Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB) 12:57:05 [2020-07-17T12:57:05.848Z] #19 10.85 Building wheels for collected packages: pyyaml 12:57:05 [2020-07-17T12:57:05.848Z] #19 10.85 Running setup.py bdist_wheel for pyyaml: started 12:57:05 [2020-07-17T12:57:05.848Z] #19 11.59 Running setup.py bdist_wheel for pyyaml: finished with status 'done' 12:57:05 [2020-07-17T12:57:05.848Z] #19 11.59 Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd 12:57:05 [2020-07-17T12:57:05.848Z] #19 11.66 Successfully built pyyaml 12:57:05 [2020-07-17T12:57:05.848Z] #19 11.67 Installing collected packages: pathspec, pyyaml, yamllint 12:57:05 [2020-07-17T12:57:05.848Z] #19 11.95 Successfully installed pathspec-0.8.0 pyyaml-5.3.1 yamllint-1.16.0 12:57:05 [2020-07-17T12:57:05.848Z] #19 DONE 14.4s 12:57:05 [2020-07-17T12:57:05.848Z] 12:57:05 [2020-07-17T12:57:05.848Z] #21 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:05 [2020-07-17T12:57:05.848Z] #21 182.2 + return 12:57:05 [2020-07-17T12:57:05.848Z] #21 DONE 182.8s 12:57:05 [2020-07-17T12:57:05.848Z] 12:57:05 [2020-07-17T12:57:05.848Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:05 [2020-07-17T12:57:05.848Z] #39 119.1 CC criu/rbtree.o 12:57:05 [2020-07-17T12:57:05.848Z] #39 119.3 CC criu/rst-malloc.o 12:57:05 [2020-07-17T12:57:05.920Z] #63 DONE 0.6s 12:57:05 [2020-07-17T12:57:05.920Z] 12:57:05 [2020-07-17T12:57:05.920Z] #64 exporting to image 12:57:05 [2020-07-17T12:57:05.920Z] #64 exporting layers 12:57:06 [2020-07-17T12:57:06.297Z] #40 142.5 CC criu/kcmp-ids.o 12:57:06 [2020-07-17T12:57:06.297Z] #40 142.9 CC criu/kerndat.o 12:57:06 [2020-07-17T12:57:06.423Z] #39 119.6 CC criu/seccomp.o 12:57:07 [2020-07-17T12:57:07.004Z] #39 120.1 CC criu/seize.o 12:57:07 [2020-07-17T12:57:07.583Z] #39 120.9 CC criu/servicefd.o 12:57:07 [2020-07-17T12:57:07.782Z] #64 exporting layers 6.8s done 12:57:07 [2020-07-17T12:57:07.782Z] #64 writing image sha256:6af84451a39e55184cd8e55211e780ce0172a55f9e548ed1380c40132a794c30 done 12:57:07 [2020-07-17T12:57:07.782Z] #64 naming to docker.io/library/docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d done 12:57:07 [2020-07-17T12:57:07.782Z] #64 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv 12:57:07 [2020-07-17T12:57:07.838Z] #40 144.2 CC criu/libnetlink.o [Pipeline] { 12:57:07 [2020-07-17T12:57:07.846Z] #39 121.2 CC criu/shmem.o [Pipeline] sh 12:57:08 [2020-07-17T12:57:08.027Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.247s coverage: 49.5% of statements 12:57:08 [2020-07-17T12:57:08.130Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -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:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary test-integration 12:57:08 [2020-07-17T12:57:08.141Z] #40 144.6 CC criu/log.o 12:57:08 [2020-07-17T12:57:08.691Z] 12:57:08 [2020-07-17T12:57:08.692Z] Removing bundles/ 12:57:08 [2020-07-17T12:57:08.692Z] 12:57:08 [2020-07-17T12:57:08.692Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 12:57:08 [2020-07-17T12:57:08.692Z] Building: bundles/dynbinary-daemon/dockerd-dev 12:57:08 [2020-07-17T12:57:08.692Z] GOOS="" GOARCH="" GOARM="" 12:57:08 [2020-07-17T12:57:08.792Z] #40 145.2 CC criu/lsm.o 12:57:08 [2020-07-17T12:57:08.794Z] #39 ... 12:57:08 [2020-07-17T12:57:08.795Z] 12:57:08 [2020-07-17T12:57:08.795Z] #22 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:57:08 [2020-07-17T12:57:08.795Z] #22 DONE 1.0s 12:57:08 [2020-07-17T12:57:08.795Z] 12:57:08 [2020-07-17T12:57:08.795Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:08 [2020-07-17T12:57:08.795Z] #39 122.2 CC criu/sigframe.o 12:57:09 [2020-07-17T12:57:09.057Z] #39 122.3 CC criu/signalfd.o 12:57:09 [2020-07-17T12:57:09.057Z] #39 122.5 CC criu/sk-inet.o 12:57:09 [2020-07-17T12:57:09.861Z] #40 146.0 CC criu/mem.o 12:57:10 [2020-07-17T12:57:10.453Z] #39 123.4 CC criu/sk-netlink.o 12:57:10 [2020-07-17T12:57:10.453Z] #39 123.8 CC criu/sk-packet.o 12:57:11 [2020-07-17T12:57:11.029Z] #39 124.3 CC criu/sk-queue.o 12:57:11 [2020-07-17T12:57:11.292Z] #39 124.8 CC criu/sk-tcp.o 12:57:11 [2020-07-17T12:57:11.868Z] #39 125.2 CC criu/sk-unix.o 12:57:11 [2020-07-17T12:57:11.971Z] #40 148.1 CC criu/memfd.o 12:57:11 [2020-07-17T12:57:11.971Z] #40 ... 12:57:11 [2020-07-17T12:57:11.971Z] 12:57:11 [2020-07-17T12:57:11.971Z] #33 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... 12:57:11 [2020-07-17T12:57:11.971Z] #33 215.0 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+b3 [728 kB] 12:57:12 [2020-07-17T12:57:12.274Z] #33 215.3 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] 12:57:12 [2020-07-17T12:57:12.274Z] #33 215.4 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] 12:57:12 [2020-07-17T12:57:12.274Z] #33 215.4 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] 12:57:12 [2020-07-17T12:57:12.274Z] #33 215.5 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] 12:57:12 [2020-07-17T12:57:12.274Z] #33 215.5 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] 12:57:13 [2020-07-17T12:57:13.602Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.255s coverage: 73.1% of statements 12:57:13 [2020-07-17T12:57:13.603Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 12:57:13 [2020-07-17T12:57:13.792Z] #39 126.9 CC criu/sockets.o 12:57:13 [2020-07-17T12:57:13.830Z] #33 216.9 debconf: delaying package configuration, since apt-utils is not installed 12:57:13 [2020-07-17T12:57:13.830Z] #33 217.1 Fetched 14.9 MB in 2min 59s (83.2 kB/s) 12:57:13 [2020-07-17T12:57:13.830Z] #33 217.1 Selecting previously unselected package xxd. 12:57:14 [2020-07-17T12:57:14.040Z] #64 exporting layers 6.9s done 12:57:14 [2020-07-17T12:57:14.040Z] #64 writing image sha256:cacea4879b7aa5037c0d41282374ad0b3f59d830f1456e4dc3728565494fa9d6 done 12:57:14 [2020-07-17T12:57:14.040Z] #64 naming to docker.io/library/docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d done 12:57:14 [2020-07-17T12:57:14.040Z] #64 DONE 6.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh 12:57:14 [2020-07-17T12:57:14.137Z] #33 217.1 (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 ... 15339 files and directories currently installed.) 12:57:14 [2020-07-17T12:57:14.137Z] #33 217.2 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... 12:57:14 [2020-07-17T12:57:14.137Z] #33 217.2 Unpacking xxd (2:8.1.0875-5) ... 12:57:14 [2020-07-17T12:57:14.137Z] #33 217.4 Selecting previously unselected package vim-common. 12:57:14 [2020-07-17T12:57:14.137Z] #33 217.4 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... 12:57:14 [2020-07-17T12:57:14.368Z] #39 127.6 CC criu/stats.o 12:57:14 [2020-07-17T12:57:14.370Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41221/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/validate/default 12:57:14 [2020-07-17T12:57:14.435Z] #33 217.5 Unpacking vim-common (2:8.1.0875-5) ... 12:57:14 [2020-07-17T12:57:14.631Z] #39 127.9 CC criu/string.o 12:57:14 [2020-07-17T12:57:14.631Z] #39 128.0 CC criu/sysctl.o 12:57:14 [2020-07-17T12:57:14.637Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.922s coverage: 57.7% of statements 12:57:14 [2020-07-17T12:57:14.637Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 12:57:14 [2020-07-17T12:57:14.733Z] #33 217.7 Selecting previously unselected package cmake-data. 12:57:14 [2020-07-17T12:57:14.733Z] #33 217.7 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... 12:57:14 [2020-07-17T12:57:14.733Z] #33 217.7 Unpacking cmake-data (3.13.4-1) ... 12:57:15 [2020-07-17T12:57:15.208Z] #39 128.6 CC criu/sysfs_parse.o 12:57:15 [2020-07-17T12:57:15.269Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.777s coverage: 76.1% of statements 12:57:15 [2020-07-17T12:57:15.269Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 12:57:15 [2020-07-17T12:57:15.269Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.004s coverage: 58.0% of statements 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! All commits are properly signed with the DCO! 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. 12:57:15 [2020-07-17T12:57:15.310Z] No api/types/ or api/swagger.yaml changes in diff. 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! All TOML source files changed here have valid syntax. 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! Changelog CHANGELOG.md is well-formed. 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. 12:57:15 [2020-07-17T12:57:15.310Z] Congratulations! No new tests were added to integration-cli. 12:57:15 [2020-07-17T12:57:15.310Z] 12:57:15 [2020-07-17T12:57:15.310Z] INFO Start validation with golang-ci-lint 12:57:15 [2020-07-17T12:57:15.310Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 12:57:15 [2020-07-17T12:57:15.310Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 12:57:15 [2020-07-17T12:57:15.310Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 12:57:15 [2020-07-17T12:57:15.471Z] #39 128.9 CC criu/timens.o 12:57:15 [2020-07-17T12:57:15.734Z] #39 129.2 CC criu/timerfd.o 12:57:16 [2020-07-17T12:57:16.086Z] #33 219.0 Selecting previously unselected package libicu63:ppc64el. 12:57:16 [2020-07-17T12:57:16.086Z] #33 219.0 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... 12:57:16 [2020-07-17T12:57:16.086Z] #33 219.1 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... 12:57:16 [2020-07-17T12:57:16.309Z] #39 129.6 CC criu/tty.o 12:57:16 [2020-07-17T12:57:16.571Z] #39 ... 12:57:16 [2020-07-17T12:57:16.571Z] 12:57:16 [2020-07-17T12:57:16.571Z] #26 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:57:16 [2020-07-17T12:57:16.571Z] #26 DONE 7.9s 12:57:16 [2020-07-17T12:57:16.571Z] 12:57:16 [2020-07-17T12:57:16.571Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:16 [2020-07-17T12:57:16.571Z] #45 188.8 + cd /tmp/tmp.nRtO2yMpmL/src/github.com/golangci/golangci-lint/ 12:57:16 [2020-07-17T12:57:16.571Z] #45 188.8 + git checkout -q v1.23.8 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 ++ git describe --tags 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 + version=v1.23.8 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 ++ git rev-parse --short HEAD 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 + commit=76a82c6 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 ++ git show -s --format=%cd 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:57:16 [2020-07-17T12:57:16.571Z] #45 189.3 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:57:16 [2020-07-17T12:57:16.817Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements 12:57:17 [2020-07-17T12:57:17.109Z] ok github.com/docker/docker/daemon/links 0.007s coverage: 93.0% of statements 12:57:17 [2020-07-17T12:57:17.400Z] ok github.com/docker/docker/daemon/images 0.009s coverage: 4.8% of statements 12:57:17 [2020-07-17T12:57:17.400Z] ? github.com/docker/docker/daemon/initlayer [no test files] 12:57:17 [2020-07-17T12:57:17.400Z] ? github.com/docker/docker/daemon/listeners [no test files] 12:57:17 [2020-07-17T12:57:17.520Z] #45 ... 12:57:17 [2020-07-17T12:57:17.520Z] 12:57:17 [2020-07-17T12:57:17.520Z] #29 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:57:17 [2020-07-17T12:57:17.520Z] #29 DONE 0.7s 12:57:17 [2020-07-17T12:57:17.520Z] 12:57:17 [2020-07-17T12:57:17.520Z] #31 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:57:17 [2020-07-17T12:57:17.520Z] #31 DONE 0.1s 12:57:17 [2020-07-17T12:57:17.520Z] 12:57:17 [2020-07-17T12:57:17.520Z] #34 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:57:17 [2020-07-17T12:57:17.783Z] #34 DONE 0.1s 12:57:17 [2020-07-17T12:57:17.783Z] 12:57:17 [2020-07-17T12:57:17.783Z] #37 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:57:18 [2020-07-17T12:57:18.359Z] #37 DONE 0.8s 12:57:18 [2020-07-17T12:57:18.359Z] 12:57:18 [2020-07-17T12:57:18.359Z] #39 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:18 [2020-07-17T12:57:18.359Z] #39 131.5 CC criu/tun.o 12:57:18 [2020-07-17T12:57:18.623Z] #39 132.0 CC criu/uffd.o 12:57:18 [2020-07-17T12:57:18.909Z] ok github.com/docker/docker/daemon/logger 0.223s coverage: 41.0% of statements 12:57:18 [2020-07-17T12:57:18.909Z] ok github.com/docker/docker/daemon/logger/awslogs 0.078s coverage: 77.8% of statements 12:57:18 [2020-07-17T12:57:18.909Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] 12:57:18 [2020-07-17T12:57:18.909Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 12:57:18 [2020-07-17T12:57:18.930Z] #33 221.9 Selecting previously unselected package libxml2:ppc64el. 12:57:18 [2020-07-17T12:57:18.930Z] #33 221.9 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+b3_ppc64el.deb ... 12:57:18 [2020-07-17T12:57:18.930Z] #33 221.9 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... 12:57:18 [2020-07-17T12:57:18.930Z] #33 222.1 Selecting previously unselected package libarchive13:ppc64el. 12:57:18 [2020-07-17T12:57:18.930Z] #33 222.1 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... 12:57:18 [2020-07-17T12:57:18.930Z] #33 222.1 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.3 Selecting previously unselected package libjsoncpp1:ppc64el. 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.3 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.4 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.4 Selecting previously unselected package librhash0:ppc64el. 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.4 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.4 Unpacking librhash0:ppc64el (1.3.8-1) ... 12:57:19 [2020-07-17T12:57:19.230Z] #33 222.6 Selecting previously unselected package libuv1:ppc64el. 12:57:19 [2020-07-17T12:57:19.531Z] #33 222.6 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... 12:57:19 [2020-07-17T12:57:19.531Z] #33 222.6 Unpacking libuv1:ppc64el (1.24.1-1) ... 12:57:19 [2020-07-17T12:57:19.531Z] #33 222.7 Selecting previously unselected package cmake. 12:57:19 [2020-07-17T12:57:19.531Z] #33 222.7 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... 12:57:19 [2020-07-17T12:57:19.531Z] #33 222.7 Unpacking cmake (3.13.4-1) ... 12:57:19 [2020-07-17T12:57:19.542Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements 12:57:19 [2020-07-17T12:57:19.833Z] ok github.com/docker/docker/daemon/logger/journald 0.002s coverage: 26.2% of statements 12:57:20 [2020-07-17T12:57:20.017Z] #39 133.0 CC criu/util.o 12:57:20 [2020-07-17T12:57:20.466Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.002s coverage: 87.2% of statements 12:57:20 [2020-07-17T12:57:20.466Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 61.6% of statements 12:57:20 [2020-07-17T12:57:20.966Z] #39 134.1 CC criu/uts_ns.o 12:57:20 [2020-07-17T12:57:20.966Z] #39 134.3 CC criu/vdso.o 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up xxd (2:8.1.0875-5) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up libuv1:ppc64el (1.24.1-1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up vim-common (2:8.1.0875-5) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up librhash0:ppc64el (1.3.8-1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up cmake-data (3.13.4-1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.0 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+b3) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.1 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.1 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.1 Setting up cmake (3.13.4-1) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.1 Processing triggers for libc-bin (2.28-10) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 224.1 Processing triggers for mime-support (3.62) ... 12:57:21 [2020-07-17T12:57:21.083Z] #33 DONE 224.4s 12:57:21 [2020-07-17T12:57:21.083Z] 12:57:21 [2020-07-17T12:57:21.083Z] #50 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:57:21 [2020-07-17T12:57:21.083Z] #50 107.8 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="24a3cf88a7ae5f4995f6750654c0e2ca61ef4bb2" -X main.version=1.0.0-rc91 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty 12:57:21 [2020-07-17T12:57:21.083Z] #50 111.5 + mkdir -p /build 12:57:21 [2020-07-17T12:57:21.083Z] #50 111.5 + cp runc /build/runc 12:57:21 [2020-07-17T12:57:21.083Z] #50 DONE 111.6s 12:57:21 [2020-07-17T12:57:21.083Z] 12:57:21 [2020-07-17T12:57:21.083Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:21 [2020-07-17T12:57:21.083Z] #40 148.8 CC criu/mount.o 12:57:21 [2020-07-17T12:57:21.083Z] #40 153.6 CC criu/namespaces.o 12:57:21 [2020-07-17T12:57:21.083Z] #40 155.9 CC criu/net.o 12:57:21 [2020-07-17T12:57:21.098Z] ok github.com/docker/docker/daemon/logger/local 0.007s coverage: 75.2% of statements 12:57:21 [2020-07-17T12:57:21.098Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 12:57:21 [2020-07-17T12:57:21.381Z] #40 ... 12:57:21 [2020-07-17T12:57:21.381Z] 12:57:21 [2020-07-17T12:57:21.381Z] #34 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... 12:57:21 [2020-07-17T12:57:21.381Z] #34 0.282 + RM_GOPATH=0 12:57:21 [2020-07-17T12:57:21.542Z] #39 134.8 LINK criu/built-in.o 12:57:21 [2020-07-17T12:57:21.542Z] #39 134.9 LINK criu/criu 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.283 + TMP_GOPATH= 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.283 + : /build 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.283 + '[' -z '' ']' 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.283 ++ mktemp -d 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.287 + export GOPATH=/tmp/tmp.RwLRcsENxB 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.287 + GOPATH=/tmp/tmp.RwLRcsENxB 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.287 + RM_GOPATH=1 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.287 + case "$(go env GOARCH)" in 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.289 ++ go env GOARCH 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.415 + export GO_BUILDMODE=-buildmode=pie 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.415 + GO_BUILDMODE=-buildmode=pie 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.417 ++ dirname /tmp/install/install.sh 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.419 + dir=/tmp/install 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.419 + bin=tini 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.419 + shift 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.420 + '[' '!' -f /tmp/install/tini.installer ']' 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.421 + . /tmp/install/tini.installer 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.421 ++ : fec3683b971d9c3ef73f284f176672c44b448662 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.422 + install_tini 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.423 + echo 'Install tini version fec3683b971d9c3ef73f284f176672c44b448662' 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.424 Install tini version fec3683b971d9c3ef73f284f176672c44b448662 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.424 + git clone https://github.com/krallin/tini.git /tmp/tmp.RwLRcsENxB/tini 12:57:21 [2020-07-17T12:57:21.678Z] #34 0.427 Cloning into '/tmp/tmp.RwLRcsENxB/tini'... 12:57:21 [2020-07-17T12:57:21.731Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.064s coverage: 37.7% of statements 12:57:21 [2020-07-17T12:57:21.804Z] #39 135.2 DEP lib/c/criu.d 12:57:21 [2020-07-17T12:57:21.804Z] #39 135.3 CC images/rpc.pb-c.o 12:57:22 [2020-07-17T12:57:22.325Z] #34 1.286 + cd /tmp/tmp.RwLRcsENxB/tini 12:57:22 [2020-07-17T12:57:22.325Z] #34 1.286 + git checkout -q fec3683b971d9c3ef73f284f176672c44b448662 12:57:22 [2020-07-17T12:57:22.364Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.005s coverage: 33.3% of statements 12:57:22 [2020-07-17T12:57:22.624Z] #34 1.404 + cmake . 12:57:22 [2020-07-17T12:57:22.753Z] #39 136.0 CC lib/c/criu.o 12:57:23 [2020-07-17T12:57:23.278Z] #34 1.948 -- The C compiler identification is GNU 8.3.0 12:57:23 [2020-07-17T12:57:23.278Z] #34 1.971 -- Check for working C compiler: /usr/bin/cc 12:57:23 [2020-07-17T12:57:23.278Z] #34 2.146 -- Check for working C compiler: /usr/bin/cc -- works 12:57:23 [2020-07-17T12:57:23.278Z] #34 2.149 -- Detecting C compiler ABI info 12:57:23 [2020-07-17T12:57:23.401Z] ok github.com/docker/docker/daemon/logger/syslog 0.015s coverage: 46.8% of statements 12:57:23 [2020-07-17T12:57:23.579Z] #34 2.454 -- Detecting C compiler ABI info - done 12:57:23 [2020-07-17T12:57:23.579Z] #34 2.485 -- Detecting C compile features 12:57:23 [2020-07-17T12:57:23.694Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements 12:57:23 [2020-07-17T12:57:23.701Z] #39 137.0 LINK lib/c/built-in.o 12:57:23 [2020-07-17T12:57:23.701Z] #39 137.0 LINK lib/c/libcriu.so 12:57:23 [2020-07-17T12:57:23.701Z] #39 137.1 LINK lib/c/libcriu.a 12:57:23 [2020-07-17T12:57:23.964Z] #39 137.3 GEN magic.py 12:57:23 [2020-07-17T12:57:23.985Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements 12:57:24 [2020-07-17T12:57:24.227Z] #39 137.4 Note: Building without setproctitle() and strlcpy() support. 12:57:24 [2020-07-17T12:57:24.227Z] #39 137.4 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:57:24 [2020-07-17T12:57:24.227Z] #39 137.4 Note: Building without GnuTLS support 12:57:24 [2020-07-17T12:57:24.227Z] #39 137.4 Makefile.config:39: Warn: you have no libnftables installed 12:57:24 [2020-07-17T12:57:24.227Z] #39 137.4 Makefile.config:40: Warn: Building without nftables support 12:57:24 [2020-07-17T12:57:24.276Z] ok github.com/docker/docker/daemon/logger/splunk 1.492s coverage: 82.5% of statements 12:57:24 [2020-07-17T12:57:24.276Z] ? github.com/docker/docker/daemon/names [no test files] 12:57:24 [2020-07-17T12:57:24.276Z] ? github.com/docker/docker/daemon/stats [no test files] 12:57:24 [2020-07-17T12:57:24.640Z] #34 3.542 -- Detecting C compile features - done 12:57:24 [2020-07-17T12:57:24.640Z] #34 3.578 -- Performing Test HAS_BUILTIN_FORTIFY 12:57:24 [2020-07-17T12:57:24.802Z] #39 138.3 fatal: not a git repository (or any of the parent directories): .git 12:57:24 [2020-07-17T12:57:24.940Z] #34 3.704 -- Performing Test HAS_BUILTIN_FORTIFY - Failed 12:57:24 [2020-07-17T12:57:24.940Z] #34 3.801 -- Configuring done 12:57:24 [2020-07-17T12:57:24.940Z] #34 3.810 -- Generating done 12:57:25 [2020-07-17T12:57:25.238Z] #34 3.819 -- Build files have been written to: /tmp/tmp.RwLRcsENxB/tini 12:57:25 [2020-07-17T12:57:25.238Z] #34 3.835 + make tini-static 12:57:25 [2020-07-17T12:57:25.541Z] #34 4.120 Scanning dependencies of target tini-static 12:57:25 [2020-07-17T12:57:25.541Z] #34 4.198 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o 12:57:25 [2020-07-17T12:57:25.751Z] #39 139.1 make[1]: Nothing to be done for 'all'. 12:57:25 [2020-07-17T12:57:25.783Z] ok github.com/docker/docker/distribution/metadata 0.044s coverage: 48.2% of statements 12:57:26 [2020-07-17T12:57:26.075Z] ok github.com/docker/docker/distribution 0.365s coverage: 22.1% of statements 12:57:26 [2020-07-17T12:57:26.075Z] ? github.com/docker/docker/distribution/utils [no test files] 12:57:26 [2020-07-17T12:57:26.187Z] #34 5.057 [100%] Linking C executable tini-static 12:57:26 [2020-07-17T12:57:26.699Z] #39 139.9 make[1]: 'images/built-in.o' is up to date. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.0 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.1 make[1]: 'compel/libcompel.a' is up to date. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.1 make[1]: 'compel/compel-host-bin' is up to date. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.1 make[1]: Nothing to be done for 'all'. 12:57:26 [2020-07-17T12:57:26.699Z] #39 140.2 make[1]: 'soccr/libsoccr.a' is up to date. 12:57:26 [2020-07-17T12:57:26.842Z] #34 5.462 [100%] Built target tini-static 12:57:26 [2020-07-17T12:57:26.843Z] #34 5.512 + mkdir -p /build 12:57:26 [2020-07-17T12:57:26.843Z] #34 5.516 + cp tini-static /build/docker-init 12:57:26 [2020-07-17T12:57:26.843Z] #34 DONE 5.7s 12:57:26 [2020-07-17T12:57:26.843Z] 12:57:26 [2020-07-17T12:57:26.843Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:26 [2020-07-17T12:57:26.843Z] #40 160.5 CC criu/netfilter.o 12:57:26 [2020-07-17T12:57:26.843Z] #40 161.0 CC criu/page-pipe.o 12:57:26 [2020-07-17T12:57:26.843Z] #40 161.9 CC criu/page-xfer.o 12:57:26 [2020-07-17T12:57:26.963Z] #39 140.4 make[2]: Nothing to be done for 'all'. 12:57:26 [2020-07-17T12:57:26.963Z] #39 140.4 make[2]: Nothing to be done for 'all'. 12:57:26 [2020-07-17T12:57:26.963Z] #39 140.4 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.110Z] ok github.com/docker/docker/errdefs 0.002s coverage: 49.4% of statements 12:57:27 [2020-07-17T12:57:27.226Z] #39 140.5 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.488Z] #39 140.6 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.488Z] #39 140.7 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.488Z] #39 140.7 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.488Z] #39 140.9 make[2]: Nothing to be done for 'all'. 12:57:27 [2020-07-17T12:57:27.490Z] #40 163.8 CC criu/pagemap-cache.o 12:57:27 [2020-07-17T12:57:27.744Z] ok github.com/docker/docker/image 0.014s coverage: 86.4% of statements 12:57:27 [2020-07-17T12:57:27.752Z] #39 140.9 INSTALL criu/criu 12:57:28 [2020-07-17T12:57:28.136Z] #40 164.5 CC criu/pagemap.o 12:57:28 [2020-07-17T12:57:28.334Z] #39 DONE 141.5s 12:57:28 [2020-07-17T12:57:28.334Z] 12:57:28 [2020-07-17T12:57:28.334Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:28 [2020-07-17T12:57:28.377Z] ok github.com/docker/docker/image/cache 0.005s coverage: 19.2% of statements 12:57:28 [2020-07-17T12:57:28.377Z] ok github.com/docker/docker/distribution/xfer 1.871s coverage: 85.1% of statements 12:57:28 [2020-07-17T12:57:28.377Z] ? github.com/docker/docker/dockerversion [no test files] 12:57:28 [2020-07-17T12:57:28.377Z] ? github.com/docker/docker/image/tarexport [no test files] 12:57:29 [2020-07-17T12:57:29.009Z] ok github.com/docker/docker/image/v1 0.005s coverage: 25.0% of statements 12:57:29 [2020-07-17T12:57:29.009Z] ? github.com/docker/docker/internal/test/suite [no test files] 12:57:29 [2020-07-17T12:57:29.188Z] #40 165.5 CC criu/parasite-syscall.o 12:57:29 [2020-07-17T12:57:29.300Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements 12:57:29 [2020-07-17T12:57:29.726Z] #45 ... 12:57:29 [2020-07-17T12:57:29.726Z] 12:57:29 [2020-07-17T12:57:29.726Z] #40 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:57:29 [2020-07-17T12:57:29.726Z] #40 DONE 0.1s 12:57:29 [2020-07-17T12:57:29.726Z] 12:57:29 [2020-07-17T12:57:29.726Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:29 [2020-07-17T12:57:29.989Z] #52 ... 12:57:29 [2020-07-17T12:57:29.989Z] 12:57:29 [2020-07-17T12:57:29.989Z] #42 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:57:30 [2020-07-17T12:57:30.243Z] #40 166.5 CC criu/path.o 12:57:30 [2020-07-17T12:57:30.253Z] #42 DONE 0.5s 12:57:30 [2020-07-17T12:57:30.253Z] 12:57:30 [2020-07-17T12:57:30.253Z] #44 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:57:30 [2020-07-17T12:57:30.334Z] ok github.com/docker/docker/opts 0.016s coverage: 67.4% of statements 12:57:30 [2020-07-17T12:57:30.516Z] #44 DONE 0.2s 12:57:30 [2020-07-17T12:57:30.516Z] 12:57:30 [2020-07-17T12:57:30.516Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:30 [2020-07-17T12:57:30.541Z] #40 166.8 CC criu/pie-util-vdso.o 12:57:30 [2020-07-17T12:57:30.625Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements 12:57:30 [2020-07-17T12:57:30.840Z] #40 167.2 CC criu/pie-util.o 12:57:30 [2020-07-17T12:57:30.840Z] #40 167.4 CC criu/pipes.o 12:57:31 [2020-07-17T12:57:31.903Z] #40 168.1 CC criu/plugin.o 12:57:32 [2020-07-17T12:57:32.172Z] ok github.com/docker/docker/pkg/archive 0.502s coverage: 77.1% of statements 12:57:32 [2020-07-17T12:57:32.202Z] #40 168.6 CC criu/proc_parse.o 12:57:32 [2020-07-17T12:57:32.832Z] ok github.com/docker/docker/pkg/authorization 0.146s coverage: 68.3% of statements 12:57:33 [2020-07-17T12:57:33.123Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements 12:57:33 [2020-07-17T12:57:33.123Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements 12:57:35 [2020-07-17T12:57:35.022Z] #40 171.6 CC criu/protobuf-desc.o 12:57:35 [2020-07-17T12:57:35.321Z] #40 ... 12:57:35 [2020-07-17T12:57:35.321Z] 12:57:35 [2020-07-17T12:57:35.321Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:57:35 [2020-07-17T12:57:35.620Z] #37 238.5 + dpkg --print-architecture 12:57:35 [2020-07-17T12:57:35.620Z] #37 238.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd 12:57:35 [2020-07-17T12:57:35.620Z] #37 238.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go 12:57:35 [2020-07-17T12:57:35.620Z] #37 238.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry 12:57:37 [2020-07-17T12:57:37.575Z] ok github.com/docker/docker/layer 7.101s coverage: 68.8% of statements 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/libcontainerd [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/libcontainerd/types [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/oci [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/oci/caps [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ok github.com/docker/docker/pkg/chrootarchive 3.511s coverage: 43.2% of statements 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/pkg/containerfs [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 12:57:37 [2020-07-17T12:57:37.575Z] ok github.com/docker/docker/pkg/directory 0.009s coverage: 80.0% of statements 12:57:37 [2020-07-17T12:57:37.866Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements 12:57:37 [2020-07-17T12:57:37.866Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements 12:57:38 [2020-07-17T12:57:38.158Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements 12:57:38 [2020-07-17T12:57:38.791Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements 12:57:39 [2020-07-17T12:57:39.083Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements 12:57:40 [2020-07-17T12:57:40.117Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements 12:57:40 [2020-07-17T12:57:40.542Z] #45 ... 12:57:40 [2020-07-17T12:57:40.542Z] 12:57:40 [2020-07-17T12:57:40.542Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:40 [2020-07-17T12:57:40.542Z] #52 180.3 + bin/containerd-stress 12:57:41 [2020-07-17T12:57:41.151Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements 12:57:41 [2020-07-17T12:57:41.785Z] ok github.com/docker/docker/pkg/fsutils 0.371s coverage: 85.1% of statements 12:57:41 [2020-07-17T12:57:41.785Z] ok github.com/docker/docker/pkg/discovery/kv 3.079s coverage: 84.1% of statements 12:57:42 [2020-07-17T12:57:42.076Z] ok github.com/docker/docker/pkg/homedir 0.001s coverage: 11.4% of statements 12:57:42 [2020-07-17T12:57:42.709Z] ok github.com/docker/docker/pkg/idtools 0.232s coverage: 70.5% of statements 12:57:43 [2020-07-17T12:57:43.001Z] ok github.com/docker/docker/pkg/ioutils 0.284s coverage: 70.6% of statements 12:57:43 [2020-07-17T12:57:43.094Z] #52 183.4 + bin/containerd-shim 12:57:43 [2020-07-17T12:57:43.293Z] ok github.com/docker/docker/pkg/jsonmessage 0.016s coverage: 91.7% of statements 12:57:43 [2020-07-17T12:57:43.293Z] ok github.com/docker/docker/pkg/locker 0.013s coverage: 88.9% of statements 12:57:43 [2020-07-17T12:57:43.293Z] ok github.com/docker/docker/pkg/longpath 0.001s coverage: 100.0% of statements 12:57:43 [2020-07-17T12:57:43.293Z] ? github.com/docker/docker/pkg/loopback [no test files] 12:57:43 [2020-07-17T12:57:43.293Z] ? github.com/docker/docker/pkg/mount [no test files] 12:57:43 [2020-07-17T12:57:43.584Z] ok github.com/docker/docker/pkg/namesgenerator 0.017s coverage: 85.7% of statements 12:57:43 [2020-07-17T12:57:43.584Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] 12:57:43 [2020-07-17T12:57:43.881Z] ok github.com/docker/docker/pkg/parsers 0.003s coverage: 97.0% of statements 12:57:43 [2020-07-17T12:57:43.881Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements 12:57:44 [2020-07-17T12:57:44.173Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 91.4% of statements 12:57:44 [2020-07-17T12:57:44.173Z] ok github.com/docker/docker/pkg/pidfile 0.006s coverage: 82.4% of statements 12:57:44 [2020-07-17T12:57:44.173Z] ? github.com/docker/docker/pkg/platform [no test files] 12:57:44 [2020-07-17T12:57:44.173Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 12:57:45 [2020-07-17T12:57:45.207Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.010s coverage: 56.8% of statements 12:57:45 [2020-07-17T12:57:45.499Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements 12:57:45 [2020-07-17T12:57:45.790Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements 12:57:46 [2020-07-17T12:57:46.082Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements 12:57:46 [2020-07-17T12:57:46.097Z] #37 ... 12:57:46 [2020-07-17T12:57:46.097Z] 12:57:46 [2020-07-17T12:57:46.097Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:46 [2020-07-17T12:57:46.097Z] #40 172.5 CC criu/protobuf.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 172.9 CC criu/pstree.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 174.1 CC criu/rbtree.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 174.5 CC criu/rst-malloc.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 174.9 CC criu/seccomp.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 175.6 CC criu/seize.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 176.6 CC criu/servicefd.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 177.1 CC criu/shmem.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 178.1 CC criu/sigframe.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 178.2 CC criu/signalfd.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 178.4 CC criu/sk-inet.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 179.6 CC criu/sk-netlink.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 180.0 CC criu/sk-packet.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 180.8 CC criu/sk-queue.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 181.4 CC criu/sk-tcp.o 12:57:46 [2020-07-17T12:57:46.097Z] #40 181.9 CC criu/sk-unix.o 12:57:47 [2020-07-17T12:57:47.116Z] ok github.com/docker/docker/pkg/pubsub 1.019s coverage: 73.9% of statements 12:57:47 [2020-07-17T12:57:47.406Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements 12:57:47 [2020-07-17T12:57:47.640Z] #40 183.9 CC criu/sockets.o 12:57:48 [2020-07-17T12:57:48.401Z] #52 ... 12:57:48 [2020-07-17T12:57:48.401Z] 12:57:48 [2020-07-17T12:57:48.401Z] #45 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:48 [2020-07-17T12:57:48.401Z] #45 DONE 225.7s 12:57:48 [2020-07-17T12:57:48.665Z] 12:57:48 [2020-07-17T12:57:48.665Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:48 [2020-07-17T12:57:48.700Z] #40 184.9 CC criu/stats.o 12:57:49 [2020-07-17T12:57:49.007Z] #40 185.3 CC criu/string.o 12:57:49 [2020-07-17T12:57:49.007Z] #40 185.4 CC criu/sysctl.o 12:57:49 [2020-07-17T12:57:49.610Z] #52 190.1 + bin/containerd-shim-runc-v1 12:57:49 [2020-07-17T12:57:49.665Z] #40 186.0 CC criu/sysfs_parse.o 12:57:49 [2020-07-17T12:57:49.968Z] #40 186.5 CC criu/timens.o 12:57:50 [2020-07-17T12:57:50.150Z] ok github.com/docker/docker/pkg/signal 2.359s coverage: 61.0% of statements 12:57:50 [2020-07-17T12:57:50.441Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements 12:57:50 [2020-07-17T12:57:50.620Z] #40 186.9 CC criu/timerfd.o 12:57:50 [2020-07-17T12:57:50.732Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements 12:57:51 [2020-07-17T12:57:51.023Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements 12:57:51 [2020-07-17T12:57:51.271Z] #40 187.4 CC criu/tty.o 12:57:51 [2020-07-17T12:57:51.314Z] ok github.com/docker/docker/pkg/symlink 0.005s coverage: 87.7% of statements 12:57:51 [2020-07-17T12:57:51.945Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 53.8% of statements 12:57:52 [2020-07-17T12:57:52.165Z] #52 ... 12:57:52 [2020-07-17T12:57:52.165Z] 12:57:52 [2020-07-17T12:57:52.165Z] #46 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:57:52 [2020-07-17T12:57:52.165Z] #46 DONE 1.0s 12:57:52 [2020-07-17T12:57:52.165Z] 12:57:52 [2020-07-17T12:57:52.165Z] #48 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:57:52 [2020-07-17T12:57:52.165Z] #48 DONE 0.1s 12:57:52 [2020-07-17T12:57:52.165Z] 12:57:52 [2020-07-17T12:57:52.165Z] #50 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:57:52 [2020-07-17T12:57:52.165Z] #50 DONE 0.4s 12:57:52 [2020-07-17T12:57:52.165Z] 12:57:52 [2020-07-17T12:57:52.165Z] #52 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:57:52 [2020-07-17T12:57:52.236Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 36.9% of statements 12:57:52 [2020-07-17T12:57:52.529Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements 12:57:52 [2020-07-17T12:57:52.738Z] #52 193.5 + bin/containerd-shim-runc-v2 12:57:53 [2020-07-17T12:57:53.162Z] ok github.com/docker/docker/pkg/tarsum 0.032s coverage: 89.3% of statements 12:57:53 [2020-07-17T12:57:53.162Z] testing: warning: no tests to run 12:57:53 [2020-07-17T12:57:53.162Z] coverage: [no statements] 12:57:53 [2020-07-17T12:57:53.162Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] 12:57:53 [2020-07-17T12:57:53.369Z] #40 189.6 CC criu/tun.o 12:57:53 [2020-07-17T12:57:53.453Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements 12:57:53 [2020-07-17T12:57:53.667Z] #40 190.2 CC criu/uffd.o 12:57:53 [2020-07-17T12:57:53.744Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements 12:57:53 [2020-07-17T12:57:53.744Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements 12:57:54 [2020-07-17T12:57:54.124Z] #52 194.7 + binaries 12:57:54 [2020-07-17T12:57:54.124Z] #52 194.7 + install -D bin/containerd /build/containerd 12:57:54 [2020-07-17T12:57:54.124Z] #52 194.8 + install -D bin/containerd-shim /build/containerd-shim 12:57:54 [2020-07-17T12:57:54.124Z] #52 194.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:57:54 [2020-07-17T12:57:54.124Z] #52 194.8 + install -D bin/ctr /build/ctr 12:57:55 [2020-07-17T12:57:55.798Z] #40 191.8 CC criu/util.o 12:57:55 [2020-07-17T12:57:55.809Z] ok github.com/docker/docker/plugin 0.557s coverage: 23.1% of statements 12:57:56 [2020-07-17T12:57:56.037Z] #52 DONE 196.7s 12:57:56 [2020-07-17T12:57:56.100Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements 12:57:56 [2020-07-17T12:57:56.731Z] ok github.com/docker/docker/profiles/seccomp 0.003s coverage: 75.0% of statements 12:57:57 [2020-07-17T12:57:57.022Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements 12:57:57 [2020-07-17T12:57:57.336Z] #40 193.6 CC criu/uts_ns.o 12:57:57 [2020-07-17T12:57:57.423Z] 12:57:57 [2020-07-17T12:57:57.423Z] #53 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:57:57 [2020-07-17T12:57:57.634Z] #40 193.8 CC criu/vdso.o 12:57:57 [2020-07-17T12:57:57.933Z] #40 194.5 LINK criu/built-in.o 12:57:58 [2020-07-17T12:57:58.056Z] ok github.com/docker/docker/registry 0.096s coverage: 56.3% of statements 12:57:58 [2020-07-17T12:57:58.231Z] #40 194.7 LINK criu/criu 12:57:58 [2020-07-17T12:57:58.348Z] ok github.com/docker/docker/registry/resumable 0.014s coverage: 100.0% of statements 12:57:58 [2020-07-17T12:57:58.639Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 50.9% of statements 12:57:58 [2020-07-17T12:57:58.881Z] #40 195.3 DEP lib/c/criu.d 12:57:58 [2020-07-17T12:57:58.881Z] #40 195.4 CC images/rpc.pb-c.o 12:57:59 [2020-07-17T12:57:59.270Z] ok github.com/docker/docker/runconfig 0.006s coverage: 66.1% of statements 12:57:59 [2020-07-17T12:57:59.335Z] #53 DONE 1.8s 12:57:59 [2020-07-17T12:57:59.335Z] 12:57:59 [2020-07-17T12:57:59.335Z] #57 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:57:59 [2020-07-17T12:57:59.531Z] #40 ... 12:57:59 [2020-07-17T12:57:59.531Z] 12:57:59 [2020-07-17T12:57:59.531Z] #37 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... 12:57:59 [2020-07-17T12:57:59.531Z] #37 DONE 262.6s 12:57:59 [2020-07-17T12:57:59.561Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements 12:57:59 [2020-07-17T12:57:59.595Z] #57 DONE 0.4s 12:57:59 [2020-07-17T12:57:59.595Z] 12:57:59 [2020-07-17T12:57:59.595Z] #59 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:57:59 [2020-07-17T12:57:59.831Z] 12:57:59 [2020-07-17T12:57:59.832Z] #40 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... 12:57:59 [2020-07-17T12:57:59.832Z] #40 196.3 CC lib/c/criu.o 12:58:00 [2020-07-17T12:58:00.550Z] #59 DONE 0.9s 12:58:00 [2020-07-17T12:58:00.550Z] 12:58:00 [2020-07-17T12:58:00.550Z] #61 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:58:00 [2020-07-17T12:58:00.550Z] #61 DONE 0.1s 12:58:00 [2020-07-17T12:58:00.550Z] 12:58:00 [2020-07-17T12:58:00.550Z] #62 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:58:00 [2020-07-17T12:58:00.550Z] #62 DONE 0.0s 12:58:00 [2020-07-17T12:58:00.550Z] 12:58:00 [2020-07-17T12:58:00.550Z] #63 [final 1/1] COPY . /go/src/github.com/docker/docker 12:58:01 [2020-07-17T12:58:01.375Z] #40 197.8 LINK lib/c/built-in.o 12:58:01 [2020-07-17T12:58:01.375Z] #40 197.8 LINK lib/c/libcriu.so 12:58:01 [2020-07-17T12:58:01.627Z] ok github.com/docker/docker/volume/drivers 0.002s coverage: 36.1% of statements 12:58:01 [2020-07-17T12:58:01.671Z] #40 197.9 LINK lib/c/libcriu.a 12:58:01 [2020-07-17T12:58:01.671Z] #40 198.1 GEN magic.py 12:58:01 [2020-07-17T12:58:01.919Z] ok github.com/docker/docker/volume/local 0.049s coverage: 73.0% of statements 12:58:01 [2020-07-17T12:58:01.972Z] #40 198.2 Note: Building without setproctitle() and strlcpy() support. 12:58:01 [2020-07-17T12:58:01.972Z] #40 198.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). 12:58:01 [2020-07-17T12:58:01.972Z] #40 198.2 Note: Building without GnuTLS support 12:58:01 [2020-07-17T12:58:01.972Z] #40 198.2 Makefile.config:39: Warn: you have no libnftables installed 12:58:01 [2020-07-17T12:58:01.972Z] #40 198.2 Makefile.config:40: Warn: Building without nftables support 12:58:02 [2020-07-17T12:58:02.474Z] #63 DONE 1.5s 12:58:02 [2020-07-17T12:58:02.474Z] 12:58:02 [2020-07-17T12:58:02.474Z] #64 exporting to image 12:58:02 [2020-07-17T12:58:02.474Z] #64 exporting layers 12:58:02 [2020-07-17T12:58:02.551Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements 12:58:02 [2020-07-17T12:58:02.620Z] #40 198.9 fatal: not a git repository (or any of the parent directories): .git 12:58:03 [2020-07-17T12:58:03.269Z] #40 199.8 make[1]: Nothing to be done for 'all'. 12:58:03 [2020-07-17T12:58:03.586Z] ok github.com/docker/docker/volume/service 0.009s coverage: 73.0% of statements 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.7 make[1]: 'images/built-in.o' is up to date. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.7 make[1]: 'compel/plugins/std.lib.a' is up to date. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.7 make[1]: 'compel/plugins/fds.lib.a' is up to date. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.8 make[1]: 'compel/libcompel.a' is up to date. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.8 make[1]: 'compel/compel-host-bin' is up to date. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.8 make[1]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.329Z] #40 200.8 make[1]: 'soccr/libsoccr.a' is up to date. 12:58:04 [2020-07-17T12:58:04.628Z] #40 201.0 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.628Z] #40 201.0 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.628Z] #40 201.1 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.926Z] #40 201.3 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.926Z] #40 201.3 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.926Z] #40 201.4 make[2]: Nothing to be done for 'all'. 12:58:04 [2020-07-17T12:58:04.926Z] #40 201.4 make[2]: Nothing to be done for 'all'. 12:58:05 [2020-07-17T12:58:05.226Z] #40 201.6 make[2]: Nothing to be done for 'all'. 12:58:05 [2020-07-17T12:58:05.226Z] #40 201.6 INSTALL criu/criu 12:58:05 [2020-07-17T12:58:05.536Z] #40 DONE 201.8s 12:58:05 [2020-07-17T12:58:05.537Z] 12:58:05 [2020-07-17T12:58:05.537Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:06 [2020-07-17T12:58:06.598Z] #46 269.7 + cd /tmp/tmp.3E3GB5mvR9/src/github.com/golangci/golangci-lint/ 12:58:06 [2020-07-17T12:58:06.598Z] #46 269.7 + git checkout -q v1.23.8 12:58:06 [2020-07-17T12:58:06.684Z] #64 exporting layers 3.8s done 12:58:06 [2020-07-17T12:58:06.684Z] #64 writing image sha256:63a5595849845e880f4f6e284b1a92e9c7ab44da4e0a475b36fb6071aea9acb4 done 12:58:06 [2020-07-17T12:58:06.684Z] #64 naming to docker.io/library/docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d done 12:58:06 [2020-07-17T12:58:06.684Z] #64 DONE 3.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 12:58:07 [2020-07-17T12:58:07.024Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/test/unit 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 ++ git describe --tags 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 + version=v1.23.8 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 ++ git rev-parse --short HEAD 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 + commit=76a82c6 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 ++ git show -s --format=%cd 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 + commitDate='Wed Mar 4 06:43:41 2020 +0300' 12:58:07 [2020-07-17T12:58:07.251Z] #46 270.3 + go build -buildmode=pie -ldflags '-s -w -X "main.version=v1.23.8" -X "main.commit=76a82c6" -X "main.date=Wed Mar 4 06:43:41 2020 +0300"' -o /build/golangci-lint github.com/golangci/golangci-lint/cmd/golangci-lint 12:58:12 [2020-07-17T12:58:12.317Z] ? github.com/docker/docker/api [no test files] 12:58:12 [2020-07-17T12:58:12.403Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 12:58:12 [2020-07-17T12:58:12.403Z] 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_INTEGRATION_DEST=1 12:58:12 [2020-07-17T12:58:12.403Z] + CONTAINER_NAME=docker-pr2-1 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_SKIP_INTEGRATION_CLI=1 12:58:12 [2020-07-17T12:58:12.403Z] + run_tests test-integration-flaky 12:58:12 [2020-07-17T12:58:12.403Z] + '[' -n 0 ']' 12:58:12 [2020-07-17T12:58:12.403Z] + rm= 12:58:12 [2020-07-17T12:58:12.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41221/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41221/.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=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh test-integration-flaky test-integration 12:58:12 [2020-07-17T12:58:12.403Z] + c=0 12:58:12 [2020-07-17T12:58:12.403Z] ++ jobs -p 12:58:12 [2020-07-17T12:58:12.403Z] + for job in $(jobs -p) 12:58:12 [2020-07-17T12:58:12.403Z] + wait 2334 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_INTEGRATION_DEST=3 12:58:12 [2020-07-17T12:58:12.403Z] + CONTAINER_NAME=docker-pr2-3 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_SKIP_INTEGRATION=1 12:58:12 [2020-07-17T12:58:12.403Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' 12:58:12 [2020-07-17T12:58:12.403Z] + run_tests 12:58:12 [2020-07-17T12:58:12.403Z] + '[' -n 0 ']' 12:58:12 [2020-07-17T12:58:12.403Z] + rm= 12:58:12 [2020-07-17T12:58:12.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41221/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41221/.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=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh '' test-integration 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_INTEGRATION_DEST=2 12:58:12 [2020-07-17T12:58:12.403Z] + CONTAINER_NAME=docker-pr2-2 12:58:12 [2020-07-17T12:58:12.403Z] + TEST_SKIP_INTEGRATION=1 12:58:12 [2020-07-17T12:58:12.403Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' 12:58:12 [2020-07-17T12:58:12.403Z] + run_tests 12:58:12 [2020-07-17T12:58:12.403Z] + '[' -n 0 ']' 12:58:12 [2020-07-17T12:58:12.403Z] + rm= 12:58:12 [2020-07-17T12:58:12.403Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41221/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41221/.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=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh '' test-integration 12:58:12 [2020-07-17T12:58:12.403Z] 12:58:12 [2020-07-17T12:58:12.403Z] 12:58:12 [2020-07-17T12:58:12.403Z] ---> Making bundle: test-integration (in bundles/test-integration) 12:58:12 [2020-07-17T12:58:12.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 12:58:12 [2020-07-17T12:58:12.403Z] HOSTNAME=c1d6706ca97f 12:58:12 [2020-07-17T12:58:12.403Z] TEST_SKIP_INTEGRATION=1 12:58:12 [2020-07-17T12:58:12.403Z] TESTDEBUG=0 12:58:12 [2020-07-17T12:58:12.403Z] DEST=bundles/test-integration 12:58:12 [2020-07-17T12:58:12.403Z] PWD=/go/src/github.com/docker/docker 12:58:12 [2020-07-17T12:58:12.403Z] KEEPBUNDLE=1 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:58:12 [2020-07-17T12:58:12.403Z] container=docker 12:58:12 [2020-07-17T12:58:12.403Z] HOME=/root 12:58:12 [2020-07-17T12:58:12.403Z] GOLANG_VERSION=1.13.12 12:58:12 [2020-07-17T12:58:12.403Z] VALIDATE_REPO=https://github.com/moby/moby.git 12:58:12 [2020-07-17T12:58:12.403Z] VALIDATE_BRANCH=master 12:58:12 [2020-07-17T12:58:12.403Z] TERM=xterm 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_PKG=github.com/docker/docker 12:58:12 [2020-07-17T12:58:12.403Z] SHLVL=1 12:58:12 [2020-07-17T12:58:12.403Z] TIMEOUT=120m 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_GRAPHDRIVER=overlay2 12:58:12 [2020-07-17T12:58:12.403Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ 12:58:12 [2020-07-17T12:58:12.403Z] GO111MODULE=off 12:58:12 [2020-07-17T12:58:12.403Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12:58:12 [2020-07-17T12:58:12.403Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 12:58:12 [2020-07-17T12:58:12.403Z] GOPATH=/go 12:58:12 [2020-07-17T12:58:12.403Z] PKG_CONFIG=pkg-config 12:58:12 [2020-07-17T12:58:12.403Z] _=/usr/bin/env 12:58:12 [2020-07-17T12:58:12.403Z] Building test suite binary ./integration-cli/test.main 12:58:12 [2020-07-17T12:58:12.403Z] 12:58:12 [2020-07-17T12:58:12.403Z] ---> Making bundle: test-integration (in bundles/test-integration) 12:58:12 [2020-07-17T12:58:12.403Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 12:58:12 [2020-07-17T12:58:12.403Z] HOSTNAME=f73a7e6467f7 12:58:12 [2020-07-17T12:58:12.403Z] TEST_SKIP_INTEGRATION=1 12:58:12 [2020-07-17T12:58:12.403Z] TESTDEBUG=0 12:58:12 [2020-07-17T12:58:12.403Z] DEST=bundles/test-integration 12:58:12 [2020-07-17T12:58:12.403Z] PWD=/go/src/github.com/docker/docker 12:58:12 [2020-07-17T12:58:12.403Z] KEEPBUNDLE=1 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:58:12 [2020-07-17T12:58:12.403Z] container=docker 12:58:12 [2020-07-17T12:58:12.403Z] HOME=/root 12:58:12 [2020-07-17T12:58:12.403Z] GOLANG_VERSION=1.13.12 12:58:12 [2020-07-17T12:58:12.403Z] VALIDATE_REPO=https://github.com/moby/moby.git 12:58:12 [2020-07-17T12:58:12.403Z] VALIDATE_BRANCH=master 12:58:12 [2020-07-17T12:58:12.403Z] TERM=xterm 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_PKG=github.com/docker/docker 12:58:12 [2020-07-17T12:58:12.403Z] SHLVL=1 12:58:12 [2020-07-17T12:58:12.403Z] TIMEOUT=120m 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 12:58:12 [2020-07-17T12:58:12.403Z] DOCKER_GRAPHDRIVER=overlay2 12:58:12 [2020-07-17T12:58:12.404Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ 12:58:12 [2020-07-17T12:58:12.404Z] GO111MODULE=off 12:58:12 [2020-07-17T12:58:12.404Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12:58:12 [2020-07-17T12:58:12.404Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 12:58:12 [2020-07-17T12:58:12.404Z] GOPATH=/go 12:58:12 [2020-07-17T12:58:12.404Z] PKG_CONFIG=pkg-config 12:58:12 [2020-07-17T12:58:12.404Z] _=/usr/bin/env 12:58:12 [2020-07-17T12:58:12.404Z] Building test suite binary ./integration-cli/test.main 12:58:12 [2020-07-17T12:58:12.404Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) 12:58:12 [2020-07-17T12:58:12.663Z] No new tests added to integration. 12:58:12 [2020-07-17T12:58:12.663Z] 12:58:12 [2020-07-17T12:58:12.663Z] ---> Making bundle: test-integration (in bundles/test-integration) 12:58:14 [2020-07-17T12:58:14.044Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 12:58:14 [2020-07-17T12:58:14.044Z] HOSTNAME=5d86ddf1dc6a 12:58:14 [2020-07-17T12:58:14.044Z] TESTDEBUG=0 12:58:14 [2020-07-17T12:58:14.044Z] DEST=bundles/test-integration 12:58:14 [2020-07-17T12:58:14.045Z] PWD=/go/src/github.com/docker/docker 12:58:14 [2020-07-17T12:58:14.045Z] KEEPBUNDLE=1 12:58:14 [2020-07-17T12:58:14.045Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:58:14 [2020-07-17T12:58:14.045Z] container=docker 12:58:14 [2020-07-17T12:58:14.045Z] HOME=/root 12:58:14 [2020-07-17T12:58:14.045Z] GOLANG_VERSION=1.13.12 12:58:14 [2020-07-17T12:58:14.045Z] VALIDATE_REPO=https://github.com/moby/moby.git 12:58:14 [2020-07-17T12:58:14.045Z] VALIDATE_BRANCH=master 12:58:14 [2020-07-17T12:58:14.045Z] TERM=xterm 12:58:14 [2020-07-17T12:58:14.045Z] DOCKER_PKG=github.com/docker/docker 12:58:14 [2020-07-17T12:58:14.045Z] SHLVL=1 12:58:14 [2020-07-17T12:58:14.045Z] TIMEOUT=120m 12:58:14 [2020-07-17T12:58:14.045Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 12:58:14 [2020-07-17T12:58:14.045Z] DOCKER_GRAPHDRIVER=overlay2 12:58:14 [2020-07-17T12:58:14.045Z] GO111MODULE=off 12:58:14 [2020-07-17T12:58:14.045Z] TEST_SKIP_INTEGRATION_CLI=1 12:58:14 [2020-07-17T12:58:14.045Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12:58:14 [2020-07-17T12:58:14.045Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 12:58:14 [2020-07-17T12:58:14.045Z] GOPATH=/go 12:58:14 [2020-07-17T12:58:14.045Z] PKG_CONFIG=pkg-config 12:58:14 [2020-07-17T12:58:14.045Z] _=/usr/bin/env 12:58:14 [2020-07-17T12:58:14.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 12:58:18 [2020-07-17T12:58:18.978Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/pkg/term [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/profiles/apparmor [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/rootless [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/rootless/specconv [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/runconfig/opts [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/daemon [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/environment [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fakegit [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/registry [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/testutil/request [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/volume [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/volume/service/opts [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] ? github.com/docker/docker/volume/testutils [no test files] 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === Skipped 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] exec_linux_test.go:18: requires AppArmor to be enabled 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] exec_linux_test.go:38: requires AppArmor to be enabled 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver btrfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver btrfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver btrfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver btrfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver btrfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:73: No driver to put! 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] time="2020-07-17T12:57:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: driver not supported 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] time="2020-07-17T12:57:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: driver not supported 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] time="2020-07-17T12:57:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: driver not supported 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] time="2020-07-17T12:57:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: driver not supported 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] time="2020-07-17T12:57:04Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: driver not supported 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:73: No driver to put! 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] overlay_test.go:44: Fails to compute changes after apply intermittently 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] overlay_test.go:49: Fails to compute changes intermittently 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] overlay_test.go:65: Cannot run test with naive change algorithm 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver zfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver zfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver zfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver zfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:46: Driver zfs not supported 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] graphtest_unix.go:73: No driver to put! 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] sysinfo_linux_test.go:92: App Armor Must be Disabled 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 12:58:18 [2020-07-17T12:58:18.978Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] 12:58:18 [2020-07-17T12:58:18.978Z] DONE 2124 tests, 26 skipped in 191.648s Post stage [Pipeline] junit 12:58:19 [2020-07-17T12:58:19.655Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:58:20 [2020-07-17T12:58:20.181Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary test-integration 12:58:20 [2020-07-17T12:58:20.473Z] 12:58:20 [2020-07-17T12:58:20.473Z] Removing bundles/ 12:58:20 [2020-07-17T12:58:20.473Z] 12:58:20 [2020-07-17T12:58:20.473Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 12:58:20 [2020-07-17T12:58:20.473Z] Building: bundles/dynbinary-daemon/dockerd-dev 12:58:20 [2020-07-17T12:58:20.473Z] GOOS="" GOARCH="" GOARM="" 12:58:24 [2020-07-17T12:58:24.569Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements 12:58:25 [2020-07-17T12:58:25.951Z] #46 ... 12:58:25 [2020-07-17T12:58:25.951Z] 12:58:25 [2020-07-17T12:58:25.951Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:25 [2020-07-17T12:58:25.951Z] #53 250.7 + bin/containerd 12:58:30 [2020-07-17T12:58:30.074Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 12:58:30 [2020-07-17T12:58:30.074Z] 12:58:30 [2020-07-17T12:58:30.074Z] ---> Making bundle: test-integration (in bundles/test-integration) 12:58:30 [2020-07-17T12:58:30.074Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 12:58:30 [2020-07-17T12:58:30.074Z] HOSTNAME=07f7f3875230 12:58:30 [2020-07-17T12:58:30.074Z] DEST=bundles/test-integration 12:58:30 [2020-07-17T12:58:30.074Z] PWD=/go/src/github.com/docker/docker 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_ROOTLESS=1 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:58:30 [2020-07-17T12:58:30.074Z] container=docker 12:58:30 [2020-07-17T12:58:30.074Z] HOME=/root 12:58:30 [2020-07-17T12:58:30.074Z] GOLANG_VERSION=1.13.12 12:58:30 [2020-07-17T12:58:30.074Z] VALIDATE_REPO=https://github.com/moby/moby.git 12:58:30 [2020-07-17T12:58:30.074Z] VALIDATE_BRANCH=master 12:58:30 [2020-07-17T12:58:30.074Z] TERM=xterm 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_PKG=github.com/docker/docker 12:58:30 [2020-07-17T12:58:30.074Z] SHLVL=1 12:58:30 [2020-07-17T12:58:30.074Z] TIMEOUT=120m 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_GRAPHDRIVER=overlay2 12:58:30 [2020-07-17T12:58:30.074Z] GO111MODULE=off 12:58:30 [2020-07-17T12:58:30.074Z] DOCKER_EXPERIMENTAL=1 12:58:30 [2020-07-17T12:58:30.074Z] TEST_SKIP_INTEGRATION_CLI=1 12:58:30 [2020-07-17T12:58:30.074Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12:58:30 [2020-07-17T12:58:30.074Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 12:58:30 [2020-07-17T12:58:30.074Z] GOPATH=/go 12:58:30 [2020-07-17T12:58:30.074Z] PKG_CONFIG=pkg-config 12:58:30 [2020-07-17T12:58:30.074Z] _=/usr/bin/env 12:58:30 [2020-07-17T12:58:30.074Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 12:58:34 [2020-07-17T12:58:34.540Z] #53 ... 12:58:34 [2020-07-17T12:58:34.540Z] 12:58:34 [2020-07-17T12:58:34.540Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:34 [2020-07-17T12:58:34.540Z] #22 297.7 + return 12:58:34 [2020-07-17T12:58:34.540Z] #22 DONE 297.8s 12:58:34 [2020-07-17T12:58:34.540Z] 12:58:34 [2020-07-17T12:58:34.540Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:36 [2020-07-17T12:58:36.664Z] #53 ... 12:58:36 [2020-07-17T12:58:36.664Z] 12:58:36 [2020-07-17T12:58:36.664Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... 12:58:36 [2020-07-17T12:58:36.664Z] #23 DONE 0.1s 12:58:36 [2020-07-17T12:58:36.967Z] 12:58:36 [2020-07-17T12:58:36.967Z] #27 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... 12:58:37 [2020-07-17T12:58:37.620Z] #27 DONE 0.8s 12:58:37 [2020-07-17T12:58:37.620Z] 12:58:37 [2020-07-17T12:58:37.620Z] #30 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... 12:58:37 [2020-07-17T12:58:37.620Z] #30 DONE 0.1s 12:58:37 [2020-07-17T12:58:37.620Z] 12:58:37 [2020-07-17T12:58:37.620Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:37 [2020-07-17T12:58:37.620Z] #53 ... 12:58:37 [2020-07-17T12:58:37.620Z] 12:58:37 [2020-07-17T12:58:37.620Z] #32 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... 12:58:37 [2020-07-17T12:58:37.620Z] #32 DONE 0.1s 12:58:37 [2020-07-17T12:58:37.620Z] 12:58:37 [2020-07-17T12:58:37.620Z] #35 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... 12:58:37 [2020-07-17T12:58:37.620Z] #35 DONE 0.1s 12:58:37 [2020-07-17T12:58:37.923Z] 12:58:37 [2020-07-17T12:58:37.923Z] #38 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... 12:58:37 [2020-07-17T12:58:37.923Z] #38 DONE 0.1s 12:58:37 [2020-07-17T12:58:37.923Z] 12:58:37 [2020-07-17T12:58:37.923Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:58:37 [2020-07-17T12:58:37.923Z] #46 ... 12:58:37 [2020-07-17T12:58:37.923Z] 12:58:37 [2020-07-17T12:58:37.923Z] #41 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ 12:58:37 [2020-07-17T12:58:37.923Z] #41 DONE 0.1s 12:58:37 [2020-07-17T12:58:37.923Z] 12:58:37 [2020-07-17T12:58:37.923Z] #43 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... 12:58:38 [2020-07-17T12:58:38.224Z] #43 DONE 0.1s 12:58:38 [2020-07-17T12:58:38.224Z] 12:58:38 [2020-07-17T12:58:38.224Z] #45 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... 12:58:38 [2020-07-17T12:58:38.224Z] #45 DONE 0.1s 12:58:38 [2020-07-17T12:58:38.224Z] 12:58:38 [2020-07-17T12:58:38.224Z] #46 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:59:08 [2020-07-17T12:59:08.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 12:59:09 [2020-07-17T12:59:09.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 12:59:11 [2020-07-17T12:59:11.033Z] #46 DONE 332.3s 12:59:11 [2020-07-17T12:59:11.033Z] 12:59:11 [2020-07-17T12:59:11.033Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:59:11 [2020-07-17T12:59:11.033Z] #53 ... 12:59:11 [2020-07-17T12:59:11.033Z] 12:59:11 [2020-07-17T12:59:11.033Z] #47 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... 12:59:11 [2020-07-17T12:59:11.033Z] #47 DONE 0.1s 12:59:11 [2020-07-17T12:59:11.033Z] 12:59:11 [2020-07-17T12:59:11.033Z] #49 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... 12:59:11 [2020-07-17T12:59:11.328Z] #49 DONE 0.2s 12:59:11 [2020-07-17T12:59:11.328Z] 12:59:11 [2020-07-17T12:59:11.328Z] #51 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... 12:59:11 [2020-07-17T12:59:11.328Z] #51 DONE 0.1s 12:59:11 [2020-07-17T12:59:11.328Z] 12:59:11 [2020-07-17T12:59:11.328Z] #53 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... 12:59:12 [2020-07-17T12:59:12.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 12:59:17 [2020-07-17T12:59:17.417Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 12:59:17 [2020-07-17T12:59:17.417Z] 12:59:17 [2020-07-17T12:59:17.417Z] ---> Making bundle: test-integration (in bundles/test-integration) 12:59:17 [2020-07-17T12:59:17.417Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 12:59:17 [2020-07-17T12:59:17.417Z] HOSTNAME=21428b71d46d 12:59:17 [2020-07-17T12:59:17.417Z] TESTDEBUG=0 12:59:17 [2020-07-17T12:59:17.417Z] DEST=bundles/test-integration 12:59:17 [2020-07-17T12:59:17.417Z] PWD=/go/src/github.com/docker/docker 12:59:17 [2020-07-17T12:59:17.417Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 12:59:17 [2020-07-17T12:59:17.417Z] container=docker 12:59:17 [2020-07-17T12:59:17.417Z] HOME=/root 12:59:17 [2020-07-17T12:59:17.417Z] GOLANG_VERSION=1.13.12 12:59:17 [2020-07-17T12:59:17.417Z] VALIDATE_REPO=https://github.com/moby/moby.git 12:59:17 [2020-07-17T12:59:17.417Z] VALIDATE_BRANCH=master 12:59:17 [2020-07-17T12:59:17.417Z] TERM=xterm 12:59:17 [2020-07-17T12:59:17.417Z] DOCKER_PKG=github.com/docker/docker 12:59:17 [2020-07-17T12:59:17.417Z] SHLVL=1 12:59:17 [2020-07-17T12:59:17.417Z] TIMEOUT=120m 12:59:17 [2020-07-17T12:59:17.417Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 12:59:17 [2020-07-17T12:59:17.417Z] DOCKER_GRAPHDRIVER=overlay2 12:59:17 [2020-07-17T12:59:17.417Z] GO111MODULE=off 12:59:17 [2020-07-17T12:59:17.417Z] DOCKER_EXPERIMENTAL=1 12:59:17 [2020-07-17T12:59:17.417Z] TEST_SKIP_INTEGRATION_CLI=1 12:59:17 [2020-07-17T12:59:17.417Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 12:59:17 [2020-07-17T12:59:17.417Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 12:59:17 [2020-07-17T12:59:17.417Z] GOPATH=/go 12:59:17 [2020-07-17T12:59:17.417Z] PKG_CONFIG=pkg-config 12:59:17 [2020-07-17T12:59:17.417Z] _=/usr/bin/env 12:59:17 [2020-07-17T12:59:17.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 12:59:18 [2020-07-17T12:59:18.283Z] #53 303.5 + bin/containerd-stress 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/server/httputils 0.013s coverage: 14.7% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/backend/build [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/server/middleware 0.054s coverage: 37.7% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/build [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/container [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/debug [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/image [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/network [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/session [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/types/filters 0.016s coverage: 92.2% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/types/strslice 0.009s coverage: 90.0% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/server/router/swarm 0.029s coverage: 5.1% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/system [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/server/router/volume [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/backend [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/container [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/events [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/image [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/mount [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/network [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/registry [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/swarm [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/types/time 0.022s coverage: 100.0% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/api/types/versions 0.016s coverage: 75.0% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/api/types/volume [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/builder/dockerignore 0.019s coverage: 96.8% of statements 12:59:20 [2020-07-17T12:59:20.875Z] ok github.com/docker/docker/cli/debug 0.034s coverage: 100.0% of statements 12:59:21 [2020-07-17T12:59:21.042Z] #53 305.8 + bin/containerd-shim 12:59:21 [2020-07-17T12:59:21.137Z] ok github.com/docker/docker/builder/remotecontext 0.301s coverage: 13.6% of statements 12:59:21 [2020-07-17T12:59:21.790Z] INFO [loader] Go packages loading at mode 575 (types_sizes|name|files|imports|compiled_files|deps|exports_file) took 1m57.217371958s 12:59:21 [2020-07-17T12:59:21.790Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 671.27073ms 12:59:22 [2020-07-17T12:59:22.082Z] ok github.com/docker/docker/builder/dockerfile 0.879s coverage: 48.1% of statements 12:59:22 [2020-07-17T12:59:22.082Z] ok github.com/docker/docker/builder/remotecontext/git 3.224s coverage: 86.3% of statements 12:59:22 [2020-07-17T12:59:22.082Z] ? github.com/docker/docker/cli [no test files] 12:59:22 [2020-07-17T12:59:22.082Z] ? github.com/docker/docker/cli/config [no test files] 12:59:27 [2020-07-17T12:59:27.406Z] 4612f6d0b889: Pull complete 12:59:28 [2020-07-17T12:59:28.072Z] #53 312.7 + bin/containerd-shim-runc-v1 12:59:28 [2020-07-17T12:59:28.687Z] ok github.com/docker/docker/client 0.230s coverage: 75.4% of statements 12:59:30 [2020-07-17T12:59:30.947Z] #53 316.0 + bin/containerd-shim-runc-v2 12:59:31 [2020-07-17T12:59:31.991Z] #53 316.9 + binaries 12:59:31 [2020-07-17T12:59:31.991Z] #53 316.9 + install -D bin/containerd /build/containerd 12:59:31 [2020-07-17T12:59:31.991Z] #53 317.0 + install -D bin/containerd-shim /build/containerd-shim 12:59:31 [2020-07-17T12:59:31.991Z] #53 317.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 12:59:31 [2020-07-17T12:59:31.991Z] #53 317.0 + install -D bin/ctr /build/ctr 12:59:31 [2020-07-17T12:59:31.991Z] #53 DONE 317.1s 12:59:33 [2020-07-17T12:59:33.052Z] 12:59:33 [2020-07-17T12:59:33.052Z] #54 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... 12:59:33 [2020-07-17T12:59:33.052Z] #54 DONE 0.1s 12:59:33 [2020-07-17T12:59:33.052Z] 12:59:33 [2020-07-17T12:59:33.052Z] #58 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... 12:59:33 [2020-07-17T12:59:33.052Z] #58 DONE 0.1s 12:59:33 [2020-07-17T12:59:33.052Z] 12:59:33 [2020-07-17T12:59:33.052Z] #60 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... 12:59:33 [2020-07-17T12:59:33.052Z] #60 DONE 0.1s 12:59:33 [2020-07-17T12:59:33.052Z] 12:59:33 [2020-07-17T12:59:33.052Z] #62 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... 12:59:33 [2020-07-17T12:59:33.052Z] #62 DONE 0.1s 12:59:33 [2020-07-17T12:59:33.349Z] 12:59:33 [2020-07-17T12:59:33.349Z] #63 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker 12:59:33 [2020-07-17T12:59:33.349Z] #63 DONE 0.0s 12:59:33 [2020-07-17T12:59:33.349Z] 12:59:33 [2020-07-17T12:59:33.349Z] #64 [final 1/1] COPY . /go/src/github.com/docker/docker 12:59:34 [2020-07-17T12:59:34.012Z] INFO [runner/unused/goanalysis] analyzers took 28.38105007s with top 10 stages: buildssa: 23.797198956s, U1000: 4.583851114s 12:59:34 [2020-07-17T12:59:34.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 12:59:34 [2020-07-17T12:59:34.734Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 12:59:35 [2020-07-17T12:59:35.458Z] #64 DONE 2.1s 12:59:35 [2020-07-17T12:59:35.458Z] 12:59:35 [2020-07-17T12:59:35.458Z] #65 exporting to oci image format 12:59:35 [2020-07-17T12:59:35.458Z] #65 exporting layers 12:59:36 [2020-07-17T12:59:36.098Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 12:59:37 [2020-07-17T12:59:37.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 12:59:37 [2020-07-17T12:59:37.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 12:59:38 [2020-07-17T12:59:38.827Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 12:59:39 [2020-07-17T12:59:39.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 12:59:39 [2020-07-17T12:59:39.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 12:59:40 [2020-07-17T12:59:40.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 12:59:42 [2020-07-17T12:59:42.183Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 12:59:43 [2020-07-17T12:59:43.590Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 12:59:45 [2020-07-17T12:59:45.569Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 12:59:45 [2020-07-17T12:59:45.825Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 12:59:47 [2020-07-17T12:59:47.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 12:59:48 [2020-07-17T12:59:48.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 12:59:49 [2020-07-17T12:59:49.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 12:59:51 [2020-07-17T12:59:51.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 12:59:52 [2020-07-17T12:59:52.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 12:59:53 [2020-07-17T12:59:53.669Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 12:59:53 [2020-07-17T12:59:53.669Z] Using test binary docker 12:59:53 [2020-07-17T12:59:53.669Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 12:59:53 [2020-07-17T12:59:53.669Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 12:59:53 [2020-07-17T12:59:53.669Z] INFO: Waiting for daemon to start... 12:59:53 [2020-07-17T12:59:53.669Z] Starting dockerd 12:59:55 [2020-07-17T12:59:55.302Z] ok github.com/docker/docker/cmd/dockerd 0.116s coverage: 30.8% of statements 12:59:55 [2020-07-17T12:59:55.302Z] ok github.com/docker/docker/container 0.164s coverage: 34.7% of statements 12:59:55 [2020-07-17T12:59:55.302Z] ? github.com/docker/docker/container/stream [no test files] 12:59:55 [2020-07-17T12:59:55.302Z] ? github.com/docker/docker/contrib/apparmor [no test files] 12:59:55 [2020-07-17T12:59:55.303Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 12:59:55 [2020-07-17T12:59:55.303Z] ? github.com/docker/docker/contrib/httpserver [no test files] 12:59:56 [2020-07-17T12:59:56.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 12:59:56 [2020-07-17T12:59:56.386Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 12:59:56 [2020-07-17T12:59:56.932Z] . 12:59:56 [2020-07-17T12:59:56.932Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 12:59:56 [2020-07-17T12:59:56.932Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 12:59:56 [2020-07-17T12:59:56.932Z] Error: No such image: emptyfs 12:59:57 [2020-07-17T12:59:57.188Z] Running integration-test (iteration 1) 12:59:57 [2020-07-17T12:59:57.188Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 12:59:57 [2020-07-17T12:59:57.420Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 12:59:57 [2020-07-17T12:59:57.883Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.096s coverage: 65.3% of statements 12:59:58 [2020-07-17T12:59:58.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 12:59:58 [2020-07-17T12:59:58.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 12:59:59 [2020-07-17T12:59:59.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 12:59:59 [2020-07-17T12:59:59.808Z] ok github.com/docker/docker/daemon/cluster/convert 0.026s coverage: 35.4% of statements 13:00:02 [2020-07-17T13:00:02.114Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 13:00:02 [2020-07-17T13:00:02.367Z] ok github.com/docker/docker/daemon/cluster 0.116s coverage: 0.5% of statements 13:00:03 [2020-07-17T13:00:03.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 13:00:04 [2020-07-17T13:00:04.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 13:00:04 [2020-07-17T13:00:04.291Z] ok github.com/docker/docker/daemon/discovery 0.015s coverage: 30.0% of statements 13:00:04 [2020-07-17T13:00:04.519Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 13:00:05 [2020-07-17T13:00:05.686Z] ok github.com/docker/docker/daemon/config 0.077s coverage: 81.8% of statements 13:00:05 [2020-07-17T13:00:05.949Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements 13:00:06 [2020-07-17T13:00:06.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 13:00:06 [2020-07-17T13:00:06.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 13:00:07 [2020-07-17T13:00:07.343Z] ok github.com/docker/docker/daemon/graphdriver 0.019s coverage: 2.2% of statements 13:00:08 [2020-07-17T13:00:08.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 13:00:08 [2020-07-17T13:00:08.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 13:00:09 [2020-07-17T13:00:09.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 13:00:10 [2020-07-17T13:00:10.680Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.014s coverage: 2.9% of statements 13:00:10 [2020-07-17T13:00:10.880Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:00:10 [2020-07-17T13:00:10.880Z] Using test binary docker 13:00:10 [2020-07-17T13:00:10.880Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 13:00:10 [2020-07-17T13:00:10.880Z] +++ /etc/init.d/apparmor start 13:00:10 [2020-07-17T13:00:10.880Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:00:10 [2020-07-17T13:00:10.880Z] INFO: Waiting for daemon to start... 13:00:10 [2020-07-17T13:00:10.880Z] Starting dockerd 13:00:10 [2020-07-17T13:00:10.880Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental 13:00:10 [2020-07-17T13:00:10.942Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.497s coverage: 13.9% of statements 13:00:12 [2020-07-17T13:00:12.125Z] Loaded image: buildpack-deps:buster 13:00:12 [2020-07-17T13:00:12.125Z] Loaded image: busybox:latest 13:00:12 [2020-07-17T13:00:12.125Z] Loaded image: busybox:glibc 13:00:12 [2020-07-17T13:00:12.125Z] Loaded image: debian:buster 13:00:12 [2020-07-17T13:00:12.125Z] Loaded image: hello-world:latest 13:00:12 [2020-07-17T13:00:12.125Z] INFO: Testing against a local daemon 13:00:12 [2020-07-17T13:00:12.125Z] === RUN TestCgroupNamespacesBuild 13:00:12 [2020-07-17T13:00:12.862Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.645s coverage: 57.0% of statements 13:00:12 [2020-07-17T13:00:12.985Z] . 13:00:12 [2020-07-17T13:00:12.985Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:00:12 [2020-07-17T13:00:12.985Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:00:12 [2020-07-17T13:00:12.985Z] Error: No such image: emptyfs 13:00:12 [2020-07-17T13:00:12.985Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:00:12 [2020-07-17T13:00:12.985Z] ++++ docker load 13:00:12 [2020-07-17T13:00:12.985Z] Running integration-test (iteration 1) 13:00:12 [2020-07-17T13:00:12.985Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 13:00:12 [2020-07-17T13:00:12.985Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m 13:00:12 [2020-07-17T13:00:12.985Z] ++ set -e 13:00:12 [2020-07-17T13:00:12.985Z] ++ '[' -n 0 ']' 13:00:12 [2020-07-17T13:00:12.985Z] ++ set -x 13:00:12 [2020-07-17T13:00:12.985Z] ++ 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=s390x 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 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/s390x-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-build-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.build -t ./test.main -test.v -test.timeout=120m 13:00:14 [2020-07-17T13:00:14.062Z] --- PASS: TestCgroupNamespacesBuild (3.32s) 13:00:14 [2020-07-17T13:00:14.063Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 13:00:14 [2020-07-17T13:00:14.783Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.016s coverage: 1.8% of statements 13:00:16 [2020-07-17T13:00:16.580Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.13s) 13:00:16 [2020-07-17T13:00:16.580Z] === RUN TestBuildWithSession 13:00:16 [2020-07-17T13:00:16.580Z] --- SKIP: TestBuildWithSession (0.00s) 13:00:16 [2020-07-17T13:00:16.580Z] build_session_test.go:25: TODO: BuildKit 13:00:16 [2020-07-17T13:00:16.580Z] === RUN TestBuildSquashParent 13:00:16 [2020-07-17T13:00:16.706Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.087s coverage: 46.2% of statements 13:00:16 [2020-07-17T13:00:16.706Z] ok github.com/docker/docker/daemon/graphdriver/aufs 8.873s coverage: 73.1% of statements 13:00:18 [2020-07-17T13:00:18.627Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.010s coverage: 49.5% of statements 13:00:19 [2020-07-17T13:00:19.572Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.512s coverage: 76.1% of statements 13:00:19 [2020-07-17T13:00:19.573Z] ok github.com/docker/docker/daemon 12.331s coverage: 17.4% of statements 13:00:19 [2020-07-17T13:00:19.573Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 13:00:19 [2020-07-17T13:00:19.573Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 13:00:19 [2020-07-17T13:00:19.573Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 13:00:19 [2020-07-17T13:00:19.573Z] ? github.com/docker/docker/daemon/exec [no test files] 13:00:19 [2020-07-17T13:00:19.573Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 13:00:20 [2020-07-17T13:00:20.519Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.027s coverage: 58.0% of statements 13:00:20 [2020-07-17T13:00:20.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 13:00:20 [2020-07-17T13:00:20.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 13:00:21 [2020-07-17T13:00:21.464Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements 13:00:21 [2020-07-17T13:00:21.728Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements 13:00:23 [2020-07-17T13:00:23.120Z] ok github.com/docker/docker/daemon/images 0.028s coverage: 4.8% of statements 13:00:23 [2020-07-17T13:00:23.184Z] --- PASS: TestBuildSquashParent (6.71s) 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:23 [2020-07-17T13:00:23.184Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:23 [2020-07-17T13:00:23.184Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:23 [2020-07-17T13:00:23.184Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:23 [2020-07-17T13:00:23.184Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:23 [2020-07-17T13:00:23.354Z] Loaded image: buildpack-deps:buster 13:00:23 [2020-07-17T13:00:23.354Z] Loaded image: busybox:latest 13:00:23 [2020-07-17T13:00:23.354Z] Loaded image: busybox:glibc 13:00:23 [2020-07-17T13:00:23.354Z] Loaded image: debian:buster 13:00:23 [2020-07-17T13:00:23.354Z] Loaded image: hello-world:latest 13:00:23 [2020-07-17T13:00:23.354Z] INFO: Testing against a local daemon 13:00:23 [2020-07-17T13:00:23.354Z] === RUN TestCgroupNamespacesBuild 13:00:23 [2020-07-17T13:00:23.812Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 13:00:24 [2020-07-17T13:00:24.068Z] ok github.com/docker/docker/daemon/logger 0.275s coverage: 41.0% of statements 13:00:24 [2020-07-17T13:00:24.068Z] ok github.com/docker/docker/daemon/logger/awslogs 0.284s coverage: 77.8% of statements 13:00:24 [2020-07-17T13:00:24.331Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.041s coverage: 57.7% of statements 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/initlayer [no test files] 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/listeners [no test files] 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] 13:00:24 [2020-07-17T13:00:24.331Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 13:00:24 [2020-07-17T13:00:24.862Z] --- PASS: TestCgroupNamespacesBuild (2.50s) 13:00:24 [2020-07-17T13:00:24.862Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 13:00:24 [2020-07-17T13:00:24.908Z] ok github.com/docker/docker/daemon/logger/gelf 0.063s coverage: 67.0% of statements 13:00:25 [2020-07-17T13:00:25.069Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:25 [2020-07-17T13:00:25.069Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:25 [2020-07-17T13:00:25.484Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 26.2% of statements 13:00:25 [2020-07-17T13:00:25.484Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements 13:00:26 [2020-07-17T13:00:26.060Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.019s coverage: 61.6% of statements 13:00:26 [2020-07-17T13:00:26.371Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.82s) 13:00:26 [2020-07-17T13:00:26.371Z] === RUN TestBuildWithSession 13:00:26 [2020-07-17T13:00:26.371Z] --- SKIP: TestBuildWithSession (0.00s) 13:00:26 [2020-07-17T13:00:26.371Z] build_session_test.go:25: TODO: BuildKit 13:00:26 [2020-07-17T13:00:26.371Z] === RUN TestBuildSquashParent 13:00:26 [2020-07-17T13:00:26.997Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:26 [2020-07-17T13:00:26.997Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:27 [2020-07-17T13:00:27.010Z] ok github.com/docker/docker/daemon/logger/local 0.094s coverage: 75.2% of statements 13:00:27 [2020-07-17T13:00:27.010Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 13:00:27 [2020-07-17T13:00:27.273Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 33.3% of statements 13:00:27 [2020-07-17T13:00:27.273Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.063s coverage: 37.7% of statements 13:00:28 [2020-07-17T13:00:28.223Z] ok github.com/docker/docker/daemon/logger/templates 0.024s coverage: 8.3% of statements 13:00:28 [2020-07-17T13:00:28.486Z] ok github.com/docker/docker/daemon/logger/syslog 0.022s coverage: 46.8% of statements 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.79s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.82s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.95s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s) 13:00:29 [2020-07-17T13:00:29.017Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.08s) 13:00:29 [2020-07-17T13:00:29.017Z] === RUN TestBuildMultiStageCopy 13:00:29 [2020-07-17T13:00:29.017Z] === RUN TestBuildMultiStageCopy/copy_to_root 13:00:29 [2020-07-17T13:00:29.435Z] ok github.com/docker/docker/daemon/network 0.051s coverage: 63.8% of statements 13:00:30 [2020-07-17T13:00:30.385Z] ok github.com/docker/docker/daemon/logger/splunk 1.988s coverage: 82.5% of statements 13:00:30 [2020-07-17T13:00:30.385Z] ? github.com/docker/docker/daemon/names [no test files] 13:00:30 [2020-07-17T13:00:30.385Z] ? github.com/docker/docker/daemon/stats [no test files] 13:00:30 [2020-07-17T13:00:30.385Z] ok github.com/docker/docker/distribution/metadata 0.135s coverage: 48.2% of statements 13:00:31 [2020-07-17T13:00:31.781Z] ok github.com/docker/docker/errdefs 0.012s coverage: 49.4% of statements 13:00:32 [2020-07-17T13:00:32.044Z] ok github.com/docker/docker/distribution 0.974s coverage: 22.1% of statements 13:00:32 [2020-07-17T13:00:32.044Z] ? github.com/docker/docker/distribution/utils [no test files] 13:00:32 [2020-07-17T13:00:32.502Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 13:00:32 [2020-07-17T13:00:32.620Z] ok github.com/docker/docker/image 0.067s coverage: 86.4% of statements 13:00:33 [2020-07-17T13:00:33.063Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 13:00:33 [2020-07-17T13:00:33.197Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements 13:00:33 [2020-07-17T13:00:33.197Z] ok github.com/docker/docker/distribution/xfer 1.708s coverage: 85.1% of statements 13:00:33 [2020-07-17T13:00:33.197Z] ? github.com/docker/docker/dockerversion [no test files] 13:00:33 [2020-07-17T13:00:33.197Z] ? github.com/docker/docker/image/tarexport [no test files] 13:00:33 [2020-07-17T13:00:33.280Z] --- PASS: TestBuildSquashParent (6.53s) 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:33 [2020-07-17T13:00:33.280Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:33 [2020-07-17T13:00:33.280Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:33 [2020-07-17T13:00:33.280Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:00:33 [2020-07-17T13:00:33.280Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:00:33 [2020-07-17T13:00:33.460Z] ok github.com/docker/docker/image/v1 0.058s coverage: 25.0% of statements 13:00:33 [2020-07-17T13:00:33.460Z] ? github.com/docker/docker/internal/test/suite [no test files] 13:00:34 [2020-07-17T13:00:34.031Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 13:00:34 [2020-07-17T13:00:34.037Z] ok github.com/docker/docker/libcontainerd/queue 0.050s coverage: 100.0% of statements 13:00:34 [2020-07-17T13:00:34.037Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 50.0% of statements 13:00:35 [2020-07-17T13:00:35.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:00:35 [2020-07-17T13:00:35.355Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:00:35 [2020-07-17T13:00:35.435Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 13:00:35 [2020-07-17T13:00:35.963Z] ok github.com/docker/docker/opts 0.075s coverage: 67.4% of statements 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy (7.24s) 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.24s) 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) 13:00:36 [2020-07-17T13:00:36.360Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) 13:00:36 [2020-07-17T13:00:36.360Z] === RUN TestBuildMultiStageParentConfig 13:00:36 [2020-07-17T13:00:36.910Z] ok github.com/docker/docker/pkg/authorization 0.664s coverage: 68.3% of statements 13:00:36 [2020-07-17T13:00:36.910Z] ok github.com/docker/docker/pkg/broadcaster 0.010s coverage: 100.0% of statements 13:00:37 [2020-07-17T13:00:37.174Z] ok github.com/docker/docker/pkg/capabilities 0.017s coverage: 87.5% of statements 13:00:37 [2020-07-17T13:00:37.749Z] ok github.com/docker/docker/pkg/archive 1.205s coverage: 77.1% of statements 13:00:38 [2020-07-17T13:00:38.012Z] ok github.com/docker/docker/pkg/directory 0.023s coverage: 80.0% of statements 13:00:38 [2020-07-17T13:00:38.090Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:00:38 [2020-07-17T13:00:38.090Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:00:38 [2020-07-17T13:00:38.589Z] ok github.com/docker/docker/pkg/discovery 0.010s coverage: 58.3% of statements 13:00:38 [2020-07-17T13:00:38.589Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 97.6% of statements 13:00:39 [2020-07-17T13:00:39.543Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements 13:00:39 [2020-07-17T13:00:39.805Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.39s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.48s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.30s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.48s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.38s) 13:00:40 [2020-07-17T13:00:40.198Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.38s) 13:00:40 [2020-07-17T13:00:40.198Z] === RUN TestBuildMultiStageCopy 13:00:40 [2020-07-17T13:00:40.198Z] === RUN TestBuildMultiStageCopy/copy_to_root 13:00:40 [2020-07-17T13:00:40.380Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements 13:00:41 [2020-07-17T13:00:41.327Z] ok github.com/docker/docker/pkg/chrootarchive 3.567s coverage: 43.2% of statements 13:00:41 [2020-07-17T13:00:41.327Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements 13:00:41 [2020-07-17T13:00:41.640Z] --- PASS: TestBuildMultiStageParentConfig (5.04s) 13:00:41 [2020-07-17T13:00:41.640Z] === RUN TestBuildLabelWithTargets 13:00:41 [2020-07-17T13:00:41.901Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements 13:00:42 [2020-07-17T13:00:42.478Z] ok github.com/docker/docker/pkg/fsutils 0.350s coverage: 85.1% of statements 13:00:42 [2020-07-17T13:00:42.478Z] ok github.com/docker/docker/pkg/homedir 0.011s coverage: 11.4% of statements 13:00:42 [2020-07-17T13:00:42.932Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 13:00:43 [2020-07-17T13:00:43.055Z] ok github.com/docker/docker/pkg/discovery/kv 3.088s coverage: 84.1% of statements 13:00:43 [2020-07-17T13:00:43.225Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 13:00:43 [2020-07-17T13:00:43.317Z] ok github.com/docker/docker/layer 7.236s coverage: 68.8% of statements 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/libcontainerd [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/libcontainerd/types [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/oci [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/oci/caps [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/pkg/containerfs [no test files] 13:00:43 [2020-07-17T13:00:43.317Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 13:00:43 [2020-07-17T13:00:43.862Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 13:00:43 [2020-07-17T13:00:43.892Z] ok github.com/docker/docker/pkg/locker 0.038s coverage: 88.9% of statements 13:00:43 [2020-07-17T13:00:43.892Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements 13:00:43 [2020-07-17T13:00:43.892Z] ok github.com/docker/docker/pkg/idtools 0.760s coverage: 70.5% of statements 13:00:43 [2020-07-17T13:00:43.892Z] ok github.com/docker/docker/pkg/ioutils 0.615s coverage: 70.6% of statements 13:00:44 [2020-07-17T13:00:44.155Z] ok github.com/docker/docker/pkg/longpath 0.010s coverage: 100.0% of statements 13:00:44 [2020-07-17T13:00:44.155Z] ? github.com/docker/docker/pkg/loopback [no test files] 13:00:44 [2020-07-17T13:00:44.155Z] ? github.com/docker/docker/pkg/mount [no test files] 13:00:44 [2020-07-17T13:00:44.419Z] ok github.com/docker/docker/pkg/namesgenerator 0.022s coverage: 85.7% of statements 13:00:44 [2020-07-17T13:00:44.419Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] 13:00:44 [2020-07-17T13:00:44.497Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 13:00:44 [2020-07-17T13:00:44.682Z] ok github.com/docker/docker/pkg/parsers 0.029s coverage: 97.0% of statements 13:00:44 [2020-07-17T13:00:44.946Z] ok github.com/docker/docker/pkg/parsers/kernel 0.044s coverage: 60.0% of statements 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy (4.84s) 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.50s) 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.53s) 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.62s) 13:00:45 [2020-07-17T13:00:45.131Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.63s) 13:00:45 [2020-07-17T13:00:45.131Z] === RUN TestBuildMultiStageParentConfig 13:00:45 [2020-07-17T13:00:45.208Z] ok github.com/docker/docker/pkg/pidfile 0.024s coverage: 82.4% of statements 13:00:45 [2020-07-17T13:00:45.209Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.025s coverage: 91.4% of statements 13:00:45 [2020-07-17T13:00:45.209Z] ? github.com/docker/docker/pkg/platform [no test files] 13:00:45 [2020-07-17T13:00:45.209Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 13:00:45 [2020-07-17T13:00:45.786Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.039s coverage: 56.8% of statements 13:00:46 [2020-07-17T13:00:46.362Z] ok github.com/docker/docker/pkg/plugins/transport 0.011s coverage: 85.7% of statements 13:00:46 [2020-07-17T13:00:46.362Z] ok github.com/docker/docker/pkg/pools 0.012s coverage: 88.2% of statements 13:00:46 [2020-07-17T13:00:46.362Z] ok github.com/docker/docker/pkg/progress 0.023s coverage: 75.9% of statements 13:00:46 [2020-07-17T13:00:46.642Z] --- PASS: TestBuildMultiStageParentConfig (1.62s) 13:00:46 [2020-07-17T13:00:46.643Z] === RUN TestBuildLabelWithTargets 13:00:47 [2020-07-17T13:00:47.308Z] ok github.com/docker/docker/pkg/reexec 0.024s coverage: 82.4% of statements 13:00:47 [2020-07-17T13:00:47.884Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements 13:00:47 [2020-07-17T13:00:47.884Z] ok github.com/docker/docker/pkg/pubsub 1.076s coverage: 73.9% of statements 13:00:48 [2020-07-17T13:00:48.460Z] ok github.com/docker/docker/pkg/stringid 0.009s coverage: 70.6% of statements 13:00:48 [2020-07-17T13:00:48.460Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements 13:00:48 [2020-07-17T13:00:48.721Z] ok github.com/docker/docker/pkg/symlink 0.020s coverage: 87.7% of statements 13:00:49 [2020-07-17T13:00:49.296Z] ok github.com/docker/docker/pkg/sysinfo 0.018s coverage: 53.8% of statements 13:00:49 [2020-07-17T13:00:49.406Z] --- PASS: TestBuildLabelWithTargets (2.50s) 13:00:49 [2020-07-17T13:00:49.406Z] === RUN TestBuildWithEmptyLayers 13:00:49 [2020-07-17T13:00:49.871Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 36.9% of statements 13:00:49 [2020-07-17T13:00:49.889Z] --- PASS: TestBuildLabelWithTargets (7.95s) 13:00:49 [2020-07-17T13:00:49.889Z] === RUN TestBuildWithEmptyLayers 13:00:50 [2020-07-17T13:00:50.134Z] ok github.com/docker/docker/pkg/signal 2.765s coverage: 61.0% of statements 13:00:50 [2020-07-17T13:00:50.134Z] ok github.com/docker/docker/pkg/tailfile 0.141s coverage: 88.6% of statements 13:00:50 [2020-07-17T13:00:50.180Z] --- PASS: TestBuildWithEmptyLayers (0.98s) 13:00:50 [2020-07-17T13:00:50.180Z] === RUN TestBuildMultiStageOnBuild 13:00:50 [2020-07-17T13:00:50.397Z] testing: warning: no tests to run 13:00:50 [2020-07-17T13:00:50.397Z] coverage: [no statements] 13:00:50 [2020-07-17T13:00:50.397Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] 13:00:50 [2020-07-17T13:00:50.971Z] ok github.com/docker/docker/pkg/tarsum 0.122s coverage: 89.3% of statements 13:00:50 [2020-07-17T13:00:50.971Z] ok github.com/docker/docker/pkg/truncindex 0.111s coverage: 91.5% of statements 13:00:50 [2020-07-17T13:00:50.971Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements 13:00:51 [2020-07-17T13:00:51.233Z] ok github.com/docker/docker/pkg/useragent 0.008s coverage: 88.9% of statements 13:00:52 [2020-07-17T13:00:52.483Z] --- PASS: TestBuildWithEmptyLayers (3.00s) 13:00:52 [2020-07-17T13:00:52.483Z] === RUN TestBuildMultiStageOnBuild 13:00:52 [2020-07-17T13:00:52.625Z] ok github.com/docker/docker/plugin/v2 0.011s coverage: 14.5% of statements 13:00:53 [2020-07-17T13:00:53.216Z] ok github.com/docker/docker/profiles/seccomp 0.014s coverage: 73.8% of statements 13:00:53 [2020-07-17T13:00:53.478Z] ok github.com/docker/docker/reference 0.020s coverage: 84.4% of statements 13:00:53 [2020-07-17T13:00:53.711Z] --- PASS: TestBuildMultiStageOnBuild (3.09s) 13:00:53 [2020-07-17T13:00:53.711Z] === RUN TestBuildUncleanTarFilenames 13:00:53 [2020-07-17T13:00:53.744Z] ok github.com/docker/docker/plugin 0.575s coverage: 23.1% of statements 13:00:54 [2020-07-17T13:00:54.691Z] ok github.com/docker/docker/registry/resumable 0.062s coverage: 100.0% of statements 13:00:54 [2020-07-17T13:00:54.691Z] ok github.com/docker/docker/restartmanager 0.015s coverage: 45.3% of statements 13:00:54 [2020-07-17T13:00:54.745Z] --- PASS: TestBuildUncleanTarFilenames (1.32s) 13:00:54 [2020-07-17T13:00:54.745Z] === RUN TestBuildMultiStageLayerLeak 13:00:55 [2020-07-17T13:00:55.536Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.020500507s with top 10 stages: buildssa: 1m41.284235845s, goimports: 23.848821813s, unconvert: 13.745841534s, gosec: 10.494890526s, golint: 6.026944256s, ineffassign: 4.556305402s, misspell: 4.255020789s, vrp: 3.58647523s, inspect: 3.428296075s, ctrlflow: 1.846122063s 13:00:55 [2020-07-17T13:00:55.536Z] INFO [runner] Issues before processing: 2301, after processing: 0 13:00:55 [2020-07-17T13:00:55.536Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1692/1692, autogenerated_exclude: 1587/1692, exclude: 1587/1587, exclude-rules: 64/1587, filename_unadjuster: 1692/1692, skip_files: 1692/1692, cgo: 1692/2301, path_prettifier: 1692/1692, nolint: 0/64, identifier_marker: 1587/1587 13:00:55 [2020-07-17T13:00:55.536Z] INFO [runner] processing took 59.264069ms with stages: nolint: 25.492996ms, identifier_marker: 16.703717ms, path_prettifier: 7.811725ms, autogenerated_exclude: 3.862351ms, exclude-rules: 3.425003ms, skip_dirs: 1.630867ms, cgo: 222.765µs, filename_unadjuster: 109.466µs, max_same_issues: 1.655µs, exclude: 731ns, uniq_by_line: 702ns, max_from_linter: 488ns, diff: 423ns, skip_files: 356ns, source_code: 312ns, path_shortener: 273ns, max_per_file_from_linter: 239ns 13:00:55 [2020-07-17T13:00:55.536Z] INFO [runner] linters took 1m41.216860512s with stages: goanalysis_metalinter: 1m20.80827466s, unused: 20.349002517s 13:00:55 [2020-07-17T13:00:55.536Z] INFO File cache stats: 1444 entries of total size 6.8MiB 13:00:55 [2020-07-17T13:00:55.536Z] INFO Memory: 1488 samples, avg is 673.3MB, max is 3303.7MB 13:00:55 [2020-07-17T13:00:55.536Z] INFO Execution took 3m39.115663857s 13:00:55 [2020-07-17T13:00:55.536Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh 13:00:55 [2020-07-17T13:00:55.638Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements 13:00:55 [2020-07-17T13:00:55.639Z] ok github.com/docker/docker/registry 0.232s coverage: 56.3% of statements 13:00:55 [2020-07-17T13:00:55.639Z] ok github.com/docker/docker/runconfig 0.031s coverage: 66.1% of statements 13:00:55 [2020-07-17T13:00:55.896Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary-daemon test-docker-py 13:00:56 [2020-07-17T13:00:56.466Z] 13:00:56 [2020-07-17T13:00:56.466Z] Removing bundles/ 13:00:56 [2020-07-17T13:00:56.466Z] 13:00:56 [2020-07-17T13:00:56.466Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) 13:00:56 [2020-07-17T13:00:56.466Z] Building: bundles/dynbinary-daemon/dockerd-dev 13:00:56 [2020-07-17T13:00:56.466Z] GOOS="" GOARCH="" GOARM="" 13:00:57 [2020-07-17T13:00:57.474Z] --- PASS: TestBuildMultiStageLayerLeak (3.05s) 13:00:57 [2020-07-17T13:00:57.474Z] === RUN TestBuildWithHugeFile 13:00:57 [2020-07-17T13:00:57.560Z] ok github.com/docker/docker/volume/drivers 0.035s coverage: 36.1% of statements 13:00:57 [2020-07-17T13:00:57.721Z] --- PASS: TestBuildMultiStageOnBuild (5.01s) 13:00:57 [2020-07-17T13:00:57.721Z] === RUN TestBuildUncleanTarFilenames 13:00:57 [2020-07-17T13:00:57.721Z] --- PASS: TestBuildUncleanTarFilenames (0.62s) 13:00:57 [2020-07-17T13:00:57.721Z] === RUN TestBuildMultiStageLayerLeak 13:00:57 [2020-07-17T13:00:57.832Z] #65 exporting layers 81.8s done 13:00:57 [2020-07-17T13:00:57.832Z] #65 exporting manifest sha256:8b12f28a79c03ad8e9f026bb0152546db9712d4107029f9867a609b4bc2d5c52 done 13:00:57 [2020-07-17T13:00:57.832Z] #65 exporting config sha256:4ccf4dfcd7076c5b12d35128981f0feae04f58d0ccb8ccc1a55c3dbd1781c65c done 13:00:57 [2020-07-17T13:00:57.832Z] #65 sending tarball 13:00:58 [2020-07-17T13:00:58.510Z] ok github.com/docker/docker/volume/local 0.038s coverage: 73.0% of statements 13:00:58 [2020-07-17T13:00:58.772Z] ok github.com/docker/docker/volume/mounts 0.051s coverage: 67.0% of statements 13:00:59 [2020-07-17T13:00:59.343Z] ok github.com/docker/docker/volume/service 0.024s coverage: 73.0% of statements 13:01:03 [2020-07-17T13:01:03.043Z] --- PASS: TestBuildMultiStageLayerLeak (4.37s) 13:01:03 [2020-07-17T13:01:03.043Z] === RUN TestBuildWithHugeFile 13:01:08 [2020-07-17T13:01:08.911Z] fc1b9e59edad: Pull complete 13:01:08 [2020-07-17T13:01:08.911Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505 13:01:08 [2020-07-17T13:01:08.911Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 13:01:08 [2020-07-17T13:01:08.911Z] mcr.microsoft.com/windows/servercore:ltsc2019 13:01:08 [2020-07-17T13:01:08.911Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1339' 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Docker version of control daemon 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Client: Docker Engine - Enterprise 13:01:08 [2020-07-17T13:01:08.911Z] Version: 19.03.5 13:01:08 [2020-07-17T13:01:08.911Z] API version: 1.40 13:01:08 [2020-07-17T13:01:08.911Z] Go version: go1.12.12 13:01:08 [2020-07-17T13:01:08.911Z] Git commit: 2ee0c57608 13:01:08 [2020-07-17T13:01:08.911Z] Built: 11/13/2019 08:00:16 13:01:08 [2020-07-17T13:01:08.911Z] OS/Arch: windows/amd64 13:01:08 [2020-07-17T13:01:08.911Z] Experimental: false 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Server: Docker Engine - Enterprise 13:01:08 [2020-07-17T13:01:08.911Z] Engine: 13:01:08 [2020-07-17T13:01:08.911Z] Version: 19.03.5 13:01:08 [2020-07-17T13:01:08.911Z] API version: 1.40 (minimum version 1.24) 13:01:08 [2020-07-17T13:01:08.911Z] Go version: go1.12.12 13:01:08 [2020-07-17T13:01:08.911Z] Git commit: 2ee0c57608 13:01:08 [2020-07-17T13:01:08.911Z] Built: 11/13/2019 07:58:51 13:01:08 [2020-07-17T13:01:08.911Z] OS/Arch: windows/amd64 13:01:08 [2020-07-17T13:01:08.911Z] Experimental: true 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Docker info of control daemon 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Client: 13:01:08 [2020-07-17T13:01:08.911Z] Debug Mode: false 13:01:08 [2020-07-17T13:01:08.911Z] Plugins: 13:01:08 [2020-07-17T13:01:08.911Z] cluster: Manage Docker clusters (Docker Inc., v1.2.0) 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Server: 13:01:08 [2020-07-17T13:01:08.911Z] Containers: 0 13:01:08 [2020-07-17T13:01:08.911Z] Running: 0 13:01:08 [2020-07-17T13:01:08.911Z] Paused: 0 13:01:08 [2020-07-17T13:01:08.911Z] Stopped: 0 13:01:08 [2020-07-17T13:01:08.911Z] Images: 1 13:01:08 [2020-07-17T13:01:08.911Z] Server Version: 19.03.5 13:01:08 [2020-07-17T13:01:08.911Z] Storage Driver: windowsfilter (windows) lcow (linux) 13:01:08 [2020-07-17T13:01:08.911Z] Windows: 13:01:08 [2020-07-17T13:01:08.911Z] LCOW: 13:01:08 [2020-07-17T13:01:08.911Z] Logging Driver: json-file 13:01:08 [2020-07-17T13:01:08.911Z] Plugins: 13:01:08 [2020-07-17T13:01:08.911Z] Volume: local 13:01:08 [2020-07-17T13:01:08.911Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent 13:01:08 [2020-07-17T13:01:08.911Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog 13:01:08 [2020-07-17T13:01:08.911Z] Swarm: inactive 13:01:08 [2020-07-17T13:01:08.911Z] Default Isolation: process 13:01:08 [2020-07-17T13:01:08.911Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) 13:01:08 [2020-07-17T13:01:08.911Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) 13:01:08 [2020-07-17T13:01:08.911Z] OSType: windows 13:01:08 [2020-07-17T13:01:08.911Z] Architecture: x86_64 13:01:08 [2020-07-17T13:01:08.911Z] CPUs: 4 13:01:08 [2020-07-17T13:01:08.911Z] Total Memory: 32GiB 13:01:08 [2020-07-17T13:01:08.911Z] Name: azwin-2-465ec0 13:01:08 [2020-07-17T13:01:08.911Z] ID: ZOFV:QAC5:2FLK:T5RX:FVJP:LT5R:IR5Y:HY4P:UCVB:IXLC:5JTE:Z7K5 13:01:08 [2020-07-17T13:01:08.911Z] Docker Root Dir: D:\docker 13:01:08 [2020-07-17T13:01:08.911Z] Debug Mode: false 13:01:08 [2020-07-17T13:01:08.911Z] Registry: https://index.docker.io/v1/ 13:01:08 [2020-07-17T13:01:08.911Z] Labels: 13:01:08 [2020-07-17T13:01:08.911Z] Experimental: true 13:01:08 [2020-07-17T13:01:08.911Z] Insecure Registries: 13:01:08 [2020-07-17T13:01:08.911Z] 10.0.0.4:5000 13:01:08 [2020-07-17T13:01:08.911Z] 127.0.0.0/8 13:01:08 [2020-07-17T13:01:08.911Z] Registry Mirrors: 13:01:08 [2020-07-17T13:01:08.911Z] http://10.0.0.4:5000/ 13:01:08 [2020-07-17T13:01:08.911Z] Live Restore Enabled: false 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Commit hash is bf4a5982f0 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Nuke-Everything... 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Container count on control daemon to delete is 0 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Nuking d:\CI 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Zapped successfully 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Location for testing is d:\CI\PR-41221\2 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Validating GOLang consistency in Dockerfile.windows... 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] INFO: Building the image from Dockerfile.windows at 07/17/2020 13:01:03... 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Sending build context to Docker daemon 56.05MB 13:01:08 [2020-07-17T13:01:08.911Z] 13:01:08 [2020-07-17T13:01:08.911Z] Step 1/10 : FROM microsoft/windowsservercore 13:01:08 [2020-07-17T13:01:08.911Z] ---> 987b1d5e0abf 13:01:08 [2020-07-17T13:01:08.911Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] 13:01:08 [2020-07-17T13:01:08.911Z] ---> Running in fdffe57b7855 13:01:09 [2020-07-17T13:01:09.380Z] Removing intermediate container fdffe57b7855 13:01:09 [2020-07-17T13:01:09.380Z] ---> a781cee0f4fa 13:01:09 [2020-07-17T13:01:09.380Z] Step 3/10 : ARG GO_VERSION=1.13.12 13:01:09 [2020-07-17T13:01:09.380Z] ---> Running in e20ea978cdeb 13:01:09 [2020-07-17T13:01:09.850Z] Removing intermediate container e20ea978cdeb 13:01:09 [2020-07-17T13:01:09.850Z] ---> 957969511d27 13:01:09 [2020-07-17T13:01:09.850Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.3.5 13:01:09 [2020-07-17T13:01:09.850Z] ---> Running in dd3017220615 13:01:10 [2020-07-17T13:01:10.319Z] Removing intermediate container dd3017220615 13:01:10 [2020-07-17T13:01:10.319Z] ---> d8a3cbb3c6a5 13:01:10 [2020-07-17T13:01:10.319Z] Step 5/10 : ENV GO_VERSION=${GO_VERSION} GIT_VERSION=2.11.1 GOPATH=C:\gopath GO111MODULE=off FROM_DOCKERFILE=1 GOTESTSUM_COMMIT=${GOTESTSUM_COMMIT} 13:01:10 [2020-07-17T13:01:10.319Z] ---> Running in c3b1f463c0b6 13:01:10 [2020-07-17T13:01:10.789Z] Removing intermediate container c3b1f463c0b6 13:01:10 [2020-07-17T13:01:10.789Z] ---> caeeda1d0060 13:01:10 [2020-07-17T13:01:10.789Z] Step 6/10 : RUN Function Test-Nano() { $EditionId = (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion' -Name 'EditionID').EditionId; return (($EditionId -eq 'ServerStandardNano') -or ($EditionId -eq 'ServerDataCenterNano') -or ($EditionId -eq 'NanoServer')); } Function Download-File([string] $source, [string] $target) { if (Test-Nano) { $handler = New-Object System.Net.Http.HttpClientHandler; $client = New-Object System.Net.Http.HttpClient($handler); $client.Timeout = New-Object System.TimeSpan(0, 30, 0); $cancelTokenSource = [System.Threading.CancellationTokenSource]::new(); $responseMsg = $client.GetAsync([System.Uri]::new($source), $cancelTokenSource.Token); $responseMsg.Wait(); if (!$responseMsg.IsCanceled) { $response = $responseMsg.Result; if ($response.IsSuccessStatusCode) { $downloadedFileStream = [System.IO.FileStream]::new($target, [System.IO.FileMode]::Create, [System.IO.FileAccess]::Write); $copyStreamOp = $response.Content.CopyToAsync($downloadedFileStream); $copyStreamOp.Wait(); $downloadedFileStream.Close(); if ($copyStreamOp.Exception -ne $null) { throw $copyStreamOp.Exception } } } else { Throw ("Failed to download " + $source) } } else { $webClient = New-Object System.Net.WebClient; $webClient.DownloadFile($source, $target); } } setx /M PATH $('C:\git\cmd;C:\git\usr\bin;'+$Env:PATH+';C:\gcc\bin;C:\go\bin'); Write-Host INFO: Downloading git...; $location='https://www.nuget.org/api/v2/package/GitForWindows/'+$Env:GIT_VERSION; Download-File $location C:\gitsetup.zip; Write-Host INFO: Downloading go...; $dlGoVersion=$Env:GO_VERSION -replace '\.0$',''; Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; Write-Host INFO: Downloading compiler 1 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; Write-Host INFO: Downloading compiler 2 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; Write-Host INFO: Downloading compiler 3 of 3...; Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; Write-Host INFO: Extracting git...; Expand-Archive C:\gitsetup.zip C:\git-tmp; New-Item -Type Directory C:\git | Out-Null; Move-Item C:\git-tmp\tools\* C:\git\.; Remove-Item -Recurse -Force C:\git-tmp; Write-Host INFO: Expanding go...; Expand-Archive C:\go.zip -DestinationPath C:\; Write-Host INFO: Expanding compiler 1 of 3...; Expand-Archive C:\gcc.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 2 of 3...; Expand-Archive C:\runtime.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Expanding compiler 3 of 3...; Expand-Archive C:\binutils.zip -DestinationPath C:\gcc -Force; Write-Host INFO: Removing downloaded files...; Remove-Item C:\gcc.zip; Remove-Item C:\runtime.zip; Remove-Item C:\binutils.zip; Remove-Item C:\gitsetup.zip; $srcDir = """$Env:GOPATH`\src\github.com\docker\docker\bundles"""; Write-Host INFO: Ensuring existence of directory $srcDir...; New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; Write-Host INFO: Configuring git core.autocrlf...; C:\git\cmd\git config --global core.autocrlf true; 13:01:10 [2020-07-17T13:01:10.789Z] ---> Running in e21e26982bd2 13:01:13 [2020-07-17T13:01:13.659Z] #65 sending tarball 15.6s done 13:01:13 [2020-07-17T13:01:13.659Z] #65 DONE 97.4s 13:01:13 [2020-07-17T13:01:13.659Z] 13:01:13 [2020-07-17T13:01:13.659Z] #66 importing to docker 13:01:19 [2020-07-17T13:01:19.470Z] 13:01:19 [2020-07-17T13:01:19.470Z] SUCCESS: Specified value was saved. 13:01:19 [2020-07-17T13:01:19.940Z] INFO: Downloading git... 13:01:20 [2020-07-17T13:01:20.932Z] INFO: Downloading go... 13:01:22 [2020-07-17T13:01:22.113Z] ok github.com/docker/docker/pkg/plugins 33.672s coverage: 76.6% of statements 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/pkg/term [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/profiles/apparmor [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/rootless [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/rootless/specconv [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/runconfig/opts [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/daemon [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/environment [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fakegit [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/registry [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/testutil/request [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/volume [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/volume/service/opts [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] ? github.com/docker/docker/volume/testutils [no test files] 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === Skipped 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] exec_linux_test.go:18: requires AppArmor to be enabled 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] exec_linux_test.go:38: requires AppArmor to be enabled 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver btrfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver btrfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver btrfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver btrfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver btrfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:73: No driver to put! 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] time="2020-07-17T13:00:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: driver not supported 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] time="2020-07-17T13:00:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: driver not supported 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] time="2020-07-17T13:00:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:44: graphdriver: driver not supported 13:01:22 [2020-07-17T13:01:22.113Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:01:22 [2020-07-17T13:01:22.113Z] 13:01:22 [2020-07-17T13:01:22.113Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 13:01:22 [2020-07-17T13:01:22.113Z] time="2020-07-17T13:00:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: driver not supported 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] time="2020-07-17T13:00:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: driver not supported 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:73: No driver to put! 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] overlay_test.go:44: Fails to compute changes after apply intermittently 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] overlay_test.go:49: Fails to compute changes intermittently 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] overlay_test.go:65: Cannot run test with naive change algorithm 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver zfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver zfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver zfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver zfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:46: Driver zfs not supported 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] graphtest_unix.go:73: No driver to put! 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] sysinfo_linux_test.go:92: App Armor Must be Disabled 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 13:01:22 [2020-07-17T13:01:22.114Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] 13:01:22 [2020-07-17T13:01:22.114Z] DONE 2124 tests, 26 skipped in 189.894s Post stage [Pipeline] junit 13:01:22 [2020-07-17T13:01:22.129Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:01:24 [2020-07-17T13:01:24.606Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary test-integration 13:01:25 [2020-07-17T13:01:25.180Z] 13:01:25 [2020-07-17T13:01:25.386Z] --- PASS: TestBuildWithHugeFile (27.78s) 13:01:25 [2020-07-17T13:01:25.386Z] === RUN TestBuildWithEmptyDockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:25 [2020-07-17T13:01:25.386Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:25 [2020-07-17T13:01:25.441Z] Removing bundles/ 13:01:25 [2020-07-17T13:01:25.441Z] 13:01:25 [2020-07-17T13:01:25.441Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 13:01:25 [2020-07-17T13:01:25.441Z] Building: bundles/dynbinary-daemon/dockerd-dev 13:01:25 [2020-07-17T13:01:25.441Z] GOOS="" GOARCH="" GOARM="" 13:01:25 [2020-07-17T13:01:25.677Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) 13:01:25 [2020-07-17T13:01:25.677Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) 13:01:25 [2020-07-17T13:01:25.677Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) 13:01:25 [2020-07-17T13:01:25.677Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.11s) 13:01:25 [2020-07-17T13:01:25.677Z] === RUN TestBuildPreserveOwnership 13:01:25 [2020-07-17T13:01:25.677Z] === RUN TestBuildPreserveOwnership/copy_from 13:01:30 [2020-07-17T13:01:30.134Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 13:01:32 [2020-07-17T13:01:32.203Z] --- PASS: TestBuildPreserveOwnership (6.44s) 13:01:32 [2020-07-17T13:01:32.203Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.21s) 13:01:32 [2020-07-17T13:01:32.203Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.22s) 13:01:32 [2020-07-17T13:01:32.203Z] === RUN TestBuildPlatformInvalid 13:01:32 [2020-07-17T13:01:32.203Z] --- PASS: TestBuildPlatformInvalid (0.14s) 13:01:32 [2020-07-17T13:01:32.203Z] PASS 13:01:32 [2020-07-17T13:01:32.203Z] 13:01:32 [2020-07-17T13:01:32.203Z] === Skipped 13:01:32 [2020-07-17T13:01:32.203Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) 13:01:32 [2020-07-17T13:01:32.203Z] build_session_test.go:25: TODO: BuildKit 13:01:32 [2020-07-17T13:01:32.203Z] 13:01:32 [2020-07-17T13:01:32.203Z] 13:01:32 [2020-07-17T13:01:32.203Z] DONE 32 tests, 1 skipped in 79.215s 13:01:32 [2020-07-17T13:01:32.203Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 13:01:32 [2020-07-17T13:01:32.203Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m 13:01:32 [2020-07-17T13:01:32.203Z] ++ set -e 13:01:32 [2020-07-17T13:01:32.203Z] ++ '[' -n 0 ']' 13:01:32 [2020-07-17T13:01:32.203Z] ++ set -x 13:01:32 [2020-07-17T13:01:32.203Z] ++ 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=s390x 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 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/s390x-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-config-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.config -t ./test.main -test.v -test.timeout=120m 13:01:32 [2020-07-17T13:01:32.203Z] INFO: Testing against a local daemon 13:01:32 [2020-07-17T13:01:32.203Z] === RUN TestConfigInspect 13:01:32 [2020-07-17T13:01:32.327Z] #66 DONE 17.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 13:01:32 [2020-07-17T13:01:32.795Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/test/unit 13:01:33 [2020-07-17T13:01:33.450Z] INFO: Downloading compiler 1 of 3... 13:01:33 [2020-07-17T13:01:33.451Z] INFO: Downloading compiler 2 of 3... 13:01:33 [2020-07-17T13:01:33.451Z] INFO: Downloading compiler 3 of 3... 13:01:33 [2020-07-17T13:01:33.920Z] INFO: Extracting git... 13:01:36 [2020-07-17T13:01:36.376Z] ? github.com/docker/docker/api [no test files] 13:01:36 [2020-07-17T13:01:36.658Z] --- PASS: TestConfigInspect (3.91s) 13:01:36 [2020-07-17T13:01:36.658Z] === RUN TestConfigList 13:01:39 [2020-07-17T13:01:39.396Z] --- PASS: TestConfigList (3.21s) 13:01:39 [2020-07-17T13:01:39.396Z] === RUN TestConfigsCreateAndDelete 13:01:43 [2020-07-17T13:01:43.853Z] --- PASS: TestConfigsCreateAndDelete (3.67s) 13:01:43 [2020-07-17T13:01:43.853Z] === RUN TestConfigsUpdate 13:01:45 [2020-07-17T13:01:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 13:01:45 [2020-07-17T13:01:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 13:01:45 [2020-07-17T13:01:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 13:01:45 [2020-07-17T13:01:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 13:01:45 [2020-07-17T13:01:45.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 13:01:46 [2020-07-17T13:01:46.619Z] --- PASS: TestConfigsUpdate (3.59s) 13:01:46 [2020-07-17T13:01:46.619Z] === RUN TestTemplatedConfig 13:01:48 [2020-07-17T13:01:48.884Z] INFO: Expanding go... 13:01:49 [2020-07-17T13:01:49.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 13:01:50 [2020-07-17T13:01:50.142Z] --- PASS: TestTemplatedConfig (3.58s) 13:01:50 [2020-07-17T13:01:50.142Z] === RUN TestConfigCreateResolve 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestConfigCreateResolve (3.54s) 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestConfigDaemonLibtrustID 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) 13:01:54 [2020-07-17T13:01:54.598Z] PASS 13:01:54 [2020-07-17T13:01:54.598Z] 13:01:54 [2020-07-17T13:01:54.598Z] DONE 7 tests in 22.105s 13:01:54 [2020-07-17T13:01:54.598Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 13:01:54 [2020-07-17T13:01:54.598Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m 13:01:54 [2020-07-17T13:01:54.598Z] ++ set -e 13:01:54 [2020-07-17T13:01:54.598Z] ++ '[' -n 0 ']' 13:01:54 [2020-07-17T13:01:54.598Z] ++ set -x 13:01:54 [2020-07-17T13:01:54.598Z] ++ 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=s390x 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 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/s390x-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-container-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.container -t ./test.main -test.v -test.timeout=120m 13:01:54 [2020-07-17T13:01:54.598Z] INFO: Testing against a local daemon 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestCheckpoint 13:01:54 [2020-07-17T13:01:54.598Z] --- SKIP: TestCheckpoint (0.00s) 13:01:54 [2020-07-17T13:01:54.598Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestContainerInvalidJSON 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestContainerInvalidJSON//containers/foobar/copy 13:01:54 [2020-07-17T13:01:54.598Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestContainerInvalidJSON//containers/foobar/exec 13:01:54 [2020-07-17T13:01:54.598Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestContainerInvalidJSON//exec/foobar/start 13:01:54 [2020-07-17T13:01:54.598Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start 13:01:54 [2020-07-17T13:01:54.598Z] === CONT TestContainerInvalidJSON//containers/foobar/copy 13:01:54 [2020-07-17T13:01:54.598Z] === CONT TestContainerInvalidJSON//exec/foobar/start 13:01:54 [2020-07-17T13:01:54.598Z] === CONT TestContainerInvalidJSON//containers/foobar/exec 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestContainerInvalidJSON (0.01s) 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestCopyFromContainerPathDoesNotExist 13:01:54 [2020-07-17T13:01:54.598Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.15s) 13:01:54 [2020-07-17T13:01:54.598Z] === RUN TestCopyFromContainerPathIsNotDir 13:01:54 [2020-07-17T13:01:54.897Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) 13:01:54 [2020-07-17T13:01:54.897Z] === RUN TestCopyToContainerPathDoesNotExist 13:01:54 [2020-07-17T13:01:54.897Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s) 13:01:54 [2020-07-17T13:01:54.897Z] === RUN TestCopyToContainerPathIsNotDir 13:01:54 [2020-07-17T13:01:54.897Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) 13:01:54 [2020-07-17T13:01:54.897Z] === RUN TestCopyFromContainer 13:01:55 [2020-07-17T13:01:55.080Z] ok github.com/docker/docker/api/server 0.037s coverage: 9.0% of statements 13:01:56 [2020-07-17T13:01:56.969Z] === RUN TestCopyFromContainer// 13:01:57 [2020-07-17T13:01:57.260Z] === RUN TestCopyFromContainer//bar/root 13:01:57 [2020-07-17T13:01:57.260Z] === RUN TestCopyFromContainer//bar/root/ 13:01:57 [2020-07-17T13:01:57.260Z] === RUN TestCopyFromContainer/bar/quux 13:01:57 [2020-07-17T13:01:57.552Z] === RUN TestCopyFromContainer/bar/quux/ 13:01:57 [2020-07-17T13:01:57.552Z] === RUN TestCopyFromContainer/bar/quux/baz 13:01:57 [2020-07-17T13:01:57.552Z] === RUN TestCopyFromContainer/bar/filesymlink 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCopyFromContainer/bar/dirsymlink 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCopyFromContainer/bar/notarget 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer (2.98s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer// (0.05s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer//bar/root (0.11s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.08s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.09s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:01:57 [2020-07-17T13:01:57.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:01:57 [2020-07-17T13:01:57.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 13:01:57 [2020-07-17T13:01:57.844Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 13:01:57 [2020-07-17T13:01:57.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:01:57 [2020-07-17T13:01:57.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 13:01:57 [2020-07-17T13:01:57.844Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 13:01:57 [2020-07-17T13:01:57.844Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 13:01:57 [2020-07-17T13:01:57.844Z] === RUN TestCreateLinkToNonExistingContainer 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateWithInvalidEnv 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateWithInvalidEnv/0 13:01:58 [2020-07-17T13:01:58.137Z] === PAUSE TestCreateWithInvalidEnv/0 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateWithInvalidEnv/1 13:01:58 [2020-07-17T13:01:58.137Z] === PAUSE TestCreateWithInvalidEnv/1 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateWithInvalidEnv/2 13:01:58 [2020-07-17T13:01:58.137Z] === PAUSE TestCreateWithInvalidEnv/2 13:01:58 [2020-07-17T13:01:58.137Z] === CONT TestCreateWithInvalidEnv/0 13:01:58 [2020-07-17T13:01:58.137Z] === CONT TestCreateWithInvalidEnv/2 13:01:58 [2020-07-17T13:01:58.137Z] === CONT TestCreateWithInvalidEnv/1 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateWithInvalidEnv (0.01s) 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateTmpfsMountsTarget 13:01:58 [2020-07-17T13:01:58.137Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) 13:01:58 [2020-07-17T13:01:58.137Z] === RUN TestCreateWithCustomMaskedPaths 13:01:59 [2020-07-17T13:01:59.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 13:01:59 [2020-07-17T13:01:59.754Z] --- PASS: TestBuildWithHugeFile (51.57s) 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildWithEmptyDockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:01:59 [2020-07-17T13:01:59.754Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) 13:01:59 [2020-07-17T13:01:59.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) 13:01:59 [2020-07-17T13:01:59.754Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) 13:01:59 [2020-07-17T13:01:59.754Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildPreserveOwnership 13:01:59 [2020-07-17T13:01:59.754Z] === RUN TestBuildPreserveOwnership/copy_from 13:02:00 [2020-07-17T13:02:00.051Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCustomMaskedPaths (2.32s) 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/no_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/no_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/empty_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/empty_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/valid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/valid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/invalid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/duplicate_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/empty_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/empty_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/empty_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/empty_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/capadd_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/conflict_with_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/no_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/empty_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/conflict_with_capadd 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/capadd_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/empty_capdrop 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/invalid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/duplicate_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/valid_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] === CONT TestCreateWithCapabilities/empty_capabilities 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities (0.01s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.10s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.10s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.09s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.09s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.09s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.06s) 13:02:00 [2020-07-17T13:02:00.871Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.09s) 13:02:00 [2020-07-17T13:02:00.871Z] === RUN TestCreateWithCustomReadonlyPaths 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.47s) 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:03 [2020-07-17T13:02:03.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:03 [2020-07-17T13:02:03.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:03 [2020-07-17T13:02:03.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:03 [2020-07-17T13:02:03.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) 13:02:03 [2020-07-17T13:02:03.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) 13:02:03 [2020-07-17T13:02:03.604Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 13:02:03 [2020-07-17T13:02:03.703Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 13:02:04 [2020-07-17T13:02:04.236Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.86s) 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestCreateDifferentPlatform 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestCreateDifferentPlatform/different_os 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 13:02:04 [2020-07-17T13:02:04.236Z] --- PASS: TestCreateDifferentPlatform (0.01s) 13:02:04 [2020-07-17T13:02:04.236Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 13:02:04 [2020-07-17T13:02:04.236Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestCreateVolumesFromNonExistingContainer 13:02:04 [2020-07-17T13:02:04.236Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestContainerStartOnDaemonRestart 13:02:04 [2020-07-17T13:02:04.236Z] === PAUSE TestContainerStartOnDaemonRestart 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestDaemonRestartIpcMode 13:02:04 [2020-07-17T13:02:04.236Z] === PAUSE TestDaemonRestartIpcMode 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestDaemonHostGatewayIP 13:02:04 [2020-07-17T13:02:04.236Z] === PAUSE TestDaemonHostGatewayIP 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestContainerKillOnDaemonStart 13:02:04 [2020-07-17T13:02:04.236Z] === PAUSE TestContainerKillOnDaemonStart 13:02:04 [2020-07-17T13:02:04.236Z] === RUN TestDiff 13:02:04 [2020-07-17T13:02:04.257Z] --- PASS: TestBuildPreserveOwnership (10.18s) 13:02:04 [2020-07-17T13:02:04.257Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.17s) 13:02:04 [2020-07-17T13:02:04.257Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) 13:02:04 [2020-07-17T13:02:04.257Z] === RUN TestBuildPlatformInvalid 13:02:04 [2020-07-17T13:02:04.257Z] --- PASS: TestBuildPlatformInvalid (0.08s) 13:02:04 [2020-07-17T13:02:04.257Z] PASS 13:02:04 [2020-07-17T13:02:04.257Z] 13:02:04 [2020-07-17T13:02:04.257Z] === Skipped 13:02:04 [2020-07-17T13:02:04.257Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) 13:02:04 [2020-07-17T13:02:04.257Z] build_session_test.go:25: TODO: BuildKit 13:02:04 [2020-07-17T13:02:04.257Z] 13:02:04 [2020-07-17T13:02:04.257Z] 13:02:04 [2020-07-17T13:02:04.257Z] DONE 32 tests, 1 skipped in 127.115s 13:02:04 [2020-07-17T13:02:04.257Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 13:02:04 [2020-07-17T13:02:04.512Z] INFO: Testing against a local daemon 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigInspect 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestConfigInspect (0.02s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigList 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestConfigList (0.01s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigsCreateAndDelete 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigsUpdate 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestConfigsUpdate (0.01s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestTemplatedConfig 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestTemplatedConfig (0.00s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigCreateResolve 13:02:04 [2020-07-17T13:02:04.512Z] --- SKIP: TestConfigCreateResolve (0.01s) 13:02:04 [2020-07-17T13:02:04.512Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:04 [2020-07-17T13:02:04.512Z] === RUN TestConfigDaemonLibtrustID 13:02:05 [2020-07-17T13:02:05.273Z] --- PASS: TestDiff (0.83s) 13:02:05 [2020-07-17T13:02:05.273Z] === RUN TestExecWithCloseStdin 13:02:05 [2020-07-17T13:02:05.907Z] --- PASS: TestExecWithCloseStdin (0.93s) 13:02:05 [2020-07-17T13:02:05.907Z] === RUN TestExec 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestConfigDaemonLibtrustID (1.55s) 13:02:06 [2020-07-17T13:02:06.397Z] PASS 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === Skipped 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestConfigList (0.01s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) 13:02:06 [2020-07-17T13:02:06.397Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] 13:02:06 [2020-07-17T13:02:06.397Z] DONE 7 tests, 6 skipped in 1.752s 13:02:06 [2020-07-17T13:02:06.397Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 13:02:06 [2020-07-17T13:02:06.397Z] INFO: Testing against a local daemon 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCheckpoint 13:02:06 [2020-07-17T13:02:06.397Z] --- SKIP: TestCheckpoint (0.00s) 13:02:06 [2020-07-17T13:02:06.397Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestContainerInvalidJSON 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestContainerInvalidJSON//containers/foobar/copy 13:02:06 [2020-07-17T13:02:06.397Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestContainerInvalidJSON//containers/foobar/exec 13:02:06 [2020-07-17T13:02:06.397Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestContainerInvalidJSON//exec/foobar/start 13:02:06 [2020-07-17T13:02:06.397Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start 13:02:06 [2020-07-17T13:02:06.397Z] === CONT TestContainerInvalidJSON//containers/foobar/copy 13:02:06 [2020-07-17T13:02:06.397Z] === CONT TestContainerInvalidJSON//exec/foobar/start 13:02:06 [2020-07-17T13:02:06.397Z] === CONT TestContainerInvalidJSON//containers/foobar/exec 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestContainerInvalidJSON (0.02s) 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCopyFromContainerPathDoesNotExist 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.04s) 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCopyFromContainerPathIsNotDir 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCopyToContainerPathDoesNotExist 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCopyToContainerPathIsNotDir 13:02:06 [2020-07-17T13:02:06.397Z] --- PASS: TestCopyToContainerPathIsNotDir (0.04s) 13:02:06 [2020-07-17T13:02:06.397Z] === RUN TestCopyFromContainer 13:02:06 [2020-07-17T13:02:06.981Z] --- PASS: TestExec (0.92s) 13:02:06 [2020-07-17T13:02:06.981Z] === RUN TestExecUser 13:02:07 [2020-07-17T13:02:07.900Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 13:02:08 [2020-07-17T13:02:08.022Z] --- PASS: TestExecUser (0.90s) 13:02:08 [2020-07-17T13:02:08.022Z] === RUN TestExportContainerAndImportImage 13:02:09 [2020-07-17T13:02:09.058Z] --- PASS: TestExportContainerAndImportImage (1.16s) 13:02:09 [2020-07-17T13:02:09.058Z] === RUN TestExportContainerAfterDaemonRestart 13:02:09 [2020-07-17T13:02:09.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 13:02:10 [2020-07-17T13:02:10.157Z] INFO: Expanding compiler 1 of 3... 13:02:10 [2020-07-17T13:02:10.157Z] INFO: Expanding compiler 2 of 3... 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer// 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer//bar/root 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer//bar/root/ 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/quux 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/quux/ 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/quux/baz 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/filesymlink 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/dirsymlink 13:02:10 [2020-07-17T13:02:10.558Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 13:02:10 [2020-07-17T13:02:10.567Z] --- PASS: TestExportContainerAfterDaemonRestart (1.54s) 13:02:10 [2020-07-17T13:02:10.567Z] === RUN TestHealthCheckWorkdir 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCopyFromContainer/bar/notarget 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer (4.35s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer// (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateLinkToNonExistingContainer 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateWithInvalidEnv 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateWithInvalidEnv/0 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateWithInvalidEnv/0 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateWithInvalidEnv/1 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateWithInvalidEnv/1 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateWithInvalidEnv/2 13:02:10 [2020-07-17T13:02:10.813Z] === PAUSE TestCreateWithInvalidEnv/2 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateWithInvalidEnv/0 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateWithInvalidEnv/2 13:02:10 [2020-07-17T13:02:10.813Z] === CONT TestCreateWithInvalidEnv/1 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateWithInvalidEnv (0.01s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateTmpfsMountsTarget 13:02:10 [2020-07-17T13:02:10.813Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) 13:02:10 [2020-07-17T13:02:10.813Z] === RUN TestCreateWithCustomMaskedPaths 13:02:11 [2020-07-17T13:02:11.603Z] --- PASS: TestHealthCheckWorkdir (1.09s) 13:02:11 [2020-07-17T13:02:11.603Z] === RUN TestHealthKillContainer 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCustomMaskedPaths (1.22s) 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/no_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/no_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/empty_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/empty_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/valid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/valid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/invalid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/duplicate_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/empty_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/empty_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/empty_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/empty_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/capadd_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/conflict_with_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/no_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/empty_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/conflict_with_capadd 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/capadd_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/empty_capdrop 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/invalid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/duplicate_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/valid_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] === CONT TestCreateWithCapabilities/empty_capabilities 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities (0.02s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.03s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.03s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.04s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.04s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.02s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.03s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.03s) 13:02:12 [2020-07-17T13:02:12.176Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.03s) 13:02:12 [2020-07-17T13:02:12.176Z] === RUN TestCreateWithCustomReadonlyPaths 13:02:13 [2020-07-17T13:02:13.582Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.21s) 13:02:13 [2020-07-17T13:02:13.582Z] === RUN TestCreateWithInvalidHealthcheckParams 13:02:13 [2020-07-17T13:02:13.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:13 [2020-07-17T13:02:13.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:13 [2020-07-17T13:02:13.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:13 [2020-07-17T13:02:13.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:13 [2020-07-17T13:02:13.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:13 [2020-07-17T13:02:13.582Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:13 [2020-07-17T13:02:13.582Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:13 [2020-07-17T13:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:13 [2020-07-17T13:02:13.583Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:13 [2020-07-17T13:02:13.583Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:13 [2020-07-17T13:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:02:13 [2020-07-17T13:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:02:13 [2020-07-17T13:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:02:13 [2020-07-17T13:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:02:13 [2020-07-17T13:02:13.583Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) 13:02:13 [2020-07-17T13:02:13.583Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 13:02:13 [2020-07-17T13:02:13.843Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestCreateDifferentPlatform 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestCreateDifferentPlatform/different_os 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 13:02:13 [2020-07-17T13:02:13.843Z] --- PASS: TestCreateDifferentPlatform (0.02s) 13:02:13 [2020-07-17T13:02:13.843Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 13:02:13 [2020-07-17T13:02:13.843Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestCreateVolumesFromNonExistingContainer 13:02:13 [2020-07-17T13:02:13.843Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestContainerStartOnDaemonRestart 13:02:13 [2020-07-17T13:02:13.843Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) 13:02:13 [2020-07-17T13:02:13.843Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestDaemonRestartIpcMode 13:02:13 [2020-07-17T13:02:13.843Z] === PAUSE TestDaemonRestartIpcMode 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestDaemonHostGatewayIP 13:02:13 [2020-07-17T13:02:13.843Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) 13:02:13 [2020-07-17T13:02:13.843Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestContainerKillOnDaemonStart 13:02:13 [2020-07-17T13:02:13.843Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) 13:02:13 [2020-07-17T13:02:13.843Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode 13:02:13 [2020-07-17T13:02:13.843Z] === RUN TestDiff 13:02:14 [2020-07-17T13:02:14.008Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 13:02:14 [2020-07-17T13:02:14.345Z] --- PASS: TestHealthKillContainer (2.89s) 13:02:14 [2020-07-17T13:02:14.345Z] === RUN TestInspectCpusetInConfigPre120 13:02:14 [2020-07-17T13:02:14.404Z] --- PASS: TestDiff (0.46s) 13:02:14 [2020-07-17T13:02:14.404Z] === RUN TestExecWithCloseStdin 13:02:14 [2020-07-17T13:02:14.921Z] INFO: Expanding compiler 3 of 3... 13:02:14 [2020-07-17T13:02:14.965Z] --- PASS: TestExecWithCloseStdin (0.46s) 13:02:14 [2020-07-17T13:02:14.965Z] === RUN TestExec 13:02:15 [2020-07-17T13:02:15.221Z] --- PASS: TestExec (0.45s) 13:02:15 [2020-07-17T13:02:15.221Z] === RUN TestExecUser 13:02:15 [2020-07-17T13:02:15.383Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) 13:02:15 [2020-07-17T13:02:15.383Z] === RUN TestIpcModeNone 13:02:15 [2020-07-17T13:02:15.391Z] INFO: Removing downloaded files... 13:02:15 [2020-07-17T13:02:15.391Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... 13:02:15 [2020-07-17T13:02:15.391Z] INFO: Configuring git core.autocrlf... 13:02:15 [2020-07-17T13:02:15.782Z] --- PASS: TestExecUser (0.45s) 13:02:15 [2020-07-17T13:02:15.782Z] === RUN TestExportContainerAndImportImage 13:02:16 [2020-07-17T13:02:16.343Z] --- PASS: TestExportContainerAndImportImage (0.56s) 13:02:16 [2020-07-17T13:02:16.343Z] === RUN TestExportContainerAfterDaemonRestart 13:02:16 [2020-07-17T13:02:16.421Z] --- PASS: TestIpcModeNone (0.95s) 13:02:16 [2020-07-17T13:02:16.421Z] === RUN TestIpcModePrivate 13:02:17 [2020-07-17T13:02:17.059Z] --- PASS: TestIpcModePrivate (0.94s) 13:02:17 [2020-07-17T13:02:17.059Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false 13:02:17 [2020-07-17T13:02:17.059Z] === RUN TestIpcModeShareable 13:02:18 [2020-07-17T13:02:18.097Z] --- PASS: TestIpcModeShareable (0.93s) 13:02:18 [2020-07-17T13:02:18.097Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true 13:02:18 [2020-07-17T13:02:18.097Z] === RUN TestAPIIpcModeShareableAndContainer 13:02:18 [2020-07-17T13:02:18.193Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 13:02:18 [2020-07-17T13:02:18.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 13:02:18 [2020-07-17T13:02:18.454Z] 13:02:18 [2020-07-17T13:02:18.454Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) 13:02:19 [2020-07-17T13:02:19.022Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) 13:02:19 [2020-07-17T13:02:19.022Z] Using test binary docker 13:02:19 [2020-07-17T13:02:19.022Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 13:02:19 [2020-07-17T13:02:19.022Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:02:19 [2020-07-17T13:02:19.022Z] INFO: Waiting for daemon to start... 13:02:19 [2020-07-17T13:02:19.022Z] Starting dockerd 13:02:19 [2020-07-17T13:02:19.604Z] --- PASS: TestExportContainerAfterDaemonRestart (3.29s) 13:02:19 [2020-07-17T13:02:19.604Z] === RUN TestHealthCheckWorkdir 13:02:20 [2020-07-17T13:02:20.166Z] --- PASS: TestHealthCheckWorkdir (0.56s) 13:02:20 [2020-07-17T13:02:20.166Z] === RUN TestHealthKillContainer 13:02:20 [2020-07-17T13:02:20.924Z] . 13:02:20 [2020-07-17T13:02:20.924Z] INFO: Building docker-sdk-python3:4.2.2... 13:02:21 [2020-07-17T13:02:21.614Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.88s) 13:02:21 [2020-07-17T13:02:21.614Z] === RUN TestAPIIpcModeHost 13:02:21 [2020-07-17T13:02:21.614Z] --- PASS: TestAPIIpcModeHost (0.60s) 13:02:21 [2020-07-17T13:02:21.614Z] === RUN TestDaemonIpcModeShareable 13:02:22 [2020-07-17T13:02:22.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 13:02:22 [2020-07-17T13:02:22.719Z] --- PASS: TestHealthKillContainer (2.48s) 13:02:22 [2020-07-17T13:02:22.719Z] === RUN TestInspectCpusetInConfigPre120 13:02:22 [2020-07-17T13:02:22.974Z] --- PASS: TestInspectCpusetInConfigPre120 (0.40s) 13:02:22 [2020-07-17T13:02:22.974Z] === RUN TestIpcModeNone 13:02:23 [2020-07-17T13:02:23.602Z] --- PASS: TestIpcModeNone (0.45s) 13:02:23 [2020-07-17T13:02:23.602Z] === RUN TestIpcModePrivate 13:02:23 [2020-07-17T13:02:23.687Z] --- PASS: TestDaemonIpcModeShareable (1.76s) 13:02:23 [2020-07-17T13:02:23.687Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true 13:02:23 [2020-07-17T13:02:23.687Z] === RUN TestDaemonIpcModePrivate 13:02:23 [2020-07-17T13:02:23.879Z] --- PASS: TestIpcModePrivate (0.47s) 13:02:23 [2020-07-17T13:02:23.879Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false 13:02:23 [2020-07-17T13:02:23.879Z] === RUN TestIpcModeShareable 13:02:23 [2020-07-17T13:02:23.879Z] --- SKIP: TestIpcModeShareable (0.00s) 13:02:23 [2020-07-17T13:02:23.879Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:02:23 [2020-07-17T13:02:23.879Z] === RUN TestAPIIpcModeShareableAndContainer 13:02:25 [2020-07-17T13:02:25.196Z] --- PASS: TestDaemonIpcModePrivate (1.71s) 13:02:25 [2020-07-17T13:02:25.197Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false 13:02:25 [2020-07-17T13:02:25.197Z] === RUN TestDaemonIpcModePrivateFromConfig 13:02:25 [2020-07-17T13:02:25.284Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.41s) 13:02:25 [2020-07-17T13:02:25.284Z] === RUN TestAPIIpcModeHost 13:02:25 [2020-07-17T13:02:25.284Z] --- SKIP: TestAPIIpcModeHost (0.00s) 13:02:25 [2020-07-17T13:02:25.284Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:02:25 [2020-07-17T13:02:25.284Z] === RUN TestDaemonIpcModeShareable 13:02:25 [2020-07-17T13:02:25.284Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) 13:02:25 [2020-07-17T13:02:25.284Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:02:25 [2020-07-17T13:02:25.284Z] === RUN TestDaemonIpcModePrivate 13:02:25 [2020-07-17T13:02:25.698Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 13:02:27 [2020-07-17T13:02:27.265Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s) 13:02:27 [2020-07-17T13:02:27.265Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false 13:02:27 [2020-07-17T13:02:27.265Z] === RUN TestDaemonIpcModeShareableFromConfig 13:02:27 [2020-07-17T13:02:27.842Z] --- PASS: TestDaemonIpcModePrivate (2.13s) 13:02:27 [2020-07-17T13:02:27.842Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestDaemonIpcModePrivateFromConfig 13:02:27 [2020-07-17T13:02:27.842Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) 13:02:27 [2020-07-17T13:02:27.842Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestDaemonIpcModeShareableFromConfig 13:02:27 [2020-07-17T13:02:27.842Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) 13:02:27 [2020-07-17T13:02:27.842Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestIpcModeOlderClient 13:02:27 [2020-07-17T13:02:27.842Z] === PAUSE TestIpcModeOlderClient 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestKillContainerInvalidSignal 13:02:27 [2020-07-17T13:02:27.842Z] --- PASS: TestKillContainerInvalidSignal (0.40s) 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestKillContainer 13:02:27 [2020-07-17T13:02:27.842Z] === RUN TestKillContainer/no_signal 13:02:28 [2020-07-17T13:02:28.445Z] === RUN TestKillContainer/non_killing_signal 13:02:28 [2020-07-17T13:02:28.445Z] === RUN TestKillContainer/killing_signal 13:02:28 [2020-07-17T13:02:28.775Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.82s) 13:02:28 [2020-07-17T13:02:28.775Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true 13:02:28 [2020-07-17T13:02:28.775Z] === RUN TestIpcModeOlderClient 13:02:28 [2020-07-17T13:02:28.775Z] === PAUSE TestIpcModeOlderClient 13:02:28 [2020-07-17T13:02:28.775Z] === RUN TestKillContainerInvalidSignal 13:02:29 [2020-07-17T13:02:29.006Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 13:02:29 [2020-07-17T13:02:29.051Z] --- PASS: TestKillContainer (1.18s) 13:02:29 [2020-07-17T13:02:29.051Z] --- PASS: TestKillContainer/no_signal (0.37s) 13:02:29 [2020-07-17T13:02:29.051Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) 13:02:29 [2020-07-17T13:02:29.051Z] --- PASS: TestKillContainer/killing_signal (0.39s) 13:02:29 [2020-07-17T13:02:29.051Z] === RUN TestKillWithStopSignalAndRestartPolicies 13:02:29 [2020-07-17T13:02:29.051Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 13:02:29 [2020-07-17T13:02:29.611Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 13:02:29 [2020-07-17T13:02:29.810Z] --- PASS: TestKillContainerInvalidSignal (0.86s) 13:02:29 [2020-07-17T13:02:29.810Z] === RUN TestKillContainer 13:02:29 [2020-07-17T13:02:29.810Z] === RUN TestKillContainer/no_signal 13:02:29 [2020-07-17T13:02:29.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.79s) 13:02:29 [2020-07-17T13:02:29.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.39s) 13:02:29 [2020-07-17T13:02:29.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) 13:02:29 [2020-07-17T13:02:29.909Z] === RUN TestKillStoppedContainer 13:02:29 [2020-07-17T13:02:29.909Z] --- PASS: TestKillStoppedContainer (0.04s) 13:02:29 [2020-07-17T13:02:29.909Z] === RUN TestKillStoppedContainerAPIPre120 13:02:29 [2020-07-17T13:02:29.909Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) 13:02:29 [2020-07-17T13:02:29.909Z] === RUN TestKillDifferentUserContainer 13:02:30 [2020-07-17T13:02:30.444Z] === RUN TestKillContainer/non_killing_signal 13:02:30 [2020-07-17T13:02:30.470Z] --- PASS: TestKillDifferentUserContainer (0.42s) 13:02:30 [2020-07-17T13:02:30.470Z] === RUN TestInspectOomKilledTrue 13:02:30 [2020-07-17T13:02:30.470Z] --- SKIP: TestInspectOomKilledTrue (0.00s) 13:02:30 [2020-07-17T13:02:30.470Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" 13:02:30 [2020-07-17T13:02:30.470Z] === RUN TestInspectOomKilledFalse 13:02:30 [2020-07-17T13:02:30.470Z] --- SKIP: TestInspectOomKilledFalse (0.00s) 13:02:30 [2020-07-17T13:02:30.470Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:02:30 [2020-07-17T13:02:30.470Z] === RUN TestLinksEtcHostsContentMatch 13:02:30 [2020-07-17T13:02:30.470Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) 13:02:30 [2020-07-17T13:02:30.470Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts 13:02:30 [2020-07-17T13:02:30.470Z] === RUN TestLinksContainerNames 13:02:31 [2020-07-17T13:02:31.076Z] === RUN TestKillContainer/killing_signal 13:02:31 [2020-07-17T13:02:31.395Z] --- PASS: TestLinksContainerNames (0.79s) 13:02:31 [2020-07-17T13:02:31.395Z] === RUN TestLogsFollowTailEmpty 13:02:31 [2020-07-17T13:02:31.651Z] --- PASS: TestLogsFollowTailEmpty (0.42s) 13:02:31 [2020-07-17T13:02:31.651Z] === RUN TestContainerNetworkMountsNoChown 13:02:31 [2020-07-17T13:02:31.907Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/default 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/default 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/private 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/private 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rprivate 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rprivate 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/slave 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/slave 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rslave 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rslave 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/shared 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/shared 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rshared 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rshared 13:02:31 [2020-07-17T13:02:31.907Z] === CONT TestMountDaemonRoot/default 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/default/mount_root 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/default/mount_root 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/default/mount_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/default/bind_root 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/default/bind_root 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/default/bind_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === CONT TestMountDaemonRoot/default/mount_root 13:02:31 [2020-07-17T13:02:31.907Z] === CONT TestMountDaemonRoot/rshared 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rshared/mount_root 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 13:02:31 [2020-07-17T13:02:31.907Z] === RUN TestMountDaemonRoot/rshared/bind_root 13:02:31 [2020-07-17T13:02:31.907Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 13:02:31 [2020-07-17T13:02:31.907Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 13:02:32 [2020-07-17T13:02:32.112Z] --- PASS: TestKillContainer (2.59s) 13:02:32 [2020-07-17T13:02:32.112Z] --- PASS: TestKillContainer/no_signal (0.85s) 13:02:32 [2020-07-17T13:02:32.112Z] --- PASS: TestKillContainer/non_killing_signal (0.47s) 13:02:32 [2020-07-17T13:02:32.112Z] --- PASS: TestKillContainer/killing_signal (0.84s) 13:02:32 [2020-07-17T13:02:32.112Z] === RUN TestKillWithStopSignalAndRestartPolicies 13:02:32 [2020-07-17T13:02:32.112Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 13:02:32 [2020-07-17T13:02:32.162Z] === CONT TestMountDaemonRoot/shared 13:02:32 [2020-07-17T13:02:32.162Z] === RUN TestMountDaemonRoot/shared/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/shared/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/shared/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/shared/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/shared/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/shared/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rslave 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rslave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rslave/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/slave 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/slave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/slave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/slave/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/slave/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/slave/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/slave/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rprivate 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rprivate/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rprivate/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/private 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/private/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/private/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/private/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/private/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === RUN TestMountDaemonRoot/private/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === PAUSE TestMountDaemonRoot/private/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/default/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/default/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/default/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rshared/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rshared/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/shared/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rslave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/shared/bind_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/shared/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/shared/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/slave/bind_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rslave/mount_root 13:02:32 [2020-07-17T13:02:32.163Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/rprivate/bind_root 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/slave/mount_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/slave/mount_root 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/slave/bind_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/private/bind_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/rprivate/mount_root 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/private/bind_root 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/private/mount_subpath 13:02:32 [2020-07-17T13:02:32.418Z] === CONT TestMountDaemonRoot/private/mount_root 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/default (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.03s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/private (0.00s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) 13:02:32 [2020-07-17T13:02:32.418Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.01s) 13:02:32 [2020-07-17T13:02:32.418Z] === RUN TestContainerBindMountNonRecursive 13:02:32 [2020-07-17T13:02:32.418Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) 13:02:32 [2020-07-17T13:02:32.418Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) 13:02:32 [2020-07-17T13:02:32.418Z] === RUN TestNetworkNat 13:02:32 [2020-07-17T13:02:32.980Z] --- PASS: TestNetworkNat (0.51s) 13:02:32 [2020-07-17T13:02:32.980Z] === RUN TestNetworkLocalhostTCPNat 13:02:33 [2020-07-17T13:02:33.148Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 13:02:33 [2020-07-17T13:02:33.200Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:02:33 [2020-07-17T13:02:33.200Z] Using test binary docker 13:02:33 [2020-07-17T13:02:33.200Z] +++ /etc/init.d/apparmor start 13:02:33 [2020-07-17T13:02:33.200Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:02:33 [2020-07-17T13:02:33.200Z] INFO: Waiting for daemon to start... 13:02:33 [2020-07-17T13:02:33.200Z] Starting dockerd 13:02:33 [2020-07-17T13:02:33.200Z] +++ 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 13:02:33 [2020-07-17T13:02:33.235Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) 13:02:33 [2020-07-17T13:02:33.235Z] === RUN TestNetworkLoopbackNat 13:02:33 [2020-07-17T13:02:33.781Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.69s) 13:02:33 [2020-07-17T13:02:33.781Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) 13:02:33 [2020-07-17T13:02:33.781Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.53s) 13:02:33 [2020-07-17T13:02:33.781Z] === RUN TestKillStoppedContainer 13:02:34 [2020-07-17T13:02:34.082Z] --- PASS: TestKillStoppedContainer (0.09s) 13:02:34 [2020-07-17T13:02:34.082Z] === RUN TestKillStoppedContainerAPIPre120 13:02:34 [2020-07-17T13:02:34.082Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) 13:02:34 [2020-07-17T13:02:34.082Z] === RUN TestKillDifferentUserContainer 13:02:35 [2020-07-17T13:02:35.107Z] . 13:02:35 [2020-07-17T13:02:35.107Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:02:35 [2020-07-17T13:02:35.107Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:02:35 [2020-07-17T13:02:35.107Z] Error: No such image: emptyfs 13:02:35 [2020-07-17T13:02:35.107Z] ++++ docker load 13:02:35 [2020-07-17T13:02:35.107Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:02:35 [2020-07-17T13:02:35.117Z] --- PASS: TestKillDifferentUserContainer (0.87s) 13:02:35 [2020-07-17T13:02:35.117Z] === RUN TestInspectOomKilledTrue 13:02:35 [2020-07-17T13:02:35.117Z] --- SKIP: TestInspectOomKilledTrue (0.00s) 13:02:35 [2020-07-17T13:02:35.117Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:02:35 [2020-07-17T13:02:35.117Z] === RUN TestInspectOomKilledFalse 13:02:35 [2020-07-17T13:02:35.117Z] --- SKIP: TestInspectOomKilledFalse (0.00s) 13:02:35 [2020-07-17T13:02:35.117Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:02:35 [2020-07-17T13:02:35.117Z] === RUN TestLinksEtcHostsContentMatch 13:02:35 [2020-07-17T13:02:35.410Z] --- PASS: TestLinksEtcHostsContentMatch (0.55s) 13:02:35 [2020-07-17T13:02:35.410Z] === RUN TestLinksContainerNames 13:02:35 [2020-07-17T13:02:35.676Z] Running integration-test (iteration 1) 13:02:35 [2020-07-17T13:02:35.676Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 13:02:35 [2020-07-17T13:02:35.676Z] ++ 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 13:02:35 [2020-07-17T13:02:35.676Z] ++ set -e 13:02:35 [2020-07-17T13:02:35.676Z] ++ '[' -n 0 ']' 13:02:35 [2020-07-17T13:02:35.676Z] ++ set -x 13:02:35 [2020-07-17T13:02:35.676Z] ++ 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 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 13:02:36 [2020-07-17T13:02:36.539Z] --- PASS: TestNetworkLoopbackNat (2.53s) 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestPause 13:02:36 [2020-07-17T13:02:36.539Z] --- SKIP: TestPause (0.00s) 13:02:36 [2020-07-17T13:02:36.539Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestPauseFailsOnWindowsServerContainers 13:02:36 [2020-07-17T13:02:36.539Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 13:02:36 [2020-07-17T13:02:36.539Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestPauseStopPausedContainer 13:02:36 [2020-07-17T13:02:36.539Z] --- SKIP: TestPauseStopPausedContainer (0.01s) 13:02:36 [2020-07-17T13:02:36.539Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestPsFilter 13:02:36 [2020-07-17T13:02:36.539Z] --- PASS: TestPsFilter (0.09s) 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestRemoveContainerWithRemovedVolume 13:02:36 [2020-07-17T13:02:36.539Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) 13:02:36 [2020-07-17T13:02:36.539Z] === RUN TestRemoveContainerWithVolume 13:02:36 [2020-07-17T13:02:36.795Z] --- PASS: TestRemoveContainerWithVolume (0.40s) 13:02:36 [2020-07-17T13:02:36.795Z] === RUN TestRemoveContainerRunning 13:02:37 [2020-07-17T13:02:37.357Z] --- PASS: TestRemoveContainerRunning (0.40s) 13:02:37 [2020-07-17T13:02:37.357Z] === RUN TestRemoveContainerForceRemoveRunning 13:02:37 [2020-07-17T13:02:37.480Z] --- PASS: TestLinksContainerNames (1.72s) 13:02:37 [2020-07-17T13:02:37.480Z] === RUN TestLogsFollowTailEmpty 13:02:37 [2020-07-17T13:02:37.613Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) 13:02:37 [2020-07-17T13:02:37.613Z] === RUN TestRemoveInvalidContainer 13:02:37 [2020-07-17T13:02:37.613Z] --- PASS: TestRemoveInvalidContainer (0.01s) 13:02:37 [2020-07-17T13:02:37.613Z] === RUN TestRenameLinkedContainer 13:02:38 [2020-07-17T13:02:38.114Z] --- PASS: TestLogsFollowTailEmpty (0.87s) 13:02:38 [2020-07-17T13:02:38.114Z] === RUN TestContainerNetworkMountsNoChown 13:02:38 [2020-07-17T13:02:38.748Z] --- PASS: TestContainerNetworkMountsNoChown (0.83s) 13:02:38 [2020-07-17T13:02:38.748Z] === RUN TestMountDaemonRoot 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/default 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/default 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/private 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/private 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rprivate 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rprivate 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/slave 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/slave 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rslave 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rslave 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/shared 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/shared 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rshared 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rshared 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/default 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/default/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/default/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/default/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/default/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/default/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/default/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/default/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/rshared 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rshared/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rshared/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/rshared/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/shared 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/shared/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/shared/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/shared/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/shared/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/shared/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/shared/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/rslave 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rslave/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rslave/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/slave 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/slave/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/slave/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/slave/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/slave/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/slave/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/slave/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/rprivate 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rprivate/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/rprivate/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/private 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/private/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/private/bind_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/private/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/private/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/private/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === RUN TestMountDaemonRoot/private/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/default/mount_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/default/mount_root 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/default/bind_subpath 13:02:39 [2020-07-17T13:02:39.041Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/rshared/mount_root 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/shared/bind_root 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/rslave/bind_root 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/shared/mount_subpath 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/shared/mount_root 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/shared/bind_subpath 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/slave/bind_root 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 13:02:39 [2020-07-17T13:02:39.333Z] === CONT TestMountDaemonRoot/rslave/mount_root 13:02:39 [2020-07-17T13:02:39.503Z] --- PASS: TestRenameLinkedContainer (1.59s) 13:02:39 [2020-07-17T13:02:39.503Z] === RUN TestRenameStoppedContainer 13:02:39 [2020-07-17T13:02:39.503Z] --- PASS: TestRenameStoppedContainer (0.38s) 13:02:39 [2020-07-17T13:02:39.503Z] === RUN TestRenameRunningContainerAndReuse 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/slave/mount_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/slave/mount_root 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/slave/bind_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/private/bind_root 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/rprivate/mount_root 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/rprivate/bind_root 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/private/mount_subpath 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/private/mount_root 13:02:39 [2020-07-17T13:02:39.624Z] === CONT TestMountDaemonRoot/private/bind_subpath 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot (0.03s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/default (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.08s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/private (0.00s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) 13:02:39 [2020-07-17T13:02:39.916Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) 13:02:39 [2020-07-17T13:02:39.916Z] === RUN TestContainerBindMountNonRecursive 13:02:40 [2020-07-17T13:02:40.429Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) 13:02:40 [2020-07-17T13:02:40.429Z] === RUN TestRenameInvalidName 13:02:40 [2020-07-17T13:02:40.990Z] --- PASS: TestRenameInvalidName (0.41s) 13:02:40 [2020-07-17T13:02:40.990Z] === RUN TestRenameAnonymousContainer 13:02:41 [2020-07-17T13:02:41.985Z] --- PASS: TestContainerBindMountNonRecursive (2.05s) 13:02:41 [2020-07-17T13:02:41.985Z] === RUN TestNetworkNat 13:02:42 [2020-07-17T13:02:42.398Z] --- PASS: TestRenameAnonymousContainer (1.45s) 13:02:42 [2020-07-17T13:02:42.398Z] === RUN TestRenameContainerWithSameName 13:02:42 [2020-07-17T13:02:42.618Z] --- PASS: TestNetworkNat (0.82s) 13:02:42 [2020-07-17T13:02:42.618Z] === RUN TestNetworkLocalhostTCPNat 13:02:42 [2020-07-17T13:02:42.654Z] --- PASS: TestRenameContainerWithSameName (0.39s) 13:02:42 [2020-07-17T13:02:42.654Z] === RUN TestRenameContainerWithLinkedContainer 13:02:43 [2020-07-17T13:02:43.581Z] --- PASS: TestRenameContainerWithLinkedContainer (0.78s) 13:02:43 [2020-07-17T13:02:43.581Z] === RUN TestResize 13:02:43 [2020-07-17T13:02:43.654Z] --- PASS: TestNetworkLocalhostTCPNat (0.89s) 13:02:43 [2020-07-17T13:02:43.654Z] === RUN TestNetworkLoopbackNat 13:02:43 [2020-07-17T13:02:43.837Z] --- PASS: TestResize (0.47s) 13:02:43 [2020-07-17T13:02:43.837Z] === RUN TestResizeWithInvalidSize 13:02:44 [2020-07-17T13:02:44.397Z] --- PASS: TestResizeWithInvalidSize (0.41s) 13:02:44 [2020-07-17T13:02:44.397Z] === RUN TestResizeWhenContainerNotStarted 13:02:44 [2020-07-17T13:02:44.653Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) 13:02:44 [2020-07-17T13:02:44.653Z] === RUN TestDaemonRestartKillContainers 13:02:44 [2020-07-17T13:02:44.653Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) 13:02:44 [2020-07-17T13:02:44.653Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore 13:02:44 [2020-07-17T13:02:44.653Z] === RUN TestCgroupNamespacesRun 13:02:46 [2020-07-17T13:02:46.964Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 13:02:46 [2020-07-17T13:02:46.964Z] 13:02:46 [2020-07-17T13:02:46.964Z] ---> Making bundle: test-integration (in bundles/test-integration) 13:02:46 [2020-07-17T13:02:46.964Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 13:02:46 [2020-07-17T13:02:46.964Z] HOSTNAME=4da1994db0c8 13:02:46 [2020-07-17T13:02:46.964Z] TESTDEBUG=0 13:02:46 [2020-07-17T13:02:46.964Z] DEST=bundles/test-integration 13:02:46 [2020-07-17T13:02:46.964Z] PWD=/go/src/github.com/docker/docker 13:02:46 [2020-07-17T13:02:46.964Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 13:02:46 [2020-07-17T13:02:46.964Z] container=docker 13:02:46 [2020-07-17T13:02:46.964Z] HOME=/root 13:02:46 [2020-07-17T13:02:46.964Z] GOLANG_VERSION=1.13.12 13:02:46 [2020-07-17T13:02:46.964Z] VALIDATE_REPO=https://github.com/moby/moby.git 13:02:46 [2020-07-17T13:02:46.964Z] VALIDATE_BRANCH=master 13:02:46 [2020-07-17T13:02:46.964Z] TERM=xterm 13:02:46 [2020-07-17T13:02:46.964Z] DOCKER_PKG=github.com/docker/docker 13:02:46 [2020-07-17T13:02:46.964Z] SHLVL=1 13:02:46 [2020-07-17T13:02:46.964Z] TIMEOUT=120m 13:02:46 [2020-07-17T13:02:46.964Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 13:02:46 [2020-07-17T13:02:46.964Z] DOCKER_GRAPHDRIVER=overlay2 13:02:46 [2020-07-17T13:02:46.964Z] GO111MODULE=off 13:02:46 [2020-07-17T13:02:46.964Z] DOCKER_EXPERIMENTAL=1 13:02:46 [2020-07-17T13:02:46.964Z] TEST_SKIP_INTEGRATION_CLI=1 13:02:46 [2020-07-17T13:02:46.964Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:02:46 [2020-07-17T13:02:46.964Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 13:02:46 [2020-07-17T13:02:46.964Z] GOPATH=/go 13:02:46 [2020-07-17T13:02:46.964Z] PKG_CONFIG=pkg-config 13:02:46 [2020-07-17T13:02:46.964Z] _=/usr/bin/env 13:02:46 [2020-07-17T13:02:46.964Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 13:02:47 [2020-07-17T13:02:47.166Z] --- PASS: TestCgroupNamespacesRun (2.13s) 13:02:47 [2020-07-17T13:02:47.166Z] === RUN TestCgroupNamespacesRunPrivileged 13:02:47 [2020-07-17T13:02:47.205Z] --- PASS: TestNetworkLoopbackNat (3.24s) 13:02:47 [2020-07-17T13:02:47.205Z] === RUN TestPause 13:02:47 [2020-07-17T13:02:47.498Z] --- PASS: TestPause (0.85s) 13:02:47 [2020-07-17T13:02:47.498Z] === RUN TestPauseFailsOnWindowsServerContainers 13:02:47 [2020-07-17T13:02:47.498Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 13:02:47 [2020-07-17T13:02:47.498Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:02:47 [2020-07-17T13:02:47.498Z] === RUN TestPauseStopPausedContainer 13:02:48 [2020-07-17T13:02:48.534Z] --- PASS: TestPauseStopPausedContainer (0.91s) 13:02:48 [2020-07-17T13:02:48.534Z] === RUN TestPsFilter 13:02:48 [2020-07-17T13:02:48.833Z] --- PASS: TestPsFilter (0.26s) 13:02:48 [2020-07-17T13:02:48.833Z] === RUN TestRemoveContainerWithRemovedVolume 13:02:49 [2020-07-17T13:02:49.052Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.08s) 13:02:49 [2020-07-17T13:02:49.052Z] === RUN TestCgroupNamespacesRunDaemonHostMode 13:02:49 [2020-07-17T13:02:49.869Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.86s) 13:02:49 [2020-07-17T13:02:49.869Z] === RUN TestRemoveContainerWithVolume 13:02:50 [2020-07-17T13:02:50.508Z] --- PASS: TestRemoveContainerWithVolume (0.87s) 13:02:50 [2020-07-17T13:02:50.508Z] === RUN TestRemoveContainerRunning 13:02:51 [2020-07-17T13:02:51.547Z] --- PASS: TestRemoveContainerRunning (0.94s) 13:02:51 [2020-07-17T13:02:51.547Z] === RUN TestRemoveContainerForceRemoveRunning 13:02:51 [2020-07-17T13:02:51.565Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.13s) 13:02:51 [2020-07-17T13:02:51.565Z] === RUN TestCgroupNamespacesRunHostMode 13:02:52 [2020-07-17T13:02:52.582Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s) 13:02:52 [2020-07-17T13:02:52.582Z] === RUN TestRemoveInvalidContainer 13:02:52 [2020-07-17T13:02:52.582Z] --- PASS: TestRemoveInvalidContainer (0.01s) 13:02:52 [2020-07-17T13:02:52.582Z] === RUN TestRenameLinkedContainer 13:02:53 [2020-07-17T13:02:53.450Z] --- PASS: TestCgroupNamespacesRunHostMode (2.15s) 13:02:53 [2020-07-17T13:02:53.450Z] === RUN TestCgroupNamespacesRunPrivateMode 13:02:55 [2020-07-17T13:02:55.337Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.10s) 13:02:55 [2020-07-17T13:02:55.337Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 13:02:56 [2020-07-17T13:02:56.110Z] --- PASS: TestRenameLinkedContainer (3.72s) 13:02:56 [2020-07-17T13:02:56.110Z] === RUN TestRenameStoppedContainer 13:02:57 [2020-07-17T13:02:57.147Z] --- PASS: TestRenameStoppedContainer (0.90s) 13:02:57 [2020-07-17T13:02:57.147Z] === RUN TestRenameRunningContainerAndReuse 13:02:57 [2020-07-17T13:02:57.850Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.09s) 13:02:57 [2020-07-17T13:02:57.850Z] === RUN TestCgroupNamespacesRunInvalidMode 13:02:59 [2020-07-17T13:02:59.213Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.69s) 13:02:59 [2020-07-17T13:02:59.213Z] === RUN TestCgroupNamespacesRunOlderClient 13:02:59 [2020-07-17T13:02:59.218Z] --- PASS: TestRenameRunningContainerAndReuse (1.85s) 13:02:59 [2020-07-17T13:02:59.218Z] === RUN TestRenameInvalidName 13:02:59 [2020-07-17T13:02:59.850Z] --- PASS: TestRenameInvalidName (0.90s) 13:02:59 [2020-07-17T13:02:59.850Z] === RUN TestRenameAnonymousContainer 13:03:01 [2020-07-17T13:03:01.726Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.12s) 13:03:01 [2020-07-17T13:03:01.726Z] === RUN TestKernelTCPMemory 13:03:01 [2020-07-17T13:03:01.726Z] --- SKIP: TestKernelTCPMemory (0.03s) 13:03:01 [2020-07-17T13:03:01.726Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:01 [2020-07-17T13:03:01.726Z] === RUN TestNISDomainname 13:03:01 [2020-07-17T13:03:01.726Z] --- SKIP: TestNISDomainname (0.01s) 13:03:01 [2020-07-17T13:03:01.726Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) 13:03:01 [2020-07-17T13:03:01.726Z] === RUN TestHostnameDnsResolution 13:03:01 [2020-07-17T13:03:01.982Z] --- PASS: TestHostnameDnsResolution (0.60s) 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStats 13:03:01 [2020-07-17T13:03:01.982Z] --- SKIP: TestStats (0.00s) 13:03:01 [2020-07-17T13:03:01.982Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStopContainerWithTimeout 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStopContainerWithTimeout/0 13:03:01 [2020-07-17T13:03:01.982Z] === PAUSE TestStopContainerWithTimeout/0 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStopContainerWithTimeout/1 13:03:01 [2020-07-17T13:03:01.982Z] === PAUSE TestStopContainerWithTimeout/1 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStopContainerWithTimeout/3 13:03:01 [2020-07-17T13:03:01.982Z] === PAUSE TestStopContainerWithTimeout/3 13:03:01 [2020-07-17T13:03:01.982Z] === RUN TestStopContainerWithTimeout/-1 13:03:01 [2020-07-17T13:03:01.982Z] === PAUSE TestStopContainerWithTimeout/-1 13:03:01 [2020-07-17T13:03:01.982Z] === CONT TestStopContainerWithTimeout/0 13:03:01 [2020-07-17T13:03:01.982Z] === CONT TestStopContainerWithTimeout/3 13:03:02 [2020-07-17T13:03:02.542Z] === CONT TestStopContainerWithTimeout/-1 13:03:04 [2020-07-17T13:03:04.429Z] === CONT TestStopContainerWithTimeout/1 13:03:05 [2020-07-17T13:03:05.112Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 13:03:05 [2020-07-17T13:03:05.417Z] --- PASS: TestRenameAnonymousContainer (4.98s) 13:03:05 [2020-07-17T13:03:05.417Z] === RUN TestRenameContainerWithSameName 13:03:05 [2020-07-17T13:03:05.708Z] --- PASS: TestRenameContainerWithSameName (0.93s) 13:03:05 [2020-07-17T13:03:05.708Z] === RUN TestRenameContainerWithLinkedContainer 13:03:06 [2020-07-17T13:03:06.315Z] --- PASS: TestStopContainerWithTimeout (0.01s) 13:03:06 [2020-07-17T13:03:06.315Z] --- PASS: TestStopContainerWithTimeout/0 (0.62s) 13:03:06 [2020-07-17T13:03:06.315Z] --- PASS: TestStopContainerWithTimeout/3 (2.66s) 13:03:06 [2020-07-17T13:03:06.315Z] --- PASS: TestStopContainerWithTimeout/-1 (2.40s) 13:03:06 [2020-07-17T13:03:06.315Z] --- PASS: TestStopContainerWithTimeout/1 (1.40s) 13:03:06 [2020-07-17T13:03:06.315Z] === RUN TestDeleteDevicemapper 13:03:06 [2020-07-17T13:03:06.315Z] --- SKIP: TestDeleteDevicemapper (0.00s) 13:03:06 [2020-07-17T13:03:06.315Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:03:06 [2020-07-17T13:03:06.315Z] === RUN TestStopContainerWithRestartPolicyAlways 13:03:06 [2020-07-17T13:03:06.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 13:03:07 [2020-07-17T13:03:07.241Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.41s) 13:03:07 [2020-07-17T13:03:07.241Z] === RUN TestUpdateMemory 13:03:07 [2020-07-17T13:03:07.241Z] --- SKIP: TestUpdateMemory (0.00s) 13:03:07 [2020-07-17T13:03:07.241Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:07 [2020-07-17T13:03:07.241Z] === RUN TestUpdateCPUQuota 13:03:07 [2020-07-17T13:03:07.241Z] --- SKIP: TestUpdateCPUQuota (0.00s) 13:03:07 [2020-07-17T13:03:07.241Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:07 [2020-07-17T13:03:07.241Z] === RUN TestUpdatePidsLimit 13:03:07 [2020-07-17T13:03:07.241Z] --- SKIP: TestUpdatePidsLimit (0.00s) 13:03:07 [2020-07-17T13:03:07.241Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:07 [2020-07-17T13:03:07.242Z] === RUN TestUpdateRestartPolicy 13:03:07 [2020-07-17T13:03:07.618Z] sha256:b5eff3802156e8429c08732743a0a3cb9d12df1e9d7b114e53a2d8bd9fae065b 13:03:07 [2020-07-17T13:03:07.618Z] INFO: Starting docker-py tests... 13:03:07 [2020-07-17T13:03:07.618Z] ============================= test session starts ============================== 13:03:07 [2020-07-17T13:03:07.618Z] platform linux -- Python 3.7.8, pytest-4.3.1, py-1.9.0, pluggy-0.13.1 13:03:07 [2020-07-17T13:03:07.618Z] rootdir: /src, inifile: pytest.ini 13:03:07 [2020-07-17T13:03:07.618Z] plugins: cov-2.6.1, timeout-1.3.3 13:03:07 [2020-07-17T13:03:07.618Z] collected 388 items / 2 deselected / 386 selected 13:03:07 [2020-07-17T13:03:07.618Z] 13:03:07 [2020-07-17T13:03:07.817Z] --- PASS: TestRenameContainerWithLinkedContainer (1.77s) 13:03:07 [2020-07-17T13:03:07.817Z] === RUN TestResize 13:03:08 [2020-07-17T13:03:08.451Z] --- PASS: TestResize (0.85s) 13:03:08 [2020-07-17T13:03:08.451Z] === RUN TestResizeWithInvalidSize 13:03:09 [2020-07-17T13:03:09.048Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 13:03:09 [2020-07-17T13:03:09.087Z] --- PASS: TestResizeWithInvalidSize (0.81s) 13:03:09 [2020-07-17T13:03:09.087Z] === RUN TestResizeWhenContainerNotStarted 13:03:10 [2020-07-17T13:03:10.124Z] --- PASS: TestResizeWhenContainerNotStarted (0.81s) 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:03:10 [2020-07-17T13:03:10.124Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:03:12 [2020-07-17T13:03:12.198Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:03:12 [2020-07-17T13:03:12.503Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:03:13 [2020-07-17T13:03:13.542Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:03:13 [2020-07-17T13:03:13.834Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:03:14 [2020-07-17T13:03:14.413Z] Loaded image: buildpack-deps:buster 13:03:14 [2020-07-17T13:03:14.413Z] Loaded image: busybox:latest 13:03:14 [2020-07-17T13:03:14.413Z] Loaded image: busybox:glibc 13:03:14 [2020-07-17T13:03:14.413Z] Loaded image: debian:buster 13:03:14 [2020-07-17T13:03:14.413Z] Loaded image: hello-world:latest 13:03:14 [2020-07-17T13:03:14.672Z] INFO: Testing against a local daemon 13:03:14 [2020-07-17T13:03:14.672Z] === RUN TestCgroupNamespacesBuild 13:03:14 [2020-07-17T13:03:14.871Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:03:15 [2020-07-17T13:03:15.504Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:03:16 [2020-07-17T13:03:16.582Z] --- PASS: TestCgroupNamespacesBuild (2.07s) 13:03:16 [2020-07-17T13:03:16.583Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 13:03:17 [2020-07-17T13:03:17.018Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/backend/build [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/server/middleware 0.008s coverage: 37.7% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/build [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/container [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/debug [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/image [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/network [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/session [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/types/strslice 0.016s coverage: 90.0% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/types/filters 0.023s coverage: 92.2% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 5.1% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/system [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/server/router/volume [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/backend [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/container [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/events [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/image [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/mount [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/network [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/registry [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/swarm [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/types/versions 0.024s coverage: 75.0% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/api/types/time 0.017s coverage: 100.0% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/api/types/volume [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/builder/dockerignore 0.005s coverage: 96.8% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements 13:03:17 [2020-07-17T13:03:17.445Z] ok github.com/docker/docker/builder/remotecontext/git 3.783s coverage: 86.3% of statements 13:03:17 [2020-07-17T13:03:17.658Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:03:18 [2020-07-17T13:03:18.097Z] ok github.com/docker/docker/builder/remotecontext 0.504s coverage: 13.6% of statements 13:03:19 [2020-07-17T13:03:19.124Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.99s) 13:03:19 [2020-07-17T13:03:19.124Z] === RUN TestBuildWithSession 13:03:19 [2020-07-17T13:03:19.124Z] --- SKIP: TestBuildWithSession (0.00s) 13:03:19 [2020-07-17T13:03:19.124Z] build_session_test.go:25: TODO: BuildKit 13:03:19 [2020-07-17T13:03:19.124Z] === RUN TestBuildSquashParent 13:03:19 [2020-07-17T13:03:19.161Z] ok github.com/docker/docker/builder/dockerfile 1.381s coverage: 48.1% of statements 13:03:19 [2020-07-17T13:03:19.161Z] ? github.com/docker/docker/cli [no test files] 13:03:19 [2020-07-17T13:03:19.161Z] ? github.com/docker/docker/cli/config [no test files] 13:03:19 [2020-07-17T13:03:19.444Z] --- PASS: TestUpdateRestartPolicy (10.88s) 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestUpdateRestartWithAutoRemove 13:03:19 [2020-07-17T13:03:19.444Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s) 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitNonBlocked 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 13:03:19 [2020-07-17T13:03:19.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 13:03:19 [2020-07-17T13:03:19.444Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 13:03:19 [2020-07-17T13:03:19.444Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 13:03:19 [2020-07-17T13:03:19.444Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 13:03:19 [2020-07-17T13:03:19.444Z] --- PASS: TestWaitNonBlocked (0.01s) 13:03:19 [2020-07-17T13:03:19.444Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.56s) 13:03:19 [2020-07-17T13:03:19.444Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.61s) 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitBlocked 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 13:03:19 [2020-07-17T13:03:19.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 13:03:19 [2020-07-17T13:03:19.444Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 13:03:19 [2020-07-17T13:03:19.444Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 13:03:19 [2020-07-17T13:03:19.444Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 13:03:19 [2020-07-17T13:03:19.444Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 13:03:19 [2020-07-17T13:03:19.731Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:03:20 [2020-07-17T13:03:20.050Z] --- PASS: TestWaitBlocked (0.01s) 13:03:20 [2020-07-17T13:03:20.050Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.63s) 13:03:20 [2020-07-17T13:03:20.050Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) 13:03:20 [2020-07-17T13:03:20.050Z] === CONT TestDaemonRestartIpcMode 13:03:20 [2020-07-17T13:03:20.050Z] === CONT TestIpcModeOlderClient 13:03:20 [2020-07-17T13:03:20.050Z] --- PASS: TestIpcModeOlderClient (0.10s) 13:03:20 [2020-07-17T13:03:20.770Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:03:22 [2020-07-17T13:03:22.729Z] tests/integration/api_build_test.py .......................X [ 6%] 13:03:23 [2020-07-17T13:03:23.295Z] tests/integration/api_client_test.py ..... [ 7%] 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.98s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.45s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.42s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.48s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.48s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.50s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.30s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.32s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.65s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.15s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.41s) 13:03:23 [2020-07-17T13:03:23.504Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.33s) 13:03:23 [2020-07-17T13:03:23.504Z] === RUN TestCgroupNamespacesRun 13:03:24 [2020-07-17T13:03:24.213Z] --- PASS: TestDaemonRestartIpcMode (4.10s) 13:03:24 [2020-07-17T13:03:24.213Z] PASS 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.213Z] === Skipped 13:03:24 [2020-07-17T13:03:24.213Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) 13:03:24 [2020-07-17T13:03:24.213Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.213Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) 13:03:24 [2020-07-17T13:03:24.213Z] daemon_linux_test.go:33: (*Execution).IsRootless-fm 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.213Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) 13:03:24 [2020-07-17T13:03:24.213Z] daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.213Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) 13:03:24 [2020-07-17T13:03:24.213Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.213Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) 13:03:24 [2020-07-17T13:03:24.213Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:03:24 [2020-07-17T13:03:24.213Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] kill_test.go:152: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) 13:03:24 [2020-07-17T13:03:24.214Z] mounts_linux_test.go:217: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97) 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestPause (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) 13:03:24 [2020-07-17T13:03:24.214Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.03s) 13:03:24 [2020-07-17T13:03:24.214Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) 13:03:24 [2020-07-17T13:03:24.214Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestStats (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) 13:03:24 [2020-07-17T13:03:24.214Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] 13:03:24 [2020-07-17T13:03:24.214Z] DONE 185 tests, 24 skipped in 78.111s 13:03:24 [2020-07-17T13:03:24.214Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 13:03:24 [2020-07-17T13:03:24.469Z] INFO: Testing against a local daemon 13:03:24 [2020-07-17T13:03:24.469Z] === RUN TestCommitInheritsEnv 13:03:24 [2020-07-17T13:03:24.795Z] ok github.com/docker/docker/client 0.517s coverage: 75.4% of statements 13:03:24 [2020-07-17T13:03:24.798Z] tests/integration/api_config_test.py ..... [ 8%] 13:03:25 [2020-07-17T13:03:25.054Z] --- PASS: TestCgroupNamespacesRun (1.73s) 13:03:25 [2020-07-17T13:03:25.054Z] === RUN TestCgroupNamespacesRunPrivileged 13:03:26 [2020-07-17T13:03:26.418Z] --- PASS: TestCommitInheritsEnv (1.71s) 13:03:26 [2020-07-17T13:03:26.418Z] === RUN TestImportExtremelyLargeImageWorks 13:03:26 [2020-07-17T13:03:26.418Z] === PAUSE TestImportExtremelyLargeImageWorks 13:03:26 [2020-07-17T13:03:26.418Z] === RUN TestImagesFilterMultiReference 13:03:26 [2020-07-17T13:03:26.418Z] --- PASS: TestImagesFilterMultiReference (0.07s) 13:03:26 [2020-07-17T13:03:26.418Z] === RUN TestImagePullPlatformInvalid 13:03:26 [2020-07-17T13:03:26.418Z] --- PASS: TestImagePullPlatformInvalid (0.02s) 13:03:26 [2020-07-17T13:03:26.418Z] === RUN TestRemoveImageOrphaning 13:03:26 [2020-07-17T13:03:26.564Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.67s) 13:03:26 [2020-07-17T13:03:26.564Z] === RUN TestCgroupNamespacesRunDaemonHostMode 13:03:27 [2020-07-17T13:03:27.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestRemoveImageOrphaning (1.92s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestRemoveImageGarbageCollector 13:03:28 [2020-07-17T13:03:28.345Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 13:03:28 [2020-07-17T13:03:28.345Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagUnprefixedRepoByNameOrName 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagInvalidReference 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagInvalidReference (0.01s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagValidPrefixedRepo 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagValidPrefixedRepo (0.05s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagExistedNameWithoutForce 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagOfficialNames 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagOfficialNames (0.05s) 13:03:28 [2020-07-17T13:03:28.345Z] === RUN TestTagMatchesDigest 13:03:28 [2020-07-17T13:03:28.345Z] --- PASS: TestTagMatchesDigest (0.01s) 13:03:28 [2020-07-17T13:03:28.345Z] === CONT TestImportExtremelyLargeImageWorks 13:03:28 [2020-07-17T13:03:28.578Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 13:03:28 [2020-07-17T13:03:28.635Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.81s) 13:03:28 [2020-07-17T13:03:28.635Z] === RUN TestCgroupNamespacesRunHostMode 13:03:29 [2020-07-17T13:03:29.118Z] --- PASS: TestBuildSquashParent (8.90s) 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:03:29 [2020-07-17T13:03:29.118Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:03:29 [2020-07-17T13:03:29.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:03:29 [2020-07-17T13:03:29.118Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.118Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:03:29 [2020-07-17T13:03:29.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 13:03:30 [2020-07-17T13:03:30.145Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) 13:03:30 [2020-07-17T13:03:30.145Z] === RUN TestCgroupNamespacesRunPrivateMode 13:03:30 [2020-07-17T13:03:30.500Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:03:30 [2020-07-17T13:03:30.500Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:03:31 [2020-07-17T13:03:31.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 13:03:31 [2020-07-17T13:03:31.616Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 13:03:32 [2020-07-17T13:03:32.231Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.76s) 13:03:32 [2020-07-17T13:03:32.231Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 13:03:33 [2020-07-17T13:03:33.042Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:03:33 [2020-07-17T13:03:33.302Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:03:33 [2020-07-17T13:03:33.542Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 13:03:33 [2020-07-17T13:03:33.739Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.66s) 13:03:33 [2020-07-17T13:03:33.739Z] === RUN TestCgroupNamespacesRunInvalidMode 13:03:34 [2020-07-17T13:03:34.372Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s) 13:03:34 [2020-07-17T13:03:34.372Z] === RUN TestCgroupNamespacesRunOlderClient 13:03:36 [2020-07-17T13:03:36.444Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) 13:03:36 [2020-07-17T13:03:36.444Z] === RUN TestKernelTCPMemory 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.65s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.95s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.89s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.78s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.97s) 13:03:36 [2020-07-17T13:03:36.597Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.87s) 13:03:36 [2020-07-17T13:03:36.597Z] === RUN TestBuildMultiStageCopy 13:03:36 [2020-07-17T13:03:36.597Z] === RUN TestBuildMultiStageCopy/copy_to_root 13:03:36 [2020-07-17T13:03:36.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 13:03:37 [2020-07-17T13:03:37.077Z] --- PASS: TestKernelTCPMemory (0.92s) 13:03:37 [2020-07-17T13:03:37.077Z] === RUN TestNISDomainname 13:03:38 [2020-07-17T13:03:38.129Z] --- PASS: TestNISDomainname (0.98s) 13:03:38 [2020-07-17T13:03:38.129Z] === RUN TestHostnameDnsResolution 13:03:38 [2020-07-17T13:03:38.504Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 13:03:38 [2020-07-17T13:03:38.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 13:03:39 [2020-07-17T13:03:39.072Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 13:03:39 [2020-07-17T13:03:39.112Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] 13:03:39 [2020-07-17T13:03:39.641Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 13:03:39 [2020-07-17T13:03:39.648Z] --- PASS: TestHostnameDnsResolution (1.73s) 13:03:39 [2020-07-17T13:03:39.648Z] === RUN TestStats 13:03:40 [2020-07-17T13:03:40.209Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 13:03:40 [2020-07-17T13:03:40.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy (4.54s) 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.36s) 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.55s) 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s) 13:03:40 [2020-07-17T13:03:40.778Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s) 13:03:40 [2020-07-17T13:03:40.778Z] === RUN TestBuildMultiStageParentConfig 13:03:41 [2020-07-17T13:03:41.260Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 13:03:42 [2020-07-17T13:03:42.209Z] --- PASS: TestBuildMultiStageParentConfig (1.40s) 13:03:42 [2020-07-17T13:03:42.209Z] === RUN TestBuildLabelWithTargets 13:03:43 [2020-07-17T13:03:43.167Z] --- PASS: TestStats (2.91s) 13:03:43 [2020-07-17T13:03:43.168Z] === RUN TestStopContainerWithTimeout 13:03:43 [2020-07-17T13:03:43.168Z] === RUN TestStopContainerWithTimeout/0 13:03:43 [2020-07-17T13:03:43.168Z] === PAUSE TestStopContainerWithTimeout/0 13:03:43 [2020-07-17T13:03:43.168Z] === RUN TestStopContainerWithTimeout/1 13:03:43 [2020-07-17T13:03:43.168Z] === PAUSE TestStopContainerWithTimeout/1 13:03:43 [2020-07-17T13:03:43.168Z] === RUN TestStopContainerWithTimeout/3 13:03:43 [2020-07-17T13:03:43.168Z] === PAUSE TestStopContainerWithTimeout/3 13:03:43 [2020-07-17T13:03:43.168Z] === RUN TestStopContainerWithTimeout/-1 13:03:43 [2020-07-17T13:03:43.168Z] === PAUSE TestStopContainerWithTimeout/-1 13:03:43 [2020-07-17T13:03:43.168Z] === CONT TestStopContainerWithTimeout/0 13:03:43 [2020-07-17T13:03:43.168Z] === CONT TestStopContainerWithTimeout/-1 13:03:43 [2020-07-17T13:03:43.179Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 13:03:43 [2020-07-17T13:03:43.853Z] === CONT TestStopContainerWithTimeout/3 13:03:44 [2020-07-17T13:03:44.571Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 13:03:44 [2020-07-17T13:03:44.746Z] --- PASS: TestBuildLabelWithTargets (2.16s) 13:03:44 [2020-07-17T13:03:44.746Z] === RUN TestBuildWithEmptyLayers 13:03:45 [2020-07-17T13:03:45.684Z] --- PASS: TestBuildWithEmptyLayers (1.25s) 13:03:45 [2020-07-17T13:03:45.684Z] === RUN TestBuildMultiStageOnBuild 13:03:45 [2020-07-17T13:03:45.926Z] === CONT TestStopContainerWithTimeout/1 13:03:46 [2020-07-17T13:03:46.492Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 13:03:47 [2020-07-17T13:03:47.441Z] --- PASS: TestStopContainerWithTimeout (0.01s) 13:03:47 [2020-07-17T13:03:47.441Z] --- PASS: TestStopContainerWithTimeout/0 (0.92s) 13:03:47 [2020-07-17T13:03:47.441Z] --- PASS: TestStopContainerWithTimeout/-1 (2.83s) 13:03:47 [2020-07-17T13:03:47.441Z] --- PASS: TestStopContainerWithTimeout/3 (2.81s) 13:03:47 [2020-07-17T13:03:47.441Z] --- PASS: TestStopContainerWithTimeout/1 (1.86s) 13:03:47 [2020-07-17T13:03:47.441Z] === RUN TestDeleteDevicemapper 13:03:47 [2020-07-17T13:03:47.441Z] --- SKIP: TestDeleteDevicemapper (0.00s) 13:03:47 [2020-07-17T13:03:47.441Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:03:47 [2020-07-17T13:03:47.441Z] === RUN TestStopContainerWithRestartPolicyAlways 13:03:47 [2020-07-17T13:03:47.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 13:03:48 [2020-07-17T13:03:48.974Z] --- PASS: TestBuildMultiStageOnBuild (2.83s) 13:03:48 [2020-07-17T13:03:48.974Z] === RUN TestBuildUncleanTarFilenames 13:03:49 [2020-07-17T13:03:49.269Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 13:03:49 [2020-07-17T13:03:49.911Z] --- PASS: TestBuildUncleanTarFilenames (1.64s) 13:03:49 [2020-07-17T13:03:49.911Z] === RUN TestBuildMultiStageLayerLeak 13:03:50 [2020-07-17T13:03:50.656Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:03:50 [2020-07-17T13:03:50.656Z] Using test binary docker 13:03:50 [2020-07-17T13:03:50.656Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 13:03:50 [2020-07-17T13:03:50.656Z] +++ /etc/init.d/apparmor start 13:03:50 [2020-07-17T13:03:50.656Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:03:50 [2020-07-17T13:03:50.656Z] INFO: Waiting for daemon to start... 13:03:50 [2020-07-17T13:03:50.656Z] Starting dockerd 13:03:50 [2020-07-17T13:03:50.656Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental 13:03:50 [2020-07-17T13:03:50.977Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.66s) 13:03:50 [2020-07-17T13:03:50.977Z] === RUN TestUpdateMemory 13:03:50 [2020-07-17T13:03:50.977Z] --- SKIP: TestUpdateMemory (0.00s) 13:03:50 [2020-07-17T13:03:50.977Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:03:50 [2020-07-17T13:03:50.977Z] === RUN TestUpdateCPUQuota 13:03:52 [2020-07-17T13:03:52.485Z] --- PASS: TestUpdateCPUQuota (1.17s) 13:03:52 [2020-07-17T13:03:52.485Z] === RUN TestUpdatePidsLimit 13:03:52 [2020-07-17T13:03:52.485Z] === RUN TestUpdatePidsLimit/update_from_none 13:03:52 [2020-07-17T13:03:52.781Z] === RUN TestUpdatePidsLimit/no_change 13:03:53 [2020-07-17T13:03:53.074Z] === RUN TestUpdatePidsLimit/update_lower 13:03:53 [2020-07-17T13:03:53.200Z] --- PASS: TestBuildMultiStageLayerLeak (3.02s) 13:03:53 [2020-07-17T13:03:53.200Z] === RUN TestBuildWithHugeFile 13:03:53 [2020-07-17T13:03:53.367Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 13:03:54 [2020-07-17T13:03:54.003Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 13:03:54 [2020-07-17T13:03:54.296Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 13:03:54 [2020-07-17T13:03:54.588Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit (3.88s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/update_lower (0.40s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) 13:03:56 [2020-07-17T13:03:56.103Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) 13:03:56 [2020-07-17T13:03:56.103Z] === RUN TestUpdateRestartPolicy 13:03:57 [2020-07-17T13:03:57.243Z] . 13:03:57 [2020-07-17T13:03:57.243Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:03:57 [2020-07-17T13:03:57.243Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:03:57 [2020-07-17T13:03:57.243Z] Error: No such image: emptyfs 13:03:57 [2020-07-17T13:03:57.243Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:03:57 [2020-07-17T13:03:57.243Z] ++++ docker load 13:03:57 [2020-07-17T13:03:57.505Z] Running integration-test (iteration 1) 13:03:57 [2020-07-17T13:03:57.505Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 13:03:57 [2020-07-17T13:03:57.505Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 13:03:57 [2020-07-17T13:03:57.505Z] ++ set -e 13:03:57 [2020-07-17T13:03:57.505Z] ++ '[' -n 0 ']' 13:03:57 [2020-07-17T13:03:57.505Z] ++ set -x 13:03:57 [2020-07-17T13:03:57.505Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m 13:04:03 [2020-07-17T13:04:03.180Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:04:03 [2020-07-17T13:04:03.180Z] Using test binary docker 13:04:03 [2020-07-17T13:04:03.180Z] +++ /etc/init.d/apparmor start 13:04:03 [2020-07-17T13:04:03.180Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:04:03 [2020-07-17T13:04:03.180Z] INFO: Waiting for daemon to start... 13:04:03 [2020-07-17T13:04:03.180Z] Starting dockerd 13:04:03 [2020-07-17T13:04:03.180Z] +++ 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 13:04:03 [2020-07-17T13:04:03.180Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:04:03 [2020-07-17T13:04:03.180Z] Using test binary docker 13:04:03 [2020-07-17T13:04:03.180Z] +++ /etc/init.d/apparmor start 13:04:03 [2020-07-17T13:04:03.180Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:04:03 [2020-07-17T13:04:03.180Z] INFO: Waiting for daemon to start... 13:04:03 [2020-07-17T13:04:03.180Z] Starting dockerd 13:04:03 [2020-07-17T13:04:03.180Z] +++ 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 13:04:04 [2020-07-17T13:04:04.269Z] ok github.com/docker/docker/cmd/dockerd 0.149s coverage: 30.8% of statements 13:04:05 [2020-07-17T13:04:05.365Z] . 13:04:05 [2020-07-17T13:04:05.365Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:04:05 [2020-07-17T13:04:05.365Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:04:05 [2020-07-17T13:04:05.365Z] Error: No such image: emptyfs 13:04:05 [2020-07-17T13:04:05.365Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:04:05 [2020-07-17T13:04:05.365Z] ++++ docker load 13:04:05 [2020-07-17T13:04:05.365Z] Running integration-test (iteration 1) 13:04:05 [2020-07-17T13:04:05.365Z] 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)/ 13:04:05 [2020-07-17T13:04:05.365Z] ++ 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)/' 13:04:05 [2020-07-17T13:04:05.365Z] ++ set -e 13:04:05 [2020-07-17T13:04:05.365Z] ++ '[' -n 0 ']' 13:04:05 [2020-07-17T13:04:05.365Z] ++ set -x 13:04:05 [2020-07-17T13:04:05.366Z] ++ 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 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)/' 13:04:05 [2020-07-17T13:04:05.366Z] 13:04:05 [2020-07-17T13:04:05.366Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:04:05 [2020-07-17T13:04:05.366Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:04:05 [2020-07-17T13:04:05.366Z] Error: No such image: emptyfs 13:04:05 [2020-07-17T13:04:05.626Z] ++++ docker load 13:04:05 [2020-07-17T13:04:05.626Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:04:05 [2020-07-17T13:04:05.886Z] Running integration-test (iteration 1) 13:04:05 [2020-07-17T13:04:05.886Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ 13:04:05 [2020-07-17T13:04:05.886Z] ++ 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)/' 13:04:05 [2020-07-17T13:04:05.886Z] ++ set -e 13:04:05 [2020-07-17T13:04:05.886Z] ++ '[' -n 0 ']' 13:04:05 [2020-07-17T13:04:05.886Z] ++ set -x 13:04:05 [2020-07-17T13:04:05.886Z] ++ 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 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)/' 13:04:08 [2020-07-17T13:04:08.768Z] --- PASS: TestUpdateRestartPolicy (12.73s) 13:04:08 [2020-07-17T13:04:08.768Z] === RUN TestUpdateRestartWithAutoRemove 13:04:08 [2020-07-17T13:04:08.821Z] ok github.com/docker/docker/container 0.176s coverage: 34.7% of statements 13:04:08 [2020-07-17T13:04:08.821Z] ? github.com/docker/docker/container/stream [no test files] 13:04:08 [2020-07-17T13:04:08.821Z] ? github.com/docker/docker/contrib/apparmor [no test files] 13:04:08 [2020-07-17T13:04:08.821Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 13:04:08 [2020-07-17T13:04:08.821Z] ? github.com/docker/docker/contrib/httpserver [no test files] 13:04:09 [2020-07-17T13:04:09.747Z] Loaded image: buildpack-deps:buster 13:04:09 [2020-07-17T13:04:09.748Z] Loaded image: busybox:latest 13:04:09 [2020-07-17T13:04:09.805Z] --- PASS: TestUpdateRestartWithAutoRemove (0.88s) 13:04:09 [2020-07-17T13:04:09.805Z] === RUN TestWaitNonBlocked 13:04:09 [2020-07-17T13:04:09.805Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 13:04:09 [2020-07-17T13:04:09.805Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 13:04:09 [2020-07-17T13:04:09.805Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 13:04:09 [2020-07-17T13:04:09.805Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 13:04:09 [2020-07-17T13:04:09.805Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 13:04:09 [2020-07-17T13:04:09.805Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 13:04:10 [2020-07-17T13:04:10.893Z] --- PASS: TestWaitNonBlocked (0.01s) 13:04:10 [2020-07-17T13:04:10.893Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) 13:04:10 [2020-07-17T13:04:10.893Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s) 13:04:10 [2020-07-17T13:04:10.893Z] === RUN TestWaitBlocked 13:04:10 [2020-07-17T13:04:10.893Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 13:04:10 [2020-07-17T13:04:10.893Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 13:04:10 [2020-07-17T13:04:10.893Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 13:04:10 [2020-07-17T13:04:10.893Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 13:04:10 [2020-07-17T13:04:10.893Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 13:04:10 [2020-07-17T13:04:10.893Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 13:04:10 [2020-07-17T13:04:10.926Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.070s coverage: 65.3% of statements 13:04:11 [2020-07-17T13:04:11.236Z] Loaded image: busybox:glibc 13:04:11 [2020-07-17T13:04:11.236Z] Loaded image: debian:buster 13:04:11 [2020-07-17T13:04:11.926Z] --- PASS: TestWaitBlocked (0.01s) 13:04:11 [2020-07-17T13:04:11.926Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.08s) 13:04:11 [2020-07-17T13:04:11.926Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) 13:04:11 [2020-07-17T13:04:11.926Z] === CONT TestContainerStartOnDaemonRestart 13:04:11 [2020-07-17T13:04:11.926Z] === CONT TestIpcModeOlderClient 13:04:12 [2020-07-17T13:04:12.130Z] Removing intermediate container e21e26982bd2 13:04:12 [2020-07-17T13:04:12.131Z] ---> c206f9fa56ef 13:04:12 [2020-07-17T13:04:12.131Z] Step 7/10 : RUN Function Build-GoTestSum() { Write-Host "INFO: Building gotestsum version $Env:GOTESTSUM_COMMIT in $Env:GOPATH"; $Env:GO111MODULE = 'on'; $tmpGobin = "${Env:GOBIN_TMP}"; $Env:GOBIN = """${Env:GOPATH}`\bin"""; &go get -buildmode=exe "gotest.tools/gotestsum@${Env:GOTESTSUM_COMMIT}"; $Env:GOBIN = "${tmpGobin}"; $Env:GO111MODULE = 'off'; if ($LASTEXITCODE -ne 0) { Throw '"gotestsum build failed..."'; } Write-Host "INFO: Build done for gotestsum..."; } Build-GoTestSum 13:04:12 [2020-07-17T13:04:12.131Z] ---> Running in a3385aadb226 13:04:12 [2020-07-17T13:04:12.131Z] INFO: Building gotestsum version v0.3.5 in C:\gopath 13:04:12 [2020-07-17T13:04:12.131Z] go: finding gotest.tools v0.3.5 13:04:12 [2020-07-17T13:04:12.131Z] go: finding gotest.tools/gotestsum v0.3.5 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading gotest.tools/gotestsum v0.3.5 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting gotest.tools/gotestsum v0.3.5 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading gotest.tools v2.1.0+incompatible 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting gotest.tools v2.1.0+incompatible 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/spf13/pflag v1.0.1 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/pkg/errors v0.8.0 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/sirupsen/logrus v1.0.5 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/jonboulle/clockwork v0.1.0 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/fatih/color v1.6.0 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/spf13/pflag v1.0.1 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/pkg/errors v0.8.0 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/jonboulle/clockwork v0.1.0 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/fatih/color v1.6.0 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/mattn/go-colorable v0.0.9 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/mattn/go-colorable v0.0.9 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/sirupsen/logrus v1.0.5 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading github.com/mattn/go-isatty v0.0.3 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting github.com/mattn/go-isatty v0.0.3 13:04:12 [2020-07-17T13:04:12.131Z] go: downloading golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 13:04:12 [2020-07-17T13:04:12.131Z] go: extracting golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/fatih/color v1.6.0 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/pkg/errors v0.8.0 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/sirupsen/logrus v1.0.5 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/spf13/pflag v1.0.1 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/mattn/go-colorable v0.0.9 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/mattn/go-isatty v0.0.3 13:04:12 [2020-07-17T13:04:12.131Z] go: finding github.com/jonboulle/clockwork v0.1.0 13:04:12 [2020-07-17T13:04:12.131Z] go: finding golang.org/x/crypto v0.0.0-20180426230345-b49d69b5da94 13:04:12 [2020-07-17T13:04:12.131Z] go: finding golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f 13:04:12 [2020-07-17T13:04:12.131Z] go: finding golang.org/x/net v0.0.0-20181102091132-c10e9556a7bc 13:04:12 [2020-07-17T13:04:12.131Z] go: finding golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e 13:04:12 [2020-07-17T13:04:12.178Z] Loaded image: hello-world:latest 13:04:12 [2020-07-17T13:04:12.220Z] --- PASS: TestIpcModeOlderClient (0.15s) 13:04:12 [2020-07-17T13:04:12.220Z] === CONT TestDaemonHostGatewayIP 13:04:12 [2020-07-17T13:04:12.458Z] INFO: Testing against a local daemon 13:04:12 [2020-07-17T13:04:12.458Z] === RUN TestCgroupNamespacesBuild 13:04:12 [2020-07-17T13:04:12.601Z] INFO: Build done for gotestsum... 13:04:14 [2020-07-17T13:04:14.379Z] --- PASS: TestCgroupNamespacesBuild (2.03s) 13:04:14 [2020-07-17T13:04:14.379Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 13:04:14 [2020-07-17T13:04:14.955Z] --- PASS: TestContainerStartOnDaemonRestart (2.97s) 13:04:14 [2020-07-17T13:04:14.955Z] === CONT TestContainerKillOnDaemonStart 13:04:15 [2020-07-17T13:04:15.587Z] --- PASS: TestDaemonHostGatewayIP (3.51s) 13:04:15 [2020-07-17T13:04:15.587Z] === CONT TestDaemonRestartIpcMode 13:04:16 [2020-07-17T13:04:16.304Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.89s) 13:04:16 [2020-07-17T13:04:16.304Z] === RUN TestBuildWithSession 13:04:16 [2020-07-17T13:04:16.304Z] --- SKIP: TestBuildWithSession (0.00s) 13:04:16 [2020-07-17T13:04:16.304Z] build_session_test.go:25: TODO: BuildKit 13:04:16 [2020-07-17T13:04:16.304Z] === RUN TestBuildSquashParent 13:04:16 [2020-07-17T13:04:16.562Z] ok github.com/docker/docker/daemon/cluster/convert 0.052s coverage: 35.4% of statements 13:04:18 [2020-07-17T13:04:18.096Z] ok github.com/docker/docker/daemon/cluster 0.146s coverage: 0.5% of statements 13:04:20 [2020-07-17T13:04:20.045Z] --- PASS: TestDaemonRestartIpcMode (3.72s) 13:04:21 [2020-07-17T13:04:21.923Z] ok github.com/docker/docker/daemon/discovery 0.019s coverage: 30.0% of statements 13:04:24 [2020-07-17T13:04:24.030Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements 13:04:24 [2020-07-17T13:04:24.451Z] --- PASS: TestBuildSquashParent (6.66s) 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.451Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:04:24 [2020-07-17T13:04:24.451Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:04:24 [2020-07-17T13:04:24.451Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.451Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.451Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:04:24 [2020-07-17T13:04:24.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:04:24 [2020-07-17T13:04:24.452Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:04:24 [2020-07-17T13:04:24.452Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:04:24 [2020-07-17T13:04:24.452Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.452Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:04:24 [2020-07-17T13:04:24.452Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:04:24 [2020-07-17T13:04:24.452Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:04:24 [2020-07-17T13:04:24.678Z] ok github.com/docker/docker/daemon/config 0.077s coverage: 81.8% of statements 13:04:25 [2020-07-17T13:04:25.120Z] Removing intermediate container a3385aadb226 13:04:25 [2020-07-17T13:04:25.120Z] ---> fc44f4a35a55 13:04:25 [2020-07-17T13:04:25.120Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] 13:04:25 [2020-07-17T13:04:25.120Z] ---> Running in 40fd40508fee 13:04:25 [2020-07-17T13:04:25.120Z] Removing intermediate container 40fd40508fee 13:04:25 [2020-07-17T13:04:25.120Z] ---> 12186c54cd38 13:04:25 [2020-07-17T13:04:25.120Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker 13:04:25 [2020-07-17T13:04:25.120Z] ---> Running in d26c9f7d8ef5 13:04:25 [2020-07-17T13:04:25.120Z] Removing intermediate container d26c9f7d8ef5 13:04:25 [2020-07-17T13:04:25.120Z] ---> c66192d914be 13:04:25 [2020-07-17T13:04:25.120Z] Step 10/10 : COPY . . 13:04:25 [2020-07-17T13:04:25.398Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:04:25 [2020-07-17T13:04:25.659Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:04:26 [2020-07-17T13:04:26.785Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.44s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.58s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.76s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.20s) 13:04:28 [2020-07-17T13:04:28.208Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.17s) 13:04:28 [2020-07-17T13:04:28.208Z] === RUN TestBuildMultiStageCopy 13:04:28 [2020-07-17T13:04:28.208Z] === RUN TestBuildMultiStageCopy/copy_to_root 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestContainerKillOnDaemonStart (12.24s) 13:04:28 [2020-07-17T13:04:28.534Z] PASS 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === Skipped 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] 13:04:28 [2020-07-17T13:04:28.534Z] DONE 204 tests, 6 skipped in 152.869s 13:04:28 [2020-07-17T13:04:28.534Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 13:04:28 [2020-07-17T13:04:28.534Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m 13:04:28 [2020-07-17T13:04:28.534Z] ++ set -e 13:04:28 [2020-07-17T13:04:28.534Z] ++ '[' -n 0 ']' 13:04:28 [2020-07-17T13:04:28.534Z] ++ set -x 13:04:28 [2020-07-17T13:04:28.534Z] ++ 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=s390x 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 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/s390x-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-image-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.image -t ./test.main -test.v -test.timeout=120m 13:04:28 [2020-07-17T13:04:28.534Z] INFO: Testing against a local daemon 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestCommitInheritsEnv 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestCommitInheritsEnv (0.61s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestImportExtremelyLargeImageWorks 13:04:28 [2020-07-17T13:04:28.534Z] === PAUSE TestImportExtremelyLargeImageWorks 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestImagesFilterMultiReference 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestImagesFilterMultiReference (0.04s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestImagePullPlatformInvalid 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestImagePullPlatformInvalid (0.01s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestRemoveImageOrphaning 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestRemoveImageOrphaning (0.56s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestRemoveImageGarbageCollector 13:04:28 [2020-07-17T13:04:28.534Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 13:04:28 [2020-07-17T13:04:28.534Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestTagUnprefixedRepoByNameOrName 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestTagInvalidReference 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestTagInvalidReference (0.01s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestTagValidPrefixedRepo 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestTagValidPrefixedRepo (0.03s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestTagExistedNameWithoutForce 13:04:28 [2020-07-17T13:04:28.534Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) 13:04:28 [2020-07-17T13:04:28.534Z] === RUN TestTagOfficialNames 13:04:28 [2020-07-17T13:04:28.826Z] --- PASS: TestTagOfficialNames (0.04s) 13:04:28 [2020-07-17T13:04:28.826Z] === RUN TestTagMatchesDigest 13:04:28 [2020-07-17T13:04:28.826Z] --- PASS: TestTagMatchesDigest (0.01s) 13:04:28 [2020-07-17T13:04:28.826Z] === CONT TestImportExtremelyLargeImageWorks 13:04:29 [2020-07-17T13:04:29.539Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements 13:04:30 [2020-07-17T13:04:30.124Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 13:04:30 [2020-07-17T13:04:30.385Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 13:04:30 [2020-07-17T13:04:30.587Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.487s coverage: 13.9% of statements 13:04:30 [2020-07-17T13:04:30.957Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 13:04:30 [2020-07-17T13:04:30.992Z] .........................xx.................... [ 29%] 13:04:31 [2020-07-17T13:04:31.528Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 13:04:31 [2020-07-17T13:04:31.640Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.857s coverage: 57.9% of statements 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy (4.31s) 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.19s) 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.53s) 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.55s) 13:04:32 [2020-07-17T13:04:32.100Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s) 13:04:32 [2020-07-17T13:04:32.100Z] === RUN TestBuildMultiStageParentConfig 13:04:33 [2020-07-17T13:04:33.485Z] --- PASS: TestBuildMultiStageParentConfig (1.37s) 13:04:33 [2020-07-17T13:04:33.485Z] === RUN TestBuildLabelWithTargets 13:04:34 [2020-07-17T13:04:34.432Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.8% of statements 13:04:35 [2020-07-17T13:04:35.483Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.905s coverage: 69.2% of statements 13:04:36 [2020-07-17T13:04:36.033Z] --- PASS: TestBuildLabelWithTargets (2.21s) 13:04:36 [2020-07-17T13:04:36.033Z] === RUN TestBuildWithEmptyLayers 13:04:36 [2020-07-17T13:04:36.139Z] ok github.com/docker/docker/daemon 12.280s coverage: 17.4% of statements 13:04:36 [2020-07-17T13:04:36.139Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 13:04:36 [2020-07-17T13:04:36.139Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 13:04:36 [2020-07-17T13:04:36.139Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 13:04:36 [2020-07-17T13:04:36.139Z] ? github.com/docker/docker/daemon/exec [no test files] 13:04:36 [2020-07-17T13:04:36.606Z] --- PASS: TestBuildWithEmptyLayers (0.96s) 13:04:36 [2020-07-17T13:04:36.606Z] === RUN TestBuildMultiStageOnBuild 13:04:37 [2020-07-17T13:04:37.192Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.503s coverage: 45.9% of statements 13:04:37 [2020-07-17T13:04:37.192Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 13:04:38 [2020-07-17T13:04:38.730Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.432s coverage: 49.5% of statements 13:04:39 [2020-07-17T13:04:39.785Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.536s coverage: 76.1% of statements 13:04:39 [2020-07-17T13:04:39.907Z] --- PASS: TestBuildMultiStageOnBuild (2.71s) 13:04:39 [2020-07-17T13:04:39.907Z] === RUN TestBuildUncleanTarFilenames 13:04:40 [2020-07-17T13:04:40.431Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.023s coverage: 58.0% of statements 13:04:40 [2020-07-17T13:04:40.849Z] --- PASS: TestBuildUncleanTarFilenames (1.41s) 13:04:40 [2020-07-17T13:04:40.849Z] === RUN TestBuildMultiStageLayerLeak 13:04:41 [2020-07-17T13:04:41.481Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.013s coverage: 3.0% of statements 13:04:41 [2020-07-17T13:04:41.481Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements 13:04:43 [2020-07-17T13:04:43.580Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.070s coverage: 52.1% of statements 13:04:43 [2020-07-17T13:04:43.580Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 13:04:43 [2020-07-17T13:04:43.580Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 13:04:44 [2020-07-17T13:04:44.153Z] --- PASS: TestBuildMultiStageLayerLeak (2.79s) 13:04:44 [2020-07-17T13:04:44.153Z] === RUN TestBuildWithHugeFile 13:04:44 [2020-07-17T13:04:44.623Z] Loaded image: buildpack-deps:buster 13:04:44 [2020-07-17T13:04:44.623Z] Loaded image: busybox:latest 13:04:44 [2020-07-17T13:04:44.623Z] Loaded image: busybox:glibc 13:04:44 [2020-07-17T13:04:44.623Z] Loaded image: debian:buster 13:04:44 [2020-07-17T13:04:44.623Z] Loaded image: hello-world:latest 13:04:44 [2020-07-17T13:04:44.623Z] INFO: Testing against a local daemon 13:04:44 [2020-07-17T13:04:44.623Z] === RUN TestDockerDaemonSuite 13:04:44 [2020-07-17T13:04:44.623Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool 13:04:44 [2020-07-17T13:04:44.883Z] Loaded image: buildpack-deps:buster 13:04:45 [2020-07-17T13:04:45.132Z] ok github.com/docker/docker/daemon/logger 0.271s coverage: 41.0% of statements 13:04:45 [2020-07-17T13:04:45.144Z] Loaded image: busybox:latest 13:04:45 [2020-07-17T13:04:45.713Z] Loaded image: busybox:glibc 13:04:45 [2020-07-17T13:04:45.713Z] Loaded image: debian:buster 13:04:45 [2020-07-17T13:04:45.973Z] Loaded image: hello-world:latest 13:04:45 [2020-07-17T13:04:45.973Z] INFO: Testing against a local daemon 13:04:45 [2020-07-17T13:04:45.973Z] === RUN TestDockerSuite 13:04:45 [2020-07-17T13:04:45.973Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported 13:04:45 [2020-07-17T13:04:45.973Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks 13:04:45 [2020-07-17T13:04:45.973Z] === RUN TestDockerSuite/TestAPIErrorJSON 13:04:46 [2020-07-17T13:04:46.104Z] tests/integration/api_exec_test.py ..................... [ 34%] 13:04:46 [2020-07-17T13:04:46.232Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON 13:04:46 [2020-07-17T13:04:46.232Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText 13:04:46 [2020-07-17T13:04:46.232Z] === RUN TestDockerSuite/TestAPIErrorPlainText 13:04:46 [2020-07-17T13:04:46.232Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS 13:04:46 [2020-07-17T13:04:46.232Z] === RUN TestDockerSuite/TestAPIImagesDelete 13:04:46 [2020-07-17T13:04:46.674Z] ok github.com/docker/docker/daemon/images 0.036s coverage: 4.8% of statements 13:04:46 [2020-07-17T13:04:46.674Z] ok github.com/docker/docker/daemon/logger/awslogs 0.603s coverage: 77.8% of statements 13:04:46 [2020-07-17T13:04:46.674Z] ? github.com/docker/docker/daemon/initlayer [no test files] 13:04:46 [2020-07-17T13:04:46.674Z] ? github.com/docker/docker/daemon/listeners [no test files] 13:04:46 [2020-07-17T13:04:46.674Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] 13:04:46 [2020-07-17T13:04:46.674Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 13:04:46 [2020-07-17T13:04:46.973Z] ok github.com/docker/docker/daemon/logger/gelf 0.041s coverage: 67.0% of statements 13:04:47 [2020-07-17T13:04:47.614Z] === RUN TestDockerSuite/TestAPIImagesFilter 13:04:47 [2020-07-17T13:04:47.614Z] === RUN TestDockerSuite/TestAPIImagesHistory 13:04:47 [2020-07-17T13:04:47.618Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements 13:04:47 [2020-07-17T13:04:47.618Z] ok github.com/docker/docker/daemon/logger/journald 0.022s coverage: 26.2% of statements 13:04:48 [2020-07-17T13:04:48.183Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc 13:04:48 [2020-07-17T13:04:48.183Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad 13:04:49 [2020-07-17T13:04:49.121Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType 13:04:49 [2020-07-17T13:04:49.380Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility 13:04:49 [2020-07-17T13:04:49.380Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect 13:04:49 [2020-07-17T13:04:49.744Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.038s coverage: 61.6% of statements 13:04:49 [2020-07-17T13:04:49.950Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon 13:04:50 [2020-07-17T13:04:50.043Z] ok github.com/docker/docker/daemon/logger/local 0.044s coverage: 75.2% of statements 13:04:50 [2020-07-17T13:04:50.043Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 13:04:50 [2020-07-17T13:04:50.461Z] ---> 9dc757cf8bf0 13:04:50 [2020-07-17T13:04:50.461Z] Successfully built 9dc757cf8bf0 13:04:50 [2020-07-17T13:04:50.461Z] Successfully tagged docker:latest 13:04:50 [2020-07-17T13:04:50.461Z] INFO: Image build ended at 07/17/2020 13:04:48. Duration:00:03:44.3615993 13:04:50 [2020-07-17T13:04:50.461Z] 13:04:50 [2020-07-17T13:04:50.461Z] 13:04:50 [2020-07-17T13:04:50.461Z] INFO: Building the test binaries at 07/17/2020 13:04:48... 13:04:50 [2020-07-17T13:04:50.690Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.039s coverage: 33.3% of statements 13:04:50 [2020-07-17T13:04:50.889Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate 13:04:50 [2020-07-17T13:04:50.889Z] === RUN TestDockerSuite/TestAPINetworkFilter 13:04:50 [2020-07-17T13:04:50.889Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults 13:04:50 [2020-07-17T13:04:50.988Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.029s coverage: 37.7% of statements 13:04:51 [2020-07-17T13:04:51.149Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks 13:04:51 [2020-07-17T13:04:51.719Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock 13:04:52 [2020-07-17T13:04:52.046Z] ok github.com/docker/docker/daemon/logger/templates 0.005s coverage: 8.3% of statements 13:04:52 [2020-07-17T13:04:52.289Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge 13:04:52 [2020-07-17T13:04:52.289Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill 13:04:52 [2020-07-17T13:04:52.862Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork 13:04:53 [2020-07-17T13:04:53.106Z] ok github.com/docker/docker/daemon/logger/syslog 0.066s coverage: 46.8% of statements 13:04:53 [2020-07-17T13:04:53.121Z] === RUN TestDockerSuite/TestAPIOptionsRoute 13:04:53 [2020-07-17T13:04:53.122Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound 13:04:53 [2020-07-17T13:04:53.122Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats 13:04:53 [2020-07-17T13:04:53.420Z] INFO: make.ps1 starting at 07/17/2020 13:04:52 13:04:53 [2020-07-17T13:04:53.421Z] INFO: Git commit (bf4a5982f0) assumed from DOCKER_GITCOMMIT environment variable 13:04:53 [2020-07-17T13:04:53.421Z] INFO: Invoking autogen... 13:04:53 [2020-07-17T13:04:53.568Z] tests/integration/api_healthcheck_test.py .... [ 35%] 13:04:54 [2020-07-17T13:04:54.420Z] INFO: Building daemon... 13:04:55 [2020-07-17T13:04:55.028Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash 13:04:55 [2020-07-17T13:04:55.210Z] ok github.com/docker/docker/daemon/network 0.029s coverage: 63.8% of statements 13:04:55 [2020-07-17T13:04:55.857Z] ok github.com/docker/docker/daemon/logger/splunk 2.331s coverage: 82.5% of statements 13:04:55 [2020-07-17T13:04:55.857Z] ? github.com/docker/docker/daemon/names [no test files] 13:04:55 [2020-07-17T13:04:55.857Z] ? github.com/docker/docker/daemon/stats [no test files] 13:04:56 [2020-07-17T13:04:56.507Z] ok github.com/docker/docker/distribution/metadata 0.097s coverage: 48.2% of statements 13:04:56 [2020-07-17T13:04:56.616Z] tests/integration/api_image_test.py ............s..... [ 40%] 13:04:56 [2020-07-17T13:04:56.937Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown 13:04:57 [2020-07-17T13:04:57.197Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning 13:04:58 [2020-07-17T13:04:58.063Z] ok github.com/docker/docker/distribution 0.647s coverage: 22.1% of statements 13:04:58 [2020-07-17T13:04:58.063Z] ? github.com/docker/docker/distribution/utils [no test files] 13:04:58 [2020-07-17T13:04:58.363Z] ok github.com/docker/docker/errdefs 0.021s coverage: 49.4% of statements 13:04:58 [2020-07-17T13:04:58.577Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort 13:04:59 [2020-07-17T13:04:59.148Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers 13:05:00 [2020-07-17T13:05:00.469Z] ok github.com/docker/docker/image 0.038s coverage: 86.4% of statements 13:05:00 [2020-07-17T13:05:00.527Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal 13:05:01 [2020-07-17T13:05:01.113Z] ok github.com/docker/docker/image/v1 0.013s coverage: 25.0% of statements 13:05:01 [2020-07-17T13:05:01.113Z] ok github.com/docker/docker/image/cache 0.023s coverage: 19.2% of statements 13:05:01 [2020-07-17T13:05:01.113Z] ok github.com/docker/docker/distribution/xfer 1.724s coverage: 85.1% of statements 13:05:01 [2020-07-17T13:05:01.113Z] ? github.com/docker/docker/dockerversion [no test files] 13:05:01 [2020-07-17T13:05:01.113Z] ? github.com/docker/docker/image/tarexport [no test files] 13:05:01 [2020-07-17T13:05:01.113Z] ? github.com/docker/docker/internal/test/suite [no test files] 13:05:01 [2020-07-17T13:05:01.466Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu 13:05:02 [2020-07-17T13:05:02.166Z] ok github.com/docker/docker/libcontainerd/queue 0.026s coverage: 100.0% of statements 13:05:02 [2020-07-17T13:05:02.463Z] ok github.com/docker/docker/pkg/aaparser 0.022s coverage: 50.0% of statements 13:05:03 [2020-07-17T13:05:03.378Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork 13:05:03 [2020-07-17T13:05:03.378Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines 13:05:04 [2020-07-17T13:05:04.322Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc 13:05:05 [2020-07-17T13:05:05.261Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace 13:05:05 [2020-07-17T13:05:05.829Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr 13:05:06 [2020-07-17T13:05:06.052Z] ok github.com/docker/docker/opts 0.055s coverage: 67.4% of statements 13:05:06 [2020-07-17T13:05:06.089Z] === RUN TestDockerSuite/TestAppArmorTraceSelf 13:05:06 [2020-07-17T13:05:06.358Z] ok github.com/docker/docker/pkg/broadcaster 0.003s coverage: 100.0% of statements 13:05:06 [2020-07-17T13:05:06.662Z] ok github.com/docker/docker/pkg/authorization 0.770s coverage: 68.3% of statements 13:05:07 [2020-07-17T13:05:07.027Z] === RUN TestDockerSuite/TestAttachAfterDetach 13:05:07 [2020-07-17T13:05:07.310Z] ok github.com/docker/docker/pkg/capabilities 0.013s coverage: 87.5% of statements 13:05:07 [2020-07-17T13:05:07.614Z] ok github.com/docker/docker/pkg/archive 1.155s coverage: 77.1% of statements 13:05:08 [2020-07-17T13:05:08.258Z] ok github.com/docker/docker/pkg/directory 0.006s coverage: 80.0% of statements 13:05:08 [2020-07-17T13:05:08.556Z] ok github.com/docker/docker/pkg/discovery 0.006s coverage: 58.3% of statements 13:05:08 [2020-07-17T13:05:08.935Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop 13:05:08 [2020-07-17T13:05:08.935Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 13:05:09 [2020-07-17T13:05:09.217Z] ok github.com/docker/docker/pkg/discovery/file 0.018s coverage: 97.6% of statements 13:05:10 [2020-07-17T13:05:10.270Z] ok github.com/docker/docker/pkg/discovery/memory 0.005s coverage: 92.3% of statements 13:05:10 [2020-07-17T13:05:10.844Z] === RUN TestDockerSuite/TestAttachDetach 13:05:10 [2020-07-17T13:05:10.911Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements 13:05:11 [2020-07-17T13:05:11.207Z] ok github.com/docker/docker/pkg/dmesg 0.007s coverage: 83.3% of statements 13:05:11 [2020-07-17T13:05:11.783Z] === RUN TestDockerSuite/TestAttachDisconnect 13:05:11 [2020-07-17T13:05:11.956Z] tests/integration/api_network_test.py ........................... [ 47%] 13:05:12 [2020-07-17T13:05:12.256Z] ok github.com/docker/docker/pkg/filenotify 0.604s coverage: 67.0% of statements 13:05:12 [2020-07-17T13:05:12.418Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP 13:05:12 [2020-07-17T13:05:12.554Z] ok github.com/docker/docker/pkg/chrootarchive 3.883s coverage: 43.2% of statements 13:05:12 [2020-07-17T13:05:12.685Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart 13:05:13 [2020-07-17T13:05:13.202Z] ok github.com/docker/docker/layer 7.702s coverage: 68.8% of statements 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/libcontainerd [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/libcontainerd/types [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/oci [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/oci/caps [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/pkg/containerfs [no test files] 13:05:13 [2020-07-17T13:05:13.202Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 13:05:13 [2020-07-17T13:05:13.500Z] ok github.com/docker/docker/pkg/fileutils 0.024s coverage: 89.5% of statements 13:05:13 [2020-07-17T13:05:13.798Z] ok github.com/docker/docker/pkg/discovery/kv 3.090s coverage: 84.1% of statements 13:05:13 [2020-07-17T13:05:13.798Z] ok github.com/docker/docker/pkg/fsutils 0.321s coverage: 85.1% of statements 13:05:14 [2020-07-17T13:05:14.595Z] === RUN TestDockerSuite/TestAttachPausedContainer 13:05:14 [2020-07-17T13:05:14.854Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone 13:05:14 [2020-07-17T13:05:14.855Z] ok github.com/docker/docker/pkg/homedir 0.036s coverage: 11.4% of statements 13:05:15 [2020-07-17T13:05:15.422Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin 13:05:15 [2020-07-17T13:05:15.729Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements 13:05:15 [2020-07-17T13:05:15.729Z] ok github.com/docker/docker/pkg/locker 0.034s coverage: 88.9% of statements 13:05:15 [2020-07-17T13:05:15.729Z] ok github.com/docker/docker/pkg/idtools 0.587s coverage: 70.5% of statements 13:05:16 [2020-07-17T13:05:16.361Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF 13:05:16 [2020-07-17T13:05:16.361Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent 13:05:16 [2020-07-17T13:05:16.376Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements 13:05:16 [2020-07-17T13:05:16.676Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements 13:05:16 [2020-07-17T13:05:16.676Z] ok github.com/docker/docker/pkg/ioutils 1.370s coverage: 69.3% of statements 13:05:16 [2020-07-17T13:05:16.676Z] ? github.com/docker/docker/pkg/loopback [no test files] 13:05:16 [2020-07-17T13:05:16.676Z] ? github.com/docker/docker/pkg/mount [no test files] 13:05:16 [2020-07-17T13:05:16.676Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] 13:05:16 [2020-07-17T13:05:16.676Z] ok github.com/docker/docker/pkg/parsers 0.005s coverage: 97.0% of statements 13:05:17 [2020-07-17T13:05:17.325Z] ok github.com/docker/docker/pkg/parsers/kernel 0.038s coverage: 60.0% of statements 13:05:17 [2020-07-17T13:05:17.624Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.044s coverage: 91.4% of statements 13:05:17 [2020-07-17T13:05:17.624Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.4% of statements 13:05:17 [2020-07-17T13:05:17.624Z] ? github.com/docker/docker/pkg/platform [no test files] 13:05:17 [2020-07-17T13:05:17.624Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 13:05:17 [2020-07-17T13:05:17.741Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote 13:05:18 [2020-07-17T13:05:18.697Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.049s coverage: 56.8% of statements 13:05:18 [2020-07-17T13:05:18.994Z] tests/integration/api_plugin_test.py ........... [ 50%] 13:05:19 [2020-07-17T13:05:19.120Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress 13:05:19 [2020-07-17T13:05:19.350Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements 13:05:19 [2020-07-17T13:05:19.350Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements 13:05:19 [2020-07-17T13:05:19.380Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress 13:05:19 [2020-07-17T13:05:19.639Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile 13:05:19 [2020-07-17T13:05:19.657Z] ok github.com/docker/docker/pkg/progress 0.006s coverage: 75.9% of statements 13:05:19 [2020-07-17T13:05:19.753Z] --- PASS: TestImportExtremelyLargeImageWorks (106.38s) 13:05:19 [2020-07-17T13:05:19.754Z] PASS 13:05:19 [2020-07-17T13:05:19.754Z] 13:05:19 [2020-07-17T13:05:19.754Z] === Skipped 13:05:19 [2020-07-17T13:05:19.754Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) 13:05:19 [2020-07-17T13:05:19.754Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros 13:05:19 [2020-07-17T13:05:19.754Z] 13:05:19 [2020-07-17T13:05:19.754Z] 13:05:19 [2020-07-17T13:05:19.754Z] DONE 12 tests, 1 skipped in 110.518s 13:05:19 [2020-07-17T13:05:19.754Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 13:05:19 [2020-07-17T13:05:19.754Z] INFO: Testing against a local daemon 13:05:19 [2020-07-17T13:05:19.754Z] === RUN TestNetworkCreateDelete 13:05:19 [2020-07-17T13:05:19.754Z] --- PASS: TestNetworkCreateDelete (0.13s) 13:05:19 [2020-07-17T13:05:19.754Z] === RUN TestDockerNetworkDeletePreferID 13:05:19 [2020-07-17T13:05:19.754Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) 13:05:19 [2020-07-17T13:05:19.754Z] === RUN TestDaemonDNSFallback 13:05:19 [2020-07-17T13:05:19.899Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode 13:05:20 [2020-07-17T13:05:20.309Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements 13:05:20 [2020-07-17T13:05:20.496Z] tests/integration/api_secret_test.py ..... [ 51%] 13:05:20 [2020-07-17T13:05:20.837Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile 13:05:20 [2020-07-17T13:05:20.952Z] ok github.com/docker/docker/pkg/stdcopy 0.005s coverage: 100.0% of statements 13:05:21 [2020-07-17T13:05:21.251Z] ok github.com/docker/docker/pkg/pubsub 1.191s coverage: 73.9% of statements 13:05:21 [2020-07-17T13:05:21.406Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog 13:05:21 [2020-07-17T13:05:21.895Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements 13:05:21 [2020-07-17T13:05:21.895Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements 13:05:21 [2020-07-17T13:05:21.975Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit 13:05:21 [2020-07-17T13:05:21.975Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext 13:05:21 [2020-07-17T13:05:21.975Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile 13:05:22 [2020-07-17T13:05:22.538Z] ok github.com/docker/docker/pkg/symlink 0.013s coverage: 87.7% of statements 13:05:23 [2020-07-17T13:05:23.057Z] --- PASS: TestDaemonDNSFallback (7.31s) 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestInspectNetwork 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestInspectNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestRunContainerWithBridgeNone 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestNetworkInvalidJSON 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestNetworkInvalidJSON//networks/create 13:05:23 [2020-07-17T13:05:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/create 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect 13:05:23 [2020-07-17T13:05:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect 13:05:23 [2020-07-17T13:05:23.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect 13:05:23 [2020-07-17T13:05:23.057Z] === CONT TestNetworkInvalidJSON//networks/create 13:05:23 [2020-07-17T13:05:23.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect 13:05:23 [2020-07-17T13:05:23.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect 13:05:23 [2020-07-17T13:05:23.057Z] --- PASS: TestNetworkInvalidJSON (0.02s) 13:05:23 [2020-07-17T13:05:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestHostIPv4BridgeLabel 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDaemonRestartWithLiveRestore 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDaemonDefaultNetworkPools 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDaemonRestartWithExistingNetwork 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestServiceWithPredefinedNetwork 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestServiceRemoveKeepsIngressNetwork 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:236: FLAKY_TEST 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestServiceWithDataPathPortInit 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestServiceWithDefaultAddressPoolInit 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] PASS 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === Skipped 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:236: FLAKY_TEST 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] DONE 19 tests, 12 skipped in 8.017s 13:05:23 [2020-07-17T13:05:23.057Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 13:05:23 [2020-07-17T13:05:23.057Z] INFO: Testing against a local daemon 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDockerNetworkIpvlanPersistance 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDockerNetworkIpvlan 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:05:23 [2020-07-17T13:05:23.057Z] PASS 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === Skipped 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] DONE 2 tests, 2 skipped in 0.144s 13:05:23 [2020-07-17T13:05:23.057Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 13:05:23 [2020-07-17T13:05:23.057Z] INFO: Testing against a local daemon 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDockerNetworkMacvlanPersistance 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] === RUN TestDockerNetworkMacvlan 13:05:23 [2020-07-17T13:05:23.057Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] PASS 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === Skipped 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) 13:05:23 [2020-07-17T13:05:23.057Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] DONE 2 tests, 2 skipped in 0.134s 13:05:23 [2020-07-17T13:05:23.057Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 13:05:23 [2020-07-17T13:05:23.057Z] testing: warning: no tests to run 13:05:23 [2020-07-17T13:05:23.057Z] PASS 13:05:23 [2020-07-17T13:05:23.057Z] 13:05:23 [2020-07-17T13:05:23.057Z] DONE 0 tests in 0.027s 13:05:23 [2020-07-17T13:05:23.057Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 13:05:23 [2020-07-17T13:05:23.313Z] INFO: Testing against a local daemon 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginAllowRequest 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginTLS 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginTLS (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginDenyRequest 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginAPIDenyResponse 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginDenyResponse 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginAllowEventStream 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginErrorResponse 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginErrorRequest 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginEnsureLoadImportWorking 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginHeader 13:05:23 [2020-07-17T13:05:23.313Z] --- SKIP: TestAuthZPluginHeader (0.00s) 13:05:23 [2020-07-17T13:05:23.313Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.313Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 13:05:23 [2020-07-17T13:05:23.357Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths 13:05:23 [2020-07-17T13:05:23.568Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.33s) 13:05:23 [2020-07-17T13:05:23.568Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.568Z] === RUN TestAuthZPluginV2Disable 13:05:23 [2020-07-17T13:05:23.568Z] --- SKIP: TestAuthZPluginV2Disable (0.05s) 13:05:23 [2020-07-17T13:05:23.568Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.568Z] === RUN TestAuthZPluginV2RejectVolumeRequests 13:05:23 [2020-07-17T13:05:23.596Z] ok github.com/docker/docker/pkg/system 0.026s coverage: 36.9% of statements 13:05:23 [2020-07-17T13:05:23.596Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.4% of statements 13:05:23 [2020-07-17T13:05:23.596Z] ok github.com/docker/docker/pkg/signal 2.975s coverage: 61.0% of statements 13:05:23 [2020-07-17T13:05:23.824Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.09s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 13:05:23 [2020-07-17T13:05:23.824Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 13:05:23 [2020-07-17T13:05:23.824Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.04s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] PASS 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === Skipped 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.33s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.05s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.09s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.04s) 13:05:23 [2020-07-17T13:05:23.824Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] 13:05:23 [2020-07-17T13:05:23.824Z] DONE 17 tests, 17 skipped in 0.669s 13:05:23 [2020-07-17T13:05:23.824Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 13:05:23 [2020-07-17T13:05:23.824Z] INFO: Testing against a local daemon 13:05:23 [2020-07-17T13:05:23.824Z] === RUN TestPluginInvalidJSON 13:05:24 [2020-07-17T13:05:24.079Z] === RUN TestPluginInvalidJSON//plugins/foobar/set 13:05:24 [2020-07-17T13:05:24.079Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set 13:05:24 [2020-07-17T13:05:24.079Z] === CONT TestPluginInvalidJSON//plugins/foobar/set 13:05:24 [2020-07-17T13:05:24.079Z] --- PASS: TestPluginInvalidJSON (0.02s) 13:05:24 [2020-07-17T13:05:24.079Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) 13:05:24 [2020-07-17T13:05:24.079Z] === RUN TestPluginInstall 13:05:24 [2020-07-17T13:05:24.079Z] --- SKIP: TestPluginInstall (0.00s) 13:05:24 [2020-07-17T13:05:24.079Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:24 [2020-07-17T13:05:24.079Z] PASS 13:05:24 [2020-07-17T13:05:24.079Z] 13:05:24 [2020-07-17T13:05:24.079Z] === Skipped 13:05:24 [2020-07-17T13:05:24.079Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) 13:05:24 [2020-07-17T13:05:24.079Z] plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost 13:05:24 [2020-07-17T13:05:24.079Z] 13:05:24 [2020-07-17T13:05:24.079Z] 13:05:24 [2020-07-17T13:05:24.079Z] DONE 3 tests, 1 skipped in 0.182s 13:05:24 [2020-07-17T13:05:24.079Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 13:05:24 [2020-07-17T13:05:24.079Z] INFO: Testing against a local daemon 13:05:24 [2020-07-17T13:05:24.079Z] === RUN TestExternalGraphDriver 13:05:24 [2020-07-17T13:05:24.079Z] --- SKIP: TestExternalGraphDriver (0.07s) 13:05:24 [2020-07-17T13:05:24.079Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver 13:05:24 [2020-07-17T13:05:24.079Z] === RUN TestGraphdriverPluginV2 13:05:24 [2020-07-17T13:05:24.296Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace 13:05:24 [2020-07-17T13:05:24.556Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet 13:05:24 [2020-07-17T13:05:24.646Z] testing: warning: no tests to run 13:05:24 [2020-07-17T13:05:24.646Z] coverage: [no statements] 13:05:24 [2020-07-17T13:05:24.646Z] ok github.com/docker/docker/pkg/term/windows 0.009s coverage: [no statements] [no tests to run] 13:05:24 [2020-07-17T13:05:24.646Z] ok github.com/docker/docker/pkg/tailfile 0.125s coverage: 88.6% of statements 13:05:24 [2020-07-17T13:05:24.750Z] tests/integration/api_service_test.py .................................. [ 60%] 13:05:25 [2020-07-17T13:05:25.293Z] ok github.com/docker/docker/pkg/tarsum 0.189s coverage: 89.3% of statements 13:05:25 [2020-07-17T13:05:25.293Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements 13:05:25 [2020-07-17T13:05:25.293Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements 13:05:25 [2020-07-17T13:05:25.942Z] ok github.com/docker/docker/pkg/useragent 0.041s coverage: 88.9% of statements 13:05:26 [2020-07-17T13:05:26.474Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit 13:05:27 [2020-07-17T13:05:27.480Z] ok github.com/docker/docker/plugin/v2 0.007s coverage: 14.5% of statements 13:05:28 [2020-07-17T13:05:28.535Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements 13:05:29 [2020-07-17T13:05:29.014Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig 13:05:29 [2020-07-17T13:05:29.180Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 68.8% of statements 13:05:29 [2020-07-17T13:05:29.478Z] ok github.com/docker/docker/plugin 0.585s coverage: 23.1% of statements 13:05:29 [2020-07-17T13:05:29.952Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload 13:05:30 [2020-07-17T13:05:30.521Z] === RUN TestDockerDaemonSuite/TestDaemonEvents 13:05:30 [2020-07-17T13:05:30.560Z] ok github.com/docker/docker/registry/resumable 0.021s coverage: 100.0% of statements 13:05:30 [2020-07-17T13:05:30.609Z] --- PASS: TestGraphdriverPluginV2 (5.70s) 13:05:30 [2020-07-17T13:05:30.610Z] PASS 13:05:30 [2020-07-17T13:05:30.610Z] 13:05:30 [2020-07-17T13:05:30.610Z] === Skipped 13:05:30 [2020-07-17T13:05:30.610Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) 13:05:30 [2020-07-17T13:05:30.610Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver 13:05:30 [2020-07-17T13:05:30.610Z] 13:05:30 [2020-07-17T13:05:30.610Z] 13:05:30 [2020-07-17T13:05:30.610Z] DONE 2 tests, 1 skipped in 5.901s 13:05:30 [2020-07-17T13:05:30.610Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 13:05:30 [2020-07-17T13:05:30.610Z] INFO: Testing against a local daemon 13:05:30 [2020-07-17T13:05:30.610Z] === RUN TestContinueAfterPluginCrash 13:05:30 [2020-07-17T13:05:30.610Z] === PAUSE TestContinueAfterPluginCrash 13:05:30 [2020-07-17T13:05:30.610Z] === RUN TestReadPluginNoRead 13:05:30 [2020-07-17T13:05:30.610Z] === PAUSE TestReadPluginNoRead 13:05:30 [2020-07-17T13:05:30.610Z] === RUN TestDaemonStartWithLogOpt 13:05:30 [2020-07-17T13:05:30.610Z] === PAUSE TestDaemonStartWithLogOpt 13:05:30 [2020-07-17T13:05:30.610Z] === CONT TestContinueAfterPluginCrash 13:05:30 [2020-07-17T13:05:30.610Z] === CONT TestDaemonStartWithLogOpt 13:05:30 [2020-07-17T13:05:30.856Z] ok github.com/docker/docker/restartmanager 0.022s coverage: 45.3% of statements 13:05:31 [2020-07-17T13:05:31.910Z] ok github.com/docker/docker/testutil 0.004s coverage: 62.5% of statements 13:05:32 [2020-07-17T13:05:32.558Z] ok github.com/docker/docker/registry 0.337s coverage: 56.3% of statements 13:05:32 [2020-07-17T13:05:32.856Z] ok github.com/docker/docker/runconfig 0.041s coverage: 66.1% of statements 13:05:34 [2020-07-17T13:05:34.718Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters 13:05:35 [2020-07-17T13:05:35.656Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements 13:05:36 [2020-07-17T13:05:36.713Z] ok github.com/docker/docker/volume/local 0.053s coverage: 73.0% of statements 13:05:36 [2020-07-17T13:05:36.713Z] ok github.com/docker/docker/volume/mounts 0.061s coverage: 67.0% of statements 13:05:37 [2020-07-17T13:05:37.767Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.0% of statements 13:05:38 [2020-07-17T13:05:38.013Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure 13:05:38 [2020-07-17T13:05:38.273Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD 13:05:38 [2020-07-17T13:05:38.273Z] --- PASS: TestBuildWithHugeFile (105.33s) 13:05:38 [2020-07-17T13:05:38.273Z] === RUN TestBuildWithEmptyDockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:38 [2020-07-17T13:05:38.273Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:38 [2020-07-17T13:05:38.532Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:38 [2020-07-17T13:05:38.532Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:38 [2020-07-17T13:05:38.532Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:38 [2020-07-17T13:05:38.792Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) 13:05:38 [2020-07-17T13:05:38.792Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) 13:05:38 [2020-07-17T13:05:38.792Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.23s) 13:05:38 [2020-07-17T13:05:38.792Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) 13:05:38 [2020-07-17T13:05:38.792Z] === RUN TestBuildPreserveOwnership 13:05:38 [2020-07-17T13:05:38.792Z] === RUN TestBuildPreserveOwnership/copy_from 13:05:38 [2020-07-17T13:05:38.792Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug 13:05:39 [2020-07-17T13:05:39.338Z] ......................... [ 66%] 13:05:39 [2020-07-17T13:05:39.362Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal 13:05:39 [2020-07-17T13:05:39.931Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildWithHugeFile (49.54s) 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildWithEmptyDockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.21s) 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.21s) 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.22s) 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildPreserveOwnership 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildPreserveOwnership/copy_from 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildPreserveOwnership (5.74s) 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.69s) 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.03s) 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestBuildPlatformInvalid 13:05:40 [2020-07-17T13:05:40.481Z] --- PASS: TestBuildPlatformInvalid (0.17s) 13:05:40 [2020-07-17T13:05:40.481Z] PASS 13:05:40 [2020-07-17T13:05:40.481Z] 13:05:40 [2020-07-17T13:05:40.481Z] === Skipped 13:05:40 [2020-07-17T13:05:40.481Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) 13:05:40 [2020-07-17T13:05:40.481Z] build_session_test.go:25: TODO: BuildKit 13:05:40 [2020-07-17T13:05:40.481Z] 13:05:40 [2020-07-17T13:05:40.481Z] 13:05:40 [2020-07-17T13:05:40.481Z] DONE 32 tests, 1 skipped in 101.970s 13:05:40 [2020-07-17T13:05:40.481Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 13:05:40 [2020-07-17T13:05:40.481Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 13:05:40 [2020-07-17T13:05:40.481Z] ++ set -e 13:05:40 [2020-07-17T13:05:40.481Z] ++ '[' -n 0 ']' 13:05:40 [2020-07-17T13:05:40.481Z] ++ set -x 13:05:40 [2020-07-17T13:05:40.481Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m 13:05:40 [2020-07-17T13:05:40.481Z] INFO: Testing against a local daemon 13:05:40 [2020-07-17T13:05:40.481Z] === RUN TestConfigInspect 13:05:41 [2020-07-17T13:05:41.312Z] === RUN TestDockerSuite/TestBuildAddBadLinks 13:05:41 [2020-07-17T13:05:41.880Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume 13:05:42 [2020-07-17T13:05:42.139Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 13:05:43 [2020-07-17T13:05:43.078Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing 13:05:43 [2020-07-17T13:05:43.338Z] === RUN TestDockerSuite/TestBuildAddBrokenTar 13:05:43 [2020-07-17T13:05:43.598Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange 13:05:43 [2020-07-17T13:05:43.782Z] --- PASS: TestConfigInspect (3.63s) 13:05:43 [2020-07-17T13:05:43.782Z] === RUN TestConfigList 13:05:43 [2020-07-17T13:05:43.859Z] --- PASS: TestBuildPreserveOwnership (5.19s) 13:05:43 [2020-07-17T13:05:43.859Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.48s) 13:05:43 [2020-07-17T13:05:43.859Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.70s) 13:05:43 [2020-07-17T13:05:43.859Z] === RUN TestBuildPlatformInvalid 13:05:44 [2020-07-17T13:05:44.119Z] --- PASS: TestBuildPlatformInvalid (0.22s) 13:05:44 [2020-07-17T13:05:44.119Z] PASS 13:05:44 [2020-07-17T13:05:44.119Z] 13:05:44 [2020-07-17T13:05:44.119Z] === Skipped 13:05:44 [2020-07-17T13:05:44.119Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) 13:05:44 [2020-07-17T13:05:44.119Z] build_session_test.go:25: TODO: BuildKit 13:05:44 [2020-07-17T13:05:44.119Z] 13:05:44 [2020-07-17T13:05:44.119Z] 13:05:44 [2020-07-17T13:05:44.119Z] DONE 32 tests, 1 skipped in 188.583s 13:05:44 [2020-07-17T13:05:44.379Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 13:05:44 [2020-07-17T13:05:44.379Z] ++ 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 13:05:44 [2020-07-17T13:05:44.379Z] ++ set -e 13:05:44 [2020-07-17T13:05:44.379Z] ++ '[' -n 0 ']' 13:05:44 [2020-07-17T13:05:44.379Z] ++ set -x 13:05:44 [2020-07-17T13:05:44.379Z] ++ 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 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 13:05:44 [2020-07-17T13:05:44.379Z] INFO: Testing against a local daemon 13:05:44 [2020-07-17T13:05:44.379Z] === RUN TestConfigInspect 13:05:44 [2020-07-17T13:05:44.379Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership 13:05:45 [2020-07-17T13:05:45.449Z] --- PASS: TestDaemonStartWithLogOpt (13.30s) 13:05:45 [2020-07-17T13:05:45.449Z] === CONT TestReadPluginNoRead 13:05:46 [2020-07-17T13:05:46.287Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache 13:05:46 [2020-07-17T13:05:46.330Z] --- PASS: TestConfigList (3.17s) 13:05:46 [2020-07-17T13:05:46.330Z] === RUN TestConfigsCreateAndDelete 13:05:47 [2020-07-17T13:05:47.228Z] --- PASS: TestConfigInspect (2.88s) 13:05:47 [2020-07-17T13:05:47.228Z] === RUN TestConfigList 13:05:47 [2020-07-17T13:05:47.333Z] === RUN TestReadPluginNoRead/disabled_caching 13:05:47 [2020-07-17T13:05:47.333Z] --- PASS: TestContinueAfterPluginCrash (16.98s) 13:05:47 [2020-07-17T13:05:47.796Z] === RUN TestDockerDaemonSuite/TestDaemonIP 13:05:48 [2020-07-17T13:05:48.363Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache 13:05:49 [2020-07-17T13:05:49.218Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 13:05:49 [2020-07-17T13:05:49.302Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir 13:05:49 [2020-07-17T13:05:49.631Z] --- PASS: TestConfigsCreateAndDelete (3.21s) 13:05:49 [2020-07-17T13:05:49.631Z] === RUN TestConfigsUpdate 13:05:50 [2020-07-17T13:05:50.239Z] --- PASS: TestConfigList (2.92s) 13:05:50 [2020-07-17T13:05:50.239Z] === RUN TestConfigsCreateAndDelete 13:05:50 [2020-07-17T13:05:50.239Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled 13:05:50 [2020-07-17T13:05:50.239Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR 13:05:51 [2020-07-17T13:05:51.031Z] --- PASS: TestImportExtremelyLargeImageWorks (80.28s) 13:05:51 [2020-07-17T13:05:51.031Z] PASS 13:05:51 [2020-07-17T13:05:51.031Z] 13:05:51 [2020-07-17T13:05:51.031Z] === Skipped 13:05:51 [2020-07-17T13:05:51.031Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) 13:05:51 [2020-07-17T13:05:51.031Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:05:51 [2020-07-17T13:05:51.031Z] 13:05:51 [2020-07-17T13:05:51.031Z] 13:05:51 [2020-07-17T13:05:51.031Z] DONE 12 tests, 1 skipped in 81.748s 13:05:51 [2020-07-17T13:05:51.031Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 13:05:51 [2020-07-17T13:05:51.031Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m 13:05:51 [2020-07-17T13:05:51.031Z] ++ set -e 13:05:51 [2020-07-17T13:05:51.031Z] ++ '[' -n 0 ']' 13:05:51 [2020-07-17T13:05:51.031Z] ++ set -x 13:05:51 [2020-07-17T13:05:51.031Z] ++ 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=s390x 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 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/s390x-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network -t ./test.main -test.v -test.timeout=120m 13:05:51 [2020-07-17T13:05:51.031Z] INFO: Testing against a local daemon 13:05:51 [2020-07-17T13:05:51.031Z] === RUN TestNetworkCreateDelete 13:05:51 [2020-07-17T13:05:51.031Z] --- PASS: TestNetworkCreateDelete (0.11s) 13:05:51 [2020-07-17T13:05:51.031Z] === RUN TestDockerNetworkDeletePreferID 13:05:51 [2020-07-17T13:05:51.031Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) 13:05:51 [2020-07-17T13:05:51.031Z] === RUN TestDaemonDNSFallback 13:05:51 [2020-07-17T13:05:51.730Z] === RUN TestReadPluginNoRead/default 13:05:52 [2020-07-17T13:05:52.069Z] --- PASS: TestDaemonDNSFallback (2.51s) 13:05:52 [2020-07-17T13:05:52.069Z] === RUN TestInspectNetwork 13:05:52 [2020-07-17T13:05:52.777Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac 13:05:52 [2020-07-17T13:05:52.777Z] --- PASS: TestConfigsCreateAndDelete (2.65s) 13:05:52 [2020-07-17T13:05:52.777Z] === RUN TestConfigsUpdate 13:05:52 [2020-07-17T13:05:52.931Z] --- PASS: TestConfigsUpdate (3.22s) 13:05:52 [2020-07-17T13:05:52.931Z] === RUN TestTemplatedConfig 13:05:53 [2020-07-17T13:05:53.145Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/pkg/term [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/profiles/apparmor [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/rootless [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/rootless/specconv [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/runconfig/opts [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/daemon [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/environment [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fakegit [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/registry [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/testutil/request [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/volume [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/volume/service/opts [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] ? github.com/docker/docker/volume/testutils [no test files] 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === Skipped 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] exec_linux_test.go:18: requires AppArmor to be enabled 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] exec_linux_test.go:38: requires AppArmor to be enabled 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver btrfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver btrfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver btrfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver btrfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver btrfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:73: No driver to put! 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] time="2020-07-17T13:04:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:44: graphdriver: driver not supported 13:05:53 [2020-07-17T13:05:53.145Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:05:53 [2020-07-17T13:05:53.145Z] 13:05:53 [2020-07-17T13:05:53.145Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 13:05:53 [2020-07-17T13:05:53.145Z] time="2020-07-17T13:04:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: driver not supported 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] time="2020-07-17T13:04:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: driver not supported 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] time="2020-07-17T13:04:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: driver not supported 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] time="2020-07-17T13:04:33Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: driver not supported 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:73: No driver to put! 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] overlay_test.go:44: Fails to compute changes after apply intermittently 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] overlay_test.go:49: Fails to compute changes intermittently 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] overlay_test.go:65: Cannot run test with naive change algorithm 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver zfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver zfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver zfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver zfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:46: Driver zfs not supported 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] graphtest_unix.go:73: No driver to put! 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] sysinfo_linux_test.go:92: App Armor Must be Disabled 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 13:05:53 [2020-07-17T13:05:53.146Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] 13:05:53 [2020-07-17T13:05:53.146Z] DONE 2124 tests, 26 skipped in 258.578s 13:05:53 [2020-07-17T13:05:53.615Z] --- PASS: TestReadPluginNoRead (10.29s) 13:05:53 [2020-07-17T13:05:53.615Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.22s) 13:05:53 [2020-07-17T13:05:53.615Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.22s) 13:05:53 [2020-07-17T13:05:53.615Z] --- PASS: TestReadPluginNoRead/default (2.22s) 13:05:53 [2020-07-17T13:05:53.615Z] read_test.go:92: [d72cc08f78be3] daemon is not started 13:05:53 [2020-07-17T13:05:53.615Z] PASS 13:05:53 [2020-07-17T13:05:53.615Z] 13:05:53 [2020-07-17T13:05:53.615Z] DONE 6 tests in 23.760s 13:05:53 [2020-07-17T13:05:53.615Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 13:05:53 [2020-07-17T13:05:53.615Z] testing: warning: no tests to run 13:05:53 [2020-07-17T13:05:53.615Z] PASS 13:05:53 [2020-07-17T13:05:53.615Z] 13:05:53 [2020-07-17T13:05:53.615Z] DONE 0 tests in 0.043s 13:05:53 [2020-07-17T13:05:53.615Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m Post stage [Pipeline] junit 13:05:53 [2020-07-17T13:05:53.831Z] Recording test results 13:05:53 [2020-07-17T13:05:53.870Z] INFO: Testing against a local daemon 13:05:53 [2020-07-17T13:05:53.870Z] === RUN TestPluginWithDevMounts 13:05:53 [2020-07-17T13:05:53.870Z] --- SKIP: TestPluginWithDevMounts (0.00s) 13:05:53 [2020-07-17T13:05:53.870Z] mounts_test.go:21: (*Execution).IsRootless-fm 13:05:53 [2020-07-17T13:05:53.870Z] PASS 13:05:53 [2020-07-17T13:05:53.870Z] 13:05:53 [2020-07-17T13:05:53.870Z] === Skipped 13:05:53 [2020-07-17T13:05:53.870Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) 13:05:53 [2020-07-17T13:05:53.870Z] mounts_test.go:21: (*Execution).IsRootless-fm 13:05:53 [2020-07-17T13:05:53.870Z] 13:05:53 [2020-07-17T13:05:53.870Z] 13:05:53 [2020-07-17T13:05:53.870Z] DONE 1 tests, 1 skipped in 0.164s 13:05:53 [2020-07-17T13:05:53.870Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 13:05:54 [2020-07-17T13:05:54.126Z] INFO: Testing against a local daemon 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestSecretInspect 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestSecretInspect (0.02s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestSecretList 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestSecretList (0.01s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestSecretsCreateAndDelete 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestSecretsUpdate 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestSecretsUpdate (0.01s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestTemplatedSecret 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestTemplatedSecret (0.00s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] === RUN TestSecretCreateResolve 13:05:54 [2020-07-17T13:05:54.126Z] --- SKIP: TestSecretCreateResolve (0.02s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] PASS 13:05:54 [2020-07-17T13:05:54.126Z] 13:05:54 [2020-07-17T13:05:54.126Z] === Skipped 13:05:54 [2020-07-17T13:05:54.126Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) 13:05:54 [2020-07-17T13:05:54.126Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.126Z] 13:05:54 [2020-07-17T13:05:54.127Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) 13:05:54 [2020-07-17T13:05:54.127Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) 13:05:54 [2020-07-17T13:05:54.127Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) 13:05:54 [2020-07-17T13:05:54.127Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) 13:05:54 [2020-07-17T13:05:54.127Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) 13:05:54 [2020-07-17T13:05:54.127Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] 13:05:54 [2020-07-17T13:05:54.127Z] DONE 6 tests, 6 skipped in 0.219s 13:05:54 [2020-07-17T13:05:54.127Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:54 [2020-07-17T13:05:54.382Z] INFO: Testing against a local daemon 13:05:54 [2020-07-17T13:05:54.382Z] === RUN TestServiceCreateInit 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestServiceCreateInit/daemonInitDisabled 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestServiceCreateInit/daemonInitEnabled 13:05:54 [2020-07-17T13:05:54.383Z] --- PASS: TestServiceCreateInit (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceMultipleTimes 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceConflict 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceConflict (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceMaxReplicas 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateWithDuplicateNetworkNames 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceSecretFileMode 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceConfigFileMode 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceSysctls 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceSysctls (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateServiceCapabilities 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateServiceCapabilities (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestInspect 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestInspect (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestCreateJob 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestCreateJob (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestReplicatedJob 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestReplicatedJob (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestUpdateReplicatedJob 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestUpdateReplicatedJob (0.02s) 13:05:54 [2020-07-17T13:05:54.383Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestServiceListWithStatuses 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestServiceListWithStatuses (0.00s) 13:05:54 [2020-07-17T13:05:54.383Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestDockerNetworkConnectAlias 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestDockerNetworkReConnect 13:05:54 [2020-07-17T13:05:54.383Z] --- SKIP: TestDockerNetworkReConnect (0.01s) 13:05:54 [2020-07-17T13:05:54.383Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:54 [2020-07-17T13:05:54.383Z] === RUN TestServicePlugin 13:05:54 [2020-07-17T13:05:54.571Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh dynbinary test-integration 13:05:54 [2020-07-17T13:05:54.681Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode 13:05:54 [2020-07-17T13:05:54.869Z] 13:05:54 [2020-07-17T13:05:54.869Z] Removing bundles/ 13:05:54 [2020-07-17T13:05:54.869Z] 13:05:54 [2020-07-17T13:05:54.869Z] ---> Making bundle: dynbinary (in bundles/dynbinary) 13:05:54 [2020-07-17T13:05:54.869Z] Building: bundles/dynbinary-daemon/dockerd-dev 13:05:54 [2020-07-17T13:05:54.869Z] GOOS="" GOARCH="" GOARM="" 13:05:56 [2020-07-17T13:05:56.060Z] --- PASS: TestConfigsUpdate (3.13s) 13:05:56 [2020-07-17T13:05:56.060Z] === RUN TestTemplatedConfig 13:05:56 [2020-07-17T13:05:56.060Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean 13:05:56 [2020-07-17T13:05:56.232Z] --- PASS: TestTemplatedConfig (3.45s) 13:05:56 [2020-07-17T13:05:56.232Z] === RUN TestConfigCreateResolve 13:05:56 [2020-07-17T13:05:56.320Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot 13:05:57 [2020-07-17T13:05:57.650Z] === RUN TestInspectNetwork/full_network_id 13:05:57 [2020-07-17T13:05:57.650Z] === RUN TestInspectNetwork/partial_network_id 13:05:57 [2020-07-17T13:05:57.650Z] === RUN TestInspectNetwork/network_name 13:05:57 [2020-07-17T13:05:57.650Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 13:05:57 [2020-07-17T13:05:57.699Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServicePlugin (3.43s) 13:05:58 [2020-07-17T13:05:58.545Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestServiceUpdateLabel 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceUpdateLabel (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestServiceUpdateSecrets 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceUpdateSecrets (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestServiceUpdateConfigs 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceUpdateConfigs (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestServiceUpdateNetwork 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceUpdateNetwork (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestServiceUpdatePidsLimit 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] PASS 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === Skipped 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:39: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:81: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:154: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:175: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:196: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:249: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:313: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] create_test.go:487: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestInspect (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServicePlugin (3.43s) 13:05:58 [2020-07-17T13:05:58.545Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) 13:05:58 [2020-07-17T13:05:58.545Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] DONE 24 tests, 23 skipped in 3.914s 13:05:58 [2020-07-17T13:05:58.545Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 13:05:58 [2020-07-17T13:05:58.545Z] INFO: Testing against a local daemon 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestSessionCreate 13:05:58 [2020-07-17T13:05:58.545Z] --- PASS: TestSessionCreate (0.02s) 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestSessionCreateWithBadUpgrade 13:05:58 [2020-07-17T13:05:58.545Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) 13:05:58 [2020-07-17T13:05:58.545Z] PASS 13:05:58 [2020-07-17T13:05:58.545Z] 13:05:58 [2020-07-17T13:05:58.545Z] DONE 2 tests in 0.179s 13:05:58 [2020-07-17T13:05:58.545Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 13:05:58 [2020-07-17T13:05:58.545Z] INFO: Testing against a local daemon 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestCgroupDriverSystemdMemoryLimit 13:05:58 [2020-07-17T13:05:58.545Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 13:05:58 [2020-07-17T13:05:58.545Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:05:58 [2020-07-17T13:05:58.545Z] === RUN TestEventsExecDie 13:05:58 [2020-07-17T13:05:58.802Z] --- PASS: TestEventsExecDie (0.46s) 13:05:58 [2020-07-17T13:05:58.802Z] === RUN TestEventsBackwardsCompatible 13:05:58 [2020-07-17T13:05:58.802Z] --- PASS: TestEventsBackwardsCompatible (0.05s) 13:05:58 [2020-07-17T13:05:58.802Z] === RUN TestInfoBinaryCommits 13:05:58 [2020-07-17T13:05:58.802Z] --- PASS: TestInfoBinaryCommits (0.02s) 13:05:58 [2020-07-17T13:05:58.802Z] === RUN TestInfoAPIVersioned 13:05:58 [2020-07-17T13:05:58.802Z] --- PASS: TestInfoAPIVersioned (0.01s) 13:05:58 [2020-07-17T13:05:58.802Z] === RUN TestInfoDiscoveryBackend 13:05:59 [2020-07-17T13:05:59.534Z] --- PASS: TestConfigCreateResolve (3.16s) 13:05:59 [2020-07-17T13:05:59.534Z] === RUN TestConfigDaemonLibtrustID 13:05:59 [2020-07-17T13:05:59.603Z] --- PASS: TestTemplatedConfig (3.49s) 13:05:59 [2020-07-17T13:05:59.603Z] === RUN TestConfigCreateResolve 13:05:59 [2020-07-17T13:05:59.863Z] === RUN TestDockerSuite/TestBuildAddFileNotFound 13:06:00 [2020-07-17T13:06:00.105Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) 13:06:00 [2020-07-17T13:06:00.105Z] PASS 13:06:00 [2020-07-17T13:06:00.105Z] 13:06:00 [2020-07-17T13:06:00.105Z] DONE 7 tests in 20.663s 13:06:00 [2020-07-17T13:06:00.105Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 13:06:00 [2020-07-17T13:06:00.105Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 13:06:00 [2020-07-17T13:06:00.105Z] ++ set -e 13:06:00 [2020-07-17T13:06:00.105Z] ++ '[' -n 0 ']' 13:06:00 [2020-07-17T13:06:00.105Z] ++ set -x 13:06:00 [2020-07-17T13:06:00.105Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m 13:06:00 [2020-07-17T13:06:00.123Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache 13:06:00 [2020-07-17T13:06:00.366Z] INFO: Testing against a local daemon 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestCheckpoint 13:06:00 [2020-07-17T13:06:00.366Z] --- SKIP: TestCheckpoint (0.00s) 13:06:00 [2020-07-17T13:06:00.366Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestContainerInvalidJSON 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestContainerInvalidJSON//containers/foobar/copy 13:06:00 [2020-07-17T13:06:00.366Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestContainerInvalidJSON//containers/foobar/exec 13:06:00 [2020-07-17T13:06:00.366Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestContainerInvalidJSON//exec/foobar/start 13:06:00 [2020-07-17T13:06:00.366Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start 13:06:00 [2020-07-17T13:06:00.366Z] === CONT TestContainerInvalidJSON//containers/foobar/copy 13:06:00 [2020-07-17T13:06:00.366Z] === CONT TestContainerInvalidJSON//containers/foobar/exec 13:06:00 [2020-07-17T13:06:00.366Z] === CONT TestContainerInvalidJSON//exec/foobar/start 13:06:00 [2020-07-17T13:06:00.366Z] --- PASS: TestContainerInvalidJSON (0.03s) 13:06:00 [2020-07-17T13:06:00.366Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) 13:06:00 [2020-07-17T13:06:00.366Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) 13:06:00 [2020-07-17T13:06:00.366Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestCopyFromContainerPathDoesNotExist 13:06:00 [2020-07-17T13:06:00.366Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.12s) 13:06:00 [2020-07-17T13:06:00.366Z] === RUN TestCopyFromContainerPathIsNotDir 13:06:00 [2020-07-17T13:06:00.626Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.13s) 13:06:00 [2020-07-17T13:06:00.626Z] === RUN TestCopyToContainerPathDoesNotExist 13:06:00 [2020-07-17T13:06:00.626Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.11s) 13:06:00 [2020-07-17T13:06:00.626Z] === RUN TestCopyToContainerPathIsNotDir 13:06:00 [2020-07-17T13:06:00.693Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration 13:06:00 [2020-07-17T13:06:00.729Z] --- PASS: TestInfoDiscoveryBackend (1.52s) 13:06:00 [2020-07-17T13:06:00.729Z] === RUN TestInfoDiscoveryInvalidAdvertise 13:06:00 [2020-07-17T13:06:00.888Z] --- PASS: TestCopyToContainerPathIsNotDir (0.11s) 13:06:00 [2020-07-17T13:06:00.888Z] === RUN TestCopyFromContainer 13:06:01 [2020-07-17T13:06:01.261Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins 13:06:01 [2020-07-17T13:06:01.830Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache 13:06:02 [2020-07-17T13:06:02.089Z] --- PASS: TestConfigCreateResolve (2.52s) 13:06:02 [2020-07-17T13:06:02.089Z] === RUN TestConfigDaemonLibtrustID 13:06:02 [2020-07-17T13:06:02.658Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) 13:06:02 [2020-07-17T13:06:02.658Z] PASS 13:06:02 [2020-07-17T13:06:02.658Z] 13:06:02 [2020-07-17T13:06:02.658Z] DONE 7 tests in 18.308s 13:06:02 [2020-07-17T13:06:02.658Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 13:06:02 [2020-07-17T13:06:02.658Z] ++ 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 13:06:02 [2020-07-17T13:06:02.658Z] ++ set -e 13:06:02 [2020-07-17T13:06:02.658Z] ++ '[' -n 0 ']' 13:06:02 [2020-07-17T13:06:02.658Z] ++ set -x 13:06:02 [2020-07-17T13:06:02.658Z] ++ 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 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 13:06:02 [2020-07-17T13:06:02.658Z] INFO: Testing against a local daemon 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestCheckpoint 13:06:02 [2020-07-17T13:06:02.658Z] --- SKIP: TestCheckpoint (0.00s) 13:06:02 [2020-07-17T13:06:02.658Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestContainerInvalidJSON 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestContainerInvalidJSON//containers/foobar/copy 13:06:02 [2020-07-17T13:06:02.658Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestContainerInvalidJSON//containers/foobar/exec 13:06:02 [2020-07-17T13:06:02.658Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestContainerInvalidJSON//exec/foobar/start 13:06:02 [2020-07-17T13:06:02.658Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start 13:06:02 [2020-07-17T13:06:02.658Z] === CONT TestContainerInvalidJSON//containers/foobar/copy 13:06:02 [2020-07-17T13:06:02.658Z] === CONT TestContainerInvalidJSON//exec/foobar/start 13:06:02 [2020-07-17T13:06:02.658Z] === CONT TestContainerInvalidJSON//containers/foobar/exec 13:06:02 [2020-07-17T13:06:02.658Z] --- PASS: TestContainerInvalidJSON (0.01s) 13:06:02 [2020-07-17T13:06:02.658Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) 13:06:02 [2020-07-17T13:06:02.658Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) 13:06:02 [2020-07-17T13:06:02.658Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) 13:06:02 [2020-07-17T13:06:02.658Z] === RUN TestCopyFromContainerPathDoesNotExist 13:06:02 [2020-07-17T13:06:02.807Z] === RUN TestCopyFromContainer// 13:06:02 [2020-07-17T13:06:02.807Z] === RUN TestCopyFromContainer//bar/root 13:06:02 [2020-07-17T13:06:02.918Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) 13:06:02 [2020-07-17T13:06:02.918Z] === RUN TestCopyFromContainerPathIsNotDir 13:06:02 [2020-07-17T13:06:02.918Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) 13:06:02 [2020-07-17T13:06:02.918Z] === RUN TestCopyToContainerPathDoesNotExist 13:06:02 [2020-07-17T13:06:02.918Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) 13:06:02 [2020-07-17T13:06:02.918Z] === RUN TestCopyToContainerPathIsNotDir 13:06:02 [2020-07-17T13:06:02.918Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) 13:06:02 [2020-07-17T13:06:02.918Z] === RUN TestCopyFromContainer 13:06:03 [2020-07-17T13:06:03.070Z] === RUN TestCopyFromContainer//bar/root/ 13:06:03 [2020-07-17T13:06:03.070Z] === RUN TestCopyFromContainer/bar/quux 13:06:03 [2020-07-17T13:06:03.218Z] --- PASS: TestInspectNetwork (10.94s) 13:06:03 [2020-07-17T13:06:03.218Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 13:06:03 [2020-07-17T13:06:03.218Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 13:06:03 [2020-07-17T13:06:03.218Z] --- PASS: TestInspectNetwork/network_name (0.00s) 13:06:03 [2020-07-17T13:06:03.218Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 13:06:03 [2020-07-17T13:06:03.218Z] === RUN TestRunContainerWithBridgeNone 13:06:03 [2020-07-17T13:06:03.332Z] === RUN TestCopyFromContainer/bar/quux/ 13:06:03 [2020-07-17T13:06:03.332Z] === RUN TestCopyFromContainer/bar/quux/baz 13:06:03 [2020-07-17T13:06:03.595Z] === RUN TestCopyFromContainer/bar/filesymlink 13:06:03 [2020-07-17T13:06:03.595Z] === RUN TestCopyFromContainer/bar/dirsymlink 13:06:03 [2020-07-17T13:06:03.595Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 13:06:03 [2020-07-17T13:06:03.867Z] === RUN TestCopyFromContainer/bar/notarget 13:06:04 [2020-07-17T13:06:04.074Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.38s) 13:06:04 [2020-07-17T13:06:04.074Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName 13:06:04 [2020-07-17T13:06:04.074Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) 13:06:04 [2020-07-17T13:06:04.074Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network 13:06:04 [2020-07-17T13:06:04.074Z] === RUN TestInfoAPI 13:06:04 [2020-07-17T13:06:04.074Z] --- PASS: TestInfoAPI (0.04s) 13:06:04 [2020-07-17T13:06:04.074Z] === RUN TestInfoAPIWarnings 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer (3.19s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer// (0.11s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateLinkToNonExistingContainer 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateWithInvalidEnv 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateWithInvalidEnv/0 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateWithInvalidEnv/0 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateWithInvalidEnv/1 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateWithInvalidEnv/1 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateWithInvalidEnv/2 13:06:04 [2020-07-17T13:06:04.147Z] === PAUSE TestCreateWithInvalidEnv/2 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateWithInvalidEnv/0 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateWithInvalidEnv/1 13:06:04 [2020-07-17T13:06:04.147Z] === CONT TestCreateWithInvalidEnv/2 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateWithInvalidEnv (0.02s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateTmpfsMountsTarget 13:06:04 [2020-07-17T13:06:04.147Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) 13:06:04 [2020-07-17T13:06:04.147Z] === RUN TestCreateWithCustomMaskedPaths 13:06:04 [2020-07-17T13:06:04.825Z] === RUN TestCopyFromContainer// 13:06:04 [2020-07-17T13:06:04.825Z] === RUN TestCopyFromContainer//bar/root 13:06:04 [2020-07-17T13:06:04.825Z] === RUN TestCopyFromContainer//bar/root/ 13:06:04 [2020-07-17T13:06:04.825Z] === RUN TestDockerSuite/TestBuildAddNonTar 13:06:04 [2020-07-17T13:06:04.825Z] === RUN TestCopyFromContainer/bar/quux 13:06:05 [2020-07-17T13:06:05.084Z] === RUN TestCopyFromContainer/bar/quux/ 13:06:05 [2020-07-17T13:06:05.084Z] === RUN TestCopyFromContainer/bar/quux/baz 13:06:05 [2020-07-17T13:06:05.084Z] === RUN TestCopyFromContainer/bar/filesymlink 13:06:05 [2020-07-17T13:06:05.285Z] --- PASS: TestRunContainerWithBridgeNone (2.37s) 13:06:05 [2020-07-17T13:06:05.285Z] === RUN TestNetworkInvalidJSON 13:06:05 [2020-07-17T13:06:05.285Z] === RUN TestNetworkInvalidJSON//networks/create 13:06:05 [2020-07-17T13:06:05.285Z] === PAUSE TestNetworkInvalidJSON//networks/create 13:06:05 [2020-07-17T13:06:05.285Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect 13:06:05 [2020-07-17T13:06:05.285Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect 13:06:05 [2020-07-17T13:06:05.285Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect 13:06:05 [2020-07-17T13:06:05.285Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect 13:06:05 [2020-07-17T13:06:05.285Z] === CONT TestNetworkInvalidJSON//networks/create 13:06:05 [2020-07-17T13:06:05.285Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect 13:06:05 [2020-07-17T13:06:05.285Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect 13:06:05 [2020-07-17T13:06:05.285Z] --- PASS: TestNetworkInvalidJSON (0.02s) 13:06:05 [2020-07-17T13:06:05.285Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) 13:06:05 [2020-07-17T13:06:05.285Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) 13:06:05 [2020-07-17T13:06:05.285Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) 13:06:05 [2020-07-17T13:06:05.285Z] === RUN TestHostIPv4BridgeLabel 13:06:05 [2020-07-17T13:06:05.344Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins 13:06:05 [2020-07-17T13:06:05.344Z] === RUN TestCopyFromContainer/bar/dirsymlink 13:06:05 [2020-07-17T13:06:05.344Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 13:06:05 [2020-07-17T13:06:05.479Z] --- PASS: TestInfoAPIWarnings (1.52s) 13:06:05 [2020-07-17T13:06:05.479Z] === RUN TestInfoDebug 13:06:05 [2020-07-17T13:06:05.602Z] === RUN TestCopyFromContainer/bar/notarget 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer (2.67s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer// (0.09s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer//bar/root/ (0.13s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.13s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.15s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) 13:06:05 [2020-07-17T13:06:05.602Z] --- PASS: TestCopyFromContainer/bar/notarget (0.10s) 13:06:05 [2020-07-17T13:06:05.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 13:06:05 [2020-07-17T13:06:05.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:05 [2020-07-17T13:06:05.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:05 [2020-07-17T13:06:05.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:05 [2020-07-17T13:06:05.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:05 [2020-07-17T13:06:05.602Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:05 [2020-07-17T13:06:05.602Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateLinkToNonExistingContainer 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateWithInvalidEnv 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateWithInvalidEnv/0 13:06:05 [2020-07-17T13:06:05.863Z] === PAUSE TestCreateWithInvalidEnv/0 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateWithInvalidEnv/1 13:06:05 [2020-07-17T13:06:05.863Z] === PAUSE TestCreateWithInvalidEnv/1 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateWithInvalidEnv/2 13:06:05 [2020-07-17T13:06:05.863Z] === PAUSE TestCreateWithInvalidEnv/2 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateWithInvalidEnv/0 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateWithInvalidEnv/2 13:06:05 [2020-07-17T13:06:05.863Z] === CONT TestCreateWithInvalidEnv/1 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateWithInvalidEnv (0.02s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateTmpfsMountsTarget 13:06:05 [2020-07-17T13:06:05.863Z] --- PASS: TestCreateTmpfsMountsTarget (0.06s) 13:06:05 [2020-07-17T13:06:05.863Z] === RUN TestCreateWithCustomMaskedPaths 13:06:05 [2020-07-17T13:06:05.918Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) 13:06:05 [2020-07-17T13:06:05.918Z] === RUN TestDaemonRestartWithLiveRestore 13:06:06 [2020-07-17T13:06:06.124Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCustomMaskedPaths (2.05s) 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/no_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/no_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/empty_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/empty_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/valid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/valid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/invalid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/duplicate_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/empty_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/empty_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/empty_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/empty_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/capadd_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/conflict_with_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/no_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/empty_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/conflict_with_capadd 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/capadd_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/empty_capdrop 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/valid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/empty_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/duplicate_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] === CONT TestCreateWithCapabilities/invalid_capabilities 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities (0.04s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.01s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.01s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.07s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.07s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.08s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.08s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.06s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.08s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.07s) 13:06:06 [2020-07-17T13:06:06.692Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.07s) 13:06:06 [2020-07-17T13:06:06.692Z] === RUN TestCreateWithCustomReadonlyPaths 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... 13:06:06 [2020-07-17T13:06:06.765Z] 13:06:06 [2020-07-17T13:06:06.765Z] ________ ____ __. 13:06:06 [2020-07-17T13:06:06.765Z] \_____ \ | |/ _| 13:06:06 [2020-07-17T13:06:06.765Z] / | \| < 13:06:06 [2020-07-17T13:06:06.765Z] / | \ | \ 13:06:06 [2020-07-17T13:06:06.765Z] \_______ /____|__ \ 13:06:06 [2020-07-17T13:06:06.765Z] \/ \/ 13:06:06 [2020-07-17T13:06:06.765Z] 13:06:06 [2020-07-17T13:06:06.765Z] INFO: make.ps1 ended at 07/17/2020 13:05:59 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Binaries build ended at 07/17/2020 13:06:01. Duration:00:01:13.5064229 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Copying the built daemon binary to d:\CI\PR-41221\2\binary\dockerd-bf4a5982f0.exe... 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Copying the built client binary to d:\CI\PR-41221\2\binary\docker-bf4a5982f0.exe... 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Copying dockerversion from the container... 13:06:06 [2020-07-17T13:06:06.765Z] INFO: Copying the golang package from the container to d:\CI\PR-41221\2\installer\go.zip... 13:06:06 [2020-07-17T13:06:06.841Z] --- PASS: TestInfoDebug (1.53s) 13:06:06 [2020-07-17T13:06:06.841Z] === RUN TestInfoInsecureRegistries 13:06:06 [2020-07-17T13:06:06.959Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s) 13:06:06 [2020-07-17T13:06:06.959Z] === RUN TestDaemonDefaultNetworkPools 13:06:07 [2020-07-17T13:06:07.063Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits 13:06:07 [2020-07-17T13:06:07.995Z] --- PASS: TestDaemonDefaultNetworkPools (0.87s) 13:06:07 [2020-07-17T13:06:07.995Z] === RUN TestDaemonRestartWithExistingNetwork 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCustomMaskedPaths (1.91s) 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/no_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/no_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/empty_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/empty_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/valid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/valid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/invalid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/duplicate_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/empty_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/empty_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/empty_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/empty_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/capadd_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/conflict_with_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/no_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/empty_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/conflict_with_capadd 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/capadd_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/empty_capdrop 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/invalid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/duplicate_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/valid_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] === CONT TestCreateWithCapabilities/empty_capabilities 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities (0.02s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.02s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.06s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.00s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.09s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.05s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.04s) 13:06:08 [2020-07-17T13:06:08.002Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) 13:06:08 [2020-07-17T13:06:08.002Z] === RUN TestCreateWithCustomReadonlyPaths 13:06:08 [2020-07-17T13:06:08.342Z] INFO: Extracting go.zip to d:\CI\PR-41221\2\go 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.15s) 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:08 [2020-07-17T13:06:08.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:08 [2020-07-17T13:06:08.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:08 [2020-07-17T13:06:08.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:08 [2020-07-17T13:06:08.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.04s) 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) 13:06:08 [2020-07-17T13:06:08.604Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) 13:06:08 [2020-07-17T13:06:08.604Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 13:06:08 [2020-07-17T13:06:08.726Z] --- PASS: TestInfoInsecureRegistries (1.53s) 13:06:08 [2020-07-17T13:06:08.726Z] === RUN TestInfoRegistryMirrors 13:06:08 [2020-07-17T13:06:08.944Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink 13:06:09 [2020-07-17T13:06:09.029Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.23s) 13:06:09 [2020-07-17T13:06:09.029Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 13:06:09 [2020-07-17T13:06:09.542Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime 13:06:09 [2020-07-17T13:06:09.547Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.77s) 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestCreateDifferentPlatform 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestCreateDifferentPlatform/different_os 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 13:06:09 [2020-07-17T13:06:09.547Z] --- PASS: TestCreateDifferentPlatform (0.03s) 13:06:09 [2020-07-17T13:06:09.547Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 13:06:09 [2020-07-17T13:06:09.547Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestCreateVolumesFromNonExistingContainer 13:06:09 [2020-07-17T13:06:09.547Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestContainerStartOnDaemonRestart 13:06:09 [2020-07-17T13:06:09.547Z] === PAUSE TestContainerStartOnDaemonRestart 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestDaemonRestartIpcMode 13:06:09 [2020-07-17T13:06:09.547Z] === PAUSE TestDaemonRestartIpcMode 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestDaemonHostGatewayIP 13:06:09 [2020-07-17T13:06:09.547Z] === PAUSE TestDaemonHostGatewayIP 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestContainerKillOnDaemonStart 13:06:09 [2020-07-17T13:06:09.547Z] === PAUSE TestContainerKillOnDaemonStart 13:06:09 [2020-07-17T13:06:09.547Z] === RUN TestDiff 13:06:09 [2020-07-17T13:06:09.806Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.84s) 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:09 [2020-07-17T13:06:09.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:09 [2020-07-17T13:06:09.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:09 [2020-07-17T13:06:09.806Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:06:09 [2020-07-17T13:06:09.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:06:09 [2020-07-17T13:06:09.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:06:09 [2020-07-17T13:06:09.806Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:06:10 [2020-07-17T13:06:10.067Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) 13:06:10 [2020-07-17T13:06:10.067Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) 13:06:10 [2020-07-17T13:06:10.067Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 13:06:10 [2020-07-17T13:06:10.086Z] --- PASS: TestInfoRegistryMirrors (1.53s) 13:06:10 [2020-07-17T13:06:10.087Z] === RUN TestLoginFailsWithBadCredentials 13:06:10 [2020-07-17T13:06:10.120Z] --- PASS: TestDiff (0.70s) 13:06:10 [2020-07-17T13:06:10.120Z] === RUN TestExecWithCloseStdin 13:06:10 [2020-07-17T13:06:10.383Z] --- PASS: TestLoginFailsWithBadCredentials (0.33s) 13:06:10 [2020-07-17T13:06:10.383Z] === RUN TestPingCacheHeaders 13:06:10 [2020-07-17T13:06:10.383Z] --- PASS: TestPingCacheHeaders (0.04s) 13:06:10 [2020-07-17T13:06:10.383Z] === RUN TestPingGet 13:06:10 [2020-07-17T13:06:10.383Z] --- PASS: TestPingGet (0.01s) 13:06:10 [2020-07-17T13:06:10.383Z] === RUN TestPingHead 13:06:10 [2020-07-17T13:06:10.383Z] --- PASS: TestPingHead (0.02s) 13:06:10 [2020-07-17T13:06:10.383Z] === RUN TestVersion 13:06:10 [2020-07-17T13:06:10.383Z] --- PASS: TestVersion (0.02s) 13:06:10 [2020-07-17T13:06:10.383Z] PASS 13:06:10 [2020-07-17T13:06:10.383Z] 13:06:10 [2020-07-17T13:06:10.383Z] === Skipped 13:06:10 [2020-07-17T13:06:10.383Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:06:10 [2020-07-17T13:06:10.383Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:06:10 [2020-07-17T13:06:10.383Z] 13:06:10 [2020-07-17T13:06:10.383Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) 13:06:10 [2020-07-17T13:06:10.383Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network 13:06:10 [2020-07-17T13:06:10.383Z] 13:06:10 [2020-07-17T13:06:10.383Z] 13:06:10 [2020-07-17T13:06:10.383Z] DONE 18 tests, 2 skipped in 12.160s 13:06:10 [2020-07-17T13:06:10.383Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 13:06:10 [2020-07-17T13:06:10.538Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) 13:06:10 [2020-07-17T13:06:10.538Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 13:06:10 [2020-07-17T13:06:10.639Z] INFO: Testing against a local daemon 13:06:10 [2020-07-17T13:06:10.639Z] === RUN TestVolumesCreateAndList 13:06:10 [2020-07-17T13:06:10.639Z] --- PASS: TestVolumesCreateAndList (0.02s) 13:06:10 [2020-07-17T13:06:10.639Z] === RUN TestVolumesRemove 13:06:10 [2020-07-17T13:06:10.639Z] --- PASS: TestVolumesRemove (0.05s) 13:06:10 [2020-07-17T13:06:10.639Z] === RUN TestVolumesInspect 13:06:10 [2020-07-17T13:06:10.639Z] --- PASS: TestVolumesInspect (0.02s) 13:06:10 [2020-07-17T13:06:10.639Z] === RUN TestVolumesInvalidJSON 13:06:10 [2020-07-17T13:06:10.639Z] === RUN TestVolumesInvalidJSON//volumes/create 13:06:10 [2020-07-17T13:06:10.639Z] === PAUSE TestVolumesInvalidJSON//volumes/create 13:06:10 [2020-07-17T13:06:10.639Z] === CONT TestVolumesInvalidJSON//volumes/create 13:06:10 [2020-07-17T13:06:10.639Z] --- PASS: TestVolumesInvalidJSON (0.02s) 13:06:10 [2020-07-17T13:06:10.639Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) 13:06:10 [2020-07-17T13:06:10.639Z] PASS 13:06:10 [2020-07-17T13:06:10.639Z] 13:06:10 [2020-07-17T13:06:10.639Z] DONE 5 tests in 0.243s 13:06:10 [2020-07-17T13:06:10.639Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:06:10 [2020-07-17T13:06:10.639Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 11999 is not a child of this shell 13:06:10 [2020-07-17T13:06:10.639Z] warning: PID 11999 from bundles/test-integration/docker.pid had a nonzero exit code 13:06:10 [2020-07-17T13:06:10.639Z] Leaving: AppArmorNo profiles have been unloaded. 13:06:10 [2020-07-17T13:06:10.639Z] 13:06:10 [2020-07-17T13:06:10.639Z] Unloading profiles will leave already running processes permanently 13:06:10 [2020-07-17T13:06:10.639Z] unconfined, which can lead to unexpected situations. 13:06:10 [2020-07-17T13:06:10.639Z] 13:06:10 [2020-07-17T13:06:10.639Z] To set a process to complain mode, use the command line tool 13:06:10 [2020-07-17T13:06:10.639Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:06:10 [2020-07-17T13:06:10.639Z] Removing test suite binaries 13:06:10 [2020-07-17T13:06:10.644Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.75s) 13:06:10 [2020-07-17T13:06:10.644Z] === RUN TestCreateDifferentPlatform 13:06:10 [2020-07-17T13:06:10.644Z] === RUN TestCreateDifferentPlatform/different_os 13:06:10 [2020-07-17T13:06:10.644Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 13:06:10 [2020-07-17T13:06:10.830Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s) 13:06:10 [2020-07-17T13:06:10.831Z] === RUN TestServiceWithPredefinedNetwork 13:06:10 [2020-07-17T13:06:10.894Z] exiting test-integration 13:06:10 [2020-07-17T13:06:10.894Z] ++ exit 0 13:06:10 [2020-07-17T13:06:10.914Z] --- PASS: TestCreateDifferentPlatform (0.04s) 13:06:10 [2020-07-17T13:06:10.914Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 13:06:10 [2020-07-17T13:06:10.914Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestCreateVolumesFromNonExistingContainer 13:06:10 [2020-07-17T13:06:10.914Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestContainerStartOnDaemonRestart 13:06:10 [2020-07-17T13:06:10.914Z] === PAUSE TestContainerStartOnDaemonRestart 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestDaemonRestartIpcMode 13:06:10 [2020-07-17T13:06:10.914Z] === PAUSE TestDaemonRestartIpcMode 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestDaemonHostGatewayIP 13:06:10 [2020-07-17T13:06:10.914Z] === PAUSE TestDaemonHostGatewayIP 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestContainerKillOnDaemonStart 13:06:10 [2020-07-17T13:06:10.914Z] === PAUSE TestContainerKillOnDaemonStart 13:06:10 [2020-07-17T13:06:10.914Z] === RUN TestDiff 13:06:11 [2020-07-17T13:06:11.063Z] --- PASS: TestExecWithCloseStdin (0.93s) 13:06:11 [2020-07-17T13:06:11.064Z] === RUN TestExec 13:06:11 [2020-07-17T13:06:11.500Z] --- PASS: TestDiff (0.65s) 13:06:11 [2020-07-17T13:06:11.500Z] === RUN TestExecWithCloseStdin 13:06:11 [2020-07-17T13:06:11.819Z] 13:06:12 [2020-07-17T13:06:12.006Z] --- PASS: TestExec (0.82s) 13:06:12 [2020-07-17T13:06:12.006Z] === RUN TestExecUser 13:06:12 [2020-07-17T13:06:12.068Z] --- PASS: TestExecWithCloseStdin (0.58s) 13:06:12 [2020-07-17T13:06:12.068Z] === RUN TestExec 13:06:12 [2020-07-17T13:06:12.326Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug 13:06:12 [2020-07-17T13:06:12.585Z] --- PASS: TestExec (0.57s) 13:06:12 [2020-07-17T13:06:12.585Z] === RUN TestExecUser 13:06:12 [2020-07-17T13:06:12.844Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache 13:06:12 [2020-07-17T13:06:12.844Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal 13:06:12 [2020-07-17T13:06:12.948Z] --- PASS: TestExecUser (0.94s) 13:06:12 [2020-07-17T13:06:12.949Z] === RUN TestExportContainerAndImportImage Post stage [Pipeline] junit 13:06:13 [2020-07-17T13:06:13.191Z] Recording test results 13:06:13 [2020-07-17T13:06:13.415Z] --- PASS: TestExecUser (0.71s) 13:06:13 [2020-07-17T13:06:13.415Z] === RUN TestExportContainerAndImportImage 13:06:13 [2020-07-17T13:06:13.415Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong 13:06:13 [2020-07-17T13:06:13.892Z] --- PASS: TestExportContainerAndImportImage (1.03s) 13:06:13 [2020-07-17T13:06:13.892Z] === RUN TestExportContainerAfterDaemonRestart 13:06:13 [2020-07-17T13:06:13.984Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress 13:06:13 [2020-07-17T13:06:13.984Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions 13:06:14 [2020-07-17T13:06:14.244Z] --- PASS: TestExportContainerAndImportImage (1.03s) 13:06:14 [2020-07-17T13:06:14.244Z] === RUN TestExportContainerAfterDaemonRestart 13:06:14 [2020-07-17T13:06:14.813Z] === RUN TestDockerSuite/TestBuildAddScript [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:06:15 [2020-07-17T13:06:15.288Z] --- PASS: TestServiceWithPredefinedNetwork (3.68s) 13:06:15 [2020-07-17T13:06:15.288Z] === RUN TestServiceRemoveKeepsIngressNetwork 13:06:15 [2020-07-17T13:06:15.288Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 13:06:15 [2020-07-17T13:06:15.288Z] service_test.go:236: FLAKY_TEST 13:06:15 [2020-07-17T13:06:15.288Z] === RUN TestServiceWithDataPathPortInit 13:06:15 [2020-07-17T13:06:15.518Z] + echo Ensuring container killed. 13:06:15 [2020-07-17T13:06:15.519Z] Ensuring container killed. 13:06:15 [2020-07-17T13:06:15.519Z] + docker rm -vf docker-pr2 13:06:15 [2020-07-17T13:06:15.519Z] Error: No such container: docker-pr2 13:06:15 [2020-07-17T13:06:15.519Z] + true [Pipeline] sh 13:06:15 [2020-07-17T13:06:15.754Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault 13:06:15 [2020-07-17T13:06:15.796Z] + echo Chowning /workspace to jenkins user 13:06:15 [2020-07-17T13:06:15.796Z] Chowning /workspace to jenkins user 13:06:15 [2020-07-17T13:06:15.796Z] + id -u 13:06:15 [2020-07-17T13:06:15.796Z] + id -g 13:06:15 [2020-07-17T13:06:15.796Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/workspace busybox chown -R 1000:1000 /workspace 13:06:15 [2020-07-17T13:06:15.808Z] --- PASS: TestExportContainerAfterDaemonRestart (1.99s) 13:06:15 [2020-07-17T13:06:15.808Z] === RUN TestHealthCheckWorkdir 13:06:16 [2020-07-17T13:06:16.013Z] --- PASS: TestExportContainerAfterDaemonRestart (1.59s) 13:06:16 [2020-07-17T13:06:16.014Z] === RUN TestHealthCheckWorkdir 13:06:16 [2020-07-17T13:06:16.951Z] --- PASS: TestHealthCheckWorkdir (1.07s) 13:06:16 [2020-07-17T13:06:16.951Z] === RUN TestHealthKillContainer 13:06:17 [2020-07-17T13:06:17.192Z] --- PASS: TestHealthCheckWorkdir (1.01s) 13:06:17 [2020-07-17T13:06:17.192Z] === RUN TestHealthKillContainer [Pipeline] catchError [Pipeline] { 13:06:17 [2020-07-17T13:06:17.209Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [Pipeline] sh 13:06:17 [2020-07-17T13:06:17.536Z] + bundleName=amd64-rootless 13:06:17 [2020-07-17T13:06:17.536Z] + echo Creating amd64-rootless-bundles.tar.gz 13:06:17 [2020-07-17T13:06:17.536Z] Creating amd64-rootless-bundles.tar.gz 13:06:17 [2020-07-17T13:06:17.536Z] + xargs tar -czf amd64-rootless-bundles.tar.gz 13:06:17 [2020-07-17T13:06:17.536Z] + 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 13:06:17 [2020-07-17T13:06:17.545Z] Archiving artifacts 13:06:17 [2020-07-17T13:06:17.779Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir 13:06:18 [2020-07-17T13:06:18.717Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone 13:06:18 [2020-07-17T13:06:18.922Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:06:19 [2020-07-17T13:06:19.238Z] + make clean 13:06:19 [2020-07-17T13:06:19.495Z] docker volume rm -f docker-dev-cache 13:06:19 [2020-07-17T13:06:19.495Z] docker-dev-cache [Pipeline] deleteDir 13:06:19 [2020-07-17T13:06:19.736Z] --- PASS: TestHealthKillContainer (2.84s) 13:06:19 [2020-07-17T13:06:19.736Z] === RUN TestInspectCpusetInConfigPre120 13:06:20 [2020-07-17T13:06:20.099Z] --- PASS: TestHealthKillContainer (2.99s) 13:06:20 [2020-07-17T13:06:20.099Z] === RUN TestInspectCpusetInConfigPre120 13:06:20 [2020-07-17T13:06:20.099Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:06:20 [2020-07-17T13:06:20.639Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] 13:06:20 [2020-07-17T13:06:20.668Z] --- PASS: TestInspectCpusetInConfigPre120 (0.68s) 13:06:20 [2020-07-17T13:06:20.668Z] === RUN TestIpcModeNone 13:06:20 [2020-07-17T13:06:20.679Z] --- PASS: TestInspectCpusetInConfigPre120 (0.75s) 13:06:20 [2020-07-17T13:06:20.679Z] === RUN TestIpcModeNone 13:06:21 [2020-07-17T13:06:21.608Z] --- PASS: TestIpcModeNone (0.89s) 13:06:21 [2020-07-17T13:06:21.608Z] === RUN TestIpcModePrivate 13:06:21 [2020-07-17T13:06:21.608Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride 13:06:21 [2020-07-17T13:06:21.620Z] --- PASS: TestIpcModeNone (0.86s) 13:06:21 [2020-07-17T13:06:21.620Z] === RUN TestIpcModePrivate 13:06:22 [2020-07-17T13:06:22.190Z] --- PASS: TestIpcModePrivate (0.84s) 13:06:22 [2020-07-17T13:06:22.190Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false 13:06:22 [2020-07-17T13:06:22.190Z] === RUN TestIpcModeShareable 13:06:22 [2020-07-17T13:06:22.546Z] --- PASS: TestIpcModePrivate (0.79s) 13:06:22 [2020-07-17T13:06:22.546Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:94, shared: false, mustBeShared: false 13:06:22 [2020-07-17T13:06:22.546Z] === RUN TestIpcModeShareable 13:06:23 [2020-07-17T13:06:23.133Z] --- PASS: TestIpcModeShareable (0.86s) 13:06:23 [2020-07-17T13:06:23.133Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true 13:06:23 [2020-07-17T13:06:23.133Z] === RUN TestAPIIpcModeShareableAndContainer 13:06:23 [2020-07-17T13:06:23.485Z] --- PASS: TestIpcModeShareable (0.91s) 13:06:23 [2020-07-17T13:06:23.485Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true 13:06:23 [2020-07-17T13:06:23.485Z] === RUN TestAPIIpcModeShareableAndContainer 13:06:23 [2020-07-17T13:06:23.485Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild 13:06:24 [2020-07-17T13:06:24.055Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir 13:06:25 [2020-07-17T13:06:25.438Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency 13:06:25 [2020-07-17T13:06:25.679Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.56s) 13:06:25 [2020-07-17T13:06:25.679Z] === RUN TestAPIIpcModeHost 13:06:25 [2020-07-17T13:06:25.697Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.45s) 13:06:25 [2020-07-17T13:06:25.697Z] === RUN TestAPIIpcModeHost 13:06:25 [2020-07-17T13:06:25.957Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile 13:06:26 [2020-07-17T13:06:26.250Z] --- PASS: TestAPIIpcModeHost (0.63s) 13:06:26 [2020-07-17T13:06:26.250Z] === RUN TestDaemonIpcModeShareable 13:06:26 [2020-07-17T13:06:26.525Z] --- PASS: TestAPIIpcModeHost (0.65s) 13:06:26 [2020-07-17T13:06:26.525Z] === RUN TestDaemonIpcModeShareable 13:06:27 [2020-07-17T13:06:27.905Z] --- PASS: TestDaemonIpcModeShareable (1.42s) 13:06:27 [2020-07-17T13:06:27.905Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true 13:06:27 [2020-07-17T13:06:27.905Z] === RUN TestDaemonIpcModePrivate 13:06:28 [2020-07-17T13:06:28.164Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot 13:06:28 [2020-07-17T13:06:28.165Z] --- PASS: TestDaemonIpcModeShareable (1.79s) 13:06:28 [2020-07-17T13:06:28.166Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true 13:06:28 [2020-07-17T13:06:28.166Z] === RUN TestDaemonIpcModePrivate 13:06:29 [2020-07-17T13:06:29.104Z] --- PASS: TestDaemonIpcModePrivate (1.44s) 13:06:29 [2020-07-17T13:06:29.105Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:95, shared: false, mustBeShared: false 13:06:29 [2020-07-17T13:06:29.105Z] === RUN TestDaemonIpcModePrivateFromConfig 13:06:29 [2020-07-17T13:06:29.364Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload 13:06:30 [2020-07-17T13:06:30.081Z] --- PASS: TestDaemonIpcModePrivate (1.76s) 13:06:30 [2020-07-17T13:06:30.081Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false 13:06:30 [2020-07-17T13:06:30.081Z] === RUN TestDaemonIpcModePrivateFromConfig 13:06:30 [2020-07-17T13:06:30.303Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir 13:06:30 [2020-07-17T13:06:30.563Z] === RUN TestDockerSuite/TestBuildAddTar 13:06:30 [2020-07-17T13:06:30.563Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.41s) 13:06:30 [2020-07-17T13:06:30.563Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false 13:06:30 [2020-07-17T13:06:30.563Z] === RUN TestDaemonIpcModeShareableFromConfig 13:06:31 [2020-07-17T13:06:31.467Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.72s) 13:06:31 [2020-07-17T13:06:31.467Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false 13:06:31 [2020-07-17T13:06:31.467Z] === RUN TestDaemonIpcModeShareableFromConfig 13:06:31 [2020-07-17T13:06:31.944Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.41s) 13:06:31 [2020-07-17T13:06:31.944Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:90, shared: true, mustBeShared: true 13:06:31 [2020-07-17T13:06:31.944Z] === RUN TestIpcModeOlderClient 13:06:31 [2020-07-17T13:06:31.944Z] === PAUSE TestIpcModeOlderClient 13:06:31 [2020-07-17T13:06:31.944Z] === RUN TestKillContainerInvalidSignal 13:06:32 [2020-07-17T13:06:32.883Z] --- PASS: TestKillContainerInvalidSignal (0.59s) 13:06:32 [2020-07-17T13:06:32.883Z] === RUN TestKillContainer 13:06:32 [2020-07-17T13:06:32.883Z] === RUN TestKillContainer/no_signal 13:06:33 [2020-07-17T13:06:33.142Z] === RUN TestKillContainer/non_killing_signal 13:06:33 [2020-07-17T13:06:33.385Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.79s) 13:06:33 [2020-07-17T13:06:33.385Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true 13:06:33 [2020-07-17T13:06:33.385Z] === RUN TestIpcModeOlderClient 13:06:33 [2020-07-17T13:06:33.385Z] === PAUSE TestIpcModeOlderClient 13:06:33 [2020-07-17T13:06:33.385Z] === RUN TestKillContainerInvalidSignal 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Extraction ended at 07/17/2020 13:06:31. Duration:00:00:23.4959417 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Updating the golang and path environment variables 13:06:33 [2020-07-17T13:06:33.642Z] INFO: GOPATH=d:\gopath 13:06:33 [2020-07-17T13:06:33.642Z] INFO: go version go1.13.12 windows/amd64 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Running the daemon under test in debug mode 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Starting a daemon under test... 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41221\2\daemon --pidfile d:\CI\PR-41221\2\docker.pid -D 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Process started successfully. 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Start tailing logs of the daemon under tests 13:06:33 [2020-07-17T13:06:33.642Z] INFO: Waiting for the daemon under test to start... 13:06:33 [2020-07-17T13:06:33.711Z] === RUN TestKillContainer/killing_signal 13:06:34 [2020-07-17T13:06:34.327Z] --- PASS: TestKillContainerInvalidSignal (0.76s) 13:06:34 [2020-07-17T13:06:34.327Z] === RUN TestKillContainer 13:06:34 [2020-07-17T13:06:34.327Z] === RUN TestKillContainer/no_signal 13:06:34 [2020-07-17T13:06:34.648Z] --- PASS: TestKillContainer (1.87s) 13:06:34 [2020-07-17T13:06:34.648Z] --- PASS: TestKillContainer/no_signal (0.55s) 13:06:34 [2020-07-17T13:06:34.648Z] --- PASS: TestKillContainer/non_killing_signal (0.49s) 13:06:34 [2020-07-17T13:06:34.648Z] --- PASS: TestKillContainer/killing_signal (0.60s) 13:06:34 [2020-07-17T13:06:34.648Z] === RUN TestKillWithStopSignalAndRestartPolicies 13:06:34 [2020-07-17T13:06:34.648Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 13:06:34 [2020-07-17T13:06:34.898Z] === RUN TestKillContainer/non_killing_signal 13:06:35 [2020-07-17T13:06:35.210Z] INFO: Daemon under test started and replied! 13:06:35 [2020-07-17T13:06:35.210Z] INFO: Docker version of the daemon under test 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] Client: 13:06:35 [2020-07-17T13:06:35.210Z] Version: 17.06.2-ce 13:06:35 [2020-07-17T13:06:35.210Z] API version: 1.30 13:06:35 [2020-07-17T13:06:35.210Z] Go version: go1.8.3 13:06:35 [2020-07-17T13:06:35.210Z] Git commit: cec0b72 13:06:35 [2020-07-17T13:06:35.210Z] Built: Tue Sep 5 19:57:19 2017 13:06:35 [2020-07-17T13:06:35.210Z] OS/Arch: windows/amd64 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] Server: 13:06:35 [2020-07-17T13:06:35.210Z] Version: 0.0.0-dev 13:06:35 [2020-07-17T13:06:35.210Z] API version: 1.41 (minimum version 1.24) 13:06:35 [2020-07-17T13:06:35.210Z] Go version: go1.13.12 13:06:35 [2020-07-17T13:06:35.210Z] Git commit: bf4a5982f0 13:06:35 [2020-07-17T13:06:35.210Z] Built: 07/17/2020 13:04:52 13:06:35 [2020-07-17T13:06:35.210Z] OS/Arch: windows/amd64 13:06:35 [2020-07-17T13:06:35.210Z] Experimental: false 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] INFO: Docker info of the daemon under test 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] Containers: 0 13:06:35 [2020-07-17T13:06:35.210Z] Running: 0 13:06:35 [2020-07-17T13:06:35.210Z] Paused: 0 13:06:35 [2020-07-17T13:06:35.210Z] Stopped: 0 13:06:35 [2020-07-17T13:06:35.210Z] Images: 0 13:06:35 [2020-07-17T13:06:35.210Z] Server Version: 0.0.0-dev 13:06:35 [2020-07-17T13:06:35.210Z] Storage Driver: windowsfilter 13:06:35 [2020-07-17T13:06:35.210Z] Windows: 13:06:35 [2020-07-17T13:06:35.210Z] Logging Driver: json-file 13:06:35 [2020-07-17T13:06:35.210Z] Plugins: 13:06:35 [2020-07-17T13:06:35.210Z] Volume: local 13:06:35 [2020-07-17T13:06:35.210Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent 13:06:35 [2020-07-17T13:06:35.210Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog 13:06:35 [2020-07-17T13:06:35.210Z] Swarm: inactive 13:06:35 [2020-07-17T13:06:35.210Z] Default Isolation: process 13:06:35 [2020-07-17T13:06:35.210Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) 13:06:35 [2020-07-17T13:06:35.210Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) 13:06:35 [2020-07-17T13:06:35.210Z] OSType: windows 13:06:35 [2020-07-17T13:06:35.210Z] Architecture: x86_64 13:06:35 [2020-07-17T13:06:35.210Z] CPUs: 4 13:06:35 [2020-07-17T13:06:35.210Z] Total Memory: 32GiB 13:06:35 [2020-07-17T13:06:35.210Z] Name: azwin-2-465ec0 13:06:35 [2020-07-17T13:06:35.210Z] ID: RVWO:RKQW:ZS2R:6KWN:2B5R:AX5O:ZSPN:MS2D:SGOB:LVHW:6Y36:SAMF 13:06:35 [2020-07-17T13:06:35.210Z] Docker Root Dir: D:\CI\PR-41221\2\daemon 13:06:35 [2020-07-17T13:06:35.210Z] Debug Mode (client): false 13:06:35 [2020-07-17T13:06:35.210Z] Debug Mode (server): true 13:06:35 [2020-07-17T13:06:35.210Z] File Descriptors: -1 13:06:35 [2020-07-17T13:06:35.210Z] Goroutines: 17 13:06:35 [2020-07-17T13:06:35.210Z] System Time: 2020-07-17T13:06:35.0949636Z 13:06:35 [2020-07-17T13:06:35.210Z] EventsListeners: 0 13:06:35 [2020-07-17T13:06:35.210Z] Registry: https://index.docker.io/v1/ 13:06:35 [2020-07-17T13:06:35.210Z] Labels: 13:06:35 [2020-07-17T13:06:35.210Z] Experimental: false 13:06:35 [2020-07-17T13:06:35.210Z] Insecure Registries: 13:06:35 [2020-07-17T13:06:35.210Z] 127.0.0.0/8 13:06:35 [2020-07-17T13:06:35.210Z] Live Restore Enabled: false 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] INFO: Docker images of the daemon under test 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.210Z] REPOSITORY TAG IMAGE ID CREATED SIZE 13:06:35 [2020-07-17T13:06:35.210Z] 13:06:35 [2020-07-17T13:06:35.216Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 13:06:35 [2020-07-17T13:06:35.470Z] === RUN TestKillContainer/killing_signal 13:06:35 [2020-07-17T13:06:35.602Z] tests/integration/api_volume_test.py ......... [ 74%] 13:06:35 [2020-07-17T13:06:35.680Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore 13:06:35 [2020-07-17T13:06:35.680Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... 13:06:35 [2020-07-17T13:06:35.680Z] ltsc2019: Pulling from windows/servercore 13:06:35 [2020-07-17T13:06:35.680Z] 4612f6d0b889: Pulling fs layer 13:06:35 [2020-07-17T13:06:35.680Z] fc1b9e59edad: Pulling fs layer 13:06:35 [2020-07-17T13:06:35.784Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.10s) 13:06:35 [2020-07-17T13:06:35.784Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.54s) 13:06:35 [2020-07-17T13:06:35.784Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.40s) 13:06:35 [2020-07-17T13:06:35.784Z] === RUN TestKillStoppedContainer 13:06:35 [2020-07-17T13:06:35.784Z] --- PASS: TestKillStoppedContainer (0.05s) 13:06:35 [2020-07-17T13:06:35.784Z] === RUN TestKillStoppedContainerAPIPre120 13:06:35 [2020-07-17T13:06:35.784Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) 13:06:35 [2020-07-17T13:06:35.784Z] === RUN TestKillDifferentUserContainer 13:06:36 [2020-07-17T13:06:36.043Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError 13:06:36 [2020-07-17T13:06:36.303Z] --- PASS: TestKillDifferentUserContainer (0.65s) 13:06:36 [2020-07-17T13:06:36.303Z] === RUN TestInspectOomKilledTrue 13:06:36 [2020-07-17T13:06:36.303Z] --- SKIP: TestInspectOomKilledTrue (0.00s) 13:06:36 [2020-07-17T13:06:36.303Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:06:36 [2020-07-17T13:06:36.303Z] === RUN TestInspectOomKilledFalse 13:06:36 [2020-07-17T13:06:36.303Z] --- SKIP: TestInspectOomKilledFalse (0.00s) 13:06:36 [2020-07-17T13:06:36.303Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:06:36 [2020-07-17T13:06:36.303Z] === RUN TestLinksEtcHostsContentMatch 13:06:36 [2020-07-17T13:06:36.413Z] --- PASS: TestKillContainer (2.20s) 13:06:36 [2020-07-17T13:06:36.413Z] --- PASS: TestKillContainer/no_signal (0.70s) 13:06:36 [2020-07-17T13:06:36.413Z] --- PASS: TestKillContainer/non_killing_signal (0.50s) 13:06:36 [2020-07-17T13:06:36.413Z] --- PASS: TestKillContainer/killing_signal (0.71s) 13:06:36 [2020-07-17T13:06:36.413Z] === RUN TestKillWithStopSignalAndRestartPolicies 13:06:36 [2020-07-17T13:06:36.413Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 13:06:36 [2020-07-17T13:06:36.563Z] === RUN TestDockerSuite/TestBuildAddTarXz 13:06:36 [2020-07-17T13:06:36.823Z] --- PASS: TestLinksEtcHostsContentMatch (0.53s) 13:06:36 [2020-07-17T13:06:36.823Z] === RUN TestLinksContainerNames 13:06:36 [2020-07-17T13:06:36.985Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 13:06:37 [2020-07-17T13:06:37.504Z] tests/integration/client_test.py ..... [ 75%] 13:06:37 [2020-07-17T13:06:37.504Z] tests/integration/context_api_test.py ... [ 76%] 13:06:37 [2020-07-17T13:06:37.756Z] --- PASS: TestServiceWithDataPathPortInit (20.09s) 13:06:37 [2020-07-17T13:06:37.756Z] === RUN TestServiceWithDefaultAddressPoolInit 13:06:37 [2020-07-17T13:06:37.762Z] === RUN TestDockerSuite/TestBuildAddTarXzGz 13:06:37 [2020-07-17T13:06:37.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.46s) 13:06:37 [2020-07-17T13:06:37.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.71s) 13:06:37 [2020-07-17T13:06:37.926Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.51s) 13:06:37 [2020-07-17T13:06:37.926Z] === RUN TestKillStoppedContainer 13:06:37 [2020-07-17T13:06:37.926Z] --- PASS: TestKillStoppedContainer (0.11s) 13:06:37 [2020-07-17T13:06:37.926Z] === RUN TestKillStoppedContainerAPIPre120 13:06:37 [2020-07-17T13:06:37.926Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) 13:06:37 [2020-07-17T13:06:37.926Z] === RUN TestKillDifferentUserContainer 13:06:38 [2020-07-17T13:06:38.071Z] tests/integration/errors_test.py . [ 76%] 13:06:38 [2020-07-17T13:06:38.332Z] --- PASS: TestLinksContainerNames (1.44s) 13:06:38 [2020-07-17T13:06:38.332Z] === RUN TestLogsFollowTailEmpty 13:06:38 [2020-07-17T13:06:38.869Z] --- PASS: TestKillDifferentUserContainer (0.80s) 13:06:38 [2020-07-17T13:06:38.869Z] === RUN TestInspectOomKilledTrue 13:06:38 [2020-07-17T13:06:38.869Z] --- SKIP: TestInspectOomKilledTrue (0.00s) 13:06:38 [2020-07-17T13:06:38.869Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:06:38 [2020-07-17T13:06:38.869Z] === RUN TestInspectOomKilledFalse 13:06:38 [2020-07-17T13:06:38.869Z] --- SKIP: TestInspectOomKilledFalse (0.00s) 13:06:38 [2020-07-17T13:06:38.869Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:06:38 [2020-07-17T13:06:38.869Z] === RUN TestLinksEtcHostsContentMatch 13:06:39 [2020-07-17T13:06:39.274Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest 13:06:39 [2020-07-17T13:06:39.274Z] --- PASS: TestLogsFollowTailEmpty (0.79s) 13:06:39 [2020-07-17T13:06:39.274Z] === RUN TestContainerNetworkMountsNoChown 13:06:39 [2020-07-17T13:06:39.441Z] --- PASS: TestLinksEtcHostsContentMatch (0.58s) 13:06:39 [2020-07-17T13:06:39.441Z] === RUN TestLinksContainerNames 13:06:39 [2020-07-17T13:06:39.843Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/default 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/default 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/private 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/private 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rprivate 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rprivate 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/slave 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/slave 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rslave 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rslave 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/shared 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/shared 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rshared 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rshared 13:06:39 [2020-07-17T13:06:39.843Z] === CONT TestMountDaemonRoot/default 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/default/mount_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/default/bind_root 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/default/bind_root 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/default/bind_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/default/mount_root 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/default/mount_root 13:06:39 [2020-07-17T13:06:39.843Z] === CONT TestMountDaemonRoot/rshared 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rshared/mount_root 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 13:06:39 [2020-07-17T13:06:39.843Z] === RUN TestMountDaemonRoot/rshared/bind_root 13:06:39 [2020-07-17T13:06:39.843Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 13:06:39 [2020-07-17T13:06:39.843Z] === CONT TestMountDaemonRoot/shared 13:06:40 [2020-07-17T13:06:40.102Z] === CONT TestMountDaemonRoot/rslave 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rslave/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rslave/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === CONT TestMountDaemonRoot/slave 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/slave/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/slave/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/slave/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/slave/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/slave/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/slave/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === CONT TestMountDaemonRoot/rprivate 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rprivate/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rprivate/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === CONT TestMountDaemonRoot/private 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/private/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/private/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/private/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/private/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/private/mount_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/private/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === CONT TestMountDaemonRoot/default/mount_subpath 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/shared/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === PAUSE TestMountDaemonRoot/shared/bind_root 13:06:40 [2020-07-17T13:06:40.102Z] === RUN TestMountDaemonRoot/shared/bind_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === RUN TestMountDaemonRoot/shared/mount_root 13:06:40 [2020-07-17T13:06:40.103Z] === PAUSE TestMountDaemonRoot/shared/mount_root 13:06:40 [2020-07-17T13:06:40.103Z] === RUN TestMountDaemonRoot/shared/mount_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/rslave/bind_root 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/default/mount_root 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/default/bind_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/default/bind_root 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/slave/bind_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 13:06:40 [2020-07-17T13:06:40.103Z] === CONT TestMountDaemonRoot/rslave/mount_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rprivate/bind_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/slave/bind_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/slave/mount_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/slave/mount_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/private/bind_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rprivate/mount_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/private/mount_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/private/mount_root 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/private/bind_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 13:06:40 [2020-07-17T13:06:40.362Z] === CONT TestMountDaemonRoot/rshared/bind_root 13:06:40 [2020-07-17T13:06:40.622Z] === CONT TestMountDaemonRoot/rshared/mount_root 13:06:40 [2020-07-17T13:06:40.622Z] === CONT TestMountDaemonRoot/shared/bind_root 13:06:40 [2020-07-17T13:06:40.622Z] === CONT TestMountDaemonRoot/shared/mount_root 13:06:40 [2020-07-17T13:06:40.622Z] === CONT TestMountDaemonRoot/shared/mount_subpath 13:06:40 [2020-07-17T13:06:40.622Z] === CONT TestMountDaemonRoot/shared/bind_subpath 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/default (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/private (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.06s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/shared (0.02s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) 13:06:40 [2020-07-17T13:06:40.622Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) 13:06:40 [2020-07-17T13:06:40.622Z] === RUN TestContainerBindMountNonRecursive 13:06:40 [2020-07-17T13:06:40.829Z] --- PASS: TestLinksContainerNames (1.49s) 13:06:40 [2020-07-17T13:06:40.829Z] === RUN TestLogsFollowTailEmpty 13:06:41 [2020-07-17T13:06:41.554Z] fc1b9e59edad: Verifying Checksum 13:06:41 [2020-07-17T13:06:41.554Z] fc1b9e59edad: Download complete 13:06:41 [2020-07-17T13:06:41.771Z] --- PASS: TestLogsFollowTailEmpty (0.73s) 13:06:41 [2020-07-17T13:06:41.772Z] === RUN TestContainerNetworkMountsNoChown 13:06:42 [2020-07-17T13:06:42.343Z] --- PASS: TestContainerNetworkMountsNoChown (0.74s) 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/default 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/default 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/private 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/private 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rprivate 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rprivate 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/slave 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/slave 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rslave 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rslave 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/shared 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/shared 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rshared 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rshared 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/default 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/default/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/default/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/default/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/default/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/default/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/default/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/default/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/rshared 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rshared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rshared/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/rshared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/shared 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/shared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/shared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/shared/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/shared/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/shared/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/shared/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/shared/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/rslave 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rslave/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rslave/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/rslave/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/slave 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/slave/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/slave/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/slave/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/slave/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/slave/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/slave/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/rprivate 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rprivate/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rprivate/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/private 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/private/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/private/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/private/mount_root 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/private/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 13:06:42 [2020-07-17T13:06:42.343Z] === RUN TestMountDaemonRoot/private/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === PAUSE TestMountDaemonRoot/private/bind_root 13:06:42 [2020-07-17T13:06:42.343Z] === CONT TestMountDaemonRoot/default/mount_subpath 13:06:42 [2020-07-17T13:06:42.530Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/default/mount_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/default/bind_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rshared/mount_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/shared/mount_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/shared/mount_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/shared/bind_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rslave/mount_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/slave/bind_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/slave/mount_root 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/slave/mount_subpath 13:06:42 [2020-07-17T13:06:42.604Z] === CONT TestMountDaemonRoot/slave/bind_subpath 13:06:42 [2020-07-17T13:06:42.789Z] --- PASS: TestContainerBindMountNonRecursive (2.12s) 13:06:42 [2020-07-17T13:06:42.789Z] === RUN TestNetworkNat 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/rprivate/bind_root 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/private/bind_subpath 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/rprivate/mount_root 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/private/bind_root 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/private/mount_subpath 13:06:42 [2020-07-17T13:06:42.865Z] === CONT TestMountDaemonRoot/private/mount_root 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot (0.06s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/default (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) 13:06:42 [2020-07-17T13:06:42.865Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/private (0.00s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) 13:06:42 [2020-07-17T13:06:42.866Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) 13:06:42 [2020-07-17T13:06:42.866Z] === RUN TestContainerBindMountNonRecursive 13:06:43 [2020-07-17T13:06:43.049Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot 13:06:43 [2020-07-17T13:06:43.620Z] --- PASS: TestNetworkNat (0.82s) 13:06:43 [2020-07-17T13:06:43.620Z] === RUN TestNetworkLocalhostTCPNat 13:06:44 [2020-07-17T13:06:44.557Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) 13:06:44 [2020-07-17T13:06:44.557Z] === RUN TestNetworkLoopbackNat 13:06:44 [2020-07-17T13:06:44.650Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.04s) 13:06:44 [2020-07-17T13:06:44.650Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9fkmbxf9dy3l7ho8n6xnahib7 Created:2020-07-17 13:06:36.239727313 +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[c86d5dae9482bc65632827a7352c19ced31066052c30b5d436e3449eaf289e34:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p1tnzgocmkfxjy4d78wvzcu0q EndpointID:d88a61a7fe40de6d8b95983f6501d6a2f0435f5983283d2e8221527293a76a08 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:4f19668e6ab6dbea7d2443a5da2184785f3f9097952ac2bf601f1ea427199116 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:751382a01b6a IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p1tnzgocmkfxjy4d78wvzcu0q EndpointID:d88a61a7fe40de6d8b95983f6501d6a2f0435f5983283d2e8221527293a76a08 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 13:06:44 [2020-07-17T13:06:44.650Z] PASS 13:06:44 [2020-07-17T13:06:44.650Z] 13:06:44 [2020-07-17T13:06:44.650Z] === Skipped 13:06:44 [2020-07-17T13:06:44.650Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:06:44 [2020-07-17T13:06:44.650Z] service_test.go:236: FLAKY_TEST 13:06:44 [2020-07-17T13:06:44.650Z] 13:06:44 [2020-07-17T13:06:44.650Z] 13:06:44 [2020-07-17T13:06:44.650Z] DONE 23 tests, 1 skipped in 55.791s 13:06:44 [2020-07-17T13:06:44.650Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.650Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.650Z] ++ set -e 13:06:44 [2020-07-17T13:06:44.650Z] ++ '[' -n 0 ']' 13:06:44 [2020-07-17T13:06:44.650Z] ++ set -x 13:06:44 [2020-07-17T13:06:44.650Z] ++ 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=s390x 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 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/s390x-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.817Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart 13:06:44 [2020-07-17T13:06:44.941Z] INFO: Testing against a local daemon 13:06:44 [2020-07-17T13:06:44.941Z] === RUN TestDockerNetworkIpvlanPersistance 13:06:44 [2020-07-17T13:06:44.941Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 13:06:44 [2020-07-17T13:06:44.941Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:06:44 [2020-07-17T13:06:44.941Z] === RUN TestDockerNetworkIpvlan 13:06:44 [2020-07-17T13:06:44.941Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 13:06:44 [2020-07-17T13:06:44.941Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:06:44 [2020-07-17T13:06:44.941Z] PASS 13:06:44 [2020-07-17T13:06:44.941Z] 13:06:44 [2020-07-17T13:06:44.941Z] === Skipped 13:06:44 [2020-07-17T13:06:44.941Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 13:06:44 [2020-07-17T13:06:44.941Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:06:44 [2020-07-17T13:06:44.941Z] 13:06:44 [2020-07-17T13:06:44.941Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 13:06:44 [2020-07-17T13:06:44.941Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:06:44 [2020-07-17T13:06:44.941Z] 13:06:44 [2020-07-17T13:06:44.941Z] 13:06:44 [2020-07-17T13:06:44.941Z] DONE 2 tests, 2 skipped in 0.081s 13:06:44 [2020-07-17T13:06:44.941Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.941Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.941Z] ++ set -e 13:06:44 [2020-07-17T13:06:44.941Z] ++ '[' -n 0 ']' 13:06:44 [2020-07-17T13:06:44.941Z] ++ set -x 13:06:44 [2020-07-17T13:06:44.941Z] ++ 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=s390x 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 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/s390x-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:06:44 [2020-07-17T13:06:44.941Z] INFO: Testing against a local daemon 13:06:44 [2020-07-17T13:06:44.941Z] === RUN TestDockerNetworkMacvlanPersistance 13:06:45 [2020-07-17T13:06:45.412Z] --- PASS: TestContainerBindMountNonRecursive (2.17s) 13:06:45 [2020-07-17T13:06:45.412Z] === RUN TestNetworkNat 13:06:45 [2020-07-17T13:06:45.984Z] --- PASS: TestNetworkNat (0.85s) 13:06:45 [2020-07-17T13:06:45.984Z] === RUN TestNetworkLocalhostTCPNat 13:06:46 [2020-07-17T13:06:46.450Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.51s) 13:06:46 [2020-07-17T13:06:46.450Z] === RUN TestDockerNetworkMacvlan 13:06:46 [2020-07-17T13:06:46.927Z] --- PASS: TestNetworkLocalhostTCPNat (0.81s) 13:06:46 [2020-07-17T13:06:46.927Z] === RUN TestNetworkLoopbackNat 13:06:47 [2020-07-17T13:06:47.353Z] --- PASS: TestNetworkLoopbackNat (2.99s) 13:06:47 [2020-07-17T13:06:47.353Z] === RUN TestPause 13:06:47 [2020-07-17T13:06:47.484Z] === RUN TestDockerNetworkMacvlan/Subinterface 13:06:48 [2020-07-17T13:06:48.117Z] === RUN TestDockerNetworkMacvlan/OverlapParent 13:06:48 [2020-07-17T13:06:48.290Z] --- PASS: TestPause (0.95s) 13:06:48 [2020-07-17T13:06:48.290Z] === RUN TestPauseFailsOnWindowsServerContainers 13:06:48 [2020-07-17T13:06:48.290Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 13:06:48 [2020-07-17T13:06:48.290Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:06:48 [2020-07-17T13:06:48.290Z] === RUN TestPauseStopPausedContainer 13:06:49 [2020-07-17T13:06:49.150Z] === RUN TestDockerNetworkMacvlan/NilParent 13:06:49 [2020-07-17T13:06:49.228Z] --- PASS: TestPauseStopPausedContainer (0.83s) 13:06:49 [2020-07-17T13:06:49.228Z] === RUN TestPsFilter 13:06:49 [2020-07-17T13:06:49.228Z] --- PASS: TestPsFilter (0.18s) 13:06:49 [2020-07-17T13:06:49.228Z] === RUN TestRemoveContainerWithRemovedVolume 13:06:49 [2020-07-17T13:06:49.796Z] === RUN TestDockerSuite/TestBuildBlankName 13:06:50 [2020-07-17T13:06:50.055Z] === RUN TestDockerSuite/TestBuildBuildTimeArg 13:06:50 [2020-07-17T13:06:50.055Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) 13:06:50 [2020-07-17T13:06:50.055Z] === RUN TestRemoveContainerWithVolume 13:06:50 [2020-07-17T13:06:50.226Z] --- PASS: TestNetworkLoopbackNat (3.12s) 13:06:50 [2020-07-17T13:06:50.226Z] === RUN TestPause 13:06:50 [2020-07-17T13:06:50.799Z] --- PASS: TestPause (0.79s) 13:06:50 [2020-07-17T13:06:50.799Z] === RUN TestPauseFailsOnWindowsServerContainers 13:06:50 [2020-07-17T13:06:50.799Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 13:06:50 [2020-07-17T13:06:50.799Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:06:50 [2020-07-17T13:06:50.799Z] === RUN TestPauseStopPausedContainer 13:06:50 [2020-07-17T13:06:50.993Z] --- PASS: TestRemoveContainerWithVolume (0.79s) 13:06:50 [2020-07-17T13:06:50.993Z] === RUN TestRemoveContainerRunning 13:06:51 [2020-07-17T13:06:51.371Z] --- PASS: TestPauseStopPausedContainer (0.84s) 13:06:51 [2020-07-17T13:06:51.371Z] === RUN TestPsFilter 13:06:51 [2020-07-17T13:06:51.632Z] --- PASS: TestPsFilter (0.27s) 13:06:51 [2020-07-17T13:06:51.632Z] === RUN TestRemoveContainerWithRemovedVolume 13:06:51 [2020-07-17T13:06:51.931Z] --- PASS: TestRemoveContainerRunning (1.06s) 13:06:51 [2020-07-17T13:06:51.931Z] === RUN TestRemoveContainerForceRemoveRunning 13:06:52 [2020-07-17T13:06:52.575Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s) 13:06:52 [2020-07-17T13:06:52.575Z] === RUN TestRemoveContainerWithVolume 13:06:52 [2020-07-17T13:06:52.871Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) 13:06:52 [2020-07-17T13:06:52.871Z] === RUN TestRemoveInvalidContainer 13:06:52 [2020-07-17T13:06:52.871Z] --- PASS: TestRemoveInvalidContainer (0.02s) 13:06:52 [2020-07-17T13:06:52.871Z] === RUN TestRenameLinkedContainer 13:06:52 [2020-07-17T13:06:52.871Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg 13:06:53 [2020-07-17T13:06:53.147Z] --- PASS: TestRemoveContainerWithVolume (0.76s) 13:06:53 [2020-07-17T13:06:53.147Z] === RUN TestRemoveContainerRunning 13:06:53 [2020-07-17T13:06:53.643Z] === RUN TestDockerNetworkMacvlan/InternalMode 13:06:54 [2020-07-17T13:06:54.095Z] --- PASS: TestRemoveContainerRunning (0.76s) 13:06:54 [2020-07-17T13:06:54.095Z] === RUN TestRemoveContainerForceRemoveRunning 13:06:54 [2020-07-17T13:06:54.676Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.77s) 13:06:54 [2020-07-17T13:06:54.676Z] === RUN TestRemoveInvalidContainer 13:06:54 [2020-07-17T13:06:54.676Z] --- PASS: TestRemoveInvalidContainer (0.02s) 13:06:54 [2020-07-17T13:06:54.676Z] === RUN TestRenameLinkedContainer 13:06:55 [2020-07-17T13:06:55.410Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit 13:06:56 [2020-07-17T13:06:56.348Z] --- PASS: TestRenameLinkedContainer (3.61s) 13:06:56 [2020-07-17T13:06:56.348Z] === RUN TestRenameStoppedContainer 13:06:56 [2020-07-17T13:06:56.497Z] 4612f6d0b889: Verifying Checksum 13:06:56 [2020-07-17T13:06:56.497Z] 4612f6d0b889: Download complete 13:06:56 [2020-07-17T13:06:56.607Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg 13:06:56 [2020-07-17T13:06:56.866Z] --- PASS: TestRenameStoppedContainer (0.67s) 13:06:56 [2020-07-17T13:06:56.866Z] === RUN TestRenameRunningContainerAndReuse 13:06:57 [2020-07-17T13:06:57.174Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 13:06:57 [2020-07-17T13:06:57.979Z] --- PASS: TestRenameLinkedContainer (2.99s) 13:06:57 [2020-07-17T13:06:57.979Z] === RUN TestRenameStoppedContainer 13:06:58 [2020-07-17T13:06:58.550Z] --- PASS: TestRenameStoppedContainer (0.74s) 13:06:58 [2020-07-17T13:06:58.550Z] === RUN TestRenameRunningContainerAndReuse 13:06:59 [2020-07-17T13:06:59.402Z] --- PASS: TestRenameRunningContainerAndReuse (2.05s) 13:06:59 [2020-07-17T13:06:59.402Z] === RUN TestRenameInvalidName 13:06:59 [2020-07-17T13:06:59.402Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait 13:06:59 [2020-07-17T13:06:59.402Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal 13:06:59 [2020-07-17T13:06:59.937Z] --- PASS: TestRenameRunningContainerAndReuse (1.51s) 13:06:59 [2020-07-17T13:06:59.937Z] === RUN TestRenameInvalidName 13:06:59 [2020-07-17T13:06:59.981Z] --- PASS: TestRenameInvalidName (1.04s) 13:06:59 [2020-07-17T13:06:59.981Z] === RUN TestRenameAnonymousContainer 13:07:00 [2020-07-17T13:07:00.880Z] --- PASS: TestRenameInvalidName (0.76s) 13:07:00 [2020-07-17T13:07:00.880Z] === RUN TestRenameAnonymousContainer 13:07:01 [2020-07-17T13:07:01.929Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride 13:07:01 [2020-07-17T13:07:01.929Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes 13:07:02 [2020-07-17T13:07:02.866Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure 13:07:02 [2020-07-17T13:07:02.866Z] --- PASS: TestRenameAnonymousContainer (2.90s) 13:07:02 [2020-07-17T13:07:02.866Z] === RUN TestRenameContainerWithSameName 13:07:03 [2020-07-17T13:07:03.803Z] --- PASS: TestRenameContainerWithSameName (0.82s) 13:07:03 [2020-07-17T13:07:03.803Z] === RUN TestRenameContainerWithLinkedContainer 13:07:03 [2020-07-17T13:07:03.803Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection 13:07:05 [2020-07-17T13:07:05.089Z] --- PASS: TestRenameAnonymousContainer (3.81s) 13:07:05 [2020-07-17T13:07:05.089Z] === RUN TestRenameContainerWithSameName 13:07:05 [2020-07-17T13:07:05.181Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants 13:07:05 [2020-07-17T13:07:05.181Z] --- PASS: TestRenameContainerWithLinkedContainer (1.51s) 13:07:05 [2020-07-17T13:07:05.181Z] === RUN TestResize 13:07:05 [2020-07-17T13:07:05.350Z] --- PASS: TestRenameContainerWithSameName (0.80s) 13:07:05 [2020-07-17T13:07:05.350Z] === RUN TestRenameContainerWithLinkedContainer 13:07:05 [2020-07-17T13:07:05.653Z] === RUN TestDockerNetworkMacvlan/Addressing 13:07:06 [2020-07-17T13:07:06.123Z] --- PASS: TestResize (0.73s) 13:07:06 [2020-07-17T13:07:06.123Z] === RUN TestResizeWithInvalidSize 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan (19.65s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.42s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.54s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.40s) 13:07:06 [2020-07-17T13:07:06.286Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.45s) 13:07:06 [2020-07-17T13:07:06.286Z] PASS 13:07:06 [2020-07-17T13:07:06.286Z] 13:07:06 [2020-07-17T13:07:06.286Z] DONE 8 tests in 21.231s 13:07:06 [2020-07-17T13:07:06.286Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] ++ set -e 13:07:06 [2020-07-17T13:07:06.286Z] ++ '[' -n 0 ']' 13:07:06 [2020-07-17T13:07:06.286Z] ++ set -x 13:07:06 [2020-07-17T13:07:06.286Z] ++ 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=s390x 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 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/s390x-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] testing: warning: no tests to run 13:07:06 [2020-07-17T13:07:06.286Z] PASS 13:07:06 [2020-07-17T13:07:06.286Z] 13:07:06 [2020-07-17T13:07:06.286Z] DONE 0 tests in 0.017s 13:07:06 [2020-07-17T13:07:06.286Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] ++ set -e 13:07:06 [2020-07-17T13:07:06.286Z] ++ '[' -n 0 ']' 13:07:06 [2020-07-17T13:07:06.286Z] ++ set -x 13:07:06 [2020-07-17T13:07:06.286Z] ++ 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=s390x 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 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/s390x-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:07:06 [2020-07-17T13:07:06.286Z] INFO: Testing against a local daemon 13:07:06 [2020-07-17T13:07:06.286Z] === RUN TestAuthZPluginAllowRequest 13:07:06 [2020-07-17T13:07:06.693Z] --- PASS: TestResizeWithInvalidSize (0.79s) 13:07:06 [2020-07-17T13:07:06.693Z] === RUN TestResizeWhenContainerNotStarted 13:07:07 [2020-07-17T13:07:07.265Z] --- PASS: TestRenameContainerWithLinkedContainer (1.49s) 13:07:07 [2020-07-17T13:07:07.265Z] === RUN TestResize 13:07:07 [2020-07-17T13:07:07.526Z] --- PASS: TestResize (0.74s) 13:07:07 [2020-07-17T13:07:07.526Z] === RUN TestResizeWithInvalidSize 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer 13:07:07 [2020-07-17T13:07:07.632Z] --- PASS: TestResizeWhenContainerNotStarted (0.83s) 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:07 [2020-07-17T13:07:07.632Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:08 [2020-07-17T13:07:08.201Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv 13:07:08 [2020-07-17T13:07:08.358Z] --- PASS: TestAuthZPluginAllowRequest (1.84s) 13:07:08 [2020-07-17T13:07:08.358Z] === RUN TestAuthZPluginTLS 13:07:08 [2020-07-17T13:07:08.470Z] --- PASS: TestResizeWithInvalidSize (0.79s) 13:07:08 [2020-07-17T13:07:08.470Z] === RUN TestResizeWhenContainerNotStarted 13:07:08 [2020-07-17T13:07:08.650Z] --- PASS: TestAuthZPluginTLS (0.55s) 13:07:08 [2020-07-17T13:07:08.650Z] === RUN TestAuthZPluginDenyRequest 13:07:09 [2020-07-17T13:07:09.283Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) 13:07:09 [2020-07-17T13:07:09.283Z] === RUN TestAuthZPluginAPIDenyResponse 13:07:09 [2020-07-17T13:07:09.413Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s) 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:09 [2020-07-17T13:07:09.413Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:09 [2020-07-17T13:07:09.575Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) 13:07:09 [2020-07-17T13:07:09.575Z] === RUN TestAuthZPluginDenyResponse 13:07:10 [2020-07-17T13:07:10.209Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) 13:07:10 [2020-07-17T13:07:10.209Z] === RUN TestAuthZPluginAllowEventStream 13:07:10 [2020-07-17T13:07:10.740Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:10 [2020-07-17T13:07:10.741Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork 13:07:10 [2020-07-17T13:07:10.741Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:11 [2020-07-17T13:07:11.335Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:11 [2020-07-17T13:07:11.724Z] tests/integration/models_containers_test.py ............................ [ 83%] 13:07:11 [2020-07-17T13:07:11.909Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:11 [2020-07-17T13:07:11.909Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:12 [2020-07-17T13:07:12.119Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:07:12 [2020-07-17T13:07:12.171Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:12 [2020-07-17T13:07:12.278Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s) 13:07:12 [2020-07-17T13:07:12.278Z] === RUN TestAuthZPluginErrorResponse 13:07:12 [2020-07-17T13:07:12.379Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:07:12 [2020-07-17T13:07:12.570Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) 13:07:12 [2020-07-17T13:07:12.570Z] === RUN TestAuthZPluginErrorRequest 13:07:13 [2020-07-17T13:07:13.204Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) 13:07:13 [2020-07-17T13:07:13.204Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 13:07:13 [2020-07-17T13:07:13.495Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) 13:07:13 [2020-07-17T13:07:13.495Z] === RUN TestAuthZPluginEnsureLoadImportWorking 13:07:13 [2020-07-17T13:07:13.560Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:13 [2020-07-17T13:07:13.759Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:14 [2020-07-17T13:07:14.134Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:07:14 [2020-07-17T13:07:14.328Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:07:14 [2020-07-17T13:07:14.707Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:07:15 [2020-07-17T13:07:15.281Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:07:15 [2020-07-17T13:07:15.711Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse 13:07:16 [2020-07-17T13:07:16.271Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) 13:07:16 [2020-07-17T13:07:16.271Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 13:07:16 [2020-07-17T13:07:16.280Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:07:16 [2020-07-17T13:07:16.849Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:07:17 [2020-07-17T13:07:17.109Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.64s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.73s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.88s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.60s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.24s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.60s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.53s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.60s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.63s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.48s) 13:07:17 [2020-07-17T13:07:17.199Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.55s) 13:07:17 [2020-07-17T13:07:17.199Z] === RUN TestCgroupNamespacesRun 13:07:18 [2020-07-17T13:07:18.340Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.31s) 13:07:18 [2020-07-17T13:07:18.340Z] === RUN TestAuthZPluginHeader 13:07:18 [2020-07-17T13:07:18.585Z] --- PASS: TestCgroupNamespacesRun (1.77s) 13:07:18 [2020-07-17T13:07:18.585Z] === RUN TestCgroupNamespacesRunPrivileged 13:07:18 [2020-07-17T13:07:18.974Z] --- PASS: TestAuthZPluginHeader (0.85s) 13:07:18 [2020-07-17T13:07:18.974Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 13:07:18 [2020-07-17T13:07:18.974Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:07:18 [2020-07-17T13:07:18.974Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:18 [2020-07-17T13:07:18.974Z] === RUN TestAuthZPluginV2Disable 13:07:18 [2020-07-17T13:07:18.974Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) 13:07:18 [2020-07-17T13:07:18.974Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:18 [2020-07-17T13:07:18.974Z] === RUN TestAuthZPluginV2RejectVolumeRequests 13:07:18 [2020-07-17T13:07:18.974Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:07:18 [2020-07-17T13:07:18.974Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:18 [2020-07-17T13:07:18.974Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 13:07:18 [2020-07-17T13:07:18.974Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:07:18 [2020-07-17T13:07:18.974Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:18 [2020-07-17T13:07:18.974Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 13:07:19 [2020-07-17T13:07:19.646Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped 13:07:19 [2020-07-17T13:07:19.906Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:07:20 [2020-07-17T13:07:20.165Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion 13:07:20 [2020-07-17T13:07:20.499Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.68s) 13:07:20 [2020-07-17T13:07:20.499Z] === RUN TestCgroupNamespacesRunDaemonHostMode 13:07:20 [2020-07-17T13:07:20.738Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:07:22 [2020-07-17T13:07:22.413Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.76s) 13:07:22 [2020-07-17T13:07:22.413Z] === RUN TestCgroupNamespacesRunHostMode 13:07:23 [2020-07-17T13:07:23.280Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.81s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.00s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.81s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.70s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.77s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.53s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.91s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.76s) 13:07:23 [2020-07-17T13:07:23.280Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.57s) 13:07:23 [2020-07-17T13:07:23.280Z] === RUN TestCgroupNamespacesRun 13:07:23 [2020-07-17T13:07:23.799Z] --- PASS: TestCgroupNamespacesRunHostMode (1.74s) 13:07:23 [2020-07-17T13:07:23.799Z] === RUN TestCgroupNamespacesRunPrivateMode 13:07:25 [2020-07-17T13:07:25.190Z] --- PASS: TestCgroupNamespacesRun (1.71s) 13:07:25 [2020-07-17T13:07:25.190Z] === RUN TestCgroupNamespacesRunPrivileged 13:07:25 [2020-07-17T13:07:25.449Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory 13:07:25 [2020-07-17T13:07:25.715Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) 13:07:25 [2020-07-17T13:07:25.715Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 13:07:26 [2020-07-17T13:07:26.018Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv 13:07:26 [2020-07-17T13:07:26.956Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) 13:07:26 [2020-07-17T13:07:26.956Z] === RUN TestCgroupNamespacesRunDaemonHostMode 13:07:27 [2020-07-17T13:07:27.629Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.72s) 13:07:27 [2020-07-17T13:07:27.629Z] === RUN TestCgroupNamespacesRunInvalidMode 13:07:27 [2020-07-17T13:07:27.708Z] ......... [ 86%] 13:07:28 [2020-07-17T13:07:28.202Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s) 13:07:28 [2020-07-17T13:07:28.202Z] === RUN TestCgroupNamespacesRunOlderClient 13:07:28 [2020-07-17T13:07:28.337Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg 13:07:28 [2020-07-17T13:07:28.597Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.91s) 13:07:28 [2020-07-17T13:07:28.597Z] === RUN TestCgroupNamespacesRunHostMode 13:07:28 [2020-07-17T13:07:28.857Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer 13:07:30 [2020-07-17T13:07:30.118Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.76s) 13:07:30 [2020-07-17T13:07:30.118Z] === RUN TestKernelTCPMemory 13:07:30 [2020-07-17T13:07:30.237Z] --- PASS: TestCgroupNamespacesRunHostMode (1.65s) 13:07:30 [2020-07-17T13:07:30.237Z] === RUN TestCgroupNamespacesRunPrivateMode 13:07:30 [2020-07-17T13:07:30.497Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants 13:07:31 [2020-07-17T13:07:31.061Z] --- PASS: TestKernelTCPMemory (0.87s) 13:07:31 [2020-07-17T13:07:31.061Z] === RUN TestNISDomainname 13:07:31 [2020-07-17T13:07:31.877Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange 13:07:32 [2020-07-17T13:07:32.002Z] --- PASS: TestNISDomainname (0.95s) 13:07:32 [2020-07-17T13:07:32.002Z] === RUN TestHostnameDnsResolution 13:07:32 [2020-07-17T13:07:32.052Z] tests/integration/models_images_test.py ............... [ 89%] 13:07:32 [2020-07-17T13:07:32.137Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.77s) 13:07:32 [2020-07-17T13:07:32.137Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 13:07:32 [2020-07-17T13:07:32.317Z] Created binary: bundles/dynbinary-daemon/dockerd-dev 13:07:32 [2020-07-17T13:07:32.317Z] 13:07:32 [2020-07-17T13:07:32.317Z] ---> Making bundle: test-integration (in bundles/test-integration) 13:07:32 [2020-07-17T13:07:32.317Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack 13:07:32 [2020-07-17T13:07:32.317Z] HOSTNAME=760c34cb9de0 13:07:32 [2020-07-17T13:07:32.317Z] TESTDEBUG=0 13:07:32 [2020-07-17T13:07:32.318Z] DEST=bundles/test-integration 13:07:32 [2020-07-17T13:07:32.318Z] PWD=/go/src/github.com/docker/docker 13:07:32 [2020-07-17T13:07:32.318Z] DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d 13:07:32 [2020-07-17T13:07:32.318Z] container=docker 13:07:32 [2020-07-17T13:07:32.318Z] HOME=/root 13:07:32 [2020-07-17T13:07:32.318Z] GOLANG_VERSION=1.13.12 13:07:32 [2020-07-17T13:07:32.318Z] VALIDATE_REPO=https://github.com/moby/moby.git 13:07:32 [2020-07-17T13:07:32.318Z] VALIDATE_BRANCH=master 13:07:32 [2020-07-17T13:07:32.318Z] TERM=xterm 13:07:32 [2020-07-17T13:07:32.318Z] DOCKER_PKG=github.com/docker/docker 13:07:32 [2020-07-17T13:07:32.318Z] SHLVL=1 13:07:32 [2020-07-17T13:07:32.318Z] TIMEOUT=120m 13:07:32 [2020-07-17T13:07:32.318Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald 13:07:32 [2020-07-17T13:07:32.318Z] DOCKER_GRAPHDRIVER=overlay2 13:07:32 [2020-07-17T13:07:32.318Z] GO111MODULE=off 13:07:32 [2020-07-17T13:07:32.318Z] DOCKER_EXPERIMENTAL=1 13:07:32 [2020-07-17T13:07:32.318Z] TEST_SKIP_INTEGRATION_CLI=1 13:07:32 [2020-07-17T13:07:32.318Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 13:07:32 [2020-07-17T13:07:32.318Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make 13:07:32 [2020-07-17T13:07:32.318Z] GOPATH=/go 13:07:32 [2020-07-17T13:07:32.318Z] PKG_CONFIG=pkg-config 13:07:32 [2020-07-17T13:07:32.318Z] _=/usr/bin/env 13:07:32 [2020-07-17T13:07:32.318Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 13:07:33 [2020-07-17T13:07:33.245Z] tests/integration/models_networks_test.py .... [ 90%] 13:07:33 [2020-07-17T13:07:33.387Z] --- PASS: TestHostnameDnsResolution (1.63s) 13:07:33 [2020-07-17T13:07:33.387Z] === RUN TestStats 13:07:33 [2020-07-17T13:07:33.515Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning 13:07:33 [2020-07-17T13:07:33.775Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.61s) 13:07:33 [2020-07-17T13:07:33.775Z] === RUN TestCgroupNamespacesRunInvalidMode 13:07:34 [2020-07-17T13:07:34.713Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) 13:07:34 [2020-07-17T13:07:34.713Z] === RUN TestCgroupNamespacesRunOlderClient 13:07:35 [2020-07-17T13:07:35.282Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg 13:07:35 [2020-07-17T13:07:35.542Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways 13:07:36 [2020-07-17T13:07:36.653Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.83s) 13:07:36 [2020-07-17T13:07:36.653Z] === RUN TestKernelTCPMemory 13:07:36 [2020-07-17T13:07:36.653Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse 13:07:36 [2020-07-17T13:07:36.688Z] --- PASS: TestStats (2.80s) 13:07:36 [2020-07-17T13:07:36.688Z] === RUN TestStopContainerWithTimeout 13:07:36 [2020-07-17T13:07:36.688Z] === RUN TestStopContainerWithTimeout/0 13:07:36 [2020-07-17T13:07:36.688Z] === PAUSE TestStopContainerWithTimeout/0 13:07:36 [2020-07-17T13:07:36.688Z] === RUN TestStopContainerWithTimeout/1 13:07:36 [2020-07-17T13:07:36.688Z] === PAUSE TestStopContainerWithTimeout/1 13:07:36 [2020-07-17T13:07:36.688Z] === RUN TestStopContainerWithTimeout/3 13:07:36 [2020-07-17T13:07:36.688Z] === PAUSE TestStopContainerWithTimeout/3 13:07:36 [2020-07-17T13:07:36.688Z] === RUN TestStopContainerWithTimeout/-1 13:07:36 [2020-07-17T13:07:36.688Z] === PAUSE TestStopContainerWithTimeout/-1 13:07:36 [2020-07-17T13:07:36.688Z] === CONT TestStopContainerWithTimeout/0 13:07:36 [2020-07-17T13:07:36.688Z] === CONT TestStopContainerWithTimeout/1 13:07:36 [2020-07-17T13:07:36.688Z] === CONT TestStopContainerWithTimeout/3 13:07:36 [2020-07-17T13:07:36.688Z] === CONT TestStopContainerWithTimeout/-1 13:07:37 [2020-07-17T13:07:37.225Z] --- PASS: TestKernelTCPMemory (0.90s) 13:07:37 [2020-07-17T13:07:37.225Z] === RUN TestNISDomainname 13:07:37 [2020-07-17T13:07:37.560Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.40s) 13:07:37 [2020-07-17T13:07:37.560Z] PASS 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] === Skipped 13:07:37 [2020-07-17T13:07:37.560Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:07:37 [2020-07-17T13:07:37.560Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) 13:07:37 [2020-07-17T13:07:37.560Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:07:37 [2020-07-17T13:07:37.560Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:07:37 [2020-07-17T13:07:37.560Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] 13:07:37 [2020-07-17T13:07:37.560Z] DONE 17 tests, 4 skipped in 30.277s 13:07:37 [2020-07-17T13:07:37.560Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 13:07:37 [2020-07-17T13:07:37.560Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:07:37 [2020-07-17T13:07:37.560Z] ++ set -e 13:07:37 [2020-07-17T13:07:37.560Z] ++ '[' -n 0 ']' 13:07:37 [2020-07-17T13:07:37.560Z] ++ set -x 13:07:37 [2020-07-17T13:07:37.560Z] ++ 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=s390x 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 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/s390x-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:07:37 [2020-07-17T13:07:37.560Z] INFO: Testing against a local daemon 13:07:37 [2020-07-17T13:07:37.560Z] === RUN TestPluginInvalidJSON 13:07:37 [2020-07-17T13:07:37.560Z] === RUN TestPluginInvalidJSON//plugins/foobar/set 13:07:37 [2020-07-17T13:07:37.560Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set 13:07:37 [2020-07-17T13:07:37.560Z] === CONT TestPluginInvalidJSON//plugins/foobar/set 13:07:37 [2020-07-17T13:07:37.560Z] --- PASS: TestPluginInvalidJSON (0.01s) 13:07:37 [2020-07-17T13:07:37.560Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) 13:07:37 [2020-07-17T13:07:37.560Z] === RUN TestPluginInstall 13:07:37 [2020-07-17T13:07:37.560Z] === RUN TestPluginInstall/no_auth 13:07:38 [2020-07-17T13:07:38.165Z] === RUN TestDockerSuite/TestBuildCacheAdd 13:07:38 [2020-07-17T13:07:38.425Z] --- PASS: TestNISDomainname (0.97s) 13:07:38 [2020-07-17T13:07:38.425Z] === RUN TestHostnameDnsResolution 13:07:38 [2020-07-17T13:07:38.994Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink 13:07:38 [2020-07-17T13:07:38.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize 13:07:38 [2020-07-17T13:07:38.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize 13:07:38 [2020-07-17T13:07:38.994Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer 13:07:39 [2020-07-17T13:07:39.565Z] --- PASS: TestHostnameDnsResolution (1.19s) 13:07:39 [2020-07-17T13:07:39.565Z] === RUN TestStats 13:07:39 [2020-07-17T13:07:39.565Z] === RUN TestDockerSuite/TestBuildCacheFrom 13:07:39 [2020-07-17T13:07:39.806Z] tests/integration/models_nodes_test.py . [ 91%] 13:07:39 [2020-07-17T13:07:39.807Z] tests/integration/models_resources_test.py . [ 91%] 13:07:39 [2020-07-17T13:07:39.992Z] --- PASS: TestStopContainerWithTimeout (0.02s) 13:07:39 [2020-07-17T13:07:39.992Z] --- PASS: TestStopContainerWithTimeout/0 (1.27s) 13:07:39 [2020-07-17T13:07:39.992Z] --- PASS: TestStopContainerWithTimeout/1 (2.09s) 13:07:39 [2020-07-17T13:07:39.992Z] --- PASS: TestStopContainerWithTimeout/3 (2.89s) 13:07:39 [2020-07-17T13:07:39.992Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) 13:07:39 [2020-07-17T13:07:39.992Z] === RUN TestDeleteDevicemapper 13:07:39 [2020-07-17T13:07:39.992Z] --- SKIP: TestDeleteDevicemapper (0.00s) 13:07:39 [2020-07-17T13:07:39.992Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:07:39 [2020-07-17T13:07:39.992Z] === RUN TestStopContainerWithRestartPolicyAlways 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:427a1eaaaeba936a9fe98cf81517924a31dbd3b5e1c6d1a584a18116f83159fb" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:41 [2020-07-17T13:07:41.079Z] time="2020-07-17T13:07:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:427a1eaaaeba936a9fe98cf81517924a31dbd3b5e1c6d1a584a18116f83159fb" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:41 [2020-07-17T13:07:41.079Z] === RUN TestPluginInstall/with_htpasswd 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae498d9caf128bc863f796c267dd3dfeb562b4e1076f7e4ed69d9139bedf2350" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:41 [2020-07-17T13:07:41.371Z] time="2020-07-17T13:07:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ae498d9caf128bc863f796c267dd3dfeb562b4e1076f7e4ed69d9139bedf2350" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:41 [2020-07-17T13:07:41.663Z] === RUN TestPluginInstall/with_insecure 13:07:41 [2020-07-17T13:07:41.906Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.23s) 13:07:41 [2020-07-17T13:07:41.906Z] === RUN TestUpdateMemory 13:07:41 [2020-07-17T13:07:41.906Z] --- SKIP: TestUpdateMemory (0.00s) 13:07:41 [2020-07-17T13:07:41.906Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:07:41 [2020-07-17T13:07:41.906Z] === RUN TestUpdateCPUQuota 13:07:42 [2020-07-17T13:07:42.103Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks 13:07:42 [2020-07-17T13:07:42.362Z] --- PASS: TestStats (2.75s) 13:07:42 [2020-07-17T13:07:42.362Z] === RUN TestStopContainerWithTimeout 13:07:42 [2020-07-17T13:07:42.362Z] === RUN TestStopContainerWithTimeout/0 13:07:42 [2020-07-17T13:07:42.362Z] === PAUSE TestStopContainerWithTimeout/0 13:07:42 [2020-07-17T13:07:42.362Z] === RUN TestStopContainerWithTimeout/1 13:07:42 [2020-07-17T13:07:42.362Z] === PAUSE TestStopContainerWithTimeout/1 13:07:42 [2020-07-17T13:07:42.362Z] === RUN TestStopContainerWithTimeout/3 13:07:42 [2020-07-17T13:07:42.362Z] === PAUSE TestStopContainerWithTimeout/3 13:07:42 [2020-07-17T13:07:42.362Z] === RUN TestStopContainerWithTimeout/-1 13:07:42 [2020-07-17T13:07:42.362Z] === PAUSE TestStopContainerWithTimeout/-1 13:07:42 [2020-07-17T13:07:42.362Z] === CONT TestStopContainerWithTimeout/0 13:07:42 [2020-07-17T13:07:42.362Z] === CONT TestStopContainerWithTimeout/3 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82f88f875726aec87d1a570dbda2462c6366efb7837d87fe3460ae35b180cd7d" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:07:42 [2020-07-17T13:07:42.700Z] time="2020-07-17T13:07:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:82f88f875726aec87d1a570dbda2462c6366efb7837d87fe3460ae35b180cd7d" mediatype=application/vnd.docker.plugin.v1+json size=522 13:07:42 [2020-07-17T13:07:42.992Z] --- PASS: TestPluginInstall (6.43s) 13:07:42 [2020-07-17T13:07:42.992Z] --- PASS: TestPluginInstall/no_auth (4.28s) 13:07:42 [2020-07-17T13:07:42.992Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) 13:07:42 [2020-07-17T13:07:42.992Z] --- PASS: TestPluginInstall/with_insecure (1.30s) 13:07:42 [2020-07-17T13:07:42.992Z] plugin_test.go:157: [d63f7502218f8] daemon is not started 13:07:42 [2020-07-17T13:07:42.992Z] PASS 13:07:42 [2020-07-17T13:07:42.992Z] 13:07:42 [2020-07-17T13:07:42.992Z] DONE 6 tests in 6.543s 13:07:42 [2020-07-17T13:07:42.992Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 13:07:42 [2020-07-17T13:07:42.992Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:07:42 [2020-07-17T13:07:42.992Z] ++ set -e 13:07:42 [2020-07-17T13:07:42.992Z] ++ '[' -n 0 ']' 13:07:42 [2020-07-17T13:07:42.992Z] ++ set -x 13:07:42 [2020-07-17T13:07:42.992Z] ++ 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=s390x 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 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/s390x-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:07:42 [2020-07-17T13:07:42.992Z] INFO: Testing against a local daemon 13:07:42 [2020-07-17T13:07:42.992Z] === RUN TestExternalGraphDriver 13:07:43 [2020-07-17T13:07:43.283Z] === RUN TestExternalGraphDriver/json 13:07:43 [2020-07-17T13:07:43.290Z] --- PASS: TestUpdateCPUQuota (1.34s) 13:07:43 [2020-07-17T13:07:43.290Z] === RUN TestUpdatePidsLimit 13:07:43 [2020-07-17T13:07:43.290Z] === RUN TestUpdatePidsLimit/update_from_none 13:07:43 [2020-07-17T13:07:43.551Z] === RUN TestUpdatePidsLimit/no_change 13:07:43 [2020-07-17T13:07:43.746Z] === CONT TestStopContainerWithTimeout/-1 13:07:43 [2020-07-17T13:07:43.812Z] === RUN TestUpdatePidsLimit/update_lower 13:07:44 [2020-07-17T13:07:44.005Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength 13:07:44 [2020-07-17T13:07:44.073Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 13:07:44 [2020-07-17T13:07:44.791Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 13:07:44 [2020-07-17T13:07:44.944Z] === RUN TestDockerSuite/TestBuildCacheRootSource 13:07:45 [2020-07-17T13:07:45.052Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 13:07:45 [2020-07-17T13:07:45.203Z] === CONT TestStopContainerWithTimeout/1 13:07:45 [2020-07-17T13:07:45.313Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 13:07:45 [2020-07-17T13:07:45.363Z] === RUN TestExternalGraphDriver/spec 13:07:45 [2020-07-17T13:07:45.774Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep 13:07:45 [2020-07-17T13:07:45.863Z] tests/integration/models_services_test.py ..............X. [ 95%] 13:07:46 [2020-07-17T13:07:46.343Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames 13:07:46 [2020-07-17T13:07:46.604Z] === RUN TestDockerSuite/TestBuildChownOnCopy 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit (3.62s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.36s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/update_lower (0.37s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.40s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.41s) 13:07:46 [2020-07-17T13:07:46.707Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.38s) 13:07:46 [2020-07-17T13:07:46.707Z] === RUN TestUpdateRestartPolicy 13:07:47 [2020-07-17T13:07:47.177Z] --- PASS: TestStopContainerWithTimeout (0.04s) 13:07:47 [2020-07-17T13:07:47.177Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) 13:07:47 [2020-07-17T13:07:47.177Z] --- PASS: TestStopContainerWithTimeout/3 (3.02s) 13:07:47 [2020-07-17T13:07:47.177Z] --- PASS: TestStopContainerWithTimeout/-1 (2.71s) 13:07:47 [2020-07-17T13:07:47.177Z] --- PASS: TestStopContainerWithTimeout/1 (1.81s) 13:07:47 [2020-07-17T13:07:47.177Z] === RUN TestDeleteDevicemapper 13:07:47 [2020-07-17T13:07:47.177Z] --- SKIP: TestDeleteDevicemapper (0.00s) 13:07:47 [2020-07-17T13:07:47.177Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:07:47 [2020-07-17T13:07:47.177Z] === RUN TestStopContainerWithRestartPolicyAlways 13:07:47 [2020-07-17T13:07:47.430Z] === RUN TestExternalGraphDriver/pull 13:07:48 [2020-07-17T13:07:48.614Z] tests/integration/models_swarm_test.py .. [ 96%] 13:07:48 [2020-07-17T13:07:48.614Z] tests/integration/models_volumes_test.py .. [ 96%] 13:07:49 [2020-07-17T13:07:49.538Z] --- PASS: TestExternalGraphDriver (6.41s) 13:07:49 [2020-07-17T13:07:49.538Z] --- PASS: TestExternalGraphDriver/json (2.07s) 13:07:49 [2020-07-17T13:07:49.538Z] --- PASS: TestExternalGraphDriver/spec (2.05s) 13:07:49 [2020-07-17T13:07:49.539Z] --- PASS: TestExternalGraphDriver/pull (2.05s) 13:07:49 [2020-07-17T13:07:49.539Z] === RUN TestGraphdriverPluginV2 13:07:49 [2020-07-17T13:07:49.539Z] --- SKIP: TestGraphdriverPluginV2 (0.20s) 13:07:49 [2020-07-17T13:07:49.539Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:49 [2020-07-17T13:07:49.539Z] PASS 13:07:49 [2020-07-17T13:07:49.539Z] 13:07:49 [2020-07-17T13:07:49.539Z] === Skipped 13:07:49 [2020-07-17T13:07:49.539Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.20s) 13:07:49 [2020-07-17T13:07:49.539Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:07:49 [2020-07-17T13:07:49.539Z] 13:07:49 [2020-07-17T13:07:49.539Z] 13:07:49 [2020-07-17T13:07:49.539Z] DONE 5 tests, 1 skipped in 6.694s 13:07:49 [2020-07-17T13:07:49.718Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.24s) 13:07:49 [2020-07-17T13:07:49.718Z] === RUN TestUpdateMemory 13:07:49 [2020-07-17T13:07:49.718Z] --- SKIP: TestUpdateMemory (0.00s) 13:07:49 [2020-07-17T13:07:49.718Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:07:49 [2020-07-17T13:07:49.718Z] === RUN TestUpdateCPUQuota 13:07:49 [2020-07-17T13:07:49.718Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer 13:07:49 [2020-07-17T13:07:49.830Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 13:07:49 [2020-07-17T13:07:49.830Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:07:49 [2020-07-17T13:07:49.830Z] ++ set -e 13:07:49 [2020-07-17T13:07:49.830Z] ++ '[' -n 0 ']' 13:07:49 [2020-07-17T13:07:49.830Z] ++ set -x 13:07:49 [2020-07-17T13:07:49.830Z] ++ 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=s390x 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 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/s390x-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:07:49 [2020-07-17T13:07:49.830Z] INFO: Testing against a local daemon 13:07:49 [2020-07-17T13:07:49.830Z] === RUN TestContinueAfterPluginCrash 13:07:49 [2020-07-17T13:07:49.830Z] === PAUSE TestContinueAfterPluginCrash 13:07:49 [2020-07-17T13:07:49.830Z] === RUN TestReadPluginNoRead 13:07:49 [2020-07-17T13:07:49.830Z] === PAUSE TestReadPluginNoRead 13:07:49 [2020-07-17T13:07:49.830Z] === RUN TestDaemonStartWithLogOpt 13:07:49 [2020-07-17T13:07:49.830Z] === PAUSE TestDaemonStartWithLogOpt 13:07:49 [2020-07-17T13:07:49.830Z] === CONT TestContinueAfterPluginCrash 13:07:49 [2020-07-17T13:07:49.830Z] === CONT TestDaemonStartWithLogOpt 13:07:50 [2020-07-17T13:07:50.664Z] --- PASS: TestUpdateCPUQuota (1.32s) 13:07:50 [2020-07-17T13:07:50.664Z] === RUN TestUpdatePidsLimit 13:07:50 [2020-07-17T13:07:50.664Z] === RUN TestUpdatePidsLimit/update_from_none 13:07:51 [2020-07-17T13:07:51.234Z] === RUN TestUpdatePidsLimit/no_change 13:07:51 [2020-07-17T13:07:51.494Z] === RUN TestUpdatePidsLimit/update_lower 13:07:51 [2020-07-17T13:07:51.753Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 13:07:52 [2020-07-17T13:07:52.013Z] === RUN TestDockerSuite/TestBuildChownSingleFile 13:07:52 [2020-07-17T13:07:52.013Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 13:07:52 [2020-07-17T13:07:52.582Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 13:07:52 [2020-07-17T13:07:52.582Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled 13:07:52 [2020-07-17T13:07:52.644Z] tests/integration/regression_test.py ...... [ 98%] 13:07:52 [2020-07-17T13:07:52.841Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 13:07:52 [2020-07-17T13:07:52.911Z] tests/integration/credentials/store_test.py ...... [ 99%] 13:07:52 [2020-07-17T13:07:52.911Z] tests/integration/credentials/utils_test.py . [100%] 13:07:52 [2020-07-17T13:07:52.911Z] 13:07:52 [2020-07-17T13:07:52.911Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- 13:07:52 [2020-07-17T13:07:52.911Z] =========================== short test summary info ============================ 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options 13:07:52 [2020-07-17T13:07:52.911Z] CONFIG_RT_GROUP_SCHED isn't enabled 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt 13:07:52 [2020-07-17T13:07:52.911Z] Not supported on most drivers 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top 13:07:52 [2020-07-17T13:07:52.911Z] Output of docker top depends on host distro, and is not formalized. 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs 13:07:52 [2020-07-17T13:07:52.911Z] Output of docker top depends on host distro, and is not formalized. 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr 13:07:52 [2020-07-17T13:07:52.911Z] Can fail if eth0 has multiple IP addresses 13:07:52 [2020-07-17T13:07:52.911Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver 13:07:52 [2020-07-17T13:07:52.911Z] This doesn't seem to be taken into account by the engine 13:07:52 [2020-07-17T13:07:52.911Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME 13:07:52 [2020-07-17T13:07:52.911Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 13:07:52 [2020-07-17T13:07:52.911Z] = 376 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.40 seconds == 13:07:53 [2020-07-17T13:07:53.175Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit (3.12s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.32s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/update_lower (0.32s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.35s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.37s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.33s) 13:07:53 [2020-07-17T13:07:53.779Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) 13:07:53 [2020-07-17T13:07:53.779Z] === RUN TestUpdateRestartPolicy 13:07:53 [2020-07-17T13:07:53.779Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint 13:07:54 [2020-07-17T13:07:54.283Z] --- PASS: TestDaemonStartWithLogOpt (3.82s) 13:07:54 [2020-07-17T13:07:54.283Z] === CONT TestReadPluginNoRead 13:07:54 [2020-07-17T13:07:54.716Z] === RUN TestDockerSuite/TestBuildClearCmd 13:07:54 [2020-07-17T13:07:54.975Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled 13:07:54 [2020-07-17T13:07:54.975Z] === RUN TestDockerSuite/TestBuildCmd 13:07:55 [2020-07-17T13:07:55.235Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC 13:07:55 [2020-07-17T13:07:55.494Z] === RUN TestDockerSuite/TestBuildCmdShDashC 13:07:55 [2020-07-17T13:07:55.753Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped 13:07:55 [2020-07-17T13:07:55.753Z] === RUN TestDockerSuite/TestBuildCmdSpaces 13:07:56 [2020-07-17T13:07:56.348Z] === RUN TestReadPluginNoRead/default 13:07:56 [2020-07-17T13:07:56.691Z] === RUN TestDockerSuite/TestBuildCommentsShebangs 13:07:58 [2020-07-17T13:07:58.417Z] === RUN TestReadPluginNoRead/disabled_caching 13:07:58 [2020-07-17T13:07:58.598Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts 13:07:58 [2020-07-17T13:07:58.936Z] --- PASS: TestUpdateRestartPolicy (12.34s) 13:07:58 [2020-07-17T13:07:58.936Z] === RUN TestUpdateRestartWithAutoRemove 13:07:59 [2020-07-17T13:07:59.049Z] --- PASS: TestContinueAfterPluginCrash (9.15s) 13:07:59 [2020-07-17T13:07:59.880Z] --- PASS: TestUpdateRestartWithAutoRemove (0.80s) 13:07:59 [2020-07-17T13:07:59.880Z] === RUN TestWaitNonBlocked 13:07:59 [2020-07-17T13:07:59.880Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 13:07:59 [2020-07-17T13:07:59.880Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 13:07:59 [2020-07-17T13:07:59.880Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 13:07:59 [2020-07-17T13:07:59.880Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 13:07:59 [2020-07-17T13:07:59.880Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 13:07:59 [2020-07-17T13:07:59.880Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 13:08:00 [2020-07-17T13:08:00.557Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 13:08:00 [2020-07-17T13:08:00.824Z] --- PASS: TestWaitNonBlocked (0.03s) 13:08:00 [2020-07-17T13:08:00.824Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.99s) 13:08:00 [2020-07-17T13:08:00.824Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.03s) 13:08:00 [2020-07-17T13:08:00.824Z] === RUN TestWaitBlocked 13:08:00 [2020-07-17T13:08:00.824Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 13:08:00 [2020-07-17T13:08:00.824Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 13:08:00 [2020-07-17T13:08:00.824Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 13:08:00 [2020-07-17T13:08:00.824Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 13:08:00 [2020-07-17T13:08:00.824Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 13:08:00 [2020-07-17T13:08:00.824Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 13:08:01 [2020-07-17T13:08:01.135Z] === RUN TestDockerSuite/TestBuildConditionalCache 13:08:01 [2020-07-17T13:08:01.704Z] === RUN TestDockerSuite/TestBuildContChar 13:08:01 [2020-07-17T13:08:01.704Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume 13:08:02 [2020-07-17T13:08:02.209Z] --- PASS: TestWaitBlocked (0.03s) 13:08:02 [2020-07-17T13:08:02.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.94s) 13:08:02 [2020-07-17T13:08:02.209Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.00s) 13:08:02 [2020-07-17T13:08:02.209Z] === CONT TestContainerStartOnDaemonRestart 13:08:02 [2020-07-17T13:08:02.209Z] === CONT TestIpcModeOlderClient 13:08:02 [2020-07-17T13:08:02.209Z] === CONT TestDaemonHostGatewayIP 13:08:02 [2020-07-17T13:08:02.209Z] === CONT TestDaemonRestartIpcMode 13:08:02 [2020-07-17T13:08:02.209Z] --- PASS: TestIpcModeOlderClient (0.21s) 13:08:02 [2020-07-17T13:08:02.209Z] === CONT TestContainerKillOnDaemonStart 13:08:02 [2020-07-17T13:08:02.625Z] --- PASS: TestReadPluginNoRead (8.68s) 13:08:02 [2020-07-17T13:08:02.625Z] --- PASS: TestReadPluginNoRead/default (1.92s) 13:08:02 [2020-07-17T13:08:02.625Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.03s) 13:08:02 [2020-07-17T13:08:02.625Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.90s) 13:08:02 [2020-07-17T13:08:02.625Z] read_test.go:92: [d273b0b6e13f0] daemon is not started 13:08:02 [2020-07-17T13:08:02.625Z] PASS 13:08:02 [2020-07-17T13:08:02.625Z] 13:08:02 [2020-07-17T13:08:02.625Z] DONE 6 tests in 12.580s 13:08:02 [2020-07-17T13:08:02.625Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] ++ set -e 13:08:02 [2020-07-17T13:08:02.625Z] ++ '[' -n 0 ']' 13:08:02 [2020-07-17T13:08:02.625Z] ++ set -x 13:08:02 [2020-07-17T13:08:02.625Z] ++ 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=s390x 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 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/s390x-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] testing: warning: no tests to run 13:08:02 [2020-07-17T13:08:02.625Z] PASS 13:08:02 [2020-07-17T13:08:02.625Z] 13:08:02 [2020-07-17T13:08:02.625Z] DONE 0 tests in 0.036s 13:08:02 [2020-07-17T13:08:02.625Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] ++ set -e 13:08:02 [2020-07-17T13:08:02.625Z] ++ '[' -n 0 ']' 13:08:02 [2020-07-17T13:08:02.625Z] ++ set -x 13:08:02 [2020-07-17T13:08:02.625Z] ++ 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=s390x 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 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/s390x-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:08:02 [2020-07-17T13:08:02.625Z] INFO: Testing against a local daemon 13:08:02 [2020-07-17T13:08:02.625Z] === RUN TestPluginWithDevMounts 13:08:02 [2020-07-17T13:08:02.625Z] === PAUSE TestPluginWithDevMounts 13:08:02 [2020-07-17T13:08:02.625Z] === CONT TestPluginWithDevMounts 13:08:04 [2020-07-17T13:08:04.132Z] --- PASS: TestPluginWithDevMounts (1.84s) 13:08:04 [2020-07-17T13:08:04.132Z] PASS 13:08:04 [2020-07-17T13:08:04.132Z] 13:08:04 [2020-07-17T13:08:04.132Z] DONE 1 tests in 1.925s 13:08:04 [2020-07-17T13:08:04.132Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 13:08:04 [2020-07-17T13:08:04.132Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m 13:08:04 [2020-07-17T13:08:04.132Z] ++ set -e 13:08:04 [2020-07-17T13:08:04.132Z] ++ '[' -n 0 ']' 13:08:04 [2020-07-17T13:08:04.132Z] ++ set -x 13:08:04 [2020-07-17T13:08:04.132Z] ++ 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=s390x 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 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/s390x-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-secret-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.secret -t ./test.main -test.v -test.timeout=120m 13:08:04 [2020-07-17T13:08:04.241Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent 13:08:04 [2020-07-17T13:08:04.423Z] INFO: Testing against a local daemon 13:08:04 [2020-07-17T13:08:04.423Z] === RUN TestSecretInspect 13:08:04 [2020-07-17T13:08:04.811Z] === RUN TestDockerSuite/TestBuildContextCleanup 13:08:05 [2020-07-17T13:08:05.070Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer 13:08:05 [2020-07-17T13:08:05.070Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild 13:08:05 [2020-07-17T13:08:05.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 13:08:05 [2020-07-17T13:08:05.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 13:08:05 [2020-07-17T13:08:05.329Z] === RUN TestDockerSuite/TestBuildContextTarGzip 13:08:05 [2020-07-17T13:08:05.379Z] Leaving: AppArmorNo profiles have been unloaded. 13:08:05 [2020-07-17T13:08:05.379Z] 13:08:05 [2020-07-17T13:08:05.379Z] Unloading profiles will leave already running processes permanently 13:08:05 [2020-07-17T13:08:05.379Z] unconfined, which can lead to unexpected situations. 13:08:05 [2020-07-17T13:08:05.379Z] 13:08:05 [2020-07-17T13:08:05.379Z] To set a process to complain mode, use the command line tool 13:08:05 [2020-07-17T13:08:05.379Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:08:05 [2020-07-17T13:08:05.379Z] 13:08:05 [2020-07-17T13:08:05.520Z] --- PASS: TestContainerStartOnDaemonRestart (3.50s) 13:08:05 [2020-07-17T13:08:05.588Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression 13:08:05 [2020-07-17T13:08:05.764Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 13:08:05 [2020-07-17T13:08:05.847Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles Post stage [Pipeline] junit 13:08:05 [2020-07-17T13:08:05.960Z] Recording test results 13:08:06 [2020-07-17T13:08:06.092Z] --- PASS: TestDaemonRestartIpcMode (4.17s) 13:08:06 [2020-07-17T13:08:06.108Z] --- PASS: TestUpdateRestartPolicy (12.32s) 13:08:06 [2020-07-17T13:08:06.108Z] === RUN TestUpdateRestartWithAutoRemove 13:08:06 [2020-07-17T13:08:06.663Z] --- PASS: TestDaemonHostGatewayIP (4.71s) 13:08:06 [2020-07-17T13:08:06.679Z] --- PASS: TestUpdateRestartWithAutoRemove (0.63s) 13:08:06 [2020-07-17T13:08:06.679Z] === RUN TestWaitNonBlocked 13:08:06 [2020-07-17T13:08:06.679Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 13:08:06 [2020-07-17T13:08:06.679Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 13:08:06 [2020-07-17T13:08:06.679Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 13:08:06 [2020-07-17T13:08:06.679Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 13:08:06 [2020-07-17T13:08:06.679Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 13:08:06 [2020-07-17T13:08:06.679Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 13:08:07 [2020-07-17T13:08:07.249Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [Pipeline] sh 13:08:07 [2020-07-17T13:08:07.714Z] + echo Ensuring container killed. 13:08:07 [2020-07-17T13:08:07.714Z] Ensuring container killed. 13:08:07 [2020-07-17T13:08:07.714Z] + docker rm -vf docker-pr2 13:08:07 [2020-07-17T13:08:07.714Z] Error: No such container: docker-pr2 13:08:07 [2020-07-17T13:08:07.714Z] + true [Pipeline] sh 13:08:08 [2020-07-17T13:08:08.012Z] + echo Chowning /workspace to jenkins user 13:08:08 [2020-07-17T13:08:08.012Z] Chowning /workspace to jenkins user 13:08:08 [2020-07-17T13:08:08.012Z] + id -u 13:08:08 [2020-07-17T13:08:08.012Z] + id -g 13:08:08 [2020-07-17T13:08:08.012Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/workspace busybox chown -R 1000:1000 /workspace 13:08:08 [2020-07-17T13:08:08.190Z] --- PASS: TestWaitNonBlocked (0.02s) 13:08:08 [2020-07-17T13:08:08.191Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.16s) 13:08:08 [2020-07-17T13:08:08.191Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.22s) 13:08:08 [2020-07-17T13:08:08.191Z] === RUN TestWaitBlocked 13:08:08 [2020-07-17T13:08:08.191Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 13:08:08 [2020-07-17T13:08:08.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 13:08:08 [2020-07-17T13:08:08.191Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 13:08:08 [2020-07-17T13:08:08.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 13:08:08 [2020-07-17T13:08:08.191Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 13:08:08 [2020-07-17T13:08:08.191Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 13:08:08 [2020-07-17T13:08:08.878Z] --- PASS: TestSecretInspect (3.77s) 13:08:08 [2020-07-17T13:08:08.878Z] === RUN TestSecretList 13:08:09 [2020-07-17T13:08:09.132Z] --- PASS: TestWaitBlocked (0.03s) 13:08:09 [2020-07-17T13:08:09.132Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.97s) 13:08:09 [2020-07-17T13:08:09.132Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) 13:08:09 [2020-07-17T13:08:09.132Z] === CONT TestContainerStartOnDaemonRestart 13:08:09 [2020-07-17T13:08:09.132Z] === CONT TestContainerKillOnDaemonStart [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:08:09 [2020-07-17T13:08:09.683Z] + bundleName=docker-py 13:08:09 [2020-07-17T13:08:09.683Z] + echo Creating docker-py-bundles.tar.gz 13:08:09 [2020-07-17T13:08:09.683Z] Creating docker-py-bundles.tar.gz 13:08:09 [2020-07-17T13:08:09.683Z] + 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 13:08:09 [2020-07-17T13:08:09.695Z] Archiving artifacts 13:08:10 [2020-07-17T13:08:10.512Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins 13:08:11 [2020-07-17T13:08:11.211Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh 13:08:11 [2020-07-17T13:08:11.573Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh binary-daemon 13:08:11 [2020-07-17T13:08:11.644Z] --- PASS: TestSecretList (3.17s) 13:08:11 [2020-07-17T13:08:11.644Z] === RUN TestSecretsCreateAndDelete 13:08:11 [2020-07-17T13:08:11.834Z] 13:08:12 [2020-07-17T13:08:12.094Z] Removing bundles/ 13:08:12 [2020-07-17T13:08:12.094Z] 13:08:12 [2020-07-17T13:08:12.094Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) 13:08:12 [2020-07-17T13:08:12.094Z] Building: bundles/binary-daemon/dockerd-dev 13:08:12 [2020-07-17T13:08:12.094Z] GOOS="" GOARCH="" GOARM="" 13:08:12 [2020-07-17T13:08:12.422Z] --- PASS: TestContainerStartOnDaemonRestart (3.20s) 13:08:12 [2020-07-17T13:08:12.422Z] === CONT TestIpcModeOlderClient 13:08:12 [2020-07-17T13:08:12.422Z] --- PASS: TestIpcModeOlderClient (0.08s) 13:08:12 [2020-07-17T13:08:12.422Z] === CONT TestDaemonHostGatewayIP 13:08:14 [2020-07-17T13:08:14.362Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout 13:08:15 [2020-07-17T13:08:15.173Z] --- PASS: TestSecretsCreateAndDelete (3.62s) 13:08:15 [2020-07-17T13:08:15.173Z] === RUN TestSecretsUpdate 13:08:15 [2020-07-17T13:08:15.299Z] --- PASS: TestDaemonHostGatewayIP (2.85s) 13:08:15 [2020-07-17T13:08:15.299Z] === CONT TestDaemonRestartIpcMode 13:08:15 [2020-07-17T13:08:15.867Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile 13:08:16 [2020-07-17T13:08:16.436Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange 13:08:16 [2020-07-17T13:08:16.690Z] --- PASS: TestContainerKillOnDaemonStart (12.92s) 13:08:16 [2020-07-17T13:08:16.690Z] PASS 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === Skipped 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] 13:08:16 [2020-07-17T13:08:16.690Z] DONE 204 tests, 6 skipped in 134.896s 13:08:16 [2020-07-17T13:08:16.690Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 13:08:16 [2020-07-17T13:08:16.690Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 13:08:16 [2020-07-17T13:08:16.690Z] ++ set -e 13:08:16 [2020-07-17T13:08:16.690Z] ++ '[' -n 0 ']' 13:08:16 [2020-07-17T13:08:16.690Z] ++ set -x 13:08:16 [2020-07-17T13:08:16.690Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m 13:08:16 [2020-07-17T13:08:16.690Z] INFO: Testing against a local daemon 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestCommitInheritsEnv 13:08:16 [2020-07-17T13:08:16.690Z] --- PASS: TestCommitInheritsEnv (0.61s) 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestImportExtremelyLargeImageWorks 13:08:16 [2020-07-17T13:08:16.690Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestImagesFilterMultiReference 13:08:16 [2020-07-17T13:08:16.690Z] --- PASS: TestImagesFilterMultiReference (0.09s) 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestImagePullPlatformInvalid 13:08:16 [2020-07-17T13:08:16.690Z] --- PASS: TestImagePullPlatformInvalid (0.05s) 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestRemoveImageOrphaning 13:08:16 [2020-07-17T13:08:16.690Z] --- PASS: TestRemoveImageOrphaning (0.55s) 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestRemoveImageGarbageCollector 13:08:16 [2020-07-17T13:08:16.690Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 13:08:16 [2020-07-17T13:08:16.690Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:08:16 [2020-07-17T13:08:16.690Z] === RUN TestTagUnprefixedRepoByNameOrName 13:08:16 [2020-07-17T13:08:16.951Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.16s) 13:08:16 [2020-07-17T13:08:16.951Z] === RUN TestTagInvalidReference 13:08:16 [2020-07-17T13:08:16.951Z] --- PASS: TestTagInvalidReference (0.03s) 13:08:16 [2020-07-17T13:08:16.951Z] === RUN TestTagValidPrefixedRepo 13:08:16 [2020-07-17T13:08:16.951Z] --- PASS: TestTagValidPrefixedRepo (0.06s) 13:08:16 [2020-07-17T13:08:16.951Z] === RUN TestTagExistedNameWithoutForce 13:08:16 [2020-07-17T13:08:16.951Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) 13:08:16 [2020-07-17T13:08:16.951Z] === RUN TestTagOfficialNames 13:08:16 [2020-07-17T13:08:16.951Z] --- PASS: TestTagOfficialNames (0.08s) 13:08:16 [2020-07-17T13:08:16.951Z] === RUN TestTagMatchesDigest 13:08:17 [2020-07-17T13:08:17.004Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile 13:08:17 [2020-07-17T13:08:17.213Z] --- PASS: TestTagMatchesDigest (0.03s) 13:08:17 [2020-07-17T13:08:17.213Z] PASS 13:08:17 [2020-07-17T13:08:17.213Z] 13:08:17 [2020-07-17T13:08:17.213Z] === Skipped 13:08:17 [2020-07-17T13:08:17.213Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) 13:08:17 [2020-07-17T13:08:17.213Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out 13:08:17 [2020-07-17T13:08:17.213Z] 13:08:17 [2020-07-17T13:08:17.213Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) 13:08:17 [2020-07-17T13:08:17.213Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:08:17 [2020-07-17T13:08:17.213Z] 13:08:17 [2020-07-17T13:08:17.213Z] 13:08:17 [2020-07-17T13:08:17.213Z] DONE 12 tests, 2 skipped in 1.930s 13:08:17 [2020-07-17T13:08:17.213Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 13:08:17 [2020-07-17T13:08:17.213Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 13:08:17 [2020-07-17T13:08:17.213Z] ++ set -e 13:08:17 [2020-07-17T13:08:17.213Z] ++ '[' -n 0 ']' 13:08:17 [2020-07-17T13:08:17.213Z] ++ set -x 13:08:17 [2020-07-17T13:08:17.213Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m 13:08:17 [2020-07-17T13:08:17.213Z] INFO: Testing against a local daemon 13:08:17 [2020-07-17T13:08:17.213Z] === RUN TestNetworkCreateDelete 13:08:17 [2020-07-17T13:08:17.573Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir 13:08:17 [2020-07-17T13:08:17.785Z] --- PASS: TestNetworkCreateDelete (0.41s) 13:08:17 [2020-07-17T13:08:17.785Z] === RUN TestDockerNetworkDeletePreferID 13:08:18 [2020-07-17T13:08:18.142Z] --- PASS: TestDaemonRestartIpcMode (2.76s) 13:08:18 [2020-07-17T13:08:18.690Z] --- PASS: TestSecretsUpdate (3.81s) 13:08:18 [2020-07-17T13:08:18.690Z] === RUN TestTemplatedSecret 13:08:19 [2020-07-17T13:08:19.171Z] --- PASS: TestDockerNetworkDeletePreferID (1.19s) 13:08:19 [2020-07-17T13:08:19.171Z] === RUN TestDaemonDNSFallback 13:08:19 [2020-07-17T13:08:19.521Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot 13:08:19 [2020-07-17T13:08:19.521Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins 13:08:22 [2020-07-17T13:08:22.058Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir 13:08:22 [2020-07-17T13:08:22.058Z] --- PASS: TestContainerKillOnDaemonStart (13.00s) 13:08:22 [2020-07-17T13:08:22.058Z] PASS 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === Skipped 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] kill_test.go:153: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) 13:08:22 [2020-07-17T13:08:22.058Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] 13:08:22 [2020-07-17T13:08:22.058Z] DONE 204 tests, 6 skipped in 139.565s 13:08:22 [2020-07-17T13:08:22.319Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 13:08:22 [2020-07-17T13:08:22.319Z] ++ 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 13:08:22 [2020-07-17T13:08:22.319Z] ++ set -e 13:08:22 [2020-07-17T13:08:22.319Z] ++ '[' -n 0 ']' 13:08:22 [2020-07-17T13:08:22.319Z] ++ set -x 13:08:22 [2020-07-17T13:08:22.319Z] ++ 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 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 13:08:22 [2020-07-17T13:08:22.319Z] INFO: Testing against a local daemon 13:08:22 [2020-07-17T13:08:22.319Z] === RUN TestCommitInheritsEnv 13:08:22 [2020-07-17T13:08:22.887Z] --- PASS: TestCommitInheritsEnv (0.37s) 13:08:22 [2020-07-17T13:08:22.887Z] === RUN TestImportExtremelyLargeImageWorks 13:08:22 [2020-07-17T13:08:22.887Z] === PAUSE TestImportExtremelyLargeImageWorks 13:08:22 [2020-07-17T13:08:22.887Z] === RUN TestImagesFilterMultiReference 13:08:22 [2020-07-17T13:08:22.888Z] --- PASS: TestImagesFilterMultiReference (0.08s) 13:08:22 [2020-07-17T13:08:22.888Z] === RUN TestImagePullPlatformInvalid 13:08:22 [2020-07-17T13:08:22.888Z] --- PASS: TestImagePullPlatformInvalid (0.04s) 13:08:22 [2020-07-17T13:08:22.888Z] === RUN TestRemoveImageOrphaning 13:08:22 [2020-07-17T13:08:22.888Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows 13:08:22 [2020-07-17T13:08:22.888Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths 13:08:22 [2020-07-17T13:08:22.888Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths 13:08:23 [2020-07-17T13:08:23.141Z] --- PASS: TestTemplatedSecret (3.66s) 13:08:23 [2020-07-17T13:08:23.141Z] === RUN TestSecretCreateResolve 13:08:23 [2020-07-17T13:08:23.147Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive 13:08:23 [2020-07-17T13:08:23.147Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir 13:08:23 [2020-07-17T13:08:23.407Z] --- PASS: TestRemoveImageOrphaning (0.47s) 13:08:23 [2020-07-17T13:08:23.407Z] === RUN TestRemoveImageGarbageCollector 13:08:24 [2020-07-17T13:08:24.344Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation 13:08:25 [2020-07-17T13:08:25.722Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse 13:08:25 [2020-07-17T13:08:25.982Z] --- PASS: TestRemoveImageGarbageCollector (2.59s) 13:08:25 [2020-07-17T13:08:25.982Z] === RUN TestTagUnprefixedRepoByNameOrName 13:08:25 [2020-07-17T13:08:25.982Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) 13:08:25 [2020-07-17T13:08:25.982Z] === RUN TestTagInvalidReference 13:08:25 [2020-07-17T13:08:25.982Z] --- PASS: TestTagInvalidReference (0.04s) 13:08:25 [2020-07-17T13:08:25.982Z] === RUN TestTagValidPrefixedRepo 13:08:25 [2020-07-17T13:08:25.982Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost 13:08:25 [2020-07-17T13:08:25.982Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir 13:08:26 [2020-07-17T13:08:26.242Z] --- PASS: TestTagValidPrefixedRepo (0.12s) 13:08:26 [2020-07-17T13:08:26.242Z] === RUN TestTagExistedNameWithoutForce 13:08:26 [2020-07-17T13:08:26.242Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) 13:08:26 [2020-07-17T13:08:26.242Z] === RUN TestTagOfficialNames 13:08:26 [2020-07-17T13:08:26.242Z] --- PASS: TestTagOfficialNames (0.07s) 13:08:26 [2020-07-17T13:08:26.242Z] === RUN TestTagMatchesDigest 13:08:26 [2020-07-17T13:08:26.242Z] --- PASS: TestTagMatchesDigest (0.02s) 13:08:26 [2020-07-17T13:08:26.242Z] === CONT TestImportExtremelyLargeImageWorks 13:08:26 [2020-07-17T13:08:26.658Z] --- PASS: TestSecretCreateResolve (3.66s) 13:08:26 [2020-07-17T13:08:26.658Z] PASS 13:08:26 [2020-07-17T13:08:26.658Z] 13:08:26 [2020-07-17T13:08:26.658Z] DONE 6 tests in 21.772s 13:08:26 [2020-07-17T13:08:26.658Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 13:08:26 [2020-07-17T13:08:26.658Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m 13:08:26 [2020-07-17T13:08:26.658Z] ++ set -e 13:08:26 [2020-07-17T13:08:26.658Z] ++ '[' -n 0 ']' 13:08:26 [2020-07-17T13:08:26.658Z] ++ set -x 13:08:26 [2020-07-17T13:08:26.658Z] ++ 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=s390x 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 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/s390x-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-service-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.service -t ./test.main -test.v -test.timeout=120m 13:08:26 [2020-07-17T13:08:26.658Z] INFO: Testing against a local daemon 13:08:26 [2020-07-17T13:08:26.658Z] === RUN TestServiceCreateInit 13:08:26 [2020-07-17T13:08:26.658Z] === RUN TestServiceCreateInit/daemonInitDisabled 13:08:26 [2020-07-17T13:08:26.810Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes 13:08:27 [2020-07-17T13:08:27.310Z] --- PASS: TestDaemonDNSFallback (7.29s) 13:08:27 [2020-07-17T13:08:27.310Z] === RUN TestInspectNetwork 13:08:30 [2020-07-17T13:08:30.103Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot 13:08:31 [2020-07-17T13:08:31.519Z] === RUN TestInspectNetwork/full_network_id 13:08:31 [2020-07-17T13:08:31.519Z] === RUN TestInspectNetwork/partial_network_id 13:08:31 [2020-07-17T13:08:31.519Z] === RUN TestInspectNetwork/network_name 13:08:31 [2020-07-17T13:08:31.519Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 13:08:32 [2020-07-17T13:08:32.012Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors 13:08:32 [2020-07-17T13:08:32.225Z] === RUN TestServiceCreateInit/daemonInitEnabled 13:08:32 [2020-07-17T13:08:32.954Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir 13:08:32 [2020-07-17T13:08:32.954Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost 13:08:32 [2020-07-17T13:08:32.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 13:08:32 [2020-07-17T13:08:32.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 13:08:32 [2020-07-17T13:08:32.991Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 13:08:33 [2020-07-17T13:08:33.523Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot 13:08:33 [2020-07-17T13:08:33.523Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 13:08:34 [2020-07-17T13:08:34.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 13:08:34 [2020-07-17T13:08:34.092Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults 13:08:34 [2020-07-17T13:08:34.336Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 13:08:35 [2020-07-17T13:08:35.724Z] --- PASS: TestInspectNetwork (9.52s) 13:08:35 [2020-07-17T13:08:35.724Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 13:08:35 [2020-07-17T13:08:35.724Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 13:08:35 [2020-07-17T13:08:35.724Z] --- PASS: TestInspectNetwork/network_name (0.00s) 13:08:35 [2020-07-17T13:08:35.724Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 13:08:35 [2020-07-17T13:08:35.724Z] === RUN TestRunContainerWithBridgeNone 13:08:36 [2020-07-17T13:08:36.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 13:08:37 [2020-07-17T13:08:37.383Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp 13:08:37 [2020-07-17T13:08:37.823Z] --- PASS: TestServiceCreateInit (10.69s) 13:08:37 [2020-07-17T13:08:37.823Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.16s) 13:08:37 [2020-07-17T13:08:37.823Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.51s) 13:08:37 [2020-07-17T13:08:37.823Z] === RUN TestCreateServiceMultipleTimes 13:08:37 [2020-07-17T13:08:37.951Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting 13:08:38 [2020-07-17T13:08:38.270Z] --- PASS: TestRunContainerWithBridgeNone (2.37s) 13:08:38 [2020-07-17T13:08:38.270Z] === RUN TestNetworkInvalidJSON 13:08:38 [2020-07-17T13:08:38.270Z] === RUN TestNetworkInvalidJSON//networks/create 13:08:38 [2020-07-17T13:08:38.270Z] === PAUSE TestNetworkInvalidJSON//networks/create 13:08:38 [2020-07-17T13:08:38.270Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect 13:08:38 [2020-07-17T13:08:38.270Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect 13:08:38 [2020-07-17T13:08:38.270Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect 13:08:38 [2020-07-17T13:08:38.270Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect 13:08:38 [2020-07-17T13:08:38.270Z] === CONT TestNetworkInvalidJSON//networks/create 13:08:38 [2020-07-17T13:08:38.270Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect 13:08:38 [2020-07-17T13:08:38.270Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect 13:08:38 [2020-07-17T13:08:38.270Z] --- PASS: TestNetworkInvalidJSON (0.03s) 13:08:38 [2020-07-17T13:08:38.270Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) 13:08:38 [2020-07-17T13:08:38.270Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) 13:08:38 [2020-07-17T13:08:38.270Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) 13:08:38 [2020-07-17T13:08:38.270Z] === RUN TestHostIPv4BridgeLabel 13:08:38 [2020-07-17T13:08:38.842Z] --- PASS: TestHostIPv4BridgeLabel (0.78s) 13:08:38 [2020-07-17T13:08:38.842Z] === RUN TestDaemonRestartWithLiveRestore 13:08:38 [2020-07-17T13:08:38.887Z] === RUN TestDockerSuite/TestBuildCopyWildcard 13:08:39 [2020-07-17T13:08:39.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 13:08:40 [2020-07-17T13:08:40.228Z] --- PASS: TestDaemonRestartWithLiveRestore (1.39s) 13:08:40 [2020-07-17T13:08:40.228Z] === RUN TestDaemonDefaultNetworkPools 13:08:40 [2020-07-17T13:08:40.797Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig 13:08:41 [2020-07-17T13:08:41.614Z] --- PASS: TestDaemonDefaultNetworkPools (1.29s) 13:08:41 [2020-07-17T13:08:41.614Z] === RUN TestDaemonRestartWithExistingNetwork 13:08:42 [2020-07-17T13:08:42.060Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 13:08:42 [2020-07-17T13:08:42.707Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath 13:08:43 [2020-07-17T13:08:43.528Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.83s) 13:08:43 [2020-07-17T13:08:43.528Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 13:08:43 [2020-07-17T13:08:43.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 13:08:44 [2020-07-17T13:08:44.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 13:08:45 [2020-07-17T13:08:45.999Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache 13:08:46 [2020-07-17T13:08:46.076Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.26s) 13:08:46 [2020-07-17T13:08:46.076Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 13:08:46 [2020-07-17T13:08:46.257Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName 13:08:46 [2020-07-17T13:08:46.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 13:08:46 [2020-07-17T13:08:46.337Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.80s) 13:08:46 [2020-07-17T13:08:46.337Z] === RUN TestServiceWithPredefinedNetwork 13:08:46 [2020-07-17T13:08:46.517Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey 13:08:47 [2020-07-17T13:08:47.356Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 13:08:47 [2020-07-17T13:08:47.456Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile 13:08:47 [2020-07-17T13:08:47.456Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork 13:08:49 [2020-07-17T13:08:49.449Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 13:08:49 [2020-07-17T13:08:49.637Z] --- PASS: TestServiceWithPredefinedNetwork (3.22s) 13:08:49 [2020-07-17T13:08:49.637Z] === RUN TestServiceRemoveKeepsIngressNetwork 13:08:49 [2020-07-17T13:08:49.637Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 13:08:49 [2020-07-17T13:08:49.637Z] service_test.go:236: FLAKY_TEST 13:08:49 [2020-07-17T13:08:49.637Z] === RUN TestServiceWithDataPathPortInit 13:08:50 [2020-07-17T13:08:50.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 13:08:51 [2020-07-17T13:08:51.652Z] === RUN TestDockerSuite/TestBuildDockerfileStdin 13:08:51 [2020-07-17T13:08:51.652Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict 13:08:51 [2020-07-17T13:08:51.652Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore 13:08:51 [2020-07-17T13:08:51.911Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart 13:08:52 [2020-07-17T13:08:52.029Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 13:08:53 [2020-07-17T13:08:53.292Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored 13:08:53 [2020-07-17T13:08:53.570Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) 13:08:53 [2020-07-17T13:08:53.570Z] Using test binary docker 13:08:53 [2020-07-17T13:08:53.866Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 13:08:53 [2020-07-17T13:08:53.866Z] +++ /etc/init.d/apparmor start 13:08:53 [2020-07-17T13:08:53.866Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). 13:08:53 [2020-07-17T13:08:53.866Z] INFO: Waiting for daemon to start... 13:08:53 [2020-07-17T13:08:53.866Z] Starting dockerd 13:08:53 [2020-07-17T13:08:53.866Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental 13:08:54 [2020-07-17T13:08:54.231Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles 13:08:55 [2020-07-17T13:08:55.170Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore 13:08:55 [2020-07-17T13:08:55.430Z] === RUN TestDockerSuite/TestBuildDockerignore 13:08:55 [2020-07-17T13:08:55.939Z] . 13:08:55 [2020-07-17T13:08:55.939Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) 13:08:55 [2020-07-17T13:08:55.939Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) 13:08:55 [2020-07-17T13:08:55.939Z] Error: No such image: emptyfs 13:08:55 [2020-07-17T13:08:55.939Z] ++++ tar -cC bundles/test-integration/emptyfs . 13:08:55 [2020-07-17T13:08:55.939Z] ++++ docker load 13:08:55 [2020-07-17T13:08:55.939Z] Running integration-test (iteration 1) 13:08:55 [2020-07-17T13:08:55.939Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 13:08:55 [2020-07-17T13:08:55.939Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m 13:08:55 [2020-07-17T13:08:55.939Z] ++ set -e 13:08:55 [2020-07-17T13:08:55.939Z] ++ '[' -n 0 ']' 13:08:55 [2020-07-17T13:08:55.939Z] ++ set -x 13:08:55 [2020-07-17T13:08:55.939Z] ++ 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=ppc64le 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 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/ppc64le-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-build-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.build -t ./test.main -test.v -test.timeout=120m 13:08:58 [2020-07-17T13:08:58.000Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove 13:09:00 [2020-07-17T13:09:00.286Z] --- PASS: TestCreateServiceMultipleTimes (22.57s) 13:09:00 [2020-07-17T13:09:00.286Z] === RUN TestCreateServiceConflict 13:09:00 [2020-07-17T13:09:00.536Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo 13:09:00 [2020-07-17T13:09:00.796Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert 13:09:01 [2020-07-17T13:09:01.366Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert 13:09:01 [2020-07-17T13:09:01.935Z] === RUN TestDockerDaemonSuite/TestHTTPSRun 13:09:03 [2020-07-17T13:09:03.015Z] --- PASS: TestCreateServiceConflict (3.61s) 13:09:03 [2020-07-17T13:09:03.015Z] === RUN TestCreateServiceMaxReplicas 13:09:03 [2020-07-17T13:09:03.844Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand 13:09:03 [2020-07-17T13:09:03.844Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability 13:09:05 [2020-07-17T13:09:05.753Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled 13:09:05 [2020-07-17T13:09:05.753Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths 13:09:06 [2020-07-17T13:09:06.535Z] --- PASS: TestCreateServiceMaxReplicas (3.36s) 13:09:06 [2020-07-17T13:09:06.535Z] === RUN TestCreateWithDuplicateNetworkNames 13:09:06 [2020-07-17T13:09:06.693Z] === RUN TestDockerSuite/TestBuildDockerignoreComment 13:09:07 [2020-07-17T13:09:07.756Z] --- PASS: TestServiceWithDataPathPortInit (17.95s) 13:09:07 [2020-07-17T13:09:07.756Z] === RUN TestServiceWithDefaultAddressPoolInit 13:09:08 [2020-07-17T13:09:08.599Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart 13:09:09 [2020-07-17T13:09:09.166Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions 13:09:11 [2020-07-17T13:09:11.364Z] Loaded image: buildpack-deps:buster 13:09:11 [2020-07-17T13:09:11.365Z] Loaded image: busybox:latest 13:09:11 [2020-07-17T13:09:11.365Z] Loaded image: busybox:glibc 13:09:11 [2020-07-17T13:09:11.365Z] Loaded image: debian:buster 13:09:11 [2020-07-17T13:09:11.365Z] Loaded image: hello-world:latest 13:09:11 [2020-07-17T13:09:11.365Z] INFO: Testing against a local daemon 13:09:11 [2020-07-17T13:09:11.365Z] === RUN TestCgroupNamespacesBuild 13:09:11 [2020-07-17T13:09:11.365Z] --- PASS: TestCgroupNamespacesBuild (1.38s) 13:09:11 [2020-07-17T13:09:11.365Z] === RUN TestCgroupNamespacesBuildDaemonHostMode 13:09:12 [2020-07-17T13:09:12.007Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.36s) 13:09:12 [2020-07-17T13:09:12.007Z] === RUN TestBuildWithSession 13:09:12 [2020-07-17T13:09:12.007Z] --- SKIP: TestBuildWithSession (0.00s) 13:09:12 [2020-07-17T13:09:12.007Z] build_session_test.go:25: TODO: BuildKit 13:09:12 [2020-07-17T13:09:12.007Z] === RUN TestBuildSquashParent 13:09:12 [2020-07-17T13:09:12.457Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling 13:09:14 [2020-07-17T13:09:14.364Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel 13:09:16 [2020-07-17T13:09:16.274Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore 13:09:16 [2020-07-17T13:09:16.481Z] --- PASS: TestBuildSquashParent (4.18s) 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:09:16 [2020-07-17T13:09:16.481Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:09:16 [2020-07-17T13:09:16.481Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:09:16 [2020-07-17T13:09:16.481Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove 13:09:16 [2020-07-17T13:09:16.481Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal 13:09:16 [2020-07-17T13:09:16.481Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove 13:09:17 [2020-07-17T13:09:17.763Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.06s) 13:09:17 [2020-07-17T13:09:17.763Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rywe3w49kctyv389ca3wz6tlc Created:2020-07-17 13:09:09.216789876 +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[8ca9c0fdbbd39385cf9fe7266d475a3d74a5e90e02cbfb8d2ca6e9348702a24a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.16n33lsaffkrofd46mxvmy1c6 EndpointID:350ee1e1af47b2e663bcc8a6a82569ac46e71ebff32f70bf2a9921e45e3d0de7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:340bd93b95da5c238d808e5f912179d922ef3a1ac07c28d1e129da7f84220fbe 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:9181b8fbec31 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.16n33lsaffkrofd46mxvmy1c6 EndpointID:350ee1e1af47b2e663bcc8a6a82569ac46e71ebff32f70bf2a9921e45e3d0de7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 13:09:17 [2020-07-17T13:09:17.763Z] PASS 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] === Skipped 13:09:17 [2020-07-17T13:09:17.763Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:09:17 [2020-07-17T13:09:17.763Z] service_test.go:236: FLAKY_TEST 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] DONE 23 tests, 1 skipped in 59.552s 13:09:17 [2020-07-17T13:09:17.763Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] ++ set -e 13:09:17 [2020-07-17T13:09:17.763Z] ++ '[' -n 0 ']' 13:09:17 [2020-07-17T13:09:17.763Z] ++ set -x 13:09:17 [2020-07-17T13:09:17.763Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] INFO: Testing against a local daemon 13:09:17 [2020-07-17T13:09:17.763Z] === RUN TestDockerNetworkIpvlanPersistance 13:09:17 [2020-07-17T13:09:17.763Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) 13:09:17 [2020-07-17T13:09:17.763Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:09:17 [2020-07-17T13:09:17.763Z] === RUN TestDockerNetworkIpvlan 13:09:17 [2020-07-17T13:09:17.763Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 13:09:17 [2020-07-17T13:09:17.763Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:09:17 [2020-07-17T13:09:17.763Z] PASS 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] === Skipped 13:09:17 [2020-07-17T13:09:17.763Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) 13:09:17 [2020-07-17T13:09:17.763Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 13:09:17 [2020-07-17T13:09:17.763Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] 13:09:17 [2020-07-17T13:09:17.763Z] DONE 2 tests, 2 skipped in 0.155s 13:09:17 [2020-07-17T13:09:17.763Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] ++ set -e 13:09:17 [2020-07-17T13:09:17.763Z] ++ '[' -n 0 ']' 13:09:17 [2020-07-17T13:09:17.763Z] ++ set -x 13:09:17 [2020-07-17T13:09:17.763Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:09:17 [2020-07-17T13:09:17.763Z] INFO: Testing against a local daemon 13:09:17 [2020-07-17T13:09:17.763Z] === RUN TestDockerNetworkMacvlanPersistance 13:09:18 [2020-07-17T13:09:18.586Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove 13:09:18 [2020-07-17T13:09:18.586Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove 13:09:19 [2020-07-17T13:09:19.150Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.11s) 13:09:19 [2020-07-17T13:09:19.150Z] === RUN TestDockerNetworkMacvlan 13:09:19 [2020-07-17T13:09:19.570Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore 13:09:19 [2020-07-17T13:09:19.570Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile 13:09:20 [2020-07-17T13:09:20.093Z] === RUN TestDockerNetworkMacvlan/Subinterface 13:09:20 [2020-07-17T13:09:20.512Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion 13:09:20 [2020-07-17T13:09:20.512Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.43s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.54s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.64s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.56s) 13:09:20 [2020-07-17T13:09:20.686Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.76s) 13:09:20 [2020-07-17T13:09:20.686Z] === RUN TestBuildMultiStageCopy 13:09:20 [2020-07-17T13:09:20.686Z] === RUN TestBuildMultiStageCopy/copy_to_root 13:09:21 [2020-07-17T13:09:21.478Z] === RUN TestDockerNetworkMacvlan/OverlapParent 13:09:21 [2020-07-17T13:09:21.875Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.27s) 13:09:21 [2020-07-17T13:09:21.875Z] === RUN TestCreateServiceSecretFileMode 13:09:22 [2020-07-17T13:09:22.216Z] === RUN TestBuildMultiStageCopy/copy_to_newdir 13:09:22 [2020-07-17T13:09:22.216Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested 13:09:22 [2020-07-17T13:09:22.421Z] === RUN TestDockerNetworkMacvlan/NilParent 13:09:22 [2020-07-17T13:09:22.509Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir 13:09:22 [2020-07-17T13:09:22.806Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir 13:09:23 [2020-07-17T13:09:23.050Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy (2.74s) 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.43s) 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s) 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s) 13:09:23 [2020-07-17T13:09:23.106Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s) 13:09:23 [2020-07-17T13:09:23.106Z] === RUN TestBuildMultiStageParentConfig 13:09:23 [2020-07-17T13:09:23.676Z] 4612f6d0b889: Pull complete 13:09:24 [2020-07-17T13:09:24.148Z] --- PASS: TestBuildMultiStageParentConfig (0.86s) 13:09:24 [2020-07-17T13:09:24.148Z] === RUN TestBuildLabelWithTargets 13:09:24 [2020-07-17T13:09:24.956Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore 13:09:25 [2020-07-17T13:09:25.472Z] --- PASS: TestCreateServiceSecretFileMode (3.11s) 13:09:25 [2020-07-17T13:09:25.473Z] === RUN TestCreateServiceConfigFileMode 13:09:25 [2020-07-17T13:09:25.665Z] --- PASS: TestBuildLabelWithTargets (1.27s) 13:09:25 [2020-07-17T13:09:25.665Z] === RUN TestBuildWithEmptyLayers 13:09:25 [2020-07-17T13:09:25.720Z] === RUN TestDockerNetworkMacvlan/InternalMode 13:09:25 [2020-07-17T13:09:25.959Z] --- PASS: TestBuildWithEmptyLayers (0.58s) 13:09:25 [2020-07-17T13:09:25.959Z] === RUN TestBuildMultiStageOnBuild 13:09:27 [2020-07-17T13:09:27.497Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat 13:09:27 [2020-07-17T13:09:27.497Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles 13:09:28 [2020-07-17T13:09:28.042Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) 13:09:28 [2020-07-17T13:09:28.042Z] === RUN TestBuildUncleanTarFilenames 13:09:28 [2020-07-17T13:09:28.208Z] --- PASS: TestCreateServiceConfigFileMode (3.54s) 13:09:28 [2020-07-17T13:09:28.209Z] === RUN TestCreateServiceSysctls 13:09:28 [2020-07-17T13:09:28.687Z] --- PASS: TestBuildUncleanTarFilenames (0.87s) 13:09:28 [2020-07-17T13:09:28.687Z] === RUN TestBuildMultiStageLayerLeak 13:09:28 [2020-07-17T13:09:28.879Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap 13:09:29 [2020-07-17T13:09:29.020Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 13:09:29 [2020-07-17T13:09:29.448Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile 13:09:30 [2020-07-17T13:09:30.016Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames 13:09:30 [2020-07-17T13:09:30.694Z] --- PASS: TestBuildMultiStageLayerLeak (1.75s) 13:09:30 [2020-07-17T13:09:30.694Z] === RUN TestBuildWithHugeFile 13:09:31 [2020-07-17T13:09:31.394Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile 13:09:32 [2020-07-17T13:09:32.659Z] --- PASS: TestCreateServiceSysctls (4.34s) 13:09:32 [2020-07-17T13:09:32.659Z] === RUN TestCreateServiceCapabilities 13:09:33 [2020-07-17T13:09:33.544Z] Created binary: bundles/binary-daemon/dockerd-dev 13:09:33 [2020-07-17T13:09:33.544Z] Copying nested executables into bundles/binary-daemon 13:09:33 [2020-07-17T13:09:33.544Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh 13:09:33 [2020-07-17T13:09:33.876Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/make.sh cross 13:09:34 [2020-07-17T13:09:34.135Z] 13:09:34 [2020-07-17T13:09:34.396Z] Removing bundles/ 13:09:34 [2020-07-17T13:09:34.396Z] 13:09:34 [2020-07-17T13:09:34.396Z] ---> Making bundle: cross (in bundles/cross) 13:09:34 [2020-07-17T13:09:34.396Z] Cross building: bundles/cross/linux/amd64 13:09:34 [2020-07-17T13:09:34.396Z] Building: bundles/cross/linux/amd64/dockerd-dev 13:09:34 [2020-07-17T13:09:34.396Z] GOOS="linux" GOARCH="amd64" GOARM="" 13:09:34 [2020-07-17T13:09:34.687Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine 13:09:35 [2020-07-17T13:09:35.610Z] === RUN TestDockerNetworkMacvlan/Addressing 13:09:35 [2020-07-17T13:09:35.625Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir 13:09:36 [2020-07-17T13:09:36.175Z] --- PASS: TestCreateServiceCapabilities (3.45s) 13:09:36 [2020-07-17T13:09:36.175Z] === RUN TestInspect 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan (18.09s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.94s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.01s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.76s) 13:09:37 [2020-07-17T13:09:37.524Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.28s) 13:09:37 [2020-07-17T13:09:37.524Z] PASS 13:09:37 [2020-07-17T13:09:37.524Z] 13:09:37 [2020-07-17T13:09:37.524Z] DONE 8 tests in 20.362s 13:09:37 [2020-07-17T13:09:37.524Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] ++ set -e 13:09:37 [2020-07-17T13:09:37.524Z] ++ '[' -n 0 ']' 13:09:37 [2020-07-17T13:09:37.524Z] ++ set -x 13:09:37 [2020-07-17T13:09:37.524Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] testing: warning: no tests to run 13:09:37 [2020-07-17T13:09:37.524Z] PASS 13:09:37 [2020-07-17T13:09:37.524Z] 13:09:37 [2020-07-17T13:09:37.524Z] DONE 0 tests in 0.030s 13:09:37 [2020-07-17T13:09:37.524Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] ++ set -e 13:09:37 [2020-07-17T13:09:37.524Z] ++ '[' -n 0 ']' 13:09:37 [2020-07-17T13:09:37.524Z] ++ set -x 13:09:37 [2020-07-17T13:09:37.524Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:09:37 [2020-07-17T13:09:37.524Z] INFO: Testing against a local daemon 13:09:37 [2020-07-17T13:09:37.524Z] === RUN TestAuthZPluginAllowRequest 13:09:38 [2020-07-17T13:09:38.161Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs 13:09:39 [2020-07-17T13:09:39.439Z] --- PASS: TestAuthZPluginAllowRequest (1.74s) 13:09:39 [2020-07-17T13:09:39.439Z] === RUN TestAuthZPluginTLS 13:09:40 [2020-07-17T13:09:40.010Z] --- PASS: TestAuthZPluginTLS (0.70s) 13:09:40 [2020-07-17T13:09:40.010Z] === RUN TestAuthZPluginDenyRequest 13:09:40 [2020-07-17T13:09:40.067Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir 13:09:40 [2020-07-17T13:09:40.582Z] --- PASS: TestAuthZPluginDenyRequest (0.64s) 13:09:40 [2020-07-17T13:09:40.582Z] === RUN TestAuthZPluginAPIDenyResponse 13:09:40 [2020-07-17T13:09:40.629Z] --- PASS: TestInspect (3.83s) 13:09:40 [2020-07-17T13:09:40.629Z] === RUN TestCreateJob 13:09:41 [2020-07-17T13:09:41.154Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.65s) 13:09:41 [2020-07-17T13:09:41.154Z] === RUN TestAuthZPluginDenyResponse 13:09:41 [2020-07-17T13:09:41.446Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile 13:09:41 [2020-07-17T13:09:41.726Z] --- PASS: TestAuthZPluginDenyResponse (0.67s) 13:09:41 [2020-07-17T13:09:41.726Z] === RUN TestAuthZPluginAllowEventStream 13:09:43 [2020-07-17T13:09:43.643Z] --- PASS: TestAuthZPluginAllowEventStream (1.75s) 13:09:43 [2020-07-17T13:09:43.643Z] === RUN TestAuthZPluginErrorResponse 13:09:44 [2020-07-17T13:09:44.215Z] --- PASS: TestAuthZPluginErrorResponse (0.70s) 13:09:44 [2020-07-17T13:09:44.215Z] === RUN TestAuthZPluginErrorRequest 13:09:44 [2020-07-17T13:09:44.787Z] --- PASS: TestAuthZPluginErrorRequest (0.62s) 13:09:44 [2020-07-17T13:09:44.787Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 13:09:45 [2020-07-17T13:09:45.087Z] --- PASS: TestCreateJob (4.53s) 13:09:45 [2020-07-17T13:09:45.087Z] === RUN TestReplicatedJob 13:09:45 [2020-07-17T13:09:45.730Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.65s) 13:09:45 [2020-07-17T13:09:45.730Z] === RUN TestAuthZPluginEnsureLoadImportWorking 13:09:47 [2020-07-17T13:09:47.646Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) 13:09:47 [2020-07-17T13:09:47.646Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 13:09:50 [2020-07-17T13:09:50.192Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.22s) 13:09:50 [2020-07-17T13:09:50.192Z] === RUN TestAuthZPluginHeader 13:09:50 [2020-07-17T13:09:50.764Z] --- PASS: TestAuthZPluginHeader (0.98s) 13:09:50 [2020-07-17T13:09:50.764Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 13:09:50 [2020-07-17T13:09:50.764Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:09:50 [2020-07-17T13:09:50.764Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:09:50 [2020-07-17T13:09:50.764Z] === RUN TestAuthZPluginV2Disable 13:09:50 [2020-07-17T13:09:50.764Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) 13:09:50 [2020-07-17T13:09:50.764Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:09:51 [2020-07-17T13:09:51.025Z] === RUN TestAuthZPluginV2RejectVolumeRequests 13:09:51 [2020-07-17T13:09:51.025Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:09:51 [2020-07-17T13:09:51.025Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:09:51 [2020-07-17T13:09:51.025Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 13:09:51 [2020-07-17T13:09:51.025Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:09:51 [2020-07-17T13:09:51.025Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:09:51 [2020-07-17T13:09:51.025Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 13:09:51 [2020-07-17T13:09:51.467Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault 13:09:51 [2020-07-17T13:09:51.981Z] --- PASS: TestReplicatedJob (7.32s) 13:09:51 [2020-07-17T13:09:51.981Z] === RUN TestUpdateReplicatedJob 13:09:52 [2020-07-17T13:09:52.846Z] === RUN TestDockerDaemonSuite/TestShmSize 13:09:54 [2020-07-17T13:09:54.753Z] === RUN TestDockerDaemonSuite/TestShmSizeReload 13:09:54 [2020-07-17T13:09:54.753Z] === RUN TestDockerSuite/TestBuildDotDotFile 13:09:55 [2020-07-17T13:09:55.014Z] === RUN TestDockerSuite/TestBuildEOLInLine 13:09:56 [2020-07-17T13:09:56.513Z] --- PASS: TestUpdateReplicatedJob (4.61s) 13:09:56 [2020-07-17T13:09:56.513Z] === RUN TestServiceListWithStatuses 13:09:56 [2020-07-17T13:09:56.513Z] --- SKIP: TestServiceListWithStatuses (0.00s) 13:09:56 [2020-07-17T13:09:56.513Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:09:56 [2020-07-17T13:09:56.513Z] === RUN TestDockerNetworkConnectAlias 13:09:57 [2020-07-17T13:09:57.556Z] === RUN TestDockerDaemonSuite/TestTLSVerify 13:09:57 [2020-07-17T13:09:57.556Z] === RUN TestDockerDaemonSuite/TestVolumePlugin 13:09:59 [2020-07-17T13:09:59.463Z] === RUN TestDockerSuite/TestBuildEmptyCmd 13:09:59 [2020-07-17T13:09:59.722Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint 13:09:59 [2020-07-17T13:09:59.981Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance 13:10:00 [2020-07-17T13:10:00.919Z] === RUN TestDockerSuite/TestBuildEmptyScratch 13:10:00 [2020-07-17T13:10:00.920Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume 13:10:01 [2020-07-17T13:10:01.489Z] === RUN TestDockerSuite/TestBuildEntrypoint 13:10:01 [2020-07-17T13:10:01.749Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite (318.05s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.85s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.76s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.59s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.46s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:1449: [d390f1ac58f2e] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [dcca23d134146] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.25s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.64s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [dc4d986463b32] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (1.74s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.95s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.48s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.25s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.39s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.45s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.54s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.54s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d880677baa8f2] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d59049c24f066] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.48s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [db985cb9a11d0] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.44s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.56s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.20s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.71s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [dbf2826606470] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.51s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.05s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.95s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.48s) 13:10:02 [2020-07-17T13:10:02.010Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [dbfadbcc863c7] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.30s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.96s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.51s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.65s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d653da7fb9cd3] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.85s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d1e2e6795e9fe] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.13s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_plugins_test.go:79: [ded16c6a840c9] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.79s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_plugins_test.go:169: [d7b7bd7de488f] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.32s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.53s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d7cf4f8796ddc] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.71s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.40s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.40s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.63s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.67s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.04s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.55s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (6.43s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [de1173e8830a9] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.37s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.23s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.09s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.77s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.05s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.08s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [df2a01df6077e] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.55s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.18s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.89s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.20s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.28s) 13:10:02 [2020-07-17T13:10:02.010Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d851bd24bd1bb] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d9c55a3007af8] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (2.99s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [dc750e6263985] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.49s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.23s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.02s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.27s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.43s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.20s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.42s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.31s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d40da81ab5c07] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.32s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.62s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.62s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d9f7fbff37848] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.00s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.09s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.61s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.18s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from config 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from config 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from config 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from config 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from config 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode private set from cli 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode shareable set from cli 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode host set from cli 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode container:123 set from cli 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2881: Checking IpcMode nosuchmode set from cli 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [db02b1eef6125] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.11s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d89ffa87274b1] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (0.54s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.21s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [df1f55e66c0a9] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.91s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.72s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.05s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.03s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d18594b456448] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.39s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.34s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.83s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.00s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d1d5a1ef819ab] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.76s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.58s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.83s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [d0fb43b834288] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.77s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (3.03s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.94s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.48s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.38s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.36s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.37s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.67s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.15s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.20s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.06s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.40s) 13:10:02 [2020-07-17T13:10:02.010Z] docker_cli_daemon_test.go:2544: [d8dcac46659aa] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.36s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.78s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.91s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.63s) 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.11s) 13:10:02 [2020-07-17T13:10:02.010Z] check_test.go:309: [df694fa444d06] daemon is not started 13:10:02 [2020-07-17T13:10:02.010Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.73s) 13:10:02 [2020-07-17T13:10:02.010Z] === RUN TestDockerSwarmSuite 13:10:02 [2020-07-17T13:10:02.010Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks 13:10:03 [2020-07-17T13:10:03.919Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect 13:10:04 [2020-07-17T13:10:04.991Z] --- PASS: TestDockerNetworkConnectAlias (8.14s) 13:10:04 [2020-07-17T13:10:04.991Z] === RUN TestDockerNetworkReConnect 13:10:05 [2020-07-17T13:10:05.300Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope 13:10:05 [2020-07-17T13:10:05.300Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup 13:10:07 [2020-07-17T13:10:07.211Z] === RUN TestDockerSuite/TestBuildEnv 13:10:08 [2020-07-17T13:10:08.590Z] === RUN TestDockerSuite/TestBuildEnvEscapes 13:10:08 [2020-07-17T13:10:08.590Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort 13:10:09 [2020-07-17T13:10:09.138Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.98s) 13:10:09 [2020-07-17T13:10:09.138Z] PASS 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] === Skipped 13:10:09 [2020-07-17T13:10:09.138Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:10:09 [2020-07-17T13:10:09.138Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) 13:10:09 [2020-07-17T13:10:09.138Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:10:09 [2020-07-17T13:10:09.138Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:10:09 [2020-07-17T13:10:09.138Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] 13:10:09 [2020-07-17T13:10:09.138Z] DONE 17 tests, 4 skipped in 31.594s 13:10:09 [2020-07-17T13:10:09.138Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 13:10:09 [2020-07-17T13:10:09.138Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:10:09 [2020-07-17T13:10:09.138Z] ++ set -e 13:10:09 [2020-07-17T13:10:09.138Z] ++ '[' -n 0 ']' 13:10:09 [2020-07-17T13:10:09.138Z] ++ set -x 13:10:09 [2020-07-17T13:10:09.139Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:10:09 [2020-07-17T13:10:09.139Z] INFO: Testing against a local daemon 13:10:09 [2020-07-17T13:10:09.139Z] === RUN TestPluginInvalidJSON 13:10:09 [2020-07-17T13:10:09.139Z] === RUN TestPluginInvalidJSON//plugins/foobar/set 13:10:09 [2020-07-17T13:10:09.139Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set 13:10:09 [2020-07-17T13:10:09.139Z] === CONT TestPluginInvalidJSON//plugins/foobar/set 13:10:09 [2020-07-17T13:10:09.139Z] --- PASS: TestPluginInvalidJSON (0.03s) 13:10:09 [2020-07-17T13:10:09.139Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) 13:10:09 [2020-07-17T13:10:09.139Z] === RUN TestPluginInstall 13:10:09 [2020-07-17T13:10:09.139Z] === RUN TestPluginInstall/no_auth 13:10:09 [2020-07-17T13:10:09.527Z] === RUN TestDockerSuite/TestBuildEnvOverwrite 13:10:10 [2020-07-17T13:10:10.911Z] === RUN TestDockerSuite/TestBuildEnvUsage 13:10:11 [2020-07-17T13:10:11.883Z] --- PASS: TestDockerNetworkReConnect (6.32s) 13:10:11 [2020-07-17T13:10:11.883Z] === RUN TestServicePlugin 13:10:11 [2020-07-17T13:10:11.883Z] --- SKIP: TestServicePlugin (0.00s) 13:10:11 [2020-07-17T13:10:11.883Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:11 [2020-07-17T13:10:11.883Z] === RUN TestServiceUpdateLabel 13:10:14 [2020-07-17T13:10:14.202Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9b18036201864392311eef008c7eb91157695a4815cd1d4c62eba55a7dbf91b" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:14 [2020-07-17T13:10:14.433Z] time="2020-07-17T13:10:14Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e9b18036201864392311eef008c7eb91157695a4815cd1d4c62eba55a7dbf91b" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:14 [2020-07-17T13:10:14.612Z] --- PASS: TestServiceUpdateLabel (3.57s) 13:10:14 [2020-07-17T13:10:14.612Z] === RUN TestServiceUpdateSecrets 13:10:14 [2020-07-17T13:10:14.694Z] === RUN TestPluginInstall/with_htpasswd 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:60a99a797f5348758bb006f9d3d9e622279c38bbcb045fb417bd5ce1f148fa08" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:15 [2020-07-17T13:10:15.636Z] time="2020-07-17T13:10:15Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:60a99a797f5348758bb006f9d3d9e622279c38bbcb045fb417bd5ce1f148fa08" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:16 [2020-07-17T13:10:16.208Z] === RUN TestPluginInstall/with_insecure 13:10:17 [2020-07-17T13:10:17.494Z] === RUN TestDockerSuite/TestBuildEnvUsage2 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92122c34661e3172a4b081a5aa4230cf2d7357e26017924fb3b4a49701dd869f" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:10:17 [2020-07-17T13:10:17.594Z] time="2020-07-17T13:10:17Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:92122c34661e3172a4b081a5aa4230cf2d7357e26017924fb3b4a49701dd869f" mediatype=application/vnd.docker.plugin.v1+json size=522 13:10:17 [2020-07-17T13:10:17.855Z] --- PASS: TestPluginInstall (8.64s) 13:10:17 [2020-07-17T13:10:17.855Z] --- PASS: TestPluginInstall/no_auth (5.67s) 13:10:17 [2020-07-17T13:10:17.855Z] --- PASS: TestPluginInstall/with_htpasswd (1.27s) 13:10:17 [2020-07-17T13:10:17.855Z] --- PASS: TestPluginInstall/with_insecure (1.70s) 13:10:17 [2020-07-17T13:10:17.855Z] plugin_test.go:157: [d830ff950f617] daemon is not started 13:10:17 [2020-07-17T13:10:17.855Z] PASS 13:10:17 [2020-07-17T13:10:17.855Z] 13:10:17 [2020-07-17T13:10:17.855Z] DONE 6 tests in 8.837s 13:10:17 [2020-07-17T13:10:17.855Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 13:10:17 [2020-07-17T13:10:17.855Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:10:17 [2020-07-17T13:10:17.855Z] ++ set -e 13:10:17 [2020-07-17T13:10:17.855Z] ++ '[' -n 0 ']' 13:10:17 [2020-07-17T13:10:17.855Z] ++ set -x 13:10:17 [2020-07-17T13:10:17.855Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:10:17 [2020-07-17T13:10:17.855Z] INFO: Testing against a local daemon 13:10:17 [2020-07-17T13:10:17.855Z] === RUN TestExternalGraphDriver 13:10:18 [2020-07-17T13:10:18.119Z] === RUN TestExternalGraphDriver/json 13:10:20 [2020-07-17T13:10:20.679Z] === RUN TestExternalGraphDriver/spec 13:10:23 [2020-07-17T13:10:23.226Z] === RUN TestExternalGraphDriver/pull 13:10:25 [2020-07-17T13:10:25.773Z] --- PASS: TestExternalGraphDriver (7.61s) 13:10:25 [2020-07-17T13:10:25.773Z] --- PASS: TestExternalGraphDriver/json (2.46s) 13:10:25 [2020-07-17T13:10:25.773Z] --- PASS: TestExternalGraphDriver/spec (2.63s) 13:10:25 [2020-07-17T13:10:25.773Z] --- PASS: TestExternalGraphDriver/pull (2.29s) 13:10:25 [2020-07-17T13:10:25.773Z] === RUN TestGraphdriverPluginV2 13:10:25 [2020-07-17T13:10:25.773Z] --- SKIP: TestGraphdriverPluginV2 (0.10s) 13:10:25 [2020-07-17T13:10:25.773Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:25 [2020-07-17T13:10:25.773Z] PASS 13:10:25 [2020-07-17T13:10:25.773Z] 13:10:25 [2020-07-17T13:10:25.773Z] === Skipped 13:10:25 [2020-07-17T13:10:25.773Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.10s) 13:10:25 [2020-07-17T13:10:25.773Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:10:25 [2020-07-17T13:10:25.773Z] 13:10:25 [2020-07-17T13:10:25.773Z] 13:10:25 [2020-07-17T13:10:25.773Z] DONE 5 tests, 1 skipped in 7.882s 13:10:25 [2020-07-17T13:10:25.773Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 13:10:25 [2020-07-17T13:10:25.773Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:10:25 [2020-07-17T13:10:25.773Z] ++ set -e 13:10:25 [2020-07-17T13:10:25.773Z] ++ '[' -n 0 ']' 13:10:25 [2020-07-17T13:10:25.773Z] ++ set -x 13:10:25 [2020-07-17T13:10:25.773Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:10:25 [2020-07-17T13:10:25.773Z] INFO: Testing against a local daemon 13:10:25 [2020-07-17T13:10:25.773Z] === RUN TestContinueAfterPluginCrash 13:10:25 [2020-07-17T13:10:25.773Z] === PAUSE TestContinueAfterPluginCrash 13:10:25 [2020-07-17T13:10:25.773Z] === RUN TestReadPluginNoRead 13:10:25 [2020-07-17T13:10:25.773Z] === PAUSE TestReadPluginNoRead 13:10:25 [2020-07-17T13:10:25.773Z] === RUN TestDaemonStartWithLogOpt 13:10:25 [2020-07-17T13:10:25.773Z] === PAUSE TestDaemonStartWithLogOpt 13:10:25 [2020-07-17T13:10:25.773Z] === CONT TestContinueAfterPluginCrash 13:10:25 [2020-07-17T13:10:25.773Z] === CONT TestReadPluginNoRead 13:10:25 [2020-07-17T13:10:25.773Z] === CONT TestDaemonStartWithLogOpt 13:10:27 [2020-07-17T13:10:27.477Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling 13:10:27 [2020-07-17T13:10:27.723Z] --- PASS: TestBuildWithHugeFile (54.55s) 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildWithEmptyDockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile 13:10:27 [2020-07-17T13:10:27.724Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) 13:10:27 [2020-07-17T13:10:27.724Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) 13:10:27 [2020-07-17T13:10:27.724Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s) 13:10:27 [2020-07-17T13:10:27.724Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.29s) 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildPreserveOwnership 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildPreserveOwnership/copy_from 13:10:27 [2020-07-17T13:10:27.724Z] === RUN TestBuildPreserveOwnership/copy_from_chowned 13:10:28 [2020-07-17T13:10:28.046Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster 13:10:29 [2020-07-17T13:10:29.249Z] --- PASS: TestBuildPreserveOwnership (3.82s) 13:10:29 [2020-07-17T13:10:29.249Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.50s) 13:10:29 [2020-07-17T13:10:29.249Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s) 13:10:29 [2020-07-17T13:10:29.249Z] === RUN TestBuildPlatformInvalid 13:10:29 [2020-07-17T13:10:29.249Z] --- PASS: TestBuildPlatformInvalid (0.12s) 13:10:29 [2020-07-17T13:10:29.249Z] PASS 13:10:29 [2020-07-17T13:10:29.249Z] 13:10:29 [2020-07-17T13:10:29.249Z] === Skipped 13:10:29 [2020-07-17T13:10:29.249Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) 13:10:29 [2020-07-17T13:10:29.249Z] build_session_test.go:25: TODO: BuildKit 13:10:29 [2020-07-17T13:10:29.249Z] 13:10:29 [2020-07-17T13:10:29.249Z] 13:10:29 [2020-07-17T13:10:29.249Z] DONE 32 tests, 1 skipped in 93.119s 13:10:29 [2020-07-17T13:10:29.249Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 13:10:29 [2020-07-17T13:10:29.249Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m 13:10:29 [2020-07-17T13:10:29.249Z] ++ set -e 13:10:29 [2020-07-17T13:10:29.249Z] ++ '[' -n 0 ']' 13:10:29 [2020-07-17T13:10:29.249Z] ++ set -x 13:10:29 [2020-07-17T13:10:29.249Z] ++ 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=ppc64le 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 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/ppc64le-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-config-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.config -t ./test.main -test.v -test.timeout=120m 13:10:29 [2020-07-17T13:10:29.249Z] INFO: Testing against a local daemon 13:10:29 [2020-07-17T13:10:29.249Z] === RUN TestConfigInspect 13:10:29 [2020-07-17T13:10:29.990Z] === RUN TestReadPluginNoRead/default 13:10:30 [2020-07-17T13:10:30.002Z] --- PASS: TestServiceUpdateSecrets (15.36s) 13:10:30 [2020-07-17T13:10:30.002Z] === RUN TestServiceUpdateConfigs 13:10:30 [2020-07-17T13:10:30.563Z] --- PASS: TestDaemonStartWithLogOpt (4.77s) 13:10:31 [2020-07-17T13:10:31.333Z] --- PASS: TestConfigInspect (1.96s) 13:10:31 [2020-07-17T13:10:31.333Z] === RUN TestConfigList 13:10:31 [2020-07-17T13:10:31.946Z] === RUN TestReadPluginNoRead/disabled_caching 13:10:33 [2020-07-17T13:10:33.333Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 13:10:33 [2020-07-17T13:10:33.422Z] --- PASS: TestConfigList (1.89s) 13:10:33 [2020-07-17T13:10:33.422Z] === RUN TestConfigsCreateAndDelete 13:10:34 [2020-07-17T13:10:34.951Z] --- PASS: TestConfigsCreateAndDelete (1.97s) 13:10:34 [2020-07-17T13:10:34.951Z] === RUN TestConfigsUpdate 13:10:35 [2020-07-17T13:10:35.246Z] --- PASS: TestReadPluginNoRead (9.45s) 13:10:35 [2020-07-17T13:10:35.247Z] --- PASS: TestReadPluginNoRead/default (1.76s) 13:10:35 [2020-07-17T13:10:35.247Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.77s) 13:10:35 [2020-07-17T13:10:35.247Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s) 13:10:35 [2020-07-17T13:10:35.247Z] read_test.go:92: [dc6580fe7bfe6] daemon is not started 13:10:35 [2020-07-17T13:10:35.819Z] --- PASS: TestContinueAfterPluginCrash (10.10s) 13:10:35 [2020-07-17T13:10:35.819Z] PASS 13:10:35 [2020-07-17T13:10:35.819Z] 13:10:35 [2020-07-17T13:10:35.819Z] DONE 6 tests in 10.255s 13:10:35 [2020-07-17T13:10:35.819Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 13:10:35 [2020-07-17T13:10:35.819Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:10:35 [2020-07-17T13:10:35.819Z] ++ set -e 13:10:35 [2020-07-17T13:10:35.819Z] ++ '[' -n 0 ']' 13:10:35 [2020-07-17T13:10:35.819Z] ++ set -x 13:10:35 [2020-07-17T13:10:35.819Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:10:36 [2020-07-17T13:10:36.079Z] testing: warning: no tests to run 13:10:36 [2020-07-17T13:10:36.079Z] PASS 13:10:36 [2020-07-17T13:10:36.079Z] 13:10:36 [2020-07-17T13:10:36.079Z] DONE 0 tests in 0.051s 13:10:36 [2020-07-17T13:10:36.079Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 13:10:36 [2020-07-17T13:10:36.080Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:10:36 [2020-07-17T13:10:36.080Z] ++ set -e 13:10:36 [2020-07-17T13:10:36.080Z] ++ '[' -n 0 ']' 13:10:36 [2020-07-17T13:10:36.080Z] ++ set -x 13:10:36 [2020-07-17T13:10:36.080Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:10:36 [2020-07-17T13:10:36.080Z] INFO: Testing against a local daemon 13:10:36 [2020-07-17T13:10:36.080Z] === RUN TestPluginWithDevMounts 13:10:36 [2020-07-17T13:10:36.080Z] === PAUSE TestPluginWithDevMounts 13:10:36 [2020-07-17T13:10:36.080Z] === CONT TestPluginWithDevMounts 13:10:36 [2020-07-17T13:10:36.171Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy 13:10:36 [2020-07-17T13:10:36.740Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv 13:10:37 [2020-07-17T13:10:37.035Z] --- PASS: TestConfigsUpdate (1.91s) 13:10:37 [2020-07-17T13:10:37.035Z] === RUN TestTemplatedConfig 13:10:38 [2020-07-17T13:10:38.625Z] --- PASS: TestPluginWithDevMounts (2.15s) 13:10:38 [2020-07-17T13:10:38.625Z] PASS 13:10:38 [2020-07-17T13:10:38.625Z] 13:10:38 [2020-07-17T13:10:38.625Z] DONE 1 tests in 2.300s 13:10:38 [2020-07-17T13:10:38.625Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 13:10:38 [2020-07-17T13:10:38.625Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m 13:10:38 [2020-07-17T13:10:38.625Z] ++ set -e 13:10:38 [2020-07-17T13:10:38.625Z] ++ '[' -n 0 ']' 13:10:38 [2020-07-17T13:10:38.625Z] ++ set -x 13:10:38 [2020-07-17T13:10:38.625Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m 13:10:38 [2020-07-17T13:10:38.625Z] INFO: Testing against a local daemon 13:10:38 [2020-07-17T13:10:38.625Z] === RUN TestSecretInspect 13:10:39 [2020-07-17T13:10:39.789Z] --- PASS: TestTemplatedConfig (2.37s) 13:10:39 [2020-07-17T13:10:39.789Z] === RUN TestConfigCreateResolve 13:10:41 [2020-07-17T13:10:41.306Z] --- PASS: TestConfigCreateResolve (1.89s) 13:10:41 [2020-07-17T13:10:41.306Z] === RUN TestConfigDaemonLibtrustID 13:10:41 [2020-07-17T13:10:41.927Z] --- PASS: TestSecretInspect (3.21s) 13:10:41 [2020-07-17T13:10:41.927Z] === RUN TestSecretList 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) 13:10:41 [2020-07-17T13:10:41.943Z] PASS 13:10:41 [2020-07-17T13:10:41.943Z] 13:10:41 [2020-07-17T13:10:41.943Z] DONE 7 tests in 12.615s 13:10:41 [2020-07-17T13:10:41.943Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 13:10:41 [2020-07-17T13:10:41.943Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m 13:10:41 [2020-07-17T13:10:41.943Z] ++ set -e 13:10:41 [2020-07-17T13:10:41.943Z] ++ '[' -n 0 ']' 13:10:41 [2020-07-17T13:10:41.943Z] ++ set -x 13:10:41 [2020-07-17T13:10:41.943Z] ++ 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=ppc64le 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 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/ppc64le-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-container-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.container -t ./test.main -test.v -test.timeout=120m 13:10:41 [2020-07-17T13:10:41.943Z] INFO: Testing against a local daemon 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestCheckpoint 13:10:41 [2020-07-17T13:10:41.943Z] --- SKIP: TestCheckpoint (0.00s) 13:10:41 [2020-07-17T13:10:41.943Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestContainerInvalidJSON 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestContainerInvalidJSON//containers/foobar/copy 13:10:41 [2020-07-17T13:10:41.943Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestContainerInvalidJSON//containers/foobar/exec 13:10:41 [2020-07-17T13:10:41.943Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestContainerInvalidJSON//exec/foobar/start 13:10:41 [2020-07-17T13:10:41.943Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start 13:10:41 [2020-07-17T13:10:41.943Z] === CONT TestContainerInvalidJSON//containers/foobar/copy 13:10:41 [2020-07-17T13:10:41.943Z] === CONT TestContainerInvalidJSON//containers/foobar/exec 13:10:41 [2020-07-17T13:10:41.943Z] === CONT TestContainerInvalidJSON//exec/foobar/start 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestContainerInvalidJSON (0.02s) 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestCopyFromContainerPathDoesNotExist 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestCopyFromContainerPathIsNotDir 13:10:41 [2020-07-17T13:10:41.943Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) 13:10:41 [2020-07-17T13:10:41.943Z] === RUN TestCopyToContainerPathDoesNotExist 13:10:42 [2020-07-17T13:10:42.237Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) 13:10:42 [2020-07-17T13:10:42.237Z] === RUN TestCopyToContainerPathIsNotDir 13:10:42 [2020-07-17T13:10:42.237Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) 13:10:42 [2020-07-17T13:10:42.237Z] === RUN TestCopyFromContainer 13:10:43 [2020-07-17T13:10:43.283Z] === RUN TestCopyFromContainer// 13:10:43 [2020-07-17T13:10:43.576Z] === RUN TestCopyFromContainer//bar/root 13:10:43 [2020-07-17T13:10:43.576Z] === RUN TestCopyFromContainer//bar/root/ 13:10:43 [2020-07-17T13:10:43.576Z] === RUN TestCopyFromContainer/bar/quux 13:10:43 [2020-07-17T13:10:43.576Z] === RUN TestCopyFromContainer/bar/quux/ 13:10:43 [2020-07-17T13:10:43.872Z] === RUN TestCopyFromContainer/bar/quux/baz 13:10:43 [2020-07-17T13:10:43.872Z] === RUN TestCopyFromContainer/bar/filesymlink 13:10:43 [2020-07-17T13:10:43.872Z] === RUN TestCopyFromContainer/bar/dirsymlink 13:10:43 [2020-07-17T13:10:43.872Z] === RUN TestCopyFromContainer/bar/dirsymlink/ 13:10:43 [2020-07-17T13:10:43.872Z] === RUN TestCopyFromContainer/bar/notarget 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer (1.92s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer// (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateLinkToNonExistingContainer 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateWithInvalidEnv 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateWithInvalidEnv/0 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateWithInvalidEnv/0 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateWithInvalidEnv/1 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateWithInvalidEnv/1 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateWithInvalidEnv/2 13:10:44 [2020-07-17T13:10:44.167Z] === PAUSE TestCreateWithInvalidEnv/2 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateWithInvalidEnv/0 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateWithInvalidEnv/2 13:10:44 [2020-07-17T13:10:44.167Z] === CONT TestCreateWithInvalidEnv/1 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateWithInvalidEnv (0.02s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateTmpfsMountsTarget 13:10:44 [2020-07-17T13:10:44.167Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) 13:10:44 [2020-07-17T13:10:44.167Z] === RUN TestCreateWithCustomMaskedPaths 13:10:44 [2020-07-17T13:10:44.473Z] --- PASS: TestSecretList (2.67s) 13:10:44 [2020-07-17T13:10:44.473Z] === RUN TestSecretsCreateAndDelete 13:10:44 [2020-07-17T13:10:44.861Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose 13:10:45 [2020-07-17T13:10:45.428Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser 13:10:45 [2020-07-17T13:10:45.466Z] --- PASS: TestServiceUpdateConfigs (15.76s) 13:10:45 [2020-07-17T13:10:45.466Z] === RUN TestServiceUpdateNetwork 13:10:45 [2020-07-17T13:10:45.686Z] --- PASS: TestCreateWithCustomMaskedPaths (1.50s) 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/no_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/no_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/empty_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/empty_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/valid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/valid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/invalid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/invalid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/duplicate_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/duplicate_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/capabilities_API_v1.39 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/capabilities_API_v1.39 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/empty_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/empty_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/empty_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/empty_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/capadd_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/capadd_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/conflict_with_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/conflict_with_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === RUN TestCreateWithCapabilities/conflict_with_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === PAUSE TestCreateWithCapabilities/conflict_with_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/no_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/empty_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/invalid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/capabilities_API_v1.39 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/valid_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/conflict_with_capadd 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/empty_capabilities 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/conflict_with_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/capadd_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/empty_capdrop 13:10:45 [2020-07-17T13:10:45.686Z] === CONT TestCreateWithCapabilities/duplicate_capabilities 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities (0.03s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/invalid_capabilities (0.01s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/valid_capabilities (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/no_capabilities (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/empty_capadd (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/capabilities_API_v1.39 (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/conflict_with_capadd (0.00s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/conflict_with_capdrop (0.00s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/empty_capabilities (0.04s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/duplicate_capabilities (0.04s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/capadd_capdrop (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] --- PASS: TestCreateWithCapabilities/empty_capdrop (0.05s) 13:10:45 [2020-07-17T13:10:45.981Z] === RUN TestCreateWithCustomReadonlyPaths 13:10:45 [2020-07-17T13:10:45.997Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume 13:10:46 [2020-07-17T13:10:46.566Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir 13:10:47 [2020-07-17T13:10:47.020Z] --- PASS: TestSecretsCreateAndDelete (2.70s) 13:10:47 [2020-07-17T13:10:47.020Z] === RUN TestSecretsUpdate 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.52s) 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:10:47 [2020-07-17T13:10:47.497Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:10:47 [2020-07-17T13:10:47.497Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s 13:10:47 [2020-07-17T13:10:47.497Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 13:10:47 [2020-07-17T13:10:47.497Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) 13:10:47 [2020-07-17T13:10:47.497Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) 13:10:47 [2020-07-17T13:10:47.497Z] === RUN TestCreateTmpfsOverrideAnonymousVolume 13:10:47 [2020-07-17T13:10:47.515Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest 13:10:47 [2020-07-17T13:10:47.773Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace 13:10:47 [2020-07-17T13:10:47.792Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.50s) 13:10:47 [2020-07-17T13:10:47.792Z] === RUN TestCreateDifferentPlatform 13:10:47 [2020-07-17T13:10:47.792Z] === RUN TestCreateDifferentPlatform/different_os 13:10:47 [2020-07-17T13:10:47.792Z] === RUN TestCreateDifferentPlatform/different_cpu_arch 13:10:47 [2020-07-17T13:10:47.792Z] --- PASS: TestCreateDifferentPlatform (0.02s) 13:10:47 [2020-07-17T13:10:47.792Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) 13:10:47 [2020-07-17T13:10:47.792Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) 13:10:47 [2020-07-17T13:10:47.792Z] === RUN TestCreateVolumesFromNonExistingContainer 13:10:48 [2020-07-17T13:10:48.032Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation 13:10:48 [2020-07-17T13:10:48.087Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) 13:10:48 [2020-07-17T13:10:48.087Z] === RUN TestContainerStartOnDaemonRestart 13:10:48 [2020-07-17T13:10:48.087Z] === PAUSE TestContainerStartOnDaemonRestart 13:10:48 [2020-07-17T13:10:48.087Z] === RUN TestDaemonRestartIpcMode 13:10:48 [2020-07-17T13:10:48.087Z] === PAUSE TestDaemonRestartIpcMode 13:10:48 [2020-07-17T13:10:48.087Z] === RUN TestDaemonHostGatewayIP 13:10:48 [2020-07-17T13:10:48.087Z] === PAUSE TestDaemonHostGatewayIP 13:10:48 [2020-07-17T13:10:48.087Z] === RUN TestContainerKillOnDaemonStart 13:10:48 [2020-07-17T13:10:48.087Z] === PAUSE TestContainerKillOnDaemonStart 13:10:48 [2020-07-17T13:10:48.087Z] === RUN TestDiff 13:10:48 [2020-07-17T13:10:48.390Z] --- PASS: TestDiff (0.49s) 13:10:48 [2020-07-17T13:10:48.390Z] === RUN TestExecWithCloseStdin 13:10:49 [2020-07-17T13:10:49.033Z] --- PASS: TestExecWithCloseStdin (0.61s) 13:10:49 [2020-07-17T13:10:49.033Z] === RUN TestExec 13:10:49 [2020-07-17T13:10:49.675Z] --- PASS: TestExec (0.56s) 13:10:49 [2020-07-17T13:10:49.675Z] === RUN TestExecUser 13:10:50 [2020-07-17T13:10:50.314Z] --- PASS: TestExecUser (0.61s) 13:10:50 [2020-07-17T13:10:50.314Z] === RUN TestExportContainerAndImportImage 13:10:50 [2020-07-17T13:10:50.320Z] --- PASS: TestSecretsUpdate (3.16s) 13:10:50 [2020-07-17T13:10:50.320Z] === RUN TestTemplatedSecret 13:10:50 [2020-07-17T13:10:50.954Z] --- PASS: TestExportContainerAndImportImage (0.74s) 13:10:50 [2020-07-17T13:10:50.954Z] === RUN TestExportContainerAfterDaemonRestart 13:10:52 [2020-07-17T13:10:52.475Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s) 13:10:52 [2020-07-17T13:10:52.475Z] === RUN TestHealthCheckWorkdir 13:10:53 [2020-07-17T13:10:53.115Z] --- PASS: TestHealthCheckWorkdir (0.73s) 13:10:53 [2020-07-17T13:10:53.115Z] === RUN TestHealthKillContainer 13:10:53 [2020-07-17T13:10:53.623Z] --- PASS: TestTemplatedSecret (2.92s) 13:10:53 [2020-07-17T13:10:53.623Z] === RUN TestSecretCreateResolve 13:10:55 [2020-07-17T13:10:55.859Z] --- PASS: TestHealthKillContainer (2.59s) 13:10:55 [2020-07-17T13:10:55.859Z] === RUN TestInspectCpusetInConfigPre120 13:10:55 [2020-07-17T13:10:55.885Z] Created binary: bundles/cross/linux/amd64/dockerd-dev 13:10:55 [2020-07-17T13:10:55.885Z] Copying nested executables into bundles/cross/linux/amd64 13:10:55 [2020-07-17T13:10:55.885Z] Cross building: bundles/cross/windows/amd64 13:10:55 [2020-07-17T13:10:55.885Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe 13:10:55 [2020-07-17T13:10:55.885Z] GOOS="windows" GOARCH="amd64" GOARM="" 13:10:56 [2020-07-17T13:10:56.153Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) 13:10:56 [2020-07-17T13:10:56.153Z] === RUN TestIpcModeNone 13:10:56 [2020-07-17T13:10:56.154Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone 13:10:56 [2020-07-17T13:10:56.154Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit 13:10:56 [2020-07-17T13:10:56.154Z] === RUN TestDockerSuite/TestBuildExpose 13:10:56 [2020-07-17T13:10:56.413Z] === RUN TestDockerSuite/TestBuildExposeMorePorts 13:10:56 [2020-07-17T13:10:56.792Z] --- PASS: TestIpcModeNone (0.56s) 13:10:56 [2020-07-17T13:10:56.792Z] === RUN TestIpcModePrivate 13:10:56 [2020-07-17T13:10:56.924Z] --- PASS: TestSecretCreateResolve (3.24s) 13:10:56 [2020-07-17T13:10:56.924Z] PASS 13:10:56 [2020-07-17T13:10:56.924Z] 13:10:56 [2020-07-17T13:10:56.924Z] DONE 6 tests in 18.046s 13:10:56 [2020-07-17T13:10:56.924Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 13:10:56 [2020-07-17T13:10:56.924Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m 13:10:56 [2020-07-17T13:10:56.924Z] ++ set -e 13:10:56 [2020-07-17T13:10:56.924Z] ++ '[' -n 0 ']' 13:10:56 [2020-07-17T13:10:56.924Z] ++ set -x 13:10:56 [2020-07-17T13:10:56.924Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m 13:10:56 [2020-07-17T13:10:56.924Z] INFO: Testing against a local daemon 13:10:56 [2020-07-17T13:10:56.924Z] === RUN TestServiceCreateInit 13:10:56 [2020-07-17T13:10:56.924Z] === RUN TestServiceCreateInit/daemonInitDisabled 13:10:57 [2020-07-17T13:10:57.350Z] === RUN TestDockerSuite/TestBuildExposeOrder 13:10:57 [2020-07-17T13:10:57.428Z] --- PASS: TestIpcModePrivate (0.60s) 13:10:57 [2020-07-17T13:10:57.429Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false 13:10:57 [2020-07-17T13:10:57.429Z] === RUN TestIpcModeShareable 13:10:57 [2020-07-17T13:10:57.917Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto 13:10:58 [2020-07-17T13:10:58.066Z] --- PASS: TestIpcModeShareable (0.60s) 13:10:58 [2020-07-17T13:10:58.066Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true 13:10:58 [2020-07-17T13:10:58.066Z] === RUN TestAPIIpcModeShareableAndContainer 13:10:58 [2020-07-17T13:10:58.486Z] === RUN TestDockerSuite/TestBuildFails 13:10:59 [2020-07-17T13:10:59.424Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable 13:10:59 [2020-07-17T13:10:59.424Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir 13:11:00 [2020-07-17T13:11:00.149Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.77s) 13:11:00 [2020-07-17T13:11:00.149Z] === RUN TestAPIIpcModeHost 13:11:00 [2020-07-17T13:11:00.149Z] --- PASS: TestAPIIpcModeHost (0.47s) 13:11:00 [2020-07-17T13:11:00.149Z] === RUN TestDaemonIpcModeShareable 13:11:01 [2020-07-17T13:11:01.332Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile 13:11:01 [2020-07-17T13:11:01.679Z] --- PASS: TestDaemonIpcModeShareable (1.40s) 13:11:01 [2020-07-17T13:11:01.679Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true 13:11:01 [2020-07-17T13:11:01.679Z] === RUN TestDaemonIpcModePrivate 13:11:02 [2020-07-17T13:11:02.214Z] === RUN TestServiceCreateInit/daemonInitEnabled 13:11:03 [2020-07-17T13:11:03.202Z] --- PASS: TestDaemonIpcModePrivate (1.39s) 13:11:03 [2020-07-17T13:11:03.202Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false 13:11:03 [2020-07-17T13:11:03.202Z] === RUN TestDaemonIpcModePrivateFromConfig 13:11:03 [2020-07-17T13:11:03.237Z] === RUN TestDockerSuite/TestBuildForceRm 13:11:04 [2020-07-17T13:11:04.046Z] --- PASS: TestServiceUpdateNetwork (16.42s) 13:11:04 [2020-07-17T13:11:04.046Z] === RUN TestServiceUpdatePidsLimit 13:11:04 [2020-07-17T13:11:04.046Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 13:11:04 [2020-07-17T13:11:04.338Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 13:11:04 [2020-07-17T13:11:04.617Z] === RUN TestDockerSuite/TestBuildFromGit 13:11:04 [2020-07-17T13:11:04.729Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.40s) 13:11:04 [2020-07-17T13:11:04.729Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false 13:11:04 [2020-07-17T13:11:04.729Z] === RUN TestDaemonIpcModeShareableFromConfig 13:11:05 [2020-07-17T13:11:05.770Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.35s) 13:11:05 [2020-07-17T13:11:05.771Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true 13:11:05 [2020-07-17T13:11:05.771Z] === RUN TestIpcModeOlderClient 13:11:05 [2020-07-17T13:11:05.771Z] === PAUSE TestIpcModeOlderClient 13:11:05 [2020-07-17T13:11:05.771Z] === RUN TestKillContainerInvalidSignal 13:11:05 [2020-07-17T13:11:05.996Z] === RUN TestDockerSuite/TestBuildFromGitWithContext 13:11:05 [2020-07-17T13:11:05.996Z] === RUN TestDockerSuite/TestBuildFromGitWithF 13:11:06 [2020-07-17T13:11:06.416Z] --- PASS: TestKillContainerInvalidSignal (0.51s) 13:11:06 [2020-07-17T13:11:06.417Z] === RUN TestKillContainer 13:11:06 [2020-07-17T13:11:06.417Z] === RUN TestKillContainer/no_signal 13:11:06 [2020-07-17T13:11:06.421Z] --- PASS: TestServiceCreateInit (9.75s) 13:11:06 [2020-07-17T13:11:06.421Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.06s) 13:11:06 [2020-07-17T13:11:06.421Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.65s) 13:11:06 [2020-07-17T13:11:06.421Z] === RUN TestCreateServiceMultipleTimes 13:11:06 [2020-07-17T13:11:06.934Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile 13:11:07 [2020-07-17T13:11:07.052Z] === RUN TestKillContainer/non_killing_signal 13:11:07 [2020-07-17T13:11:07.346Z] === RUN TestKillContainer/killing_signal 13:11:07 [2020-07-17T13:11:07.985Z] --- PASS: TestKillContainer (1.61s) 13:11:07 [2020-07-17T13:11:07.985Z] --- PASS: TestKillContainer/no_signal (0.53s) 13:11:07 [2020-07-17T13:11:07.985Z] --- PASS: TestKillContainer/non_killing_signal (0.37s) 13:11:07 [2020-07-17T13:11:07.985Z] --- PASS: TestKillContainer/killing_signal (0.49s) 13:11:07 [2020-07-17T13:11:07.985Z] === RUN TestKillWithStopSignalAndRestartPolicies 13:11:07 [2020-07-17T13:11:07.985Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy 13:11:08 [2020-07-17T13:11:08.622Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy 13:11:08 [2020-07-17T13:11:08.840Z] === RUN TestDockerSuite/TestBuildFromOfficialNames 13:11:08 [2020-07-17T13:11:08.916Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.09s) 13:11:08 [2020-07-17T13:11:08.917Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) 13:11:08 [2020-07-17T13:11:08.917Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.37s) 13:11:08 [2020-07-17T13:11:08.917Z] === RUN TestKillStoppedContainer 13:11:09 [2020-07-17T13:11:09.211Z] --- PASS: TestKillStoppedContainer (0.08s) 13:11:09 [2020-07-17T13:11:09.211Z] === RUN TestKillStoppedContainerAPIPre120 13:11:09 [2020-07-17T13:11:09.211Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s) 13:11:09 [2020-07-17T13:11:09.211Z] === RUN TestKillDifferentUserContainer 13:11:09 [2020-07-17T13:11:09.409Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball 13:11:09 [2020-07-17T13:11:09.668Z] === RUN TestDockerSuite/TestBuildFromStdinWithF 13:11:09 [2020-07-17T13:11:09.848Z] --- PASS: TestKillDifferentUserContainer (0.52s) 13:11:09 [2020-07-17T13:11:09.848Z] === RUN TestInspectOomKilledTrue 13:11:10 [2020-07-17T13:11:10.485Z] --- PASS: TestInspectOomKilledTrue (0.87s) 13:11:10 [2020-07-17T13:11:10.485Z] === RUN TestInspectOomKilledFalse 13:11:11 [2020-07-17T13:11:11.128Z] --- PASS: TestInspectOomKilledFalse (0.52s) 13:11:11 [2020-07-17T13:11:11.128Z] === RUN TestLinksEtcHostsContentMatch 13:11:11 [2020-07-17T13:11:11.431Z] --- PASS: TestLinksEtcHostsContentMatch (0.40s) 13:11:11 [2020-07-17T13:11:11.431Z] === RUN TestLinksContainerNames 13:11:12 [2020-07-17T13:11:12.221Z] === RUN TestDockerSuite/TestBuildFromURLWithF 13:11:12 [2020-07-17T13:11:12.473Z] --- PASS: TestLinksContainerNames (1.02s) 13:11:12 [2020-07-17T13:11:12.474Z] === RUN TestLogsFollowTailEmpty 13:11:12 [2020-07-17T13:11:12.817Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 13:11:13 [2020-07-17T13:11:13.112Z] --- PASS: TestLogsFollowTailEmpty (0.53s) 13:11:13 [2020-07-17T13:11:13.112Z] === RUN TestContainerNetworkMountsNoChown 13:11:13 [2020-07-17T13:11:13.598Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume 13:11:13 [2020-07-17T13:11:13.754Z] --- PASS: TestContainerNetworkMountsNoChown (0.53s) 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/default 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/default 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/private 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/private 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rprivate 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rprivate 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/slave 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/slave 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rslave 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rslave 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/shared 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/shared 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rshared 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rshared 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/default 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rprivate 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rslave 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rprivate/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rslave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rshared 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rslave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rslave/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rshared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rshared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rshared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/default/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rslave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/default/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/default/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rprivate/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/default/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/default/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/default/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/default/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/default/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rshared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/private 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/private/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rshared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/private/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rshared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/private/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/shared 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/private/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/shared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/private/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/shared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/private/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/shared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/private/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/private/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rprivate/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/shared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/shared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/shared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rslave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/rslave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/slave 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/slave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/slave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/slave/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rprivate/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/slave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/slave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === RUN TestMountDaemonRoot/slave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/default/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rshared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rshared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rshared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rshared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/default/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/default/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/default/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/private/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/shared/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rslave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/private/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/private/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/private/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/slave/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/shared/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/shared/bind_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/shared/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rslave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rslave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/rslave/bind_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/slave/mount_subpath 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/slave/mount_root 13:11:13 [2020-07-17T13:11:13.754Z] === CONT TestMountDaemonRoot/slave/bind_subpath 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot (0.03s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) 13:11:14 [2020-07-17T13:11:14.048Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/default (0.00s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/private (0.00s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/shared (0.00s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/slave (0.00s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) 13:11:14 [2020-07-17T13:11:14.049Z] === RUN TestContainerBindMountNonRecursive 13:11:14 [2020-07-17T13:11:14.978Z] === RUN TestDockerSuite/TestBuildHistory 13:11:15 [2020-07-17T13:11:15.095Z] --- PASS: TestContainerBindMountNonRecursive (1.30s) 13:11:15 [2020-07-17T13:11:15.095Z] === RUN TestNetworkNat 13:11:15 [2020-07-17T13:11:15.733Z] --- PASS: TestNetworkNat (0.53s) 13:11:15 [2020-07-17T13:11:15.733Z] === RUN TestNetworkLocalhostTCPNat 13:11:16 [2020-07-17T13:11:16.377Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) 13:11:16 [2020-07-17T13:11:16.377Z] === RUN TestNetworkLoopbackNat 13:11:16 [2020-07-17T13:11:16.883Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress 13:11:17 [2020-07-17T13:11:17.822Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken 13:11:19 [2020-07-17T13:11:19.133Z] --- PASS: TestNetworkLoopbackNat (2.73s) 13:11:19 [2020-07-17T13:11:19.133Z] === RUN TestPause 13:11:19 [2020-07-17T13:11:19.201Z] === RUN TestDockerSuite/TestBuildIidFile 13:11:19 [2020-07-17T13:11:19.437Z] --- PASS: TestPause (0.55s) 13:11:19 [2020-07-17T13:11:19.437Z] === RUN TestPauseFailsOnWindowsServerContainers 13:11:19 [2020-07-17T13:11:19.437Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) 13:11:19 [2020-07-17T13:11:19.437Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:11:19 [2020-07-17T13:11:19.437Z] === RUN TestPauseStopPausedContainer 13:11:19 [2020-07-17T13:11:19.460Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail 13:11:20 [2020-07-17T13:11:20.030Z] === RUN TestDockerSuite/TestBuildInheritance 13:11:20 [2020-07-17T13:11:20.077Z] --- PASS: TestPauseStopPausedContainer (0.59s) 13:11:20 [2020-07-17T13:11:20.077Z] === RUN TestPsFilter 13:11:20 [2020-07-17T13:11:20.369Z] --- PASS: TestPsFilter (0.15s) 13:11:20 [2020-07-17T13:11:20.369Z] === RUN TestRemoveContainerWithRemovedVolume 13:11:20 [2020-07-17T13:11:20.396Z] fc1b9e59edad: Pull complete 13:11:20 [2020-07-17T13:11:20.396Z] Digest: sha256:921bed01c2a023310bdbaa288edebd82c4910e536ff206b87e9cbe703ca27505 13:11:20 [2020-07-17T13:11:20.396Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 13:11:20 [2020-07-17T13:11:20.396Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1339' 13:11:20 [2020-07-17T13:11:20.396Z] WARN: Skipping validation tests 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Running unit tests at 07/17/2020 13:11:05... 13:11:20 [2020-07-17T13:11:20.396Z] INFO: make.ps1 starting at 07/17/2020 13:11:09 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Git commit (bf4a5982f0) assumed from DOCKER_GITCOMMIT environment variable 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Invoking autogen... 13:11:20 [2020-07-17T13:11:20.396Z] INFO: Running unit tests... 13:11:20 [2020-07-17T13:11:20.397Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-quiet --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/lcow github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/quota github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils 13:11:20 [2020-07-17T13:11:20.970Z] === RUN TestDockerSuite/TestBuildIntermediateTarget 13:11:21 [2020-07-17T13:11:21.010Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.52s) 13:11:21 [2020-07-17T13:11:21.010Z] === RUN TestRemoveContainerWithVolume 13:11:21 [2020-07-17T13:11:21.304Z] --- PASS: TestRemoveContainerWithVolume (0.53s) 13:11:21 [2020-07-17T13:11:21.304Z] === RUN TestRemoveContainerRunning 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestServiceUpdatePidsLimit (18.11s) 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.01s) 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.26s) 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.25s) 13:11:21 [2020-07-17T13:11:21.329Z] PASS 13:11:21 [2020-07-17T13:11:21.329Z] 13:11:21 [2020-07-17T13:11:21.329Z] === Skipped 13:11:21 [2020-07-17T13:11:21.329Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) 13:11:21 [2020-07-17T13:11:21.329Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:11:21 [2020-07-17T13:11:21.329Z] 13:11:21 [2020-07-17T13:11:21.329Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) 13:11:21 [2020-07-17T13:11:21.329Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:11:21 [2020-07-17T13:11:21.329Z] 13:11:21 [2020-07-17T13:11:21.329Z] 13:11:21 [2020-07-17T13:11:21.329Z] DONE 27 tests, 2 skipped in 174.027s 13:11:21 [2020-07-17T13:11:21.329Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.329Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.329Z] ++ set -e 13:11:21 [2020-07-17T13:11:21.329Z] ++ '[' -n 0 ']' 13:11:21 [2020-07-17T13:11:21.329Z] ++ set -x 13:11:21 [2020-07-17T13:11:21.329Z] ++ 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=s390x 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 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/s390x-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-session-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.session -t ./test.main -test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.329Z] INFO: Testing against a local daemon 13:11:21 [2020-07-17T13:11:21.329Z] === RUN TestSessionCreate 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestSessionCreate (0.02s) 13:11:21 [2020-07-17T13:11:21.329Z] === RUN TestSessionCreateWithBadUpgrade 13:11:21 [2020-07-17T13:11:21.329Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) 13:11:21 [2020-07-17T13:11:21.329Z] PASS 13:11:21 [2020-07-17T13:11:21.329Z] 13:11:21 [2020-07-17T13:11:21.329Z] DONE 2 tests in 0.116s 13:11:21 [2020-07-17T13:11:21.329Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.329Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.329Z] ++ set -e 13:11:21 [2020-07-17T13:11:21.329Z] ++ '[' -n 0 ']' 13:11:21 [2020-07-17T13:11:21.329Z] ++ set -x 13:11:21 [2020-07-17T13:11:21.330Z] ++ 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=s390x 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 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/s390x-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-system-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.system -t ./test.main -test.v -test.timeout=120m 13:11:21 [2020-07-17T13:11:21.330Z] INFO: Testing against a local daemon 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestCgroupDriverSystemdMemoryLimit 13:11:21 [2020-07-17T13:11:21.330Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 13:11:21 [2020-07-17T13:11:21.330Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestEventsExecDie 13:11:21 [2020-07-17T13:11:21.330Z] --- PASS: TestEventsExecDie (0.97s) 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestEventsBackwardsCompatible 13:11:21 [2020-07-17T13:11:21.330Z] --- PASS: TestEventsBackwardsCompatible (0.09s) 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestInfoBinaryCommits 13:11:21 [2020-07-17T13:11:21.330Z] --- PASS: TestInfoBinaryCommits (0.02s) 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestInfoAPIVersioned 13:11:21 [2020-07-17T13:11:21.330Z] --- PASS: TestInfoAPIVersioned (0.01s) 13:11:21 [2020-07-17T13:11:21.330Z] === RUN TestInfoDiscoveryBackend 13:11:21 [2020-07-17T13:11:21.540Z] === RUN TestDockerSuite/TestBuildInvalidTag 13:11:21 [2020-07-17T13:11:21.540Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun 13:11:21 [2020-07-17T13:11:21.941Z] --- PASS: TestRemoveContainerRunning (0.54s) 13:11:21 [2020-07-17T13:11:21.941Z] === RUN TestRemoveContainerForceRemoveRunning 13:11:21 [2020-07-17T13:11:21.962Z] --- PASS: TestInfoDiscoveryBackend (0.52s) 13:11:21 [2020-07-17T13:11:21.962Z] === RUN TestInfoDiscoveryInvalidAdvertise 13:11:22 [2020-07-17T13:11:22.477Z] === RUN TestDockerSuite/TestBuildLabel 13:11:22 [2020-07-17T13:11:22.581Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.53s) 13:11:22 [2020-07-17T13:11:22.581Z] === RUN TestRemoveInvalidContainer 13:11:22 [2020-07-17T13:11:22.581Z] --- PASS: TestRemoveInvalidContainer (0.03s) 13:11:22 [2020-07-17T13:11:22.581Z] === RUN TestRenameLinkedContainer 13:11:22 [2020-07-17T13:11:22.736Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit 13:11:22 [2020-07-17T13:11:22.996Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) 13:11:22 [2020-07-17T13:11:22.996Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName 13:11:23 [2020-07-17T13:11:23.288Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) 13:11:23 [2020-07-17T13:11:23.288Z] === RUN TestInfoAPI 13:11:23 [2020-07-17T13:11:23.305Z] === RUN TestDockerSuite/TestBuildLabelMultiple 13:11:23 [2020-07-17T13:11:23.564Z] === RUN TestDockerSuite/TestBuildLabelOneNode 13:11:23 [2020-07-17T13:11:23.579Z] --- PASS: TestInfoAPI (0.02s) 13:11:23 [2020-07-17T13:11:23.579Z] === RUN TestInfoAPIWarnings 13:11:23 [2020-07-17T13:11:23.823Z] === RUN TestDockerSuite/TestBuildLabels 13:11:23 [2020-07-17T13:11:23.870Z] --- PASS: TestInfoAPIWarnings (0.52s) 13:11:23 [2020-07-17T13:11:23.870Z] === RUN TestInfoDebug 13:11:24 [2020-07-17T13:11:24.392Z] === RUN TestDockerSuite/TestBuildLabelsCache 13:11:24 [2020-07-17T13:11:24.503Z] --- PASS: TestInfoDebug (0.52s) 13:11:24 [2020-07-17T13:11:24.503Z] === RUN TestInfoInsecureRegistries 13:11:24 [2020-07-17T13:11:24.662Z] --- PASS: TestRenameLinkedContainer (2.07s) 13:11:24 [2020-07-17T13:11:24.662Z] === RUN TestRenameStoppedContainer 13:11:24 [2020-07-17T13:11:24.957Z] --- PASS: TestRenameStoppedContainer (0.53s) 13:11:24 [2020-07-17T13:11:24.957Z] === RUN TestRenameRunningContainerAndReuse 13:11:25 [2020-07-17T13:11:25.136Z] --- PASS: TestInfoInsecureRegistries (0.52s) 13:11:25 [2020-07-17T13:11:25.137Z] === RUN TestInfoRegistryMirrors 13:11:25 [2020-07-17T13:11:25.330Z] === RUN TestDockerSuite/TestBuildLabelsOverride 13:11:25 [2020-07-17T13:11:25.428Z] --- PASS: TestInfoRegistryMirrors (0.52s) 13:11:25 [2020-07-17T13:11:25.428Z] === RUN TestLoginFailsWithBadCredentials 13:11:25 [2020-07-17T13:11:25.999Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s) 13:11:25 [2020-07-17T13:11:25.999Z] === RUN TestRenameInvalidName 13:11:26 [2020-07-17T13:11:26.275Z] ? github.com/docker/docker/api [no test files] 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestLoginFailsWithBadCredentials (0.69s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestPingCacheHeaders 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestPingCacheHeaders (0.02s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestPingGet 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestPingGet (0.01s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestPingHead 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestPingHead (0.01s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVersion 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVersion (0.01s) 13:11:26 [2020-07-17T13:11:26.462Z] PASS 13:11:26 [2020-07-17T13:11:26.462Z] 13:11:26 [2020-07-17T13:11:26.462Z] === Skipped 13:11:26 [2020-07-17T13:11:26.462Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:11:26 [2020-07-17T13:11:26.462Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:11:26 [2020-07-17T13:11:26.462Z] 13:11:26 [2020-07-17T13:11:26.462Z] 13:11:26 [2020-07-17T13:11:26.462Z] DONE 18 tests, 1 skipped in 6.067s 13:11:26 [2020-07-17T13:11:26.462Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 13:11:26 [2020-07-17T13:11:26.462Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m 13:11:26 [2020-07-17T13:11:26.462Z] ++ set -e 13:11:26 [2020-07-17T13:11:26.462Z] ++ '[' -n 0 ']' 13:11:26 [2020-07-17T13:11:26.462Z] ++ set -x 13:11:26 [2020-07-17T13:11:26.462Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x 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 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/s390x-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/s390x-integration-volume-junit-report.xml --raw-command -- go tool test2json -p s390x.integration.volume -t ./test.main -test.v -test.timeout=120m 13:11:26 [2020-07-17T13:11:26.462Z] INFO: Testing against a local daemon 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVolumesCreateAndList 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVolumesCreateAndList (0.02s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVolumesRemove 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVolumesRemove (0.10s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVolumesInspect 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVolumesInspect (0.01s) 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVolumesInvalidJSON 13:11:26 [2020-07-17T13:11:26.462Z] === RUN TestVolumesInvalidJSON//volumes/create 13:11:26 [2020-07-17T13:11:26.462Z] === PAUSE TestVolumesInvalidJSON//volumes/create 13:11:26 [2020-07-17T13:11:26.462Z] === CONT TestVolumesInvalidJSON//volumes/create 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVolumesInvalidJSON (0.01s) 13:11:26 [2020-07-17T13:11:26.462Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) 13:11:26 [2020-07-17T13:11:26.462Z] PASS 13:11:26 [2020-07-17T13:11:26.462Z] 13:11:26 [2020-07-17T13:11:26.462Z] DONE 5 tests in 0.236s 13:11:26 [2020-07-17T13:11:26.462Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:11:26 [2020-07-17T13:11:26.639Z] --- PASS: TestRenameInvalidName (0.52s) 13:11:26 [2020-07-17T13:11:26.639Z] === RUN TestRenameAnonymousContainer 13:11:26 [2020-07-17T13:11:26.753Z] ++++ cat bundles/test-integration/docker.pid 13:11:26 [2020-07-17T13:11:26.753Z] +++ kill 12037 13:11:28 [2020-07-17T13:11:28.262Z] +++ /etc/init.d/apparmor stop 13:11:28 [2020-07-17T13:11:28.262Z] Leaving: AppArmorNo profiles have been unloaded. 13:11:28 [2020-07-17T13:11:28.262Z] 13:11:28 [2020-07-17T13:11:28.262Z] Unloading profiles will leave already running processes permanently 13:11:28 [2020-07-17T13:11:28.262Z] unconfined, which can lead to unexpected situations. 13:11:28 [2020-07-17T13:11:28.262Z] 13:11:28 [2020-07-17T13:11:28.262Z] To set a process to complain mode, use the command line tool 13:11:28 [2020-07-17T13:11:28.262Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:11:28 [2020-07-17T13:11:28.262Z] +++ true 13:11:28 [2020-07-17T13:11:28.262Z] exiting test-integration 13:11:28 [2020-07-17T13:11:28.262Z] ++ exit 0 13:11:28 [2020-07-17T13:11:28.262Z] 13:11:28 [2020-07-17T13:11:28.382Z] --- PASS: TestCreateServiceMultipleTimes (19.22s) 13:11:28 [2020-07-17T13:11:28.382Z] === RUN TestCreateServiceConflict 13:11:28 [2020-07-17T13:11:28.620Z] === RUN TestDockerSuite/TestBuildLastModified 13:11:28 [2020-07-17T13:11:28.642Z] --- PASS: TestCreateServiceConflict (3.19s) 13:11:28 [2020-07-17T13:11:28.642Z] === RUN TestCreateServiceMaxReplicas 13:11:28 [2020-07-17T13:11:28.730Z] --- PASS: TestRenameAnonymousContainer (1.91s) 13:11:28 [2020-07-17T13:11:28.730Z] === RUN TestRenameContainerWithSameName 13:11:29 [2020-07-17T13:11:29.026Z] --- PASS: TestRenameContainerWithSameName (0.48s) 13:11:29 [2020-07-17T13:11:29.026Z] === RUN TestRenameContainerWithLinkedContainer Post stage [Pipeline] junit 13:11:29 [2020-07-17T13:11:29.815Z] Recording test results [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:11:30 [2020-07-17T13:11:30.070Z] --- PASS: TestRenameContainerWithLinkedContainer (1.06s) 13:11:30 [2020-07-17T13:11:30.070Z] === RUN TestResize 13:11:30 [2020-07-17T13:11:30.454Z] + echo Ensuring container killed. 13:11:30 [2020-07-17T13:11:30.454Z] Ensuring container killed. 13:11:30 [2020-07-17T13:11:30.454Z] + docker rm -vf docker-pr2 13:11:30 [2020-07-17T13:11:30.454Z] Error: No such container: docker-pr2 13:11:30 [2020-07-17T13:11:30.454Z] + true [Pipeline] sh 13:11:30 [2020-07-17T13:11:30.710Z] --- PASS: TestResize (0.56s) 13:11:30 [2020-07-17T13:11:30.710Z] === RUN TestResizeWithInvalidSize 13:11:30 [2020-07-17T13:11:30.864Z] + echo Chowning /workspace to jenkins user 13:11:30 [2020-07-17T13:11:30.864Z] Chowning /workspace to jenkins user 13:11:30 [2020-07-17T13:11:30.864Z] + id -u 13:11:30 [2020-07-17T13:11:30.864Z] + id -g 13:11:30 [2020-07-17T13:11:30.864Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41221:/workspace busybox chown -R 1001:1001 /workspace 13:11:30 [2020-07-17T13:11:30.864Z] Unable to find image 'busybox:latest' locally 13:11:31 [2020-07-17T13:11:31.156Z] latest: Pulling from library/busybox 13:11:31 [2020-07-17T13:11:31.156Z] 351d6c492d3f: Pulling fs layer 13:11:31 [2020-07-17T13:11:31.345Z] --- PASS: TestResizeWithInvalidSize (0.56s) 13:11:31 [2020-07-17T13:11:31.345Z] === RUN TestResizeWhenContainerNotStarted 13:11:31 [2020-07-17T13:11:31.449Z] 351d6c492d3f: Verifying Checksum 13:11:31 [2020-07-17T13:11:31.449Z] 351d6c492d3f: Download complete 13:11:31 [2020-07-17T13:11:31.645Z] --- PASS: TestResizeWhenContainerNotStarted (0.51s) 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon 13:11:31 [2020-07-17T13:11:31.645Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon 13:11:32 [2020-07-17T13:11:32.085Z] 351d6c492d3f: Pull complete 13:11:32 [2020-07-17T13:11:32.085Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 13:11:32 [2020-07-17T13:11:32.085Z] Status: Downloaded newer image for busybox:latest 13:11:32 [2020-07-17T13:11:32.815Z] === RUN TestDockerSuite/TestBuildLineBreak 13:11:32 [2020-07-17T13:11:32.862Z] --- PASS: TestCreateServiceMaxReplicas (3.57s) 13:11:32 [2020-07-17T13:11:32.862Z] === RUN TestCreateWithDuplicateNetworkNames 13:11:33 [2020-07-17T13:11:33.739Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:11:34 [2020-07-17T13:11:34.391Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon 13:11:34 [2020-07-17T13:11:34.391Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon 13:11:34 [2020-07-17T13:11:34.556Z] + bundleName=s390x-integration 13:11:34 [2020-07-17T13:11:34.556Z] + echo Creating s390x-integration-bundles.tar.gz 13:11:34 [2020-07-17T13:11:34.556Z] Creating s390x-integration-bundles.tar.gz 13:11:34 [2020-07-17T13:11:34.556Z] + xargs tar -czf s390x-integration-bundles.tar.gz 13:11:34 [2020-07-17T13:11:34.556Z] + 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 13:11:34 [2020-07-17T13:11:34.600Z] Archiving artifacts 13:11:34 [2020-07-17T13:11:34.924Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:11:35 [2020-07-17T13:11:35.036Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon 13:11:35 [2020-07-17T13:11:35.313Z] + make clean 13:11:35 [2020-07-17T13:11:35.334Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon 13:11:35 [2020-07-17T13:11:35.365Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild 13:11:35 [2020-07-17T13:11:35.365Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction 13:11:35 [2020-07-17T13:11:35.625Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments 13:11:35 [2020-07-17T13:11:35.625Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines 13:11:35 [2020-07-17T13:11:35.885Z] === RUN TestDockerSuite/TestBuildMaintainer 13:11:35 [2020-07-17T13:11:35.948Z] docker volume rm -f docker-dev-cache 13:11:35 [2020-07-17T13:11:35.948Z] docker-dev-cache [Pipeline] deleteDir 13:11:36 [2020-07-17T13:11:36.022Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon 13:11:36 [2020-07-17T13:11:36.145Z] === RUN TestDockerSuite/TestBuildMissingArgs 13:11:37 [2020-07-17T13:11:37.077Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:11:37 [2020-07-17T13:11:37.723Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon 13:11:38 [2020-07-17T13:11:38.051Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder 13:11:38 [2020-07-17T13:11:38.989Z] --- PASS: TestImportExtremelyLargeImageWorks (192.67s) 13:11:38 [2020-07-17T13:11:38.989Z] PASS 13:11:38 [2020-07-17T13:11:38.989Z] 13:11:38 [2020-07-17T13:11:38.989Z] DONE 12 tests in 196.738s 13:11:38 [2020-07-17T13:11:38.989Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 13:11:38 [2020-07-17T13:11:38.989Z] ++ 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 13:11:38 [2020-07-17T13:11:38.989Z] ++ set -e 13:11:38 [2020-07-17T13:11:38.989Z] ++ '[' -n 0 ']' 13:11:38 [2020-07-17T13:11:38.989Z] ++ set -x 13:11:38 [2020-07-17T13:11:38.989Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 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 13:11:38 [2020-07-17T13:11:38.989Z] INFO: Testing against a local daemon 13:11:38 [2020-07-17T13:11:38.989Z] === RUN TestNetworkCreateDelete 13:11:39 [2020-07-17T13:11:39.248Z] === RUN TestDockerSuite/TestBuildMultiStageArg 13:11:39 [2020-07-17T13:11:39.248Z] --- PASS: TestNetworkCreateDelete (0.16s) 13:11:39 [2020-07-17T13:11:39.248Z] === RUN TestDockerNetworkDeletePreferID 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers (0.00s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.77s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.68s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.80s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.46s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.74s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.47s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.46s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.41s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.29s) 13:11:39 [2020-07-17T13:11:39.813Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.97s) 13:11:39 [2020-07-17T13:11:39.813Z] === RUN TestCgroupNamespacesRun 13:11:39 [2020-07-17T13:11:39.816Z] --- PASS: TestDockerNetworkDeletePreferID (0.43s) 13:11:39 [2020-07-17T13:11:39.816Z] === RUN TestDaemonDNSFallback 13:11:41 [2020-07-17T13:11:41.218Z] ok github.com/docker/docker/api/server 0.132s coverage: 9.0% of statements 13:11:41 [2020-07-17T13:11:41.328Z] --- PASS: TestCgroupNamespacesRun (1.37s) 13:11:41 [2020-07-17T13:11:41.328Z] === RUN TestCgroupNamespacesRunPrivileged 13:11:41 [2020-07-17T13:11:41.722Z] === RUN TestDockerSuite/TestBuildMultiStageCache 13:11:41 [2020-07-17T13:11:41.981Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors 13:11:42 [2020-07-17T13:11:42.373Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.30s) 13:11:42 [2020-07-17T13:11:42.373Z] === RUN TestCgroupNamespacesRunDaemonHostMode 13:11:42 [2020-07-17T13:11:42.549Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax 13:11:43 [2020-07-17T13:11:43.886Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.37s) 13:11:43 [2020-07-17T13:11:43.886Z] === RUN TestCgroupNamespacesRunHostMode 13:11:44 [2020-07-17T13:11:44.927Z] --- PASS: TestCgroupNamespacesRunHostMode (1.33s) 13:11:44 [2020-07-17T13:11:44.927Z] === RUN TestCgroupNamespacesRunPrivateMode 13:11:46 [2020-07-17T13:11:46.446Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.38s) 13:11:46 [2020-07-17T13:11:46.446Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate 13:11:46 [2020-07-17T13:11:46.739Z] --- PASS: TestDaemonDNSFallback (6.61s) 13:11:46 [2020-07-17T13:11:46.739Z] === RUN TestInspectNetwork 13:11:47 [2020-07-17T13:11:47.767Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.78s) 13:11:47 [2020-07-17T13:11:47.767Z] === RUN TestCreateServiceSecretFileMode 13:11:47 [2020-07-17T13:11:47.962Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.34s) 13:11:47 [2020-07-17T13:11:47.962Z] === RUN TestCgroupNamespacesRunInvalidMode 13:11:48 [2020-07-17T13:11:48.607Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.80s) 13:11:48 [2020-07-17T13:11:48.607Z] === RUN TestCgroupNamespacesRunOlderClient 13:11:48 [2020-07-17T13:11:48.650Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg 13:11:50 [2020-07-17T13:11:50.139Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s) 13:11:50 [2020-07-17T13:11:50.139Z] === RUN TestKernelTCPMemory 13:11:50 [2020-07-17T13:11:50.436Z] --- PASS: TestKernelTCPMemory (0.61s) 13:11:50 [2020-07-17T13:11:50.436Z] === RUN TestNISDomainname 13:11:50 [2020-07-17T13:11:50.554Z] === RUN TestInspectNetwork/full_network_id 13:11:50 [2020-07-17T13:11:50.554Z] === RUN TestInspectNetwork/partial_network_id 13:11:50 [2020-07-17T13:11:50.554Z] === RUN TestInspectNetwork/network_name 13:11:50 [2020-07-17T13:11:50.554Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 13:11:51 [2020-07-17T13:11:51.068Z] --- PASS: TestCreateServiceSecretFileMode (3.38s) 13:11:51 [2020-07-17T13:11:51.068Z] === RUN TestCreateServiceConfigFileMode 13:11:51 [2020-07-17T13:11:51.075Z] --- PASS: TestNISDomainname (0.66s) 13:11:51 [2020-07-17T13:11:51.075Z] === RUN TestHostnameDnsResolution 13:11:51 [2020-07-17T13:11:51.121Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom 13:11:51 [2020-07-17T13:11:51.691Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds 13:11:52 [2020-07-17T13:11:52.121Z] --- PASS: TestHostnameDnsResolution (0.84s) 13:11:52 [2020-07-17T13:11:52.121Z] === RUN TestStats 13:11:53 [2020-07-17T13:11:53.070Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows 13:11:53 [2020-07-17T13:11:53.070Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants 13:11:53 [2020-07-17T13:11:53.612Z] --- PASS: TestCreateServiceConfigFileMode (3.12s) 13:11:53 [2020-07-17T13:11:53.612Z] === RUN TestCreateServiceSysctls 13:11:54 [2020-07-17T13:11:54.865Z] --- PASS: TestStats (2.52s) 13:11:54 [2020-07-17T13:11:54.865Z] === RUN TestStopContainerWithTimeout 13:11:54 [2020-07-17T13:11:54.865Z] === RUN TestStopContainerWithTimeout/0 13:11:54 [2020-07-17T13:11:54.865Z] === PAUSE TestStopContainerWithTimeout/0 13:11:54 [2020-07-17T13:11:54.865Z] === RUN TestStopContainerWithTimeout/1 13:11:54 [2020-07-17T13:11:54.865Z] === PAUSE TestStopContainerWithTimeout/1 13:11:54 [2020-07-17T13:11:54.865Z] === RUN TestStopContainerWithTimeout/3 13:11:54 [2020-07-17T13:11:54.865Z] === PAUSE TestStopContainerWithTimeout/3 13:11:54 [2020-07-17T13:11:54.865Z] === RUN TestStopContainerWithTimeout/-1 13:11:54 [2020-07-17T13:11:54.865Z] === PAUSE TestStopContainerWithTimeout/-1 13:11:54 [2020-07-17T13:11:54.865Z] === CONT TestStopContainerWithTimeout/0 13:11:54 [2020-07-17T13:11:54.865Z] === CONT TestStopContainerWithTimeout/-1 13:11:54 [2020-07-17T13:11:54.865Z] === CONT TestStopContainerWithTimeout/1 13:11:54 [2020-07-17T13:11:54.865Z] === CONT TestStopContainerWithTimeout/3 13:11:54 [2020-07-17T13:11:54.978Z] --- PASS: TestInspectNetwork (8.54s) 13:11:54 [2020-07-17T13:11:54.978Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 13:11:54 [2020-07-17T13:11:54.978Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 13:11:54 [2020-07-17T13:11:54.978Z] --- PASS: TestInspectNetwork/network_name (0.00s) 13:11:54 [2020-07-17T13:11:54.978Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 13:11:54 [2020-07-17T13:11:54.978Z] === RUN TestRunContainerWithBridgeNone 13:11:56 [2020-07-17T13:11:56.903Z] --- PASS: TestRunContainerWithBridgeNone (1.75s) 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestNetworkInvalidJSON 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestNetworkInvalidJSON//networks/create 13:11:56 [2020-07-17T13:11:56.903Z] === PAUSE TestNetworkInvalidJSON//networks/create 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect 13:11:56 [2020-07-17T13:11:56.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect 13:11:56 [2020-07-17T13:11:56.903Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect 13:11:56 [2020-07-17T13:11:56.903Z] === CONT TestNetworkInvalidJSON//networks/create 13:11:56 [2020-07-17T13:11:56.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect 13:11:56 [2020-07-17T13:11:56.903Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect 13:11:56 [2020-07-17T13:11:56.903Z] --- PASS: TestNetworkInvalidJSON (0.02s) 13:11:56 [2020-07-17T13:11:56.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) 13:11:56 [2020-07-17T13:11:56.903Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) 13:11:56 [2020-07-17T13:11:56.903Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestHostIPv4BridgeLabel 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch 13:11:56 [2020-07-17T13:11:56.903Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg 13:11:57 [2020-07-17T13:11:57.163Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) 13:11:57 [2020-07-17T13:11:57.163Z] === RUN TestDaemonRestartWithLiveRestore 13:11:57 [2020-07-17T13:11:57.608Z] --- PASS: TestStopContainerWithTimeout (0.02s) 13:11:57 [2020-07-17T13:11:57.608Z] --- PASS: TestStopContainerWithTimeout/0 (0.92s) 13:11:57 [2020-07-17T13:11:57.608Z] --- PASS: TestStopContainerWithTimeout/1 (1.98s) 13:11:57 [2020-07-17T13:11:57.608Z] --- PASS: TestStopContainerWithTimeout/3 (3.16s) 13:11:57 [2020-07-17T13:11:57.608Z] --- PASS: TestStopContainerWithTimeout/-1 (3.19s) 13:11:57 [2020-07-17T13:11:57.608Z] === RUN TestDeleteDevicemapper 13:11:57 [2020-07-17T13:11:57.608Z] --- SKIP: TestDeleteDevicemapper (0.00s) 13:11:57 [2020-07-17T13:11:57.608Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:11:57 [2020-07-17T13:11:57.608Z] === RUN TestStopContainerWithRestartPolicyAlways 13:11:57 [2020-07-17T13:11:57.820Z] --- PASS: TestCreateServiceSysctls (4.07s) 13:11:57 [2020-07-17T13:11:57.820Z] === RUN TestCreateServiceCapabilities 13:11:58 [2020-07-17T13:11:58.101Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) 13:11:58 [2020-07-17T13:11:58.101Z] === RUN TestDaemonDefaultNetworkPools 13:11:58 [2020-07-17T13:11:58.360Z] === RUN TestDockerSuite/TestBuildMultipleTags 13:11:58 [2020-07-17T13:11:58.622Z] === RUN TestDockerSuite/TestBuildNetContainer 13:11:58 [2020-07-17T13:11:58.881Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) 13:11:58 [2020-07-17T13:11:58.881Z] === RUN TestDaemonRestartWithExistingNetwork 13:11:59 [2020-07-17T13:11:59.819Z] === RUN TestDockerSuite/TestBuildNetNone 13:12:00 [2020-07-17T13:12:00.078Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s) 13:12:00 [2020-07-17T13:12:00.078Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 13:12:00 [2020-07-17T13:12:00.338Z] === RUN TestDockerSuite/TestBuildNoContext 13:12:00 [2020-07-17T13:12:00.363Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.68s) 13:12:00 [2020-07-17T13:12:00.363Z] === RUN TestUpdateMemory 13:12:01 [2020-07-17T13:12:01.002Z] --- PASS: TestUpdateMemory (0.67s) 13:12:01 [2020-07-17T13:12:01.002Z] === RUN TestUpdateCPUQuota 13:12:01 [2020-07-17T13:12:01.121Z] --- PASS: TestCreateServiceCapabilities (3.38s) 13:12:01 [2020-07-17T13:12:01.121Z] === RUN TestInspect 13:12:01 [2020-07-17T13:12:01.276Z] === RUN TestDockerSuite/TestBuildNoDupOutput 13:12:01 [2020-07-17T13:12:01.535Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.31s) 13:12:01 [2020-07-17T13:12:01.535Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 13:12:01 [2020-07-17T13:12:01.795Z] === RUN TestDockerSuite/TestBuildNoNamedVolume 13:12:02 [2020-07-17T13:12:02.046Z] --- PASS: TestUpdateCPUQuota (0.84s) 13:12:02 [2020-07-17T13:12:02.046Z] === RUN TestUpdatePidsLimit 13:12:02 [2020-07-17T13:12:02.046Z] === RUN TestUpdatePidsLimit/update_from_none 13:12:02 [2020-07-17T13:12:02.046Z] === RUN TestUpdatePidsLimit/no_change 13:12:02 [2020-07-17T13:12:02.055Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.62s) 13:12:02 [2020-07-17T13:12:02.055Z] === RUN TestServiceWithPredefinedNetwork 13:12:02 [2020-07-17T13:12:02.349Z] === RUN TestUpdatePidsLimit/update_lower 13:12:02 [2020-07-17T13:12:02.651Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value 13:12:02 [2020-07-17T13:12:02.948Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero 13:12:02 [2020-07-17T13:12:02.994Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure 13:12:03 [2020-07-17T13:12:03.245Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one 13:12:03 [2020-07-17T13:12:03.252Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote 13:12:03 [2020-07-17T13:12:03.252Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage 13:12:03 [2020-07-17T13:12:03.540Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit (2.38s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.26s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/no_change (0.27s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) 13:12:04 [2020-07-17T13:12:04.202Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) 13:12:04 [2020-07-17T13:12:04.202Z] === RUN TestUpdateRestartPolicy 13:12:04 [2020-07-17T13:12:04.426Z] --- PASS: TestInspect (3.40s) 13:12:04 [2020-07-17T13:12:04.426Z] === RUN TestCreateJob 13:12:04 [2020-07-17T13:12:04.630Z] --- PASS: TestServiceWithPredefinedNetwork (2.42s) 13:12:04 [2020-07-17T13:12:04.630Z] === RUN TestServiceRemoveKeepsIngressNetwork 13:12:04 [2020-07-17T13:12:04.630Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 13:12:04 [2020-07-17T13:12:04.630Z] service_test.go:236: FLAKY_TEST 13:12:04 [2020-07-17T13:12:04.630Z] === RUN TestServiceWithDataPathPortInit 13:12:07 [2020-07-17T13:12:07.164Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection 13:12:07 [2020-07-17T13:12:07.164Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess 13:12:07 [2020-07-17T13:12:07.734Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume 13:12:08 [2020-07-17T13:12:08.303Z] === RUN TestDockerSuite/TestBuildOnBuild 13:12:09 [2020-07-17T13:12:09.683Z] === RUN TestDockerSuite/TestBuildOnBuildCache 13:12:09 [2020-07-17T13:12:09.716Z] --- PASS: TestCreateJob (4.36s) 13:12:09 [2020-07-17T13:12:09.716Z] === RUN TestReplicatedJob 13:12:10 [2020-07-17T13:12:10.251Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON 13:12:12 [2020-07-17T13:12:12.787Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON 13:12:13 [2020-07-17T13:12:13.356Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance 13:12:15 [2020-07-17T13:12:15.263Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase 13:12:15 [2020-07-17T13:12:15.830Z] === RUN TestDockerSuite/TestBuildOnBuildOutput 13:12:16 [2020-07-17T13:12:16.302Z] --- PASS: TestReplicatedJob (6.63s) 13:12:16 [2020-07-17T13:12:16.302Z] === RUN TestUpdateReplicatedJob 13:12:16 [2020-07-17T13:12:16.815Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy 13:12:16 [2020-07-17T13:12:16.885Z] --- PASS: TestUpdateRestartPolicy (11.25s) 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestUpdateRestartWithAutoRemove 13:12:16 [2020-07-17T13:12:16.885Z] --- PASS: TestUpdateRestartWithAutoRemove (0.57s) 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitNonBlocked 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 13:12:16 [2020-07-17T13:12:16.885Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random 13:12:16 [2020-07-17T13:12:16.885Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random 13:12:16 [2020-07-17T13:12:16.885Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 13:12:16 [2020-07-17T13:12:16.885Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random 13:12:16 [2020-07-17T13:12:16.885Z] --- PASS: TestWaitNonBlocked (0.02s) 13:12:16 [2020-07-17T13:12:16.885Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) 13:12:16 [2020-07-17T13:12:16.885Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.65s) 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitBlocked 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero 13:12:16 [2020-07-17T13:12:16.885Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero 13:12:16 [2020-07-17T13:12:16.885Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random 13:12:16 [2020-07-17T13:12:16.885Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random 13:12:16 [2020-07-17T13:12:16.885Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero 13:12:16 [2020-07-17T13:12:16.885Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random 13:12:17 [2020-07-17T13:12:17.074Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory 13:12:17 [2020-07-17T13:12:17.339Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe 13:12:17 [2020-07-17T13:12:17.339Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... 13:12:17 [2020-07-17T13:12:17.339Z] remote: Enumerating objects: 2, done. 13:12:17 [2020-07-17T13:12:17.339Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. 13:12:17 [2020-07-17T13:12:17.339Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. 13:12:17 [2020-07-17T13:12:17.339Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 13:12:17 [2020-07-17T13:12:17.339Z] 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. 13:12:17 [2020-07-17T13:12:17.339Z] Building: bundles/cross/windows/amd64/containerutility.exe 13:12:17 [2020-07-17T13:12:17.339Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh 13:12:17 [2020-07-17T13:12:17.527Z] --- PASS: TestWaitBlocked (0.02s) 13:12:17 [2020-07-17T13:12:17.527Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.81s) 13:12:17 [2020-07-17T13:12:17.527Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.85s) 13:12:17 [2020-07-17T13:12:17.527Z] === CONT TestContainerKillOnDaemonStart 13:12:17 [2020-07-17T13:12:17.527Z] === CONT TestDaemonRestartIpcMode 13:12:17 [2020-07-17T13:12:17.527Z] === CONT TestContainerStartOnDaemonRestart 13:12:17 [2020-07-17T13:12:17.527Z] === CONT TestDaemonHostGatewayIP 13:12:17 [2020-07-17T13:12:17.675Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/test/unit 13:12:18 [2020-07-17T13:12:18.980Z] === RUN TestDockerSuite/TestBuildPATH 13:12:20 [2020-07-17T13:12:20.210Z] ? github.com/docker/docker/api [no test files] 13:12:20 [2020-07-17T13:12:20.358Z] === RUN TestDockerSuite/TestBuildRUNErrMsg 13:12:20 [2020-07-17T13:12:20.509Z] --- PASS: TestUpdateReplicatedJob (4.37s) 13:12:20 [2020-07-17T13:12:20.509Z] === RUN TestServiceListWithStatuses 13:12:20 [2020-07-17T13:12:20.509Z] --- SKIP: TestServiceListWithStatuses (0.00s) 13:12:20 [2020-07-17T13:12:20.509Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:12:20 [2020-07-17T13:12:20.509Z] === RUN TestDockerNetworkConnectAlias 13:12:20 [2020-07-17T13:12:20.618Z] --- PASS: TestServiceWithDataPathPortInit (16.01s) 13:12:20 [2020-07-17T13:12:20.618Z] === RUN TestServiceWithDefaultAddressPoolInit 13:12:20 [2020-07-17T13:12:20.877Z] === RUN TestDockerSuite/TestBuildRUNoneJSON 13:12:21 [2020-07-17T13:12:21.127Z] --- PASS: TestContainerStartOnDaemonRestart (3.54s) 13:12:21 [2020-07-17T13:12:21.127Z] === CONT TestIpcModeOlderClient 13:12:21 [2020-07-17T13:12:21.423Z] --- PASS: TestIpcModeOlderClient (0.09s) 13:12:21 [2020-07-17T13:12:21.724Z] --- PASS: TestDaemonHostGatewayIP (4.00s) 13:12:21 [2020-07-17T13:12:21.724Z] --- PASS: TestDaemonRestartIpcMode (4.05s) 13:12:21 [2020-07-17T13:12:21.813Z] === RUN TestDockerSuite/TestBuildRelativeCopy 13:12:27 [2020-07-17T13:12:27.094Z] --- PASS: TestDockerNetworkConnectAlias (6.52s) 13:12:27 [2020-07-17T13:12:27.094Z] === RUN TestDockerNetworkReConnect 13:12:28 [2020-07-17T13:12:28.385Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir 13:12:28 [2020-07-17T13:12:28.385Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.93s) 13:12:28 [2020-07-17T13:12:28.385Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:s6264cnnhz452aogqkgvn4qwh Created:2020-07-17 13:12:22.150385682 +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[a2593c7099531f625235baef2689561ad269bc58afb10db87481d140088e6070:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oshr0phtra3ebu09nmw741l5r EndpointID:16bf3471ce6d0283bc5986e77fb26df9cfd062934457070f433ec9e6c5a1f66b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:1ede28eb622ff1fc983fe2af7abaa155841aafea58235f571ef0392027351a5c 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:3e0f61d58e7e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.oshr0phtra3ebu09nmw741l5r EndpointID:16bf3471ce6d0283bc5986e77fb26df9cfd062934457070f433ec9e6c5a1f66b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 13:12:28 [2020-07-17T13:12:28.385Z] PASS 13:12:28 [2020-07-17T13:12:28.385Z] 13:12:28 [2020-07-17T13:12:28.385Z] === Skipped 13:12:28 [2020-07-17T13:12:28.385Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:12:28 [2020-07-17T13:12:28.385Z] service_test.go:236: FLAKY_TEST 13:12:28 [2020-07-17T13:12:28.385Z] 13:12:28 [2020-07-17T13:12:28.385Z] 13:12:28 [2020-07-17T13:12:28.385Z] DONE 23 tests, 1 skipped in 49.533s 13:12:28 [2020-07-17T13:12:28.385Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 13:12:28 [2020-07-17T13:12:28.385Z] ++ 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 13:12:28 [2020-07-17T13:12:28.385Z] ++ set -e 13:12:28 [2020-07-17T13:12:28.385Z] ++ '[' -n 0 ']' 13:12:28 [2020-07-17T13:12:28.385Z] ++ set -x 13:12:28 [2020-07-17T13:12:28.385Z] ++ 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 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 13:12:28 [2020-07-17T13:12:28.646Z] INFO: Testing against a local daemon 13:12:28 [2020-07-17T13:12:28.646Z] === RUN TestDockerNetworkIpvlanPersistance 13:12:28 [2020-07-17T13:12:28.646Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 13:12:28 [2020-07-17T13:12:28.646Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:12:28 [2020-07-17T13:12:28.646Z] === RUN TestDockerNetworkIpvlan 13:12:28 [2020-07-17T13:12:28.646Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 13:12:28 [2020-07-17T13:12:28.646Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:12:28 [2020-07-17T13:12:28.646Z] PASS 13:12:28 [2020-07-17T13:12:28.646Z] 13:12:28 [2020-07-17T13:12:28.646Z] === Skipped 13:12:28 [2020-07-17T13:12:28.646Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 13:12:28 [2020-07-17T13:12:28.646Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:12:28 [2020-07-17T13:12:28.646Z] 13:12:28 [2020-07-17T13:12:28.646Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 13:12:28 [2020-07-17T13:12:28.646Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:12:28 [2020-07-17T13:12:28.646Z] 13:12:28 [2020-07-17T13:12:28.646Z] 13:12:28 [2020-07-17T13:12:28.646Z] DONE 2 tests, 2 skipped in 0.163s 13:12:28 [2020-07-17T13:12:28.646Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 13:12:28 [2020-07-17T13:12:28.646Z] ++ 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 13:12:28 [2020-07-17T13:12:28.646Z] ++ set -e 13:12:28 [2020-07-17T13:12:28.646Z] ++ '[' -n 0 ']' 13:12:28 [2020-07-17T13:12:28.646Z] ++ set -x 13:12:28 [2020-07-17T13:12:28.646Z] ++ 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 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 13:12:28 [2020-07-17T13:12:28.905Z] INFO: Testing against a local daemon 13:12:28 [2020-07-17T13:12:28.905Z] === RUN TestDockerNetworkMacvlanPersistance 13:12:30 [2020-07-17T13:12:30.283Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) 13:12:30 [2020-07-17T13:12:30.283Z] === RUN TestDockerNetworkMacvlan 13:12:30 [2020-07-17T13:12:30.283Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed 13:12:30 [2020-07-17T13:12:30.851Z] === RUN TestDockerNetworkMacvlan/Subinterface 13:12:31 [2020-07-17T13:12:31.306Z] --- PASS: TestDockerNetworkReConnect (5.06s) 13:12:31 [2020-07-17T13:12:31.306Z] === RUN TestServicePlugin 13:12:31 [2020-07-17T13:12:31.306Z] --- SKIP: TestServicePlugin (0.00s) 13:12:31 [2020-07-17T13:12:31.306Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:12:31 [2020-07-17T13:12:31.306Z] === RUN TestServiceUpdateLabel 13:12:31 [2020-07-17T13:12:31.789Z] === RUN TestDockerNetworkMacvlan/OverlapParent 13:12:31 [2020-07-17T13:12:31.789Z] === RUN TestDockerSuite/TestBuildRm 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/backend/build [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/server/httputils 0.188s coverage: 14.7% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/server/middleware 0.179s coverage: 37.7% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/build [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/container [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/debug [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/image [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/network [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/session [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/types/strslice 0.042s coverage: 90.0% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/types/filters 0.076s coverage: 92.2% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/server/router/swarm 0.208s coverage: 5.1% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/system [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/server/router/volume [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/backend [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/container [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/events [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/image [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/mount [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/network [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/registry [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/swarm [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/types/versions 0.044s coverage: 75.0% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ok github.com/docker/docker/api/types/time 0.247s coverage: 100.0% of statements 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/api/types/volume [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 13:12:32 [2020-07-17T13:12:32.159Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestContainerKillOnDaemonStart (12.78s) 13:12:32 [2020-07-17T13:12:32.210Z] PASS 13:12:32 [2020-07-17T13:12:32.210Z] 13:12:32 [2020-07-17T13:12:32.210Z] === Skipped 13:12:32 [2020-07-17T13:12:32.210Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) 13:12:32 [2020-07-17T13:12:32.210Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:12:32 [2020-07-17T13:12:32.210Z] 13:12:32 [2020-07-17T13:12:32.210Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) 13:12:32 [2020-07-17T13:12:32.210Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" 13:12:32 [2020-07-17T13:12:32.210Z] 13:12:32 [2020-07-17T13:12:32.210Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) 13:12:32 [2020-07-17T13:12:32.210Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" 13:12:32 [2020-07-17T13:12:32.210Z] 13:12:32 [2020-07-17T13:12:32.210Z] 13:12:32 [2020-07-17T13:12:32.210Z] DONE 204 tests, 3 skipped in 108.647s 13:12:32 [2020-07-17T13:12:32.210Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 13:12:32 [2020-07-17T13:12:32.210Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m 13:12:32 [2020-07-17T13:12:32.210Z] ++ set -e 13:12:32 [2020-07-17T13:12:32.210Z] ++ '[' -n 0 ']' 13:12:32 [2020-07-17T13:12:32.210Z] ++ set -x 13:12:32 [2020-07-17T13:12:32.210Z] ++ 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=ppc64le 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 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/ppc64le-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-image-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.image -t ./test.main -test.v -test.timeout=120m 13:12:32 [2020-07-17T13:12:32.210Z] INFO: Testing against a local daemon 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestCommitInheritsEnv 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestCommitInheritsEnv (0.32s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestImportExtremelyLargeImageWorks 13:12:32 [2020-07-17T13:12:32.210Z] === PAUSE TestImportExtremelyLargeImageWorks 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestImagesFilterMultiReference 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestImagesFilterMultiReference (0.05s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestImagePullPlatformInvalid 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestImagePullPlatformInvalid (0.04s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestRemoveImageOrphaning 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestRemoveImageOrphaning (0.31s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestRemoveImageGarbageCollector 13:12:32 [2020-07-17T13:12:32.210Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) 13:12:32 [2020-07-17T13:12:32.210Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagUnprefixedRepoByNameOrName 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagInvalidReference 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagInvalidReference (0.02s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagValidPrefixedRepo 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagValidPrefixedRepo (0.04s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagExistedNameWithoutForce 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagOfficialNames 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagOfficialNames (0.04s) 13:12:32 [2020-07-17T13:12:32.210Z] === RUN TestTagMatchesDigest 13:12:32 [2020-07-17T13:12:32.210Z] --- PASS: TestTagMatchesDigest (0.02s) 13:12:32 [2020-07-17T13:12:32.210Z] === CONT TestImportExtremelyLargeImageWorks 13:12:32 [2020-07-17T13:12:32.628Z] ok github.com/docker/docker/builder/dockerignore 0.043s coverage: 96.8% of statements 13:12:32 [2020-07-17T13:12:32.731Z] === RUN TestDockerNetworkMacvlan/NilParent 13:12:34 [2020-07-17T13:12:34.116Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint 13:12:34 [2020-07-17T13:12:34.605Z] --- PASS: TestServiceUpdateLabel (3.15s) 13:12:34 [2020-07-17T13:12:34.605Z] === RUN TestServiceUpdateSecrets 13:12:35 [2020-07-17T13:12:35.054Z] === RUN TestDockerNetworkMacvlan/InternalMode 13:12:35 [2020-07-17T13:12:35.054Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache 13:12:35 [2020-07-17T13:12:35.108Z] ok github.com/docker/docker/api/server 0.010s coverage: 9.0% of statements 13:12:36 [2020-07-17T13:12:36.425Z] ok github.com/docker/docker/cli/debug 0.041s coverage: 100.0% of statements 13:12:36 [2020-07-17T13:12:36.436Z] === RUN TestDockerSuite/TestBuildScratchCopy 13:12:36 [2020-07-17T13:12:36.696Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell 13:12:37 [2020-07-17T13:12:37.264Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint 13:12:37 [2020-07-17T13:12:37.412Z] ok github.com/docker/docker/builder/remotecontext 0.715s coverage: 9.2% of statements 13:12:37 [2020-07-17T13:12:37.412Z] ok github.com/docker/docker/builder/dockerfile 0.906s coverage: 46.4% of statements 13:12:37 [2020-07-17T13:12:37.524Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 13:12:38 [2020-07-17T13:12:38.094Z] === RUN TestDockerSuite/TestBuildShellEntrypoint 13:12:39 [2020-07-17T13:12:39.040Z] === RUN TestDockerSuite/TestBuildShellInherited 13:12:39 [2020-07-17T13:12:39.977Z] === RUN TestDockerSuite/TestBuildShellMultiple 13:12:41 [2020-07-17T13:12:41.883Z] === RUN TestDockerNetworkMacvlan/Addressing 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan (12.63s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.48s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.95s) 13:12:42 [2020-07-17T13:12:42.822Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.78s) 13:12:42 [2020-07-17T13:12:42.822Z] PASS 13:12:42 [2020-07-17T13:12:42.822Z] 13:12:42 [2020-07-17T13:12:42.822Z] DONE 8 tests in 14.182s 13:12:42 [2020-07-17T13:12:42.822Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 13:12:42 [2020-07-17T13:12:42.822Z] ++ 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 13:12:42 [2020-07-17T13:12:42.822Z] ++ set -e 13:12:42 [2020-07-17T13:12:42.822Z] ++ '[' -n 0 ']' 13:12:42 [2020-07-17T13:12:42.822Z] ++ set -x 13:12:42 [2020-07-17T13:12:42.822Z] ++ 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 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 13:12:42 [2020-07-17T13:12:42.822Z] testing: warning: no tests to run 13:12:42 [2020-07-17T13:12:42.822Z] PASS 13:12:42 [2020-07-17T13:12:42.822Z] 13:12:42 [2020-07-17T13:12:42.822Z] DONE 0 tests in 0.027s 13:12:42 [2020-07-17T13:12:42.822Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 13:12:42 [2020-07-17T13:12:42.822Z] ++ 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 13:12:42 [2020-07-17T13:12:42.822Z] ++ set -e 13:12:42 [2020-07-17T13:12:42.822Z] ++ '[' -n 0 ']' 13:12:42 [2020-07-17T13:12:42.822Z] ++ set -x 13:12:42 [2020-07-17T13:12:42.822Z] ++ 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 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 13:12:43 [2020-07-17T13:12:43.082Z] INFO: Testing against a local daemon 13:12:43 [2020-07-17T13:12:43.082Z] === RUN TestAuthZPluginAllowRequest 13:12:43 [2020-07-17T13:12:43.082Z] === RUN TestDockerSuite/TestBuildShellNotJSON 13:12:43 [2020-07-17T13:12:43.082Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig 13:12:43 [2020-07-17T13:12:43.342Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell 13:12:43 [2020-07-17T13:12:43.342Z] === RUN TestDockerSuite/TestBuildSpaces 13:12:43 [2020-07-17T13:12:43.911Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes 13:12:44 [2020-07-17T13:12:44.481Z] --- PASS: TestAuthZPluginAllowRequest (1.46s) 13:12:44 [2020-07-17T13:12:44.481Z] === RUN TestAuthZPluginTLS 13:12:44 [2020-07-17T13:12:44.481Z] === RUN TestDockerSuite/TestBuildStartsFromOne 13:12:44 [2020-07-17T13:12:44.740Z] === RUN TestDockerSuite/TestBuildStderr 13:12:44 [2020-07-17T13:12:44.999Z] --- PASS: TestAuthZPluginTLS (0.56s) 13:12:44 [2020-07-17T13:12:44.999Z] === RUN TestAuthZPluginDenyRequest 13:12:45 [2020-07-17T13:12:45.258Z] === RUN TestDockerSuite/TestBuildStepsWithProgress 13:12:45 [2020-07-17T13:12:45.517Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) 13:12:45 [2020-07-17T13:12:45.517Z] === RUN TestAuthZPluginAPIDenyResponse 13:12:46 [2020-07-17T13:12:46.085Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) 13:12:46 [2020-07-17T13:12:46.085Z] === RUN TestAuthZPluginDenyResponse 13:12:46 [2020-07-17T13:12:46.655Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) 13:12:46 [2020-07-17T13:12:46.655Z] === RUN TestAuthZPluginAllowEventStream 13:12:46 [2020-07-17T13:12:46.915Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy 13:12:48 [2020-07-17T13:12:48.295Z] --- PASS: TestAuthZPluginAllowEventStream (1.55s) 13:12:48 [2020-07-17T13:12:48.295Z] === RUN TestAuthZPluginErrorResponse 13:12:48 [2020-07-17T13:12:48.295Z] === RUN TestDockerSuite/TestBuildStopSignal 13:12:48 [2020-07-17T13:12:48.865Z] --- PASS: TestAuthZPluginErrorResponse (0.58s) 13:12:48 [2020-07-17T13:12:48.865Z] === RUN TestAuthZPluginErrorRequest 13:12:49 [2020-07-17T13:12:49.434Z] --- PASS: TestAuthZPluginErrorRequest (0.59s) 13:12:49 [2020-07-17T13:12:49.434Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 13:12:49 [2020-07-17T13:12:49.694Z] === RUN TestDockerSuite/TestBuildSymlinkBasename 13:12:49 [2020-07-17T13:12:49.925Z] ok github.com/docker/docker/client 0.666s coverage: 74.9% of statements 13:12:49 [2020-07-17T13:12:49.953Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) 13:12:49 [2020-07-17T13:12:49.953Z] === RUN TestAuthZPluginEnsureLoadImportWorking 13:12:50 [2020-07-17T13:12:50.523Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout 13:12:51 [2020-07-17T13:12:51.461Z] === RUN TestDockerSuite/TestBuildTagEvent 13:12:52 [2020-07-17T13:12:52.030Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.14s) 13:12:52 [2020-07-17T13:12:52.030Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 13:12:52 [2020-07-17T13:12:52.030Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions 13:12:52 [2020-07-17T13:12:52.720Z] --- PASS: TestServiceUpdateSecrets (15.33s) 13:12:52 [2020-07-17T13:12:52.720Z] === RUN TestServiceUpdateConfigs 13:12:53 [2020-07-17T13:12:53.409Z] === RUN TestDockerSuite/TestBuildUser 13:12:53 [2020-07-17T13:12:53.978Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.79s) 13:12:53 [2020-07-17T13:12:53.978Z] === RUN TestAuthZPluginHeader 13:12:54 [2020-07-17T13:12:54.916Z] --- PASS: TestAuthZPluginHeader (0.80s) 13:12:54 [2020-07-17T13:12:54.916Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 13:12:54 [2020-07-17T13:12:54.916Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot 13:12:57 [2020-07-17T13:12:57.460Z] === RUN TestDockerSuite/TestBuildUsersAndGroups 13:12:58 [2020-07-17T13:12:58.858Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.21s) 13:12:58 [2020-07-17T13:12:58.858Z] === RUN TestAuthZPluginV2Disable 13:13:03 [2020-07-17T13:13:03.053Z] --- PASS: TestAuthZPluginV2Disable (3.55s) 13:13:03 [2020-07-17T13:13:03.053Z] === RUN TestAuthZPluginV2RejectVolumeRequests 13:13:04 [2020-07-17T13:13:04.869Z] ok github.com/docker/docker/builder/remotecontext/git 30.503s coverage: 86.3% of statements 13:13:04 [2020-07-17T13:13:04.869Z] ? github.com/docker/docker/cli [no test files] 13:13:04 [2020-07-17T13:13:04.869Z] ? github.com/docker/docker/cli/config [no test files] 13:13:05 [2020-07-17T13:13:05.591Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.81s) 13:13:05 [2020-07-17T13:13:05.591Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 13:13:07 [2020-07-17T13:13:07.630Z] --- PASS: TestServiceUpdateConfigs (15.40s) 13:13:07 [2020-07-17T13:13:07.630Z] === RUN TestServiceUpdateNetwork 13:13:08 [2020-07-17T13:13:08.128Z] === RUN TestDockerSuite/TestBuildVerboseOut 13:13:08 [2020-07-17T13:13:08.388Z] === RUN TestDockerSuite/TestBuildVerifyIntString 13:13:08 [2020-07-17T13:13:08.649Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails 13:13:09 [2020-07-17T13:13:09.587Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer 13:13:10 [2020-07-17T13:13:10.967Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents 13:13:12 [2020-07-17T13:13:12.036Z] ok github.com/docker/docker/cmd/dockerd 0.602s coverage: 19.3% of statements 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSuite/TestBuildWindowsUser 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSuite/TestBuildWithExtraHost 13:13:12 [2020-07-17T13:13:12.349Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin 13:13:13 [2020-07-17T13:13:13.025Z] ok github.com/docker/docker/container 0.500s coverage: 41.6% of statements 13:13:13 [2020-07-17T13:13:13.025Z] ? github.com/docker/docker/container/stream [no test files] 13:13:13 [2020-07-17T13:13:13.025Z] ? github.com/docker/docker/contrib/apparmor [no test files] 13:13:13 [2020-07-17T13:13:13.025Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 13:13:13 [2020-07-17T13:13:13.025Z] ? github.com/docker/docker/contrib/httpserver [no test files] 13:13:13 [2020-07-17T13:13:13.731Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat 13:13:13 [2020-07-17T13:13:13.731Z] === RUN TestDockerSuite/TestBuildWithFailure 13:13:14 [2020-07-17T13:13:14.670Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext 13:13:15 [2020-07-17T13:13:15.240Z] === RUN TestDockerSuite/TestBuildWithTabs 13:13:15 [2020-07-17T13:13:15.243Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.369s coverage: 65.3% of statements 13:13:15 [2020-07-17T13:13:15.808Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.61s) 13:13:15 [2020-07-17T13:13:15.808Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 13:13:16 [2020-07-17T13:13:16.068Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM 13:13:16 [2020-07-17T13:13:16.068Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore 13:13:17 [2020-07-17T13:13:17.462Z] ok github.com/docker/docker/daemon/cluster 0.763s coverage: 0.5% of statements 13:13:17 [2020-07-17T13:13:17.932Z] ok github.com/docker/docker/daemon/cluster/convert 1.078s coverage: 35.4% of statements 13:13:17 [2020-07-17T13:13:17.974Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership 13:13:18 [2020-07-17T13:13:18.912Z] === RUN TestDockerSuite/TestBuildWithVolumes 13:13:19 [2020-07-17T13:13:19.480Z] === RUN TestDockerSuite/TestBuildWorkdirCmd 13:13:19 [2020-07-17T13:13:19.749Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd 13:13:19 [2020-07-17T13:13:19.860Z] --- PASS: TestServiceUpdateNetwork (14.31s) 13:13:19 [2020-07-17T13:13:19.860Z] === RUN TestServiceUpdatePidsLimit 13:13:20 [2020-07-17T13:13:20.009Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath 13:13:20 [2020-07-17T13:13:20.009Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables 13:13:20 [2020-07-17T13:13:20.576Z] === RUN TestDockerSuite/TestBuildXZHost 13:13:21 [2020-07-17T13:13:21.245Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 13:13:21 [2020-07-17T13:13:21.953Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock 13:13:21 [2020-07-17T13:13:21.953Z] === RUN TestDockerSuite/TestClientSetsTLSServerName 13:13:21 [2020-07-17T13:13:21.953Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked 13:13:22 [2020-07-17T13:13:22.190Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 13:13:22 [2020-07-17T13:13:22.212Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone 13:13:22 [2020-07-17T13:13:22.779Z] === RUN TestDockerSuite/TestCommitChange 13:13:23 [2020-07-17T13:13:23.349Z] === RUN TestDockerSuite/TestCommitChangeLabels 13:13:23 [2020-07-17T13:13:23.806Z] ok github.com/docker/docker/daemon/config 0.851s coverage: 79.7% of statements 13:13:23 [2020-07-17T13:13:23.806Z] ok github.com/docker/docker/daemon/discovery 0.804s coverage: 30.0% of statements 13:13:23 [2020-07-17T13:13:23.916Z] === RUN TestDockerSuite/TestCommitHardlink 13:13:24 [2020-07-17T13:13:24.852Z] === RUN TestDockerSuite/TestCommitNewFile 13:13:25 [2020-07-17T13:13:25.789Z] === RUN TestDockerSuite/TestCommitPausedContainer 13:13:26 [2020-07-17T13:13:26.030Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.824s coverage: 11.1% of statements 13:13:26 [2020-07-17T13:13:26.356Z] === RUN TestDockerSuite/TestCommitTTY 13:13:27 [2020-07-17T13:13:27.018Z] ok github.com/docker/docker/daemon 3.687s coverage: 9.2% of statements 13:13:27 [2020-07-17T13:13:27.018Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 13:13:27 [2020-07-17T13:13:27.018Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 13:13:27 [2020-07-17T13:13:27.018Z] ok github.com/docker/docker/daemon/events 0.329s coverage: 50.0% of statements 13:13:27 [2020-07-17T13:13:27.018Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 13:13:27 [2020-07-17T13:13:27.018Z] ? github.com/docker/docker/daemon/exec [no test files] 13:13:27 [2020-07-17T13:13:27.292Z] === RUN TestDockerSuite/TestCommitWithFilterLabel 13:13:27 [2020-07-17T13:13:27.551Z] === RUN TestDockerSuite/TestCommitWithHostBindMount 13:13:28 [2020-07-17T13:13:28.006Z] ok github.com/docker/docker/daemon/graphdriver 0.314s coverage: 2.3% of statements 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/quota [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] 13:13:28 [2020-07-17T13:13:28.006Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] 13:13:28 [2020-07-17T13:13:28.475Z] ok github.com/docker/docker/daemon/links 0.223s coverage: 93.0% of statements 13:13:28 [2020-07-17T13:13:28.489Z] === RUN TestDockerSuite/TestCommitWithoutPause 13:13:29 [2020-07-17T13:13:29.057Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks 13:13:29 [2020-07-17T13:13:29.057Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks 13:13:29 [2020-07-17T13:13:29.057Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions 13:13:29 [2020-07-17T13:13:29.057Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions 13:13:29 [2020-07-17T13:13:29.315Z] === RUN TestDockerSuite/TestContainerAPIBadPort 13:13:29 [2020-07-17T13:13:29.315Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding 13:13:29 [2020-07-17T13:13:29.315Z] === RUN TestDockerSuite/TestContainerAPICommit 13:13:30 [2020-07-17T13:13:30.254Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig 13:13:30 [2020-07-17T13:13:30.327Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 13:13:31 [2020-07-17T13:13:31.191Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 13:13:31 [2020-07-17T13:13:31.191Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore 13:13:31 [2020-07-17T13:13:31.434Z] ok github.com/docker/docker/daemon/logger 0.671s coverage: 41.2% of statements 13:13:31 [2020-07-17T13:13:31.434Z] ok github.com/docker/docker/daemon/logger/awslogs 0.496s coverage: 77.8% of statements 13:13:31 [2020-07-17T13:13:31.450Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 13:13:31 [2020-07-17T13:13:31.903Z] ok github.com/docker/docker/daemon/images 0.592s coverage: 4.8% of statements 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/initlayer [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/listeners [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] 13:13:31 [2020-07-17T13:13:31.903Z] ? github.com/docker/docker/daemon/logger/journald [no test files] 13:13:32 [2020-07-17T13:13:32.019Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 13:13:32 [2020-07-17T13:13:32.277Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 13:13:32 [2020-07-17T13:13:32.372Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.391s coverage: 61.6% of statements 13:13:32 [2020-07-17T13:13:32.537Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s) 13:13:32 [2020-07-17T13:13:32.537Z] PASS 13:13:32 [2020-07-17T13:13:32.537Z] 13:13:32 [2020-07-17T13:13:32.537Z] DONE 17 tests in 49.685s 13:13:32 [2020-07-17T13:13:32.537Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 13:13:32 [2020-07-17T13:13:32.537Z] ++ 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 13:13:32 [2020-07-17T13:13:32.537Z] ++ set -e 13:13:32 [2020-07-17T13:13:32.537Z] ++ '[' -n 0 ']' 13:13:32 [2020-07-17T13:13:32.537Z] ++ set -x 13:13:32 [2020-07-17T13:13:32.537Z] ++ 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 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 13:13:32 [2020-07-17T13:13:32.797Z] INFO: Testing against a local daemon 13:13:32 [2020-07-17T13:13:32.797Z] === RUN TestPluginInvalidJSON 13:13:32 [2020-07-17T13:13:32.797Z] === RUN TestPluginInvalidJSON//plugins/foobar/set 13:13:32 [2020-07-17T13:13:32.797Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set 13:13:32 [2020-07-17T13:13:32.797Z] === CONT TestPluginInvalidJSON//plugins/foobar/set 13:13:32 [2020-07-17T13:13:32.797Z] --- PASS: TestPluginInvalidJSON (0.02s) 13:13:32 [2020-07-17T13:13:32.797Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) 13:13:32 [2020-07-17T13:13:32.797Z] === RUN TestPluginInstall 13:13:32 [2020-07-17T13:13:32.797Z] === RUN TestPluginInstall/no_auth 13:13:32 [2020-07-17T13:13:32.797Z] === RUN TestDockerSuite/TestContainerAPICreate 13:13:33 [2020-07-17T13:13:33.361Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.222s coverage: 87.2% of statements 13:13:33 [2020-07-17T13:13:33.365Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode 13:13:33 [2020-07-17T13:13:33.365Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig 13:13:33 [2020-07-17T13:13:33.365Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead 13:13:33 [2020-07-17T13:13:33.933Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig 13:13:33 [2020-07-17T13:13:33.933Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 13:13:33 [2020-07-17T13:13:33.933Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes 13:13:33 [2020-07-17T13:13:33.933Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset 13:13:34 [2020-07-17T13:13:34.193Z] === RUN TestDockerSuite/TestContainerAPIDelete 13:13:34 [2020-07-17T13:13:34.930Z] ok github.com/docker/docker/daemon/logger/local 0.603s coverage: 75.2% of statements 13:13:34 [2020-07-17T13:13:34.930Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 13:13:34 [2020-07-17T13:13:34.930Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.175s coverage: 35.9% of statements 13:13:34 [2020-07-17T13:13:34.930Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.205s coverage: 33.3% of statements 13:13:35 [2020-07-17T13:13:35.132Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict 13:13:35 [2020-07-17T13:13:35.702Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer 13:13:35 [2020-07-17T13:13:35.702Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce 13:13:36 [2020-07-17T13:13:36.642Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist 13:13:36 [2020-07-17T13:13:36.642Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks 13:13:36 [2020-07-17T13:13:36.908Z] --- PASS: TestServiceUpdatePidsLimit (17.42s) 13:13:36 [2020-07-17T13:13:36.908Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s) 13:13:36 [2020-07-17T13:13:36.908Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) 13:13:36 [2020-07-17T13:13:36.908Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.11s) 13:13:36 [2020-07-17T13:13:36.908Z] PASS 13:13:36 [2020-07-17T13:13:36.908Z] 13:13:36 [2020-07-17T13:13:36.908Z] === Skipped 13:13:36 [2020-07-17T13:13:36.908Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) 13:13:36 [2020-07-17T13:13:36.908Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:13:36 [2020-07-17T13:13:36.908Z] 13:13:36 [2020-07-17T13:13:36.908Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) 13:13:36 [2020-07-17T13:13:36.908Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:13:36 [2020-07-17T13:13:36.908Z] 13:13:36 [2020-07-17T13:13:36.908Z] 13:13:36 [2020-07-17T13:13:36.908Z] DONE 27 tests, 2 skipped in 160.564s 13:13:36 [2020-07-17T13:13:36.908Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 13:13:36 [2020-07-17T13:13:36.908Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m 13:13:36 [2020-07-17T13:13:36.908Z] ++ set -e 13:13:36 [2020-07-17T13:13:36.908Z] ++ '[' -n 0 ']' 13:13:36 [2020-07-17T13:13:36.908Z] ++ set -x 13:13:36 [2020-07-17T13:13:36.908Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m 13:13:37 [2020-07-17T13:13:37.149Z] ok github.com/docker/docker/daemon/logger/syslog 0.168s coverage: 46.8% of statements 13:13:37 [2020-07-17T13:13:37.149Z] ok github.com/docker/docker/daemon/logger/templates 0.266s coverage: 8.3% of statements 13:13:37 [2020-07-17T13:13:37.168Z] INFO: Testing against a local daemon 13:13:37 [2020-07-17T13:13:37.168Z] === RUN TestSessionCreate 13:13:37 [2020-07-17T13:13:37.168Z] --- PASS: TestSessionCreate (0.06s) 13:13:37 [2020-07-17T13:13:37.168Z] === RUN TestSessionCreateWithBadUpgrade 13:13:37 [2020-07-17T13:13:37.168Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) 13:13:37 [2020-07-17T13:13:37.168Z] PASS 13:13:37 [2020-07-17T13:13:37.168Z] 13:13:37 [2020-07-17T13:13:37.168Z] DONE 2 tests in 0.257s 13:13:37 [2020-07-17T13:13:37.168Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 13:13:37 [2020-07-17T13:13:37.169Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m 13:13:37 [2020-07-17T13:13:37.169Z] ++ set -e 13:13:37 [2020-07-17T13:13:37.169Z] ++ '[' -n 0 ']' 13:13:37 [2020-07-17T13:13:37.169Z] ++ set -x 13:13:37 [2020-07-17T13:13:37.169Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m 13:13:37 [2020-07-17T13:13:37.430Z] INFO: Testing against a local daemon 13:13:37 [2020-07-17T13:13:37.430Z] === RUN TestCgroupDriverSystemdMemoryLimit 13:13:37 [2020-07-17T13:13:37.430Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 13:13:37 [2020-07-17T13:13:37.430Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:13:37 [2020-07-17T13:13:37.430Z] === RUN TestEventsExecDie 13:13:38 [2020-07-17T13:13:38.374Z] --- PASS: TestEventsExecDie (0.86s) 13:13:38 [2020-07-17T13:13:38.374Z] === RUN TestEventsBackwardsCompatible 13:13:38 [2020-07-17T13:13:38.374Z] --- PASS: TestEventsBackwardsCompatible (0.11s) 13:13:38 [2020-07-17T13:13:38.374Z] === RUN TestInfoBinaryCommits 13:13:38 [2020-07-17T13:13:38.374Z] --- PASS: TestInfoBinaryCommits (0.05s) 13:13:38 [2020-07-17T13:13:38.374Z] === RUN TestInfoAPIVersioned 13:13:38 [2020-07-17T13:13:38.374Z] --- PASS: TestInfoAPIVersioned (0.02s) 13:13:38 [2020-07-17T13:13:38.374Z] === RUN TestInfoDiscoveryBackend 13:13:38 [2020-07-17T13:13:38.562Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume 13:13:38 [2020-07-17T13:13:38.753Z] ok github.com/docker/docker/daemon/logger/splunk 2.360s coverage: 82.5% of statements 13:13:38 [2020-07-17T13:13:38.753Z] ? github.com/docker/docker/daemon/names [no test files] 13:13:38 [2020-07-17T13:13:38.753Z] ? github.com/docker/docker/daemon/network [no test files] 13:13:38 [2020-07-17T13:13:38.754Z] ? github.com/docker/docker/daemon/stats [no test files] 13:13:39 [2020-07-17T13:13:39.317Z] --- PASS: TestInfoDiscoveryBackend (0.61s) 13:13:39 [2020-07-17T13:13:39.317Z] === RUN TestInfoDiscoveryInvalidAdvertise 13:13:39 [2020-07-17T13:13:39.500Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName 13:13:39 [2020-07-17T13:13:39.500Z] === RUN TestDockerSuite/TestContainerAPIGetAll 13:13:40 [2020-07-17T13:13:40.258Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) 13:13:40 [2020-07-17T13:13:40.258Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName 13:13:40 [2020-07-17T13:13:40.323Z] ok github.com/docker/docker/distribution/metadata 1.276s coverage: 48.2% of statements 13:13:40 [2020-07-17T13:13:40.323Z] ok github.com/docker/docker/distribution 1.557s coverage: 20.3% of statements 13:13:40 [2020-07-17T13:13:40.438Z] === RUN TestDockerSuite/TestContainerAPIGetChanges 13:13:40 [2020-07-17T13:13:40.793Z] ? github.com/docker/docker/distribution/utils [no test files] 13:13:40 [2020-07-17T13:13:40.829Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.60s) 13:13:40 [2020-07-17T13:13:40.829Z] === RUN TestInfoAPI 13:13:40 [2020-07-17T13:13:40.829Z] --- PASS: TestInfoAPI (0.05s) 13:13:40 [2020-07-17T13:13:40.829Z] === RUN TestInfoAPIWarnings 13:13:41 [2020-07-17T13:13:41.007Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes 13:13:41 [2020-07-17T13:13:41.007Z] === RUN TestDockerSuite/TestContainerAPIGetExport 13:13:41 [2020-07-17T13:13:41.262Z] ok github.com/docker/docker/errdefs 0.182s coverage: 49.4% of statements 13:13:41 [2020-07-17T13:13:41.401Z] --- PASS: TestInfoAPIWarnings (0.59s) 13:13:41 [2020-07-17T13:13:41.401Z] === RUN TestInfoDebug 13:13:41 [2020-07-17T13:13:41.731Z] ok github.com/docker/docker/distribution/xfer 2.226s coverage: 76.8% of statements 13:13:41 [2020-07-17T13:13:41.731Z] ? github.com/docker/docker/dockerversion [no test files] 13:13:41 [2020-07-17T13:13:41.944Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted 13:13:41 [2020-07-17T13:13:41.973Z] --- PASS: TestInfoDebug (0.58s) 13:13:41 [2020-07-17T13:13:41.973Z] === RUN TestInfoInsecureRegistries 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7d162e2167ccac989b851b367891deed0bade48ad4fa4c98d019383179162f0" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:42 [2020-07-17T13:13:42.513Z] time="2020-07-17T13:13:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f7d162e2167ccac989b851b367891deed0bade48ad4fa4c98d019383179162f0" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:42 [2020-07-17T13:13:42.513Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax 13:13:42 [2020-07-17T13:13:42.513Z] === RUN TestDockerSuite/TestContainerAPIKill 13:13:42 [2020-07-17T13:13:42.544Z] --- PASS: TestInfoInsecureRegistries (0.58s) 13:13:42 [2020-07-17T13:13:42.545Z] === RUN TestInfoRegistryMirrors 13:13:42 [2020-07-17T13:13:42.719Z] ok github.com/docker/docker/image/cache 0.137s coverage: 19.2% of statements 13:13:42 [2020-07-17T13:13:42.808Z] ? github.com/docker/docker/api/server/backend/build [no test files] 13:13:43 [2020-07-17T13:13:43.082Z] === RUN TestPluginInstall/with_htpasswd 13:13:43 [2020-07-17T13:13:43.115Z] --- PASS: TestInfoRegistryMirrors (0.58s) 13:13:43 [2020-07-17T13:13:43.115Z] === RUN TestLoginFailsWithBadCredentials 13:13:43 [2020-07-17T13:13:43.188Z] ok github.com/docker/docker/image/v1 0.199s coverage: 25.0% of statements 13:13:43 [2020-07-17T13:13:43.342Z] === RUN TestDockerSuite/TestContainerAPIPause 13:13:43 [2020-07-17T13:13:43.376Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) 13:13:43 [2020-07-17T13:13:43.376Z] === RUN TestPingCacheHeaders 13:13:43 [2020-07-17T13:13:43.376Z] --- PASS: TestPingCacheHeaders (0.05s) 13:13:43 [2020-07-17T13:13:43.376Z] === RUN TestPingGet 13:13:43 [2020-07-17T13:13:43.637Z] --- PASS: TestPingGet (0.03s) 13:13:43 [2020-07-17T13:13:43.637Z] === RUN TestPingHead 13:13:43 [2020-07-17T13:13:43.637Z] --- PASS: TestPingHead (0.05s) 13:13:43 [2020-07-17T13:13:43.637Z] === RUN TestVersion 13:13:43 [2020-07-17T13:13:43.637Z] --- PASS: TestVersion (0.05s) 13:13:43 [2020-07-17T13:13:43.637Z] PASS 13:13:43 [2020-07-17T13:13:43.637Z] 13:13:43 [2020-07-17T13:13:43.637Z] === Skipped 13:13:43 [2020-07-17T13:13:43.637Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:13:43 [2020-07-17T13:13:43.637Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:13:43 [2020-07-17T13:13:43.637Z] 13:13:43 [2020-07-17T13:13:43.637Z] 13:13:43 [2020-07-17T13:13:43.637Z] DONE 18 tests, 1 skipped in 6.350s 13:13:43 [2020-07-17T13:13:43.637Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 13:13:43 [2020-07-17T13:13:43.637Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m 13:13:43 [2020-07-17T13:13:43.637Z] ++ set -e 13:13:43 [2020-07-17T13:13:43.637Z] ++ '[' -n 0 ']' 13:13:43 [2020-07-17T13:13:43.637Z] ++ set -x 13:13:43 [2020-07-17T13:13:43.637Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m 13:13:43 [2020-07-17T13:13:43.658Z] ok github.com/docker/docker/image 1.021s coverage: 86.4% of statements 13:13:43 [2020-07-17T13:13:43.658Z] ? github.com/docker/docker/image/tarexport [no test files] 13:13:43 [2020-07-17T13:13:43.658Z] ? github.com/docker/docker/internal/test/suite [no test files] 13:13:43 [2020-07-17T13:13:43.745Z] ok github.com/docker/docker/api/server/httputils 0.003s coverage: 14.7% of statements 13:13:43 [2020-07-17T13:13:43.898Z] INFO: Testing against a local daemon 13:13:43 [2020-07-17T13:13:43.898Z] === RUN TestVolumesCreateAndList 13:13:43 [2020-07-17T13:13:43.898Z] --- PASS: TestVolumesCreateAndList (0.04s) 13:13:43 [2020-07-17T13:13:43.898Z] === RUN TestVolumesRemove 13:13:43 [2020-07-17T13:13:43.898Z] --- PASS: TestVolumesRemove (0.12s) 13:13:43 [2020-07-17T13:13:43.898Z] === RUN TestVolumesInspect 13:13:43 [2020-07-17T13:13:43.898Z] --- PASS: TestVolumesInspect (0.03s) 13:13:43 [2020-07-17T13:13:43.898Z] === RUN TestVolumesInvalidJSON 13:13:43 [2020-07-17T13:13:43.898Z] === RUN TestVolumesInvalidJSON//volumes/create 13:13:43 [2020-07-17T13:13:43.898Z] === PAUSE TestVolumesInvalidJSON//volumes/create 13:13:43 [2020-07-17T13:13:43.898Z] === CONT TestVolumesInvalidJSON//volumes/create 13:13:43 [2020-07-17T13:13:43.898Z] --- PASS: TestVolumesInvalidJSON (0.03s) 13:13:43 [2020-07-17T13:13:43.898Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) 13:13:43 [2020-07-17T13:13:43.898Z] PASS 13:13:43 [2020-07-17T13:13:43.898Z] 13:13:43 [2020-07-17T13:13:43.898Z] DONE 5 tests in 0.368s 13:13:43 [2020-07-17T13:13:43.898Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2668e82680f4e9637181963c4318340ac0018720674e868647e4e0325203f7f2" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:43 [2020-07-17T13:13:43.911Z] time="2020-07-17T13:13:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2668e82680f4e9637181963c4318340ac0018720674e868647e4e0325203f7f2" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:44 [2020-07-17T13:13:44.171Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop 13:13:44 [2020-07-17T13:13:44.430Z] === RUN TestPluginInstall/with_insecure 13:13:44 [2020-07-17T13:13:44.469Z] ++++ cat bundles/test-integration/docker.pid 13:13:44 [2020-07-17T13:13:44.469Z] +++ kill 13598 13:13:44 [2020-07-17T13:13:44.646Z] ok github.com/docker/docker/libcontainerd/queue 0.059s coverage: 100.0% of statements 13:13:44 [2020-07-17T13:13:44.999Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull 13:13:44 [2020-07-17T13:13:44.999Z] === RUN TestDockerSuite/TestContainerAPIRename 13:13:45 [2020-07-17T13:13:45.122Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements 13:13:45 [2020-07-17T13:13:45.122Z] ? github.com/docker/docker/api/server/router [no test files] 13:13:45 [2020-07-17T13:13:45.122Z] ? github.com/docker/docker/api/server/router/build [no test files] 13:13:45 [2020-07-17T13:13:45.122Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f41024bdf8735c524b81747eea77a57ee917c91cf1805d55a4e017ccda27ccc" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:13:45 [2020-07-17T13:13:45.568Z] time="2020-07-17T13:13:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7f41024bdf8735c524b81747eea77a57ee917c91cf1805d55a4e017ccda27ccc" mediatype=application/vnd.docker.plugin.v1+json size=522 13:13:45 [2020-07-17T13:13:45.636Z] ok github.com/docker/docker/libcontainerd/local 0.260s coverage: 1.0% of statements 13:13:45 [2020-07-17T13:13:45.636Z] ok github.com/docker/docker/layer 0.539s coverage: 30.1% of statements 13:13:45 [2020-07-17T13:13:45.690Z] ? github.com/docker/docker/api/server/router/container [no test files] 13:13:45 [2020-07-17T13:13:45.690Z] ? github.com/docker/docker/api/server/router/debug [no test files] 13:13:45 [2020-07-17T13:13:45.690Z] ? github.com/docker/docker/api/server/router/distribution [no test files] 13:13:45 [2020-07-17T13:13:45.690Z] ? github.com/docker/docker/api/server/router/grpc [no test files] 13:13:45 [2020-07-17T13:13:45.828Z] === RUN TestDockerSuite/TestContainerAPIRestart 13:13:45 [2020-07-17T13:13:45.852Z] +++ /etc/init.d/apparmor stop 13:13:45 [2020-07-17T13:13:45.852Z] Leaving: AppArmorNo profiles have been unloaded. 13:13:45 [2020-07-17T13:13:45.852Z] 13:13:45 [2020-07-17T13:13:45.852Z] Unloading profiles will leave already running processes permanently 13:13:45 [2020-07-17T13:13:45.852Z] unconfined, which can lead to unexpected situations. 13:13:45 [2020-07-17T13:13:45.852Z] 13:13:45 [2020-07-17T13:13:45.852Z] To set a process to complain mode, use the command line tool 13:13:45 [2020-07-17T13:13:45.852Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:13:45 [2020-07-17T13:13:45.852Z] +++ true 13:13:45 [2020-07-17T13:13:45.852Z] exiting test-integration 13:13:45 [2020-07-17T13:13:45.852Z] ++ exit 0 13:13:45 [2020-07-17T13:13:45.852Z] 13:13:45 [2020-07-17T13:13:45.949Z] ? github.com/docker/docker/api/server/router/image [no test files] 13:13:45 [2020-07-17T13:13:45.950Z] ? github.com/docker/docker/api/server/router/network [no test files] 13:13:46 [2020-07-17T13:13:46.088Z] --- PASS: TestPluginInstall (13.27s) 13:13:46 [2020-07-17T13:13:46.088Z] --- PASS: TestPluginInstall/no_auth (10.12s) 13:13:46 [2020-07-17T13:13:46.088Z] --- PASS: TestPluginInstall/with_htpasswd (1.62s) 13:13:46 [2020-07-17T13:13:46.088Z] --- PASS: TestPluginInstall/with_insecure (1.53s) 13:13:46 [2020-07-17T13:13:46.088Z] plugin_test.go:157: [d7d09f281125b] daemon is not started 13:13:46 [2020-07-17T13:13:46.088Z] PASS 13:13:46 [2020-07-17T13:13:46.088Z] 13:13:46 [2020-07-17T13:13:46.088Z] DONE 6 tests in 13.431s 13:13:46 [2020-07-17T13:13:46.088Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 13:13:46 [2020-07-17T13:13:46.088Z] ++ 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 13:13:46 [2020-07-17T13:13:46.088Z] ++ set -e 13:13:46 [2020-07-17T13:13:46.088Z] ++ '[' -n 0 ']' 13:13:46 [2020-07-17T13:13:46.088Z] ++ set -x 13:13:46 [2020-07-17T13:13:46.088Z] ++ 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 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 13:13:46 [2020-07-17T13:13:46.088Z] INFO: Testing against a local daemon 13:13:46 [2020-07-17T13:13:46.088Z] === RUN TestExternalGraphDriver 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/libcontainerd [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/libcontainerd/types [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/oci [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ? github.com/docker/docker/oci/caps [no test files] 13:13:46 [2020-07-17T13:13:46.105Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 50.0% of statements 13:13:46 [2020-07-17T13:13:46.347Z] === RUN TestExternalGraphDriver/json 13:13:46 [2020-07-17T13:13:46.605Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam 13:13:46 [2020-07-17T13:13:46.904Z] ? github.com/docker/docker/api/server/router/plugin [no test files] 13:13:46 [2020-07-17T13:13:46.904Z] ? github.com/docker/docker/api/server/router/session [no test files] 13:13:47 [2020-07-17T13:13:47.094Z] ok github.com/docker/docker/opts 0.610s coverage: 67.7% of statements 13:13:47 [2020-07-17T13:13:47.094Z] ok github.com/docker/docker/pkg/broadcaster 0.048s coverage: 100.0% of statements 13:13:47 [2020-07-17T13:13:47.479Z] ok github.com/docker/docker/api/server/router/swarm 0.004s coverage: 5.1% of statements 13:13:47 [2020-07-17T13:13:47.479Z] ? github.com/docker/docker/api/server/router/system [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/server/router/volume [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/types [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/types/backend [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/types/blkiodev [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/types/container [no test files] 13:13:47 [2020-07-17T13:13:47.738Z] ? github.com/docker/docker/api/types/events [no test files] Post stage [Pipeline] junit 13:13:47 [2020-07-17T13:13:47.779Z] Recording test results 13:13:47 [2020-07-17T13:13:47.987Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount 13:13:47 [2020-07-17T13:13:47.987Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName 13:13:47 [2020-07-17T13:13:47.987Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount 13:13:47 [2020-07-17T13:13:47.987Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch 13:13:47 [2020-07-17T13:13:47.987Z] === RUN TestDockerSuite/TestContainerAPIStart 13:13:48 [2020-07-17T13:13:48.083Z] ok github.com/docker/docker/pkg/capabilities 0.052s coverage: 87.5% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:13:48 [2020-07-17T13:13:48.247Z] === RUN TestExternalGraphDriver/spec 13:13:48 [2020-07-17T13:13:48.247Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled 13:13:48 [2020-07-17T13:13:48.305Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements 13:13:48 [2020-07-17T13:13:48.305Z] ok github.com/docker/docker/api/types/filters 0.006s coverage: 92.2% of statements 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/image [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/mount [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/network [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/registry [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/swarm [no test files] 13:13:48 [2020-07-17T13:13:48.305Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] 13:13:48 [2020-07-17T13:13:48.463Z] + echo Ensuring container killed. 13:13:48 [2020-07-17T13:13:48.463Z] Ensuring container killed. 13:13:48 [2020-07-17T13:13:48.463Z] + docker rm -vf docker-pr2 13:13:48 [2020-07-17T13:13:48.463Z] Error: No such container: docker-pr2 13:13:48 [2020-07-17T13:13:48.463Z] + true [Pipeline] sh 13:13:48 [2020-07-17T13:13:48.551Z] ok github.com/docker/docker/pkg/authorization 0.679s coverage: 26.8% of statements 13:13:48 [2020-07-17T13:13:48.565Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements 13:13:48 [2020-07-17T13:13:48.565Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/api/types/volume [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] 13:13:48 [2020-07-17T13:13:48.565Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] 13:13:48 [2020-07-17T13:13:48.766Z] + echo Chowning /workspace to jenkins user 13:13:48 [2020-07-17T13:13:48.766Z] Chowning /workspace to jenkins user 13:13:48 [2020-07-17T13:13:48.766Z] + id -u 13:13:48 [2020-07-17T13:13:48.766Z] + id -g 13:13:48 [2020-07-17T13:13:48.766Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/workspace busybox chown -R 1000:1000 /workspace 13:13:48 [2020-07-17T13:13:48.766Z] Unable to find image 'busybox:latest' locally 13:13:48 [2020-07-17T13:13:48.766Z] latest: Pulling from library/busybox 13:13:49 [2020-07-17T13:13:49.021Z] ok github.com/docker/docker/pkg/chrootarchive 0.108s coverage: 15.4% of statements 13:13:49 [2020-07-17T13:13:49.021Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements 13:13:49 [2020-07-17T13:13:49.029Z] ebdaf4d05d6f: Pulling fs layer 13:13:49 [2020-07-17T13:13:49.029Z] ebdaf4d05d6f: Verifying Checksum 13:13:49 [2020-07-17T13:13:49.029Z] ebdaf4d05d6f: Download complete 13:13:49 [2020-07-17T13:13:49.133Z] ok github.com/docker/docker/builder/dockerignore 0.011s coverage: 96.8% of statements 13:13:49 [2020-07-17T13:13:49.292Z] ebdaf4d05d6f: Pull complete 13:13:49 [2020-07-17T13:13:49.292Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 13:13:49 [2020-07-17T13:13:49.292Z] Status: Downloaded newer image for busybox:latest 13:13:50 [2020-07-17T13:13:50.009Z] ok github.com/docker/docker/pkg/discovery 0.075s coverage: 58.3% of statements 13:13:50 [2020-07-17T13:13:50.152Z] === RUN TestExternalGraphDriver/pull 13:13:50 [2020-07-17T13:13:50.478Z] ok github.com/docker/docker/pkg/discovery/file 0.157s coverage: 92.9% of statements 13:13:51 [2020-07-17T13:13:51.089Z] --- PASS: TestExternalGraphDriver (4.82s) 13:13:51 [2020-07-17T13:13:51.089Z] --- PASS: TestExternalGraphDriver/json (1.87s) 13:13:51 [2020-07-17T13:13:51.089Z] --- PASS: TestExternalGraphDriver/spec (1.57s) 13:13:51 [2020-07-17T13:13:51.089Z] --- PASS: TestExternalGraphDriver/pull (1.22s) 13:13:51 [2020-07-17T13:13:51.089Z] === RUN TestGraphdriverPluginV2 13:13:51 [2020-07-17T13:13:51.473Z] ok github.com/docker/docker/pkg/discovery/memory 0.222s coverage: 92.3% of statements 13:13:51 [2020-07-17T13:13:51.946Z] ok github.com/docker/docker/pkg/discovery/nodes 0.070s coverage: 93.8% of statements 13:13:52 [2020-07-17T13:13:52.415Z] ok github.com/docker/docker/pkg/filenotify 0.048s coverage: 36.2% of statements 13:13:52 [2020-07-17T13:13:52.422Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 48.1% of statements 13:13:52 [2020-07-17T13:13:52.422Z] ok github.com/docker/docker/builder/remotecontext 0.100s coverage: 13.6% of statements 13:13:52 [2020-07-17T13:13:52.466Z] === RUN TestDockerSuite/TestContainerAPIStop [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:13:52 [2020-07-17T13:13:52.903Z] + bundleName=arm64-integration 13:13:52 [2020-07-17T13:13:52.903Z] + echo Creating arm64-integration-bundles.tar.gz 13:13:52 [2020-07-17T13:13:52.903Z] Creating arm64-integration-bundles.tar.gz 13:13:52 [2020-07-17T13:13:52.903Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print 13:13:52 [2020-07-17T13:13:52.903Z] + xargs tar -czf arm64-integration-bundles.tar.gz 13:13:53 [2020-07-17T13:13:53.035Z] === RUN TestDockerSuite/TestContainerAPITop [Pipeline] archiveArtifacts 13:13:53 [2020-07-17T13:13:53.178Z] Archiving artifacts 13:13:53 [2020-07-17T13:13:53.403Z] ok github.com/docker/docker/pkg/fileutils 0.145s coverage: 87.7% of statements 13:13:53 [2020-07-17T13:13:53.403Z] ok github.com/docker/docker/pkg/homedir 0.075s coverage: 42.9% of statements 13:13:53 [2020-07-17T13:13:53.604Z] === RUN TestDockerSuite/TestContainerAPITopWindows 13:13:53 [2020-07-17T13:13:53.604Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader 13:13:53 [2020-07-17T13:13:53.604Z] === RUN TestDockerSuite/TestContainerAPIWait 13:13:53 [2020-07-17T13:13:53.798Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements 13:13:54 [2020-07-17T13:13:54.366Z] ok github.com/docker/docker/builder/remotecontext/git 1.212s coverage: 86.3% of statements 13:13:54 [2020-07-17T13:13:54.366Z] ? github.com/docker/docker/cli [no test files] 13:13:54 [2020-07-17T13:13:54.366Z] ? github.com/docker/docker/cli/config [no test files] 13:13:54 [2020-07-17T13:13:54.391Z] ok github.com/docker/docker/pkg/discovery/kv 3.391s coverage: 84.1% of statements 13:13:54 [2020-07-17T13:13:54.540Z] --- PASS: TestGraphdriverPluginV2 (3.38s) 13:13:54 [2020-07-17T13:13:54.540Z] PASS 13:13:54 [2020-07-17T13:13:54.540Z] 13:13:54 [2020-07-17T13:13:54.540Z] DONE 5 tests in 8.318s 13:13:54 [2020-07-17T13:13:54.540Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 13:13:54 [2020-07-17T13:13:54.540Z] ++ 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 13:13:54 [2020-07-17T13:13:54.540Z] ++ set -e 13:13:54 [2020-07-17T13:13:54.540Z] ++ '[' -n 0 ']' 13:13:54 [2020-07-17T13:13:54.540Z] ++ set -x 13:13:54 [2020-07-17T13:13:54.540Z] ++ 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 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 13:13:54 [2020-07-17T13:13:54.540Z] INFO: Testing against a local daemon 13:13:54 [2020-07-17T13:13:54.540Z] === RUN TestContinueAfterPluginCrash 13:13:54 [2020-07-17T13:13:54.540Z] === PAUSE TestContinueAfterPluginCrash 13:13:54 [2020-07-17T13:13:54.540Z] === RUN TestReadPluginNoRead 13:13:54 [2020-07-17T13:13:54.540Z] === PAUSE TestReadPluginNoRead 13:13:54 [2020-07-17T13:13:54.540Z] === RUN TestDaemonStartWithLogOpt 13:13:54 [2020-07-17T13:13:54.540Z] === PAUSE TestDaemonStartWithLogOpt 13:13:54 [2020-07-17T13:13:54.540Z] === CONT TestContinueAfterPluginCrash 13:13:54 [2020-07-17T13:13:54.540Z] === CONT TestDaemonStartWithLogOpt 13:13:54 [2020-07-17T13:13:54.861Z] ok github.com/docker/docker/pkg/idtools 0.174s coverage: 7.3% of statements 13:13:54 [2020-07-17T13:13:54.893Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:13:55 [2020-07-17T13:13:55.232Z] + make clean 13:13:55 [2020-07-17T13:13:55.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore 13:13:55 [2020-07-17T13:13:55.804Z] docker volume rm -f docker-dev-cache 13:13:55 [2020-07-17T13:13:55.804Z] docker-dev-cache [Pipeline] deleteDir 13:13:55 [2020-07-17T13:13:55.852Z] ok github.com/docker/docker/pkg/locker 0.057s coverage: 88.9% of statements 13:13:55 [2020-07-17T13:13:55.852Z] ok github.com/docker/docker/pkg/ioutils 0.793s coverage: 69.2% of statements 13:13:55 [2020-07-17T13:13:55.852Z] ok github.com/docker/docker/pkg/jsonmessage 0.205s coverage: 91.7% of statements 13:13:56 [2020-07-17T13:13:56.053Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal 13:13:56 [2020-07-17T13:13:56.321Z] ok github.com/docker/docker/pkg/archive 7.757s coverage: 62.7% of statements 13:13:56 [2020-07-17T13:13:56.794Z] ok github.com/docker/docker/pkg/longpath 0.068s coverage: 100.0% of statements 13:13:56 [2020-07-17T13:13:56.794Z] ok github.com/docker/docker/pkg/namesgenerator 0.051s coverage: 85.7% of statements 13:13:56 [2020-07-17T13:13:56.992Z] === RUN TestDockerSuite/TestContainerNetworkMode 13:13:57 [2020-07-17T13:13:57.264Z] ok github.com/docker/docker/pkg/parsers 0.084s coverage: 97.0% of statements 13:13:57 [2020-07-17T13:13:57.733Z] ok github.com/docker/docker/pkg/pidfile 0.074s coverage: 82.6% of statements 13:13:58 [2020-07-17T13:13:58.376Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks 13:13:58 [2020-07-17T13:13:58.560Z] ok github.com/docker/docker/client 0.143s coverage: 75.4% of statements 13:13:59 [2020-07-17T13:13:59.300Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.210s coverage: 56.8% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } 13:13:59 [2020-07-17T13:13:59.770Z] ok github.com/docker/docker/pkg/plugins/transport 0.180s coverage: 85.7% of statements [Pipeline] // stage [Pipeline] } 13:14:00 [2020-07-17T13:14:00.239Z] ok github.com/docker/docker/pkg/pools 0.068s coverage: 88.2% of statements 13:14:00 [2020-07-17T13:14:00.282Z] --- PASS: TestDaemonStartWithLogOpt (5.64s) 13:14:00 [2020-07-17T13:14:00.282Z] === CONT TestReadPluginNoRead 13:14:00 [2020-07-17T13:14:00.709Z] ok github.com/docker/docker/pkg/progress 0.038s coverage: 75.9% of statements 13:14:01 [2020-07-17T13:14:01.697Z] ok github.com/docker/docker/pkg/reexec 0.125s coverage: 82.4% of statements 13:14:02 [2020-07-17T13:14:02.167Z] ok github.com/docker/docker/pkg/pubsub 1.290s coverage: 73.9% of statements 13:14:02 [2020-07-17T13:14:02.636Z] ok github.com/docker/docker/pkg/signal 0.045s coverage: 20.3% of statements 13:14:02 [2020-07-17T13:14:02.818Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks 13:14:03 [2020-07-17T13:14:03.109Z] ok github.com/docker/docker/pkg/stdcopy 0.035s coverage: 100.0% of statements 13:14:03 [2020-07-17T13:14:03.386Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork 13:14:03 [2020-07-17T13:14:03.645Z] === RUN TestReadPluginNoRead/default 13:14:04 [2020-07-17T13:14:04.097Z] ok github.com/docker/docker/pkg/streamformatter 0.046s coverage: 66.2% of statements 13:14:04 [2020-07-17T13:14:04.097Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements 13:14:04 [2020-07-17T13:14:04.213Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork 13:14:05 [2020-07-17T13:14:05.085Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements 13:14:05 [2020-07-17T13:14:05.150Z] === RUN TestReadPluginNoRead/disabled_caching 13:14:05 [2020-07-17T13:14:05.409Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate 13:14:05 [2020-07-17T13:14:05.409Z] --- PASS: TestContinueAfterPluginCrash (10.96s) 13:14:05 [2020-07-17T13:14:05.554Z] ok github.com/docker/docker/pkg/system 0.054s coverage: 13.8% of statements 13:14:06 [2020-07-17T13:14:06.024Z] ok github.com/docker/docker/pkg/tailfile 0.135s coverage: 88.6% of statements 13:14:06 [2020-07-17T13:14:06.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} 13:14:06 [2020-07-17T13:14:06.347Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/containerfs [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/mount [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/platform [no test files] 13:14:06 [2020-07-17T13:14:06.494Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 13:14:06 [2020-07-17T13:14:06.964Z] ok github.com/docker/docker/pkg/tarsum 0.157s coverage: 89.3% of statements 13:14:07 [2020-07-17T13:14:07.433Z] testing: warning: no tests to run 13:14:07 [2020-07-17T13:14:07.433Z] coverage: [no statements] 13:14:07 [2020-07-17T13:14:07.433Z] ok github.com/docker/docker/pkg/term/windows 0.058s coverage: [no statements] [no tests to run] 13:14:07 [2020-07-17T13:14:07.433Z] ok github.com/docker/docker/pkg/truncindex 0.151s coverage: 91.5% of statements 13:14:07 [2020-07-17T13:14:07.724Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} 13:14:07 [2020-07-17T13:14:07.724Z] --- PASS: TestReadPluginNoRead (7.59s) 13:14:07 [2020-07-17T13:14:07.724Z] --- PASS: TestReadPluginNoRead/default (1.41s) 13:14:07 [2020-07-17T13:14:07.724Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.40s) 13:14:07 [2020-07-17T13:14:07.724Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.31s) 13:14:07 [2020-07-17T13:14:07.724Z] read_test.go:92: [d41d11eb50aad] daemon is not started 13:14:07 [2020-07-17T13:14:07.724Z] PASS 13:14:07 [2020-07-17T13:14:07.724Z] 13:14:07 [2020-07-17T13:14:07.724Z] DONE 6 tests in 13.337s 13:14:07 [2020-07-17T13:14:07.724Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 13:14:07 [2020-07-17T13:14:07.724Z] ++ 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 13:14:07 [2020-07-17T13:14:07.724Z] ++ set -e 13:14:07 [2020-07-17T13:14:07.724Z] ++ '[' -n 0 ']' 13:14:07 [2020-07-17T13:14:07.724Z] ++ set -x 13:14:07 [2020-07-17T13:14:07.724Z] ++ 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 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 13:14:07 [2020-07-17T13:14:07.724Z] testing: warning: no tests to run 13:14:07 [2020-07-17T13:14:07.724Z] PASS 13:14:07 [2020-07-17T13:14:07.724Z] 13:14:07 [2020-07-17T13:14:07.724Z] DONE 0 tests in 0.045s 13:14:07 [2020-07-17T13:14:07.724Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 13:14:07 [2020-07-17T13:14:07.724Z] ++ 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 13:14:07 [2020-07-17T13:14:07.724Z] ++ set -e 13:14:07 [2020-07-17T13:14:07.724Z] ++ '[' -n 0 ']' 13:14:07 [2020-07-17T13:14:07.724Z] ++ set -x 13:14:07 [2020-07-17T13:14:07.724Z] ++ 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 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 13:14:07 [2020-07-17T13:14:07.902Z] ok github.com/docker/docker/pkg/urlutil 0.044s coverage: 100.0% of statements 13:14:07 [2020-07-17T13:14:07.902Z] ok github.com/docker/docker/pkg/useragent 0.121s coverage: 88.9% of statements 13:14:07 [2020-07-17T13:14:07.982Z] INFO: Testing against a local daemon 13:14:07 [2020-07-17T13:14:07.983Z] === RUN TestPluginWithDevMounts 13:14:07 [2020-07-17T13:14:07.983Z] === PAUSE TestPluginWithDevMounts 13:14:07 [2020-07-17T13:14:07.983Z] === CONT TestPluginWithDevMounts 13:14:08 [2020-07-17T13:14:08.920Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} 13:14:09 [2020-07-17T13:14:09.858Z] --- PASS: TestPluginWithDevMounts (1.74s) 13:14:09 [2020-07-17T13:14:09.858Z] PASS 13:14:09 [2020-07-17T13:14:09.858Z] 13:14:09 [2020-07-17T13:14:09.858Z] DONE 1 tests in 1.853s 13:14:09 [2020-07-17T13:14:09.858Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 13:14:09 [2020-07-17T13:14:09.858Z] ++ 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 13:14:09 [2020-07-17T13:14:09.858Z] ++ set -e 13:14:09 [2020-07-17T13:14:09.858Z] ++ '[' -n 0 ']' 13:14:09 [2020-07-17T13:14:09.858Z] ++ set -x 13:14:09 [2020-07-17T13:14:09.858Z] ++ 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 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 13:14:09 [2020-07-17T13:14:09.858Z] INFO: Testing against a local daemon 13:14:09 [2020-07-17T13:14:09.858Z] === RUN TestSecretInspect 13:14:10 [2020-07-17T13:14:10.128Z] ok github.com/docker/docker/plugin/v2 0.122s coverage: 20.1% of statements 13:14:10 [2020-07-17T13:14:10.128Z] ok github.com/docker/docker/plugin 0.184s coverage: 12.0% of statements 13:14:10 [2020-07-17T13:14:10.128Z] ok github.com/docker/docker/reference 0.356s coverage: 84.4% of statements 13:14:10 [2020-07-17T13:14:10.425Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} 13:14:11 [2020-07-17T13:14:11.713Z] ok github.com/docker/docker/restartmanager 0.057s coverage: 50.9% of statements 13:14:11 [2020-07-17T13:14:11.713Z] ok github.com/docker/docker/registry/resumable 0.222s coverage: 100.0% of statements 13:14:11 [2020-07-17T13:14:11.805Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000a594e0_<nil>} 13:14:12 [2020-07-17T13:14:12.372Z] --- PASS: TestSecretInspect (2.51s) 13:14:12 [2020-07-17T13:14:12.372Z] === RUN TestSecretList 13:14:12 [2020-07-17T13:14:12.702Z] ok github.com/docker/docker/runconfig 0.043s coverage: 52.2% of statements 13:14:12 [2020-07-17T13:14:12.702Z] ok github.com/docker/docker/testutil 0.041s coverage: 62.5% of statements 13:14:13 [2020-07-17T13:14:13.172Z] ok github.com/docker/docker/registry 0.497s coverage: 51.7% of statements 13:14:13 [2020-07-17T13:14:13.310Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1445110854_/foo_false__<nil>_<nil>_<nil>} 13:14:14 [2020-07-17T13:14:14.688Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1445110854_/foo_true__<nil>_<nil>_<nil>} 13:14:14 [2020-07-17T13:14:14.688Z] --- PASS: TestSecretList (2.32s) 13:14:14 [2020-07-17T13:14:14.688Z] === RUN TestSecretsCreateAndDelete 13:14:16 [2020-07-17T13:14:16.090Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_false__<nil>_<nil>_<nil>} 13:14:16 [2020-07-17T13:14:16.131Z] ok github.com/docker/docker/volume/drivers 0.172s coverage: 36.1% of statements 13:14:16 [2020-07-17T13:14:16.131Z] ok github.com/docker/docker/volume/local 0.268s coverage: 37.7% of statements 13:14:16 [2020-07-17T13:14:16.131Z] ok github.com/docker/docker/volume/mounts 0.081s coverage: 66.2% of statements 13:14:17 [2020-07-17T13:14:17.028Z] --- PASS: TestSecretsCreateAndDelete (2.36s) 13:14:17 [2020-07-17T13:14:17.028Z] === RUN TestSecretsUpdate 13:14:17 [2020-07-17T13:14:17.028Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_true__<nil>_<nil>_<nil>} 13:14:17 [2020-07-17T13:14:17.699Z] ok github.com/docker/docker/volume/service 0.418s coverage: 70.3% of statements 13:14:18 [2020-07-17T13:14:18.407Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_true__0xc000a59540_<nil>_<nil>} 13:14:19 [2020-07-17T13:14:19.786Z] --- PASS: TestSecretsUpdate (2.52s) 13:14:19 [2020-07-17T13:14:19.786Z] === RUN TestTemplatedSecret 13:14:19 [2020-07-17T13:14:19.786Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000a59560_<nil>} 13:14:21 [2020-07-17T13:14:21.166Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000a59580_<nil>} 13:14:22 [2020-07-17T13:14:22.545Z] --- PASS: TestTemplatedSecret (2.81s) 13:14:22 [2020-07-17T13:14:22.545Z] === RUN TestSecretCreateResolve 13:14:22 [2020-07-17T13:14:22.545Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000a595a0_<nil>} 13:14:23 [2020-07-17T13:14:23.923Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000a595c0_<nil>} 13:14:24 [2020-07-17T13:14:24.861Z] --- PASS: TestSecretCreateResolve (2.38s) 13:14:24 [2020-07-17T13:14:24.861Z] PASS 13:14:24 [2020-07-17T13:14:24.861Z] 13:14:24 [2020-07-17T13:14:24.861Z] DONE 6 tests in 15.011s 13:14:24 [2020-07-17T13:14:24.861Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 13:14:24 [2020-07-17T13:14:24.861Z] ++ 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 13:14:24 [2020-07-17T13:14:24.861Z] ++ set -e 13:14:24 [2020-07-17T13:14:24.861Z] ++ '[' -n 0 ']' 13:14:24 [2020-07-17T13:14:24.861Z] ++ set -x 13:14:24 [2020-07-17T13:14:24.861Z] ++ 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 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 13:14:24 [2020-07-17T13:14:24.861Z] INFO: Testing against a local daemon 13:14:24 [2020-07-17T13:14:24.861Z] === RUN TestServiceCreateInit 13:14:24 [2020-07-17T13:14:24.861Z] === RUN TestServiceCreateInit/daemonInitDisabled 13:14:25 [2020-07-17T13:14:25.430Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs 13:14:26 [2020-07-17T13:14:26.370Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation 13:14:26 [2020-07-17T13:14:26.370Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 13:14:26 [2020-07-17T13:14:26.371Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 13:14:26 [2020-07-17T13:14:26.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 13:14:26 [2020-07-17T13:14:26.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 13:14:26 [2020-07-17T13:14:26.631Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 13:14:26 [2020-07-17T13:14:26.631Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks 13:14:29 [2020-07-17T13:14:29.168Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork 13:14:29 [2020-07-17T13:14:29.737Z] === RUN TestServiceCreateInit/daemonInitEnabled 13:14:30 [2020-07-17T13:14:30.673Z] === RUN TestDockerSuite/TestContainersNetworkIsolation 13:14:32 [2020-07-17T13:14:32.577Z] === RUN TestDockerSuite/TestCopyAndRestart 13:14:33 [2020-07-17T13:14:33.515Z] === RUN TestDockerSuite/TestCopyCreatedContainer 13:14:33 [2020-07-17T13:14:33.774Z] === RUN TestDockerSuite/TestCpAbsolutePath 13:14:34 [2020-07-17T13:14:34.342Z] --- PASS: TestServiceCreateInit (9.40s) 13:14:34 [2020-07-17T13:14:34.342Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.85s) 13:14:34 [2020-07-17T13:14:34.342Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.53s) 13:14:34 [2020-07-17T13:14:34.342Z] === RUN TestCreateServiceMultipleTimes 13:14:34 [2020-07-17T13:14:34.342Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink 13:14:34 [2020-07-17T13:14:34.948Z] === RUN TestDockerSuite/TestCpCheckDestOwnership 13:14:35 [2020-07-17T13:14:35.534Z] ok github.com/docker/docker/pkg/plugins 35.099s coverage: 73.4% of statements 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/pkg/symlink [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/pkg/term [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/rootless [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/runconfig/opts [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/daemon [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/environment [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fakegit [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/registry [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/testutil/request [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/volume [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/volume/service/opts [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] ? github.com/docker/docker/volume/testutils [no test files] 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === Skipped 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] dispatchers_test.go:376: Windows does not support stopsignal 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] client_test.go:23: runtime.GOOS == "windows" 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] daemon_test.go:147: root required 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] reload_test.go:520: root required 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] config_test.go:484: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] pull_v2_test.go:73: Needs fixing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] pull_v2_test.go:118: Needs fixing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] download_test.go:268: Needs fixing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] layer_test.go:304: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] layer_test.go:353: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] layer_test.go:468: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] layer_test.go:697: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] migration_test.go:46: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] migration_test.go:182: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] mount_test.go:17: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] mount_test.go:76: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] mount_test.go:125: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] mount_test.go:212: Failing on Windows 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) 13:14:35 [2020-07-17T13:14:35.534Z] archive_test.go:133: Xz not present in msys2 13:14:35 [2020-07-17T13:14:35.534Z] 13:14:35 [2020-07-17T13:14:35.534Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:238: Failing on Windows CI machines 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_windows_test.go:16: Currently fails 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] changes_test.go:192: needs more investigation 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] changes_test.go:405: needs further investigation 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] changes_test.go:441: needs further investigation 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] poller_test.go:41: No chmod on Windows 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] fileutils_test.go:134: Needs porting to Windows 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] fileutils_test.go:180: Needs porting to Windows 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/pkg/system TestEnsureRemoveAllWithMount (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] rm_test.go:44: runtime.GOOS == "windows": mount not supported on Windows 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] registry_test.go:58: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) 13:14:35 [2020-07-17T13:14:35.535Z] registry_test.go:78: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] registry_test.go:668: os.Getuid() != 0: skipping test that requires root 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) 13:14:35 [2020-07-17T13:14:35.535Z] local_test.go:181: runtime.GOOS == "windows" 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] 13:14:35 [2020-07-17T13:14:35.535Z] DONE 1761 tests, 46 skipped in 196.769s 13:14:35 [2020-07-17T13:14:35.535Z] INFO: make.ps1 ended at 07/17/2020 13:14:35 13:14:35 [2020-07-17T13:14:35.891Z] === RUN TestDockerSuite/TestCpFromCaseA 13:14:36 [2020-07-17T13:14:36.461Z] === RUN TestDockerSuite/TestCpFromCaseB 13:14:37 [2020-07-17T13:14:37.103Z] INFO: Unit tests results(C:\windows\TEMP\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker 13:14:37 [2020-07-17T13:14:37.294Z] ok github.com/docker/docker/cmd/dockerd 0.076s coverage: 30.8% of statements 13:14:37 [2020-07-17T13:14:37.403Z] === RUN TestDockerSuite/TestCpFromCaseC 13:14:37 [2020-07-17T13:14:37.573Z] INFO: Unit tests ended at 07/17/2020 13:14:37. Duration:00:03:31.2990000 13:14:37 [2020-07-17T13:14:37.573Z] INFO: Building busybox 13:14:37 [2020-07-17T13:14:37.573Z] Sending build context to Docker daemon 5.12kB 13:14:37 [2020-07-17T13:14:37.573Z] 13:14:37 [2020-07-17T13:14:37.573Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore 13:14:37 [2020-07-17T13:14:37.573Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 13:14:37 [2020-07-17T13:14:37.573Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 13:14:37 [2020-07-17T13:14:37.573Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae 13:14:37 [2020-07-17T13:14:37.573Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} 13:14:37 [2020-07-17T13:14:37.573Z] ---> 987b1d5e0abf 13:14:37 [2020-07-17T13:14:37.573Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin 13:14:37 [2020-07-17T13:14:37.573Z] ---> Running in ffcb10e5c1aa 13:14:38 [2020-07-17T13:14:38.231Z] ok github.com/docker/docker/container 0.149s coverage: 34.7% of statements 13:14:38 [2020-07-17T13:14:38.231Z] ? github.com/docker/docker/container/stream [no test files] 13:14:38 [2020-07-17T13:14:38.231Z] ? github.com/docker/docker/contrib/apparmor [no test files] 13:14:38 [2020-07-17T13:14:38.231Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] 13:14:38 [2020-07-17T13:14:38.231Z] ? github.com/docker/docker/contrib/httpserver [no test files] 13:14:38 [2020-07-17T13:14:38.341Z] === RUN TestDockerSuite/TestCpFromCaseD 13:14:38 [2020-07-17T13:14:38.911Z] === RUN TestDockerSuite/TestCpFromCaseE 13:14:40 [2020-07-17T13:14:40.292Z] === RUN TestDockerSuite/TestCpFromCaseF 13:14:40 [2020-07-17T13:14:40.552Z] === RUN TestDockerSuite/TestCpFromCaseG 13:14:41 [2020-07-17T13:14:41.120Z] === RUN TestDockerSuite/TestCpFromCaseH 13:14:41 [2020-07-17T13:14:41.689Z] === RUN TestDockerSuite/TestCpFromCaseI 13:14:42 [2020-07-17T13:14:42.629Z] === RUN TestDockerSuite/TestCpFromCaseJ 13:14:43 [2020-07-17T13:14:43.197Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination 13:14:43 [2020-07-17T13:14:43.446Z] Removing intermediate container ffcb10e5c1aa 13:14:43 [2020-07-17T13:14:43.446Z] ---> 2f0be49a8447 13:14:43 [2020-07-17T13:14:43.446Z] Step 7/13 : ARG BUSYBOX_VERSION 13:14:43 [2020-07-17T13:14:43.446Z] ---> Running in 27c7074d747c 13:14:43 [2020-07-17T13:14:43.446Z] Removing intermediate container 27c7074d747c 13:14:43 [2020-07-17T13:14:43.446Z] ---> 6a4a21411519 13:14:43 [2020-07-17T13:14:43.446Z] Step 8/13 : ARG BUSYBOX_SHA256SUM 13:14:43 [2020-07-17T13:14:43.446Z] ---> Running in c6fa80e9b56c 13:14:43 [2020-07-17T13:14:43.446Z] Removing intermediate container c6fa80e9b56c 13:14:43 [2020-07-17T13:14:43.446Z] ---> 1e2f4d64722a 13:14:43 [2020-07-17T13:14:43.446Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe 13:14:44 [2020-07-17T13:14:44.136Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory 13:14:44 [2020-07-17T13:14:44.705Z] === RUN TestDockerSuite/TestCpGarbagePath 13:14:45 [2020-07-17T13:14:45.016Z] 13:14:45 [2020-07-17T13:14:45.016Z] ---> 27c0944d3ed2 13:14:45 [2020-07-17T13:14:45.016Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } 13:14:45 [2020-07-17T13:14:45.016Z] ---> Running in c12ab3ba5979 13:14:45 [2020-07-17T13:14:45.272Z] === RUN TestDockerSuite/TestCpLocalOnly 13:14:45 [2020-07-17T13:14:45.272Z] === RUN TestDockerSuite/TestCpNameHasColon 13:14:45 [2020-07-17T13:14:45.841Z] === RUN TestDockerSuite/TestCpRelativePath 13:14:46 [2020-07-17T13:14:46.101Z] === RUN TestDockerSuite/TestCpSpecialFiles 13:14:46 [2020-07-17T13:14:46.670Z] === RUN TestDockerSuite/TestCpSymlinkComponent 13:14:47 [2020-07-17T13:14:47.239Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink 13:14:47 [2020-07-17T13:14:47.807Z] === RUN TestDockerSuite/TestCpToCaseA 13:14:48 [2020-07-17T13:14:48.214Z] ok github.com/docker/docker/daemon/cluster 0.061s coverage: 0.5% of statements 13:14:48 [2020-07-17T13:14:48.746Z] === RUN TestDockerSuite/TestCpToCaseB 13:14:49 [2020-07-17T13:14:49.005Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause 13:14:49 [2020-07-17T13:14:49.264Z] === RUN TestDockerSuite/TestCpToCaseC 13:14:49 [2020-07-17T13:14:49.594Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements 13:14:50 [2020-07-17T13:14:50.645Z] === RUN TestDockerSuite/TestCpToCaseD 13:14:50 [2020-07-17T13:14:50.904Z] --- PASS: TestCreateServiceMultipleTimes (16.58s) 13:14:50 [2020-07-17T13:14:50.904Z] === RUN TestCreateServiceConflict 13:14:50 [2020-07-17T13:14:50.972Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.4% of statements 13:14:54 [2020-07-17T13:14:54.213Z] --- PASS: TestCreateServiceConflict (3.33s) 13:14:54 [2020-07-17T13:14:54.213Z] === RUN TestCreateServiceMaxReplicas 13:14:54 [2020-07-17T13:14:54.781Z] === RUN TestDockerSuite/TestCpToCaseE 13:14:55 [2020-07-17T13:14:55.453Z] Removing intermediate container c12ab3ba5979 13:14:55 [2020-07-17T13:14:55.453Z] ---> 47b70ae90f55 13:14:55 [2020-07-17T13:14:55.453Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" 13:14:55 [2020-07-17T13:14:55.453Z] ---> Running in d7c20037f192 13:14:55 [2020-07-17T13:14:55.922Z] 13:14:55 [2020-07-17T13:14:55.922Z] SUCCESS: Specified value was saved. 13:14:58 [2020-07-17T13:14:58.073Z] === RUN TestDockerSuite/TestCpToCaseF 13:14:58 [2020-07-17T13:14:58.073Z] --- PASS: TestCreateServiceMaxReplicas (3.70s) 13:14:58 [2020-07-17T13:14:58.073Z] === RUN TestCreateWithDuplicateNetworkNames 13:14:58 [2020-07-17T13:14:58.333Z] === RUN TestDockerSuite/TestCpToCaseG 13:14:58 [2020-07-17T13:14:58.879Z] Removing intermediate container d7c20037f192 13:14:58 [2020-07-17T13:14:58.879Z] ---> 19f117c38d58 13:14:58 [2020-07-17T13:14:58.879Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} 13:14:58 [2020-07-17T13:14:58.879Z] ---> Running in 30855837e068 13:15:00 [2020-07-17T13:15:00.955Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.434s coverage: 13.9% of statements 13:15:00 [2020-07-17T13:15:00.955Z] ok github.com/docker/docker/daemon 12.159s coverage: 17.4% of statements 13:15:00 [2020-07-17T13:15:00.955Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] 13:15:00 [2020-07-17T13:15:00.955Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] 13:15:01 [2020-07-17T13:15:01.523Z] ok github.com/docker/docker/daemon/config 0.054s coverage: 81.8% of statements 13:15:02 [2020-07-17T13:15:02.461Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements 13:15:02 [2020-07-17T13:15:02.530Z] === RUN TestDockerSuite/TestCpToCaseH 13:15:02 [2020-07-17T13:15:02.680Z] Cannot create a file when that file already exists. 13:15:03 [2020-07-17T13:15:03.031Z] ok github.com/docker/docker/daemon/events 0.059s coverage: 50.0% of statements 13:15:03 [2020-07-17T13:15:03.031Z] ? github.com/docker/docker/daemon/events/testutils [no test files] 13:15:03 [2020-07-17T13:15:03.031Z] ? github.com/docker/docker/daemon/exec [no test files] 13:15:03 [2020-07-17T13:15:03.991Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements 13:15:04 [2020-07-17T13:15:04.436Z] === RUN TestDockerSuite/TestCpToCaseI 13:15:04 [2020-07-17T13:15:04.695Z] === RUN TestDockerSuite/TestCpToCaseJ 13:15:05 [2020-07-17T13:15:05.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove 13:15:06 [2020-07-17T13:15:06.528Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.474s coverage: 73.1% of statements 13:15:06 [2020-07-17T13:15:06.529Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.008s coverage: 2.9% of statements 13:15:07 [2020-07-17T13:15:07.464Z] Removing intermediate container 30855837e068 13:15:07 [2020-07-17T13:15:07.464Z] ---> 372197e24185 13:15:07 [2020-07-17T13:15:07.464Z] Step 13/13 : CMD ["sh"] 13:15:07 [2020-07-17T13:15:07.933Z] ---> Running in f1738d83c353 13:15:07 [2020-07-17T13:15:07.933Z] Removing intermediate container f1738d83c353 13:15:07 [2020-07-17T13:15:07.933Z] ---> e77ed83d841c 13:15:07 [2020-07-17T13:15:07.933Z] Successfully built e77ed83d841c 13:15:07 [2020-07-17T13:15:07.933Z] Successfully tagged busybox:latest 13:15:07 [2020-07-17T13:15:07.933Z] INFO: Docker images of the daemon under test 13:15:07 [2020-07-17T13:15:07.933Z] 13:15:07 [2020-07-17T13:15:07.933Z] REPOSITORY TAG IMAGE ID CREATED SIZE 13:15:07 [2020-07-17T13:15:07.933Z] busybox latest e77ed83d841c Less than a second ago 5.06GB 13:15:07 [2020-07-17T13:15:07.933Z] microsoft/windowsservercore latest 987b1d5e0abf 9 days ago 4.99GB 13:15:07 [2020-07-17T13:15:07.933Z] mcr.microsoft.com/windows/servercore ltsc2019 987b1d5e0abf 9 days ago 4.99GB 13:15:07 [2020-07-17T13:15:07.933Z] 13:15:07 [2020-07-17T13:15:07.933Z] INFO: Running integration tests at 07/17/2020 13:15:07... 13:15:07 [2020-07-17T13:15:07.933Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 13:15:07 [2020-07-17T13:15:07.933Z] INFO: Integration API tests being run from the host: 13:15:07 [2020-07-17T13:15:07.933Z] INFO: make.ps1 starting at 07/17/2020 13:15:07 13:15:08 [2020-07-17T13:15:08.166Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions 13:15:08 [2020-07-17T13:15:08.435Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.406s coverage: 57.0% of statements 13:15:08 [2020-07-17T13:15:08.734Z] === RUN TestDockerSuite/TestCpToDot 13:15:08 [2020-07-17T13:15:08.925Z] Running D:\gopath\src\github.com\docker\docker\integration\build 13:15:09 [2020-07-17T13:15:09.304Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs 13:15:09 [2020-07-17T13:15:09.815Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements 13:15:09 [2020-07-17T13:15:09.872Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume 13:15:10 [2020-07-17T13:15:10.808Z] === RUN TestDockerSuite/TestCpToStdout 13:15:11 [2020-07-17T13:15:11.377Z] === RUN TestDockerSuite/TestCpToSymlinkDestination 13:15:11 [2020-07-17T13:15:11.722Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.306s coverage: 49.5% of statements 13:15:11 [2020-07-17T13:15:11.946Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory 13:15:11 [2020-07-17T13:15:11.981Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.945s coverage: 46.2% of statements 13:15:11 [2020-07-17T13:15:11.981Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] 13:15:12 [2020-07-17T13:15:12.206Z] === RUN TestDockerSuite/TestCpUnprivilegedUser 13:15:12 [2020-07-17T13:15:12.206Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.44s) 13:15:12 [2020-07-17T13:15:12.206Z] === RUN TestCreateServiceSecretFileMode 13:15:12 [2020-07-17T13:15:12.777Z] === RUN TestDockerSuite/TestCpVolumePath 13:15:13 [2020-07-17T13:15:13.715Z] === RUN TestDockerSuite/TestCreate64ByteHexID 13:15:13 [2020-07-17T13:15:13.715Z] === RUN TestDockerSuite/TestCreateArgs 13:15:13 [2020-07-17T13:15:13.715Z] === RUN TestDockerSuite/TestCreateByImageID 13:15:14 [2020-07-17T13:15:14.284Z] === RUN TestDockerSuite/TestCreateEchoStdout 13:15:14 [2020-07-17T13:15:14.519Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.587s coverage: 57.7% of statements 13:15:14 [2020-07-17T13:15:14.519Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] 13:15:14 [2020-07-17T13:15:14.519Z] ok github.com/docker/docker/daemon/graphdriver/quota 0.315s coverage: 76.1% of statements 13:15:14 [2020-07-17T13:15:14.519Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] 13:15:15 [2020-07-17T13:15:15.257Z] === RUN TestDockerSuite/TestCreateGrowRootfs 13:15:15 [2020-07-17T13:15:15.257Z] === RUN TestDockerSuite/TestCreateHostConfig 13:15:15 [2020-07-17T13:15:15.257Z] --- PASS: TestCreateServiceSecretFileMode (2.92s) 13:15:15 [2020-07-17T13:15:15.257Z] === RUN TestCreateServiceConfigFileMode 13:15:15 [2020-07-17T13:15:15.257Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber 13:15:15 [2020-07-17T13:15:15.458Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.031s coverage: 58.0% of statements 13:15:15 [2020-07-17T13:15:15.827Z] === RUN TestDockerSuite/TestCreateLabelFromImage 13:15:16 [2020-07-17T13:15:16.085Z] === RUN TestDockerSuite/TestCreateLabels 13:15:16 [2020-07-17T13:15:16.085Z] === RUN TestDockerSuite/TestCreateModeIpcContainer 13:15:16 [2020-07-17T13:15:16.085Z] === RUN TestDockerSuite/TestCreateRM 13:15:16 [2020-07-17T13:15:16.345Z] === RUN TestDockerSuite/TestCreateShrinkRootfs 13:15:16 [2020-07-17T13:15:16.345Z] === RUN TestDockerSuite/TestCreateStopSignal 13:15:16 [2020-07-17T13:15:16.345Z] === RUN TestDockerSuite/TestCreateStopTimeout 13:15:16 [2020-07-17T13:15:16.345Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint 13:15:16 [2020-07-17T13:15:16.397Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.024s coverage: 3.0% of statements 13:15:17 [2020-07-17T13:15:17.336Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements 13:15:18 [2020-07-17T13:15:18.250Z] --- PASS: TestCreateServiceConfigFileMode (2.79s) 13:15:18 [2020-07-17T13:15:18.250Z] === RUN TestCreateServiceSysctls 13:15:18 [2020-07-17T13:15:18.250Z] === RUN TestDockerSuite/TestCreateVolumesCreated 13:15:18 [2020-07-17T13:15:18.250Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts 13:15:18 [2020-07-17T13:15:18.250Z] === RUN TestDockerSuite/TestCreateWithLargePortRange 13:15:18 [2020-07-17T13:15:18.733Z] ok github.com/docker/docker/daemon/images 0.013s coverage: 4.8% of statements 13:15:18 [2020-07-17T13:15:18.733Z] ? github.com/docker/docker/daemon/initlayer [no test files] 13:15:18 [2020-07-17T13:15:18.733Z] ? github.com/docker/docker/daemon/listeners [no test files] 13:15:18 [2020-07-17T13:15:18.993Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 41.0% of statements 13:15:20 [2020-07-17T13:15:20.903Z] ok github.com/docker/docker/daemon/logger/gelf 0.019s coverage: 67.0% of statements 13:15:20 [2020-07-17T13:15:20.903Z] ok github.com/docker/docker/daemon/logger/awslogs 0.161s coverage: 77.4% of statements 13:15:20 [2020-07-17T13:15:20.903Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] 13:15:20 [2020-07-17T13:15:20.903Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] 13:15:21 [2020-07-17T13:15:21.843Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 26.2% of statements 13:15:22 [2020-07-17T13:15:22.103Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.014s coverage: 61.6% of statements 13:15:22 [2020-07-17T13:15:22.363Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.004s coverage: 87.2% of statements 13:15:22 [2020-07-17T13:15:22.448Z] --- PASS: TestCreateServiceSysctls (3.90s) 13:15:22 [2020-07-17T13:15:22.448Z] === RUN TestCreateServiceCapabilities 13:15:22 [2020-07-17T13:15:22.448Z] === RUN TestDockerSuite/TestCreateWithPortRange 13:15:22 [2020-07-17T13:15:22.707Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit 13:15:22 [2020-07-17T13:15:22.707Z] === RUN TestDockerSuite/TestCreateWithWorkdir 13:15:22 [2020-07-17T13:15:22.707Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds 13:15:22 [2020-07-17T13:15:22.707Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig 13:15:22 [2020-07-17T13:15:22.966Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds 13:15:23 [2020-07-17T13:15:23.226Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom 13:15:23 [2020-07-17T13:15:23.744Z] ok github.com/docker/docker/daemon/logger/local 0.038s coverage: 75.2% of statements 13:15:23 [2020-07-17T13:15:23.744Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] 13:15:24 [2020-07-17T13:15:24.003Z] time="2020-07-17T13:15:23Z" level=error msg="Failed to remove source log file: remove /tmp/TestCheckCapacityAndRotate947539504/log229929935.1: no such file or directory" 13:15:24 [2020-07-17T13:15:24.003Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.034s coverage: 38.0% of statements 13:15:24 [2020-07-17T13:15:24.609Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume 13:15:24 [2020-07-17T13:15:24.610Z] --- PASS: TestCreateServiceCapabilities (2.82s) 13:15:24 [2020-07-17T13:15:24.610Z] === RUN TestInspect 13:15:25 [2020-07-17T13:15:25.177Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig 13:15:25 [2020-07-17T13:15:25.382Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.009s coverage: 33.3% of statements 13:15:26 [2020-07-17T13:15:26.115Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked 13:15:26 [2020-07-17T13:15:26.762Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements 13:15:26 [2020-07-17T13:15:26.762Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements 13:15:27 [2020-07-17T13:15:27.331Z] ok github.com/docker/docker/daemon/logger/splunk 1.609s coverage: 82.5% of statements 13:15:27 [2020-07-17T13:15:27.331Z] ? github.com/docker/docker/daemon/names [no test files] 13:15:27 [2020-07-17T13:15:27.498Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig 13:15:27 [2020-07-17T13:15:27.590Z] ok github.com/docker/docker/daemon/network 0.006s coverage: 63.8% of statements 13:15:27 [2020-07-17T13:15:27.590Z] ? github.com/docker/docker/daemon/stats [no test files] 13:15:28 [2020-07-17T13:15:28.067Z] --- PASS: TestInspect (3.46s) 13:15:28 [2020-07-17T13:15:28.067Z] === RUN TestCreateJob 13:15:28 [2020-07-17T13:15:28.327Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS 13:15:28 [2020-07-17T13:15:28.586Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit 13:15:28 [2020-07-17T13:15:28.846Z] === RUN TestDockerSuite/TestDevicePermissions 13:15:29 [2020-07-17T13:15:29.415Z] === RUN TestDockerSuite/TestDockerFails 13:15:29 [2020-07-17T13:15:29.415Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork 13:15:29 [2020-07-17T13:15:29.415Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent 13:15:29 [2020-07-17T13:15:29.415Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName 13:15:29 [2020-07-17T13:15:29.500Z] ok github.com/docker/docker/distribution/metadata 0.039s coverage: 48.2% of statements 13:15:30 [2020-07-17T13:15:30.070Z] ok github.com/docker/docker/distribution 0.345s coverage: 22.1% of statements 13:15:30 [2020-07-17T13:15:30.070Z] ? github.com/docker/docker/distribution/utils [no test files] 13:15:30 [2020-07-17T13:15:30.354Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange 13:15:30 [2020-07-17T13:15:30.924Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple 13:15:31 [2020-07-17T13:15:31.450Z] ok github.com/docker/docker/errdefs 0.004s coverage: 49.4% of statements 13:15:31 [2020-07-17T13:15:31.861Z] --- PASS: TestCreateJob (3.50s) 13:15:31 [2020-07-17T13:15:31.861Z] === RUN TestReplicatedJob 13:15:32 [2020-07-17T13:15:32.019Z] ok github.com/docker/docker/image 0.016s coverage: 86.4% of statements 13:15:32 [2020-07-17T13:15:32.120Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists 13:15:32 [2020-07-17T13:15:32.120Z] === RUN TestDockerSuite/TestDockerNetworkInspect 13:15:32 [2020-07-17T13:15:32.120Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID 13:15:32 [2020-07-17T13:15:32.120Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode 13:15:32 [2020-07-17T13:15:32.587Z] ok github.com/docker/docker/distribution/xfer 1.881s coverage: 85.1% of statements 13:15:32 [2020-07-17T13:15:32.587Z] ? github.com/docker/docker/dockerversion [no test files] 13:15:32 [2020-07-17T13:15:32.847Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements 13:15:32 [2020-07-17T13:15:32.847Z] ? github.com/docker/docker/image/tarexport [no test files] 13:15:34 [2020-07-17T13:15:34.226Z] ok github.com/docker/docker/image/v1 0.009s coverage: 25.0% of statements 13:15:34 [2020-07-17T13:15:34.226Z] ? github.com/docker/docker/internal/test/suite [no test files] 13:15:34 [2020-07-17T13:15:34.269Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:15:34 [2020-07-17T13:15:34.269Z] INFO: Testing against a local daemon 13:15:34 [2020-07-17T13:15:34.794Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements 13:15:36 [2020-07-17T13:15:36.187Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements 13:15:36 [2020-07-17T13:15:36.187Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 50.0% of statements 13:15:37 [2020-07-17T13:15:37.420Z] --- PASS: TestReplicatedJob (5.00s) 13:15:37 [2020-07-17T13:15:37.420Z] === RUN TestUpdateReplicatedJob 13:15:37 [2020-07-17T13:15:37.679Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom 13:15:38 [2020-07-17T13:15:38.094Z] ok github.com/docker/docker/pkg/archive 0.291s coverage: 76.9% of statements 13:15:39 [2020-07-17T13:15:39.032Z] ok github.com/docker/docker/pkg/authorization 0.237s coverage: 68.3% of statements 13:15:39 [2020-07-17T13:15:39.032Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements 13:15:39 [2020-07-17T13:15:39.291Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements 13:15:39 [2020-07-17T13:15:39.588Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind 13:15:40 [2020-07-17T13:15:40.157Z] --- PASS: TestUpdateReplicatedJob (3.59s) 13:15:40 [2020-07-17T13:15:40.157Z] === RUN TestServiceListWithStatuses 13:15:40 [2020-07-17T13:15:40.157Z] --- SKIP: TestServiceListWithStatuses (0.00s) 13:15:40 [2020-07-17T13:15:40.157Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:15:40 [2020-07-17T13:15:40.157Z] === RUN TestDockerNetworkConnectAlias 13:15:41 [2020-07-17T13:15:41.101Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate 13:15:41 [2020-07-17T13:15:41.670Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts 13:15:42 [2020-07-17T13:15:42.577Z] ok github.com/docker/docker/pkg/chrootarchive 2.495s coverage: 43.2% of statements 13:15:42 [2020-07-17T13:15:42.837Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements 13:15:43 [2020-07-17T13:15:43.097Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements 13:15:43 [2020-07-17T13:15:43.097Z] ok github.com/docker/docker/layer 7.921s coverage: 68.8% of statements 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/libcontainerd [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/libcontainerd/remote [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/libcontainerd/types [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/oci [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/oci/caps [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/pkg/containerfs [no test files] 13:15:43 [2020-07-17T13:15:43.097Z] ? github.com/docker/docker/pkg/devicemapper [no test files] 13:15:43 [2020-07-17T13:15:43.582Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput 13:15:44 [2020-07-17T13:15:44.035Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 92.9% of statements 13:15:44 [2020-07-17T13:15:44.520Z] === RUN TestDockerSuite/TestEventsAttach 13:15:44 [2020-07-17T13:15:44.603Z] ok github.com/docker/docker/pkg/discovery/memory 0.003s coverage: 92.3% of statements 13:15:44 [2020-07-17T13:15:44.701Z] ok github.com/docker/docker/integration/build 13.663s 13:15:44 [2020-07-17T13:15:44.701Z] 13:15:44 [2020-07-17T13:15:44.701Z] === Skipped 13:15:44 [2020-07-17T13:15:44.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) 13:15:44 [2020-07-17T13:15:44.701Z] build_session_test.go:25: TODO: BuildKit 13:15:44 [2020-07-17T13:15:44.701Z] 13:15:44 [2020-07-17T13:15:44.701Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithRemoveAndForceRemove (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:25: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageParentConfig (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:192: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:237: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageOnBuild (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:344: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:391: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildMultiStageLayerLeak (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:451: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithHugeFile (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:492: testEnv.OSType == "windows" 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) 13:15:44 [2020-07-17T13:15:44.702Z] build_test.go:580: testEnv.DaemonInfo.OSType == "windows": FIXME 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] DONE 22 tests, 10 skipped in 35.975s 13:15:44 [2020-07-17T13:15:44.702Z] 13:15:44 [2020-07-17T13:15:44.702Z] Running D:\gopath\src\github.com\docker\docker\integration\config 13:15:45 [2020-07-17T13:15:45.089Z] === RUN TestDockerSuite/TestEventsCommit 13:15:45 [2020-07-17T13:15:45.543Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements 13:15:45 [2020-07-17T13:15:45.657Z] --- PASS: TestDockerNetworkConnectAlias (5.29s) 13:15:45 [2020-07-17T13:15:45.657Z] === RUN TestDockerNetworkReConnect 13:15:45 [2020-07-17T13:15:45.803Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements 13:15:45 [2020-07-17T13:15:45.916Z] === RUN TestDockerSuite/TestEventsContainerEvents 13:15:46 [2020-07-17T13:15:46.485Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort 13:15:46 [2020-07-17T13:15:46.919Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:15:46 [2020-07-17T13:15:46.919Z] INFO: Testing against a local daemon 13:15:46 [2020-07-17T13:15:46.919Z] ok github.com/docker/docker/integration/config 0.239s 13:15:47 [2020-07-17T13:15:47.053Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch 13:15:47 [2020-07-17T13:15:47.182Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === Skipped 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) 13:15:47 [2020-07-17T13:15:47.389Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] DONE 7 tests, 7 skipped in 2.307s 13:15:47 [2020-07-17T13:15:47.389Z] 13:15:47 [2020-07-17T13:15:47.389Z] Running D:\gopath\src\github.com\docker\docker\integration\container 13:15:47 [2020-07-17T13:15:47.622Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate 13:15:47 [2020-07-17T13:15:47.752Z] ok github.com/docker/docker/pkg/fileutils 0.010s coverage: 89.5% of statements 13:15:47 [2020-07-17T13:15:47.752Z] ok github.com/docker/docker/pkg/discovery/kv 3.100s coverage: 84.1% of statements 13:15:47 [2020-07-17T13:15:47.882Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote 13:15:48 [2020-07-17T13:15:48.322Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements 13:15:48 [2020-07-17T13:15:48.322Z] ok github.com/docker/docker/pkg/fsutils 0.193s coverage: 85.1% of statements 13:15:49 [2020-07-17T13:15:49.261Z] === RUN TestDockerSuite/TestEventsContainerFilterByName 13:15:49 [2020-07-17T13:15:49.703Z] ok github.com/docker/docker/pkg/idtools 0.474s coverage: 70.5% of statements 13:15:49 [2020-07-17T13:15:49.703Z] ok github.com/docker/docker/pkg/ioutils 0.475s coverage: 69.3% of statements 13:15:49 [2020-07-17T13:15:49.829Z] --- PASS: TestDockerNetworkReConnect (4.31s) 13:15:49 [2020-07-17T13:15:49.829Z] === RUN TestServicePlugin 13:15:50 [2020-07-17T13:15:50.272Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements 13:15:50 [2020-07-17T13:15:50.272Z] ok github.com/docker/docker/pkg/locker 0.019s coverage: 88.9% of statements 13:15:50 [2020-07-17T13:15:50.352Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:15:50 [2020-07-17T13:15:50.352Z] INFO: Testing against a local daemon 13:15:50 [2020-07-17T13:15:50.542Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements 13:15:50 [2020-07-17T13:15:50.542Z] ? github.com/docker/docker/pkg/loopback [no test files] 13:15:50 [2020-07-17T13:15:50.542Z] ? github.com/docker/docker/pkg/mount [no test files] 13:15:50 [2020-07-17T13:15:50.542Z] ok github.com/docker/docker/pkg/namesgenerator 0.010s coverage: 85.7% of statements 13:15:50 [2020-07-17T13:15:50.542Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] 13:15:50 [2020-07-17T13:15:50.769Z] === RUN TestDockerSuite/TestEventsContainerRestart 13:15:50 [2020-07-17T13:15:50.810Z] ok github.com/docker/docker/pkg/parsers 0.010s coverage: 97.0% of statements 13:15:51 [2020-07-17T13:15:51.070Z] ok github.com/docker/docker/pkg/parsers/kernel 0.009s coverage: 60.0% of statements 13:15:51 [2020-07-17T13:15:51.638Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 91.4% of statements 13:15:51 [2020-07-17T13:15:51.638Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements 13:15:51 [2020-07-17T13:15:51.638Z] ? github.com/docker/docker/pkg/platform [no test files] 13:15:51 [2020-07-17T13:15:51.638Z] ? github.com/docker/docker/pkg/plugingetter [no test files] 13:15:52 [2020-07-17T13:15:52.577Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.027s coverage: 56.8% of statements 13:15:53 [2020-07-17T13:15:53.144Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements 13:15:53 [2020-07-17T13:15:53.306Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork 13:15:53 [2020-07-17T13:15:53.403Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements 13:15:53 [2020-07-17T13:15:53.663Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements 13:15:55 [2020-07-17T13:15:55.037Z] --- PASS: TestImportExtremelyLargeImageWorks (192.86s) 13:15:55 [2020-07-17T13:15:55.038Z] PASS 13:15:55 [2020-07-17T13:15:55.038Z] 13:15:55 [2020-07-17T13:15:55.038Z] === Skipped 13:15:55 [2020-07-17T13:15:55.038Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) 13:15:55 [2020-07-17T13:15:55.038Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:15:55 [2020-07-17T13:15:55.038Z] 13:15:55 [2020-07-17T13:15:55.038Z] 13:15:55 [2020-07-17T13:15:55.038Z] DONE 12 tests, 1 skipped in 193.861s 13:15:55 [2020-07-17T13:15:55.038Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 13:15:55 [2020-07-17T13:15:55.038Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m 13:15:55 [2020-07-17T13:15:55.038Z] ++ set -e 13:15:55 [2020-07-17T13:15:55.038Z] ++ '[' -n 0 ']' 13:15:55 [2020-07-17T13:15:55.038Z] ++ set -x 13:15:55 [2020-07-17T13:15:55.038Z] ++ 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=ppc64le 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 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/ppc64le-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network -t ./test.main -test.v -test.timeout=120m 13:15:55 [2020-07-17T13:15:55.038Z] INFO: Testing against a local daemon 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestNetworkCreateDelete 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestNetworkCreateDelete (0.17s) 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestDockerNetworkDeletePreferID 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s) 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestDaemonDNSFallback 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestDaemonDNSFallback (1.51s) 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestInspectNetwork 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestInspectNetwork/full_network_id 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestInspectNetwork/partial_network_id 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestInspectNetwork/network_name 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestInspectNetwork/network_name_and_swarm_scope 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestInspectNetwork (6.93s) 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestInspectNetwork/network_name (0.00s) 13:15:55 [2020-07-17T13:15:55.038Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) 13:15:55 [2020-07-17T13:15:55.038Z] === RUN TestRunContainerWithBridgeNone 13:15:55 [2020-07-17T13:15:55.039Z] ok github.com/docker/docker/pkg/pubsub 1.027s coverage: 73.9% of statements 13:15:55 [2020-07-17T13:15:55.213Z] === RUN TestDockerSuite/TestEventsCopy 13:15:55 [2020-07-17T13:15:55.298Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements 13:15:55 [2020-07-17T13:15:55.338Z] --- PASS: TestRunContainerWithBridgeNone (1.91s) 13:15:55 [2020-07-17T13:15:55.338Z] === RUN TestNetworkInvalidJSON 13:15:55 [2020-07-17T13:15:55.338Z] === RUN TestNetworkInvalidJSON//networks/create 13:15:55 [2020-07-17T13:15:55.338Z] === PAUSE TestNetworkInvalidJSON//networks/create 13:15:55 [2020-07-17T13:15:55.338Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect 13:15:55 [2020-07-17T13:15:55.338Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect 13:15:55 [2020-07-17T13:15:55.338Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect 13:15:55 [2020-07-17T13:15:55.338Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect 13:15:55 [2020-07-17T13:15:55.338Z] === CONT TestNetworkInvalidJSON//networks/create 13:15:55 [2020-07-17T13:15:55.338Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect 13:15:55 [2020-07-17T13:15:55.338Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect 13:15:55 [2020-07-17T13:15:55.338Z] --- PASS: TestNetworkInvalidJSON (0.03s) 13:15:55 [2020-07-17T13:15:55.338Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) 13:15:55 [2020-07-17T13:15:55.338Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) 13:15:55 [2020-07-17T13:15:55.338Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) 13:15:55 [2020-07-17T13:15:55.338Z] === RUN TestHostIPv4BridgeLabel 13:15:55 [2020-07-17T13:15:55.987Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) 13:15:55 [2020-07-17T13:15:55.987Z] === RUN TestDaemonRestartWithLiveRestore 13:15:56 [2020-07-17T13:15:56.150Z] === RUN TestDockerSuite/TestEventsFilterContainer 13:15:57 [2020-07-17T13:15:57.079Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) 13:15:57 [2020-07-17T13:15:57.079Z] === RUN TestDaemonDefaultNetworkPools 13:15:57 [2020-07-17T13:15:57.751Z] --- PASS: TestDaemonDefaultNetworkPools (0.74s) 13:15:57 [2020-07-17T13:15:57.751Z] === RUN TestDaemonRestartWithExistingNetwork 13:15:58 [2020-07-17T13:15:58.068Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction 13:15:58 [2020-07-17T13:15:58.068Z] === RUN TestDockerSuite/TestEventsFilterImageLabels 13:15:58 [2020-07-17T13:15:58.585Z] ok github.com/docker/docker/pkg/signal 2.384s coverage: 61.0% of statements 13:15:58 [2020-07-17T13:15:58.585Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements 13:15:58 [2020-07-17T13:15:58.636Z] === RUN TestDockerSuite/TestEventsFilterImageName 13:15:58 [2020-07-17T13:15:58.845Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements 13:15:59 [2020-07-17T13:15:59.104Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements 13:15:59 [2020-07-17T13:15:59.306Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) 13:15:59 [2020-07-17T13:15:59.306Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange 13:15:59 [2020-07-17T13:15:59.364Z] ok github.com/docker/docker/pkg/symlink 0.007s coverage: 87.7% of statements 13:15:59 [2020-07-17T13:15:59.572Z] === RUN TestDockerSuite/TestEventsFilterLabels 13:15:59 [2020-07-17T13:15:59.932Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 54.6% of statements 13:16:00 [2020-07-17T13:16:00.141Z] === RUN TestDockerSuite/TestEventsFilterNetworkID 13:16:00 [2020-07-17T13:16:00.141Z] === RUN TestDockerSuite/TestEventsFilterType 13:16:00 [2020-07-17T13:16:00.397Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) 13:16:00 [2020-07-17T13:16:00.397Z] === RUN TestDaemonWithBipAndDefaultNetworkPool 13:16:00 [2020-07-17T13:16:00.501Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements 13:16:00 [2020-07-17T13:16:00.704Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) 13:16:00 [2020-07-17T13:16:00.704Z] === RUN TestServiceWithPredefinedNetwork 13:16:00 [2020-07-17T13:16:00.710Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType 13:16:00 [2020-07-17T13:16:00.710Z] === RUN TestDockerSuite/TestEventsFilterVolumeID 13:16:00 [2020-07-17T13:16:00.710Z] === RUN TestDockerSuite/TestEventsFilters 13:16:01 [2020-07-17T13:16:01.069Z] ok github.com/docker/docker/pkg/tailfile 0.088s coverage: 88.6% of statements 13:16:01 [2020-07-17T13:16:01.637Z] ok github.com/docker/docker/pkg/tarsum 0.043s coverage: 89.3% of statements 13:16:01 [2020-07-17T13:16:01.637Z] testing: warning: no tests to run 13:16:01 [2020-07-17T13:16:01.637Z] coverage: [no statements] 13:16:01 [2020-07-17T13:16:01.637Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] 13:16:01 [2020-07-17T13:16:01.649Z] === RUN TestDockerSuite/TestEventsFormat 13:16:02 [2020-07-17T13:16:02.207Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements 13:16:02 [2020-07-17T13:16:02.207Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements 13:16:02 [2020-07-17T13:16:02.466Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements 13:16:02 [2020-07-17T13:16:02.587Z] === RUN TestDockerSuite/TestEventsFormatBadField 13:16:02 [2020-07-17T13:16:02.587Z] === RUN TestDockerSuite/TestEventsFormatBadFunc 13:16:02 [2020-07-17T13:16:02.587Z] === RUN TestDockerSuite/TestEventsImageImport 13:16:02 [2020-07-17T13:16:02.898Z] --- PASS: TestServiceWithPredefinedNetwork (2.01s) 13:16:02 [2020-07-17T13:16:02.898Z] === RUN TestServiceRemoveKeepsIngressNetwork 13:16:02 [2020-07-17T13:16:02.898Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) 13:16:02 [2020-07-17T13:16:02.898Z] service_test.go:236: FLAKY_TEST 13:16:02 [2020-07-17T13:16:02.898Z] === RUN TestServiceWithDataPathPortInit 13:16:03 [2020-07-17T13:16:03.156Z] === RUN TestDockerSuite/TestEventsImageLoad 13:16:03 [2020-07-17T13:16:03.414Z] === RUN TestDockerSuite/TestEventsImagePull 13:16:03 [2020-07-17T13:16:03.673Z] === RUN TestDockerSuite/TestEventsImageTag 13:16:04 [2020-07-17T13:16:04.372Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.1% of statements 13:16:04 [2020-07-17T13:16:04.609Z] === RUN TestDockerSuite/TestEventsImageUntagDelete 13:16:04 [2020-07-17T13:16:04.869Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse 13:16:04 [2020-07-17T13:16:04.869Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue 13:16:04 [2020-07-17T13:16:04.869Z] === RUN TestDockerSuite/TestEventsPluginOps 13:16:04 [2020-07-17T13:16:04.940Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.5% of statements 13:16:05 [2020-07-17T13:16:05.888Z] ok github.com/docker/docker/profiles/seccomp 0.004s coverage: 73.8% of statements 13:16:06 [2020-07-17T13:16:06.247Z] === RUN TestDockerSuite/TestEventsRedirectStdout 13:16:06 [2020-07-17T13:16:06.461Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements 13:16:06 [2020-07-17T13:16:06.815Z] === RUN TestDockerSuite/TestEventsRename 13:16:07 [2020-07-17T13:16:07.074Z] === RUN TestDockerSuite/TestEventsResize 13:16:07 [2020-07-17T13:16:07.378Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum 13:16:07 [2020-07-17T13:16:07.639Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture 13:16:07 [2020-07-17T13:16:07.838Z] ok github.com/docker/docker/registry 0.076s coverage: 56.3% of statements 13:16:08 [2020-07-17T13:16:08.407Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements 13:16:08 [2020-07-17T13:16:08.666Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements 13:16:09 [2020-07-17T13:16:09.234Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements 13:16:09 [2020-07-17T13:16:09.494Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements 13:16:12 [2020-07-17T13:16:12.031Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements 13:16:12 [2020-07-17T13:16:12.915Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate 13:16:12 [2020-07-17T13:16:12.969Z] ok github.com/docker/docker/volume/local 0.006s coverage: 73.0% of statements 13:16:13 [2020-07-17T13:16:13.483Z] === RUN TestDockerSuite/TestEventsStreaming 13:16:13 [2020-07-17T13:16:13.537Z] ok github.com/docker/docker/volume/mounts 0.018s coverage: 67.0% of statements 13:16:14 [2020-07-17T13:16:14.050Z] === RUN TestDockerSuite/TestEventsTimestampFormats 13:16:14 [2020-07-17T13:16:14.475Z] ok github.com/docker/docker/volume/service 0.015s coverage: 73.0% of statements 13:16:16 [2020-07-17T13:16:16.586Z] === RUN TestDockerSuite/TestEventsTop 13:16:17 [2020-07-17T13:16:17.157Z] === RUN TestDockerSuite/TestEventsUntag 13:16:18 [2020-07-17T13:16:18.548Z] --- PASS: TestServiceWithDataPathPortInit (13.57s) 13:16:18 [2020-07-17T13:16:18.548Z] === RUN TestServiceWithDefaultAddressPoolInit 13:16:19 [2020-07-17T13:16:19.715Z] === RUN TestDockerSuite/TestEventsUntilInThePast 13:16:22 [2020-07-17T13:16:22.248Z] --- PASS: TestServicePlugin (32.21s) 13:16:22 [2020-07-17T13:16:22.248Z] plugin_test.go:62: [d414fcdfe200f] joining swarm manager [daf149e53c699]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:16:22 [2020-07-17T13:16:22.248Z] plugin_test.go:65: [d9d9d4c3a8b75] joining swarm manager [daf149e53c699]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:16:22 [2020-07-17T13:16:22.248Z] === RUN TestServiceUpdateLabel 13:16:23 [2020-07-17T13:16:23.854Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.90s) 13:16:23 [2020-07-17T13:16:23.854Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:9c8biv2cy84m323ljrvrxr5fs Created:2020-07-17 13:16:17.425455319 +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[1210d8424c2d727b8be9b9b525b29cd70be6e594fc1cc9f7a653231f3dbccfc2:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s9sltvapg93lnoepq0yrv7l1j EndpointID:831f549ca97d321f2d8a5dd51d04931d3fbd2dc8e0d55c0afa4a987380fc8bc6 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:686cbbe41c8f7b7dca15f89fbd5fd0cff7b26021e8c8d937078e4991ec445dec 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:f70eb8d5bd48 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.s9sltvapg93lnoepq0yrv7l1j EndpointID:831f549ca97d321f2d8a5dd51d04931d3fbd2dc8e0d55c0afa4a987380fc8bc6 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} 13:16:23 [2020-07-17T13:16:23.854Z] PASS 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] === Skipped 13:16:23 [2020-07-17T13:16:23.854Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:16:23 [2020-07-17T13:16:23.854Z] service_test.go:236: FLAKY_TEST 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] DONE 23 tests, 1 skipped in 38.975s 13:16:23 [2020-07-17T13:16:23.854Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] ++ set -e 13:16:23 [2020-07-17T13:16:23.854Z] ++ '[' -n 0 ']' 13:16:23 [2020-07-17T13:16:23.854Z] ++ set -x 13:16:23 [2020-07-17T13:16:23.854Z] ++ 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=ppc64le 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 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/ppc64le-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] INFO: Testing against a local daemon 13:16:23 [2020-07-17T13:16:23.854Z] === RUN TestDockerNetworkIpvlanPersistance 13:16:23 [2020-07-17T13:16:23.854Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) 13:16:23 [2020-07-17T13:16:23.854Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:16:23 [2020-07-17T13:16:23.854Z] === RUN TestDockerNetworkIpvlan 13:16:23 [2020-07-17T13:16:23.854Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) 13:16:23 [2020-07-17T13:16:23.854Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:16:23 [2020-07-17T13:16:23.854Z] PASS 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] === Skipped 13:16:23 [2020-07-17T13:16:23.854Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) 13:16:23 [2020-07-17T13:16:23.854Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) 13:16:23 [2020-07-17T13:16:23.854Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] 13:16:23 [2020-07-17T13:16:23.854Z] DONE 2 tests, 2 skipped in 0.083s 13:16:23 [2020-07-17T13:16:23.854Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] ++ set -e 13:16:23 [2020-07-17T13:16:23.854Z] ++ '[' -n 0 ']' 13:16:23 [2020-07-17T13:16:23.854Z] ++ set -x 13:16:23 [2020-07-17T13:16:23.854Z] ++ 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=ppc64le 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 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/ppc64le-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m 13:16:23 [2020-07-17T13:16:23.854Z] INFO: Testing against a local daemon 13:16:23 [2020-07-17T13:16:23.854Z] === RUN TestDockerNetworkMacvlanPersistance 13:16:24 [2020-07-17T13:16:24.781Z] --- PASS: TestServiceUpdateLabel (2.21s) 13:16:24 [2020-07-17T13:16:24.781Z] === RUN TestServiceUpdateSecrets 13:16:25 [2020-07-17T13:16:25.029Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) 13:16:25 [2020-07-17T13:16:25.029Z] === RUN TestDockerNetworkMacvlan 13:16:25 [2020-07-17T13:16:25.355Z] === RUN TestDockerSuite/TestExec 13:16:25 [2020-07-17T13:16:25.677Z] === RUN TestDockerNetworkMacvlan/Subinterface 13:16:26 [2020-07-17T13:16:26.294Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused 13:16:26 [2020-07-17T13:16:26.676Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements 13:16:26 [2020-07-17T13:16:26.676Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] 13:16:26 [2020-07-17T13:16:26.676Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] 13:16:26 [2020-07-17T13:16:26.676Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/pkg/term [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/profiles/apparmor [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/rootless [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/rootless/specconv [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/runconfig/opts [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/daemon [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/environment [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fakecontext [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fakegit [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fakestorage [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/registry [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/testutil/request [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/volume [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/volume/service/opts [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] ? github.com/docker/docker/volume/testutils [no test files] 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === Skipped 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] exec_linux_test.go:18: requires AppArmor to be enabled 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] exec_linux_test.go:38: requires AppArmor to be enabled 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver btrfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver btrfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver btrfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver btrfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver btrfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:73: No driver to put! 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] time="2020-07-17T13:15:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: driver not supported 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] time="2020-07-17T13:15:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: driver not supported 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] time="2020-07-17T13:15:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: driver not supported 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] time="2020-07-17T13:15:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: driver not supported 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] time="2020-07-17T13:15:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: driver not supported 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:73: No driver to put! 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] overlay_test.go:44: Fails to compute changes after apply intermittently 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] overlay_test.go:49: Fails to compute changes intermittently 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] overlay_test.go:65: Cannot run test with naive change algorithm 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver zfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver zfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver zfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver zfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:46: Driver zfs not supported 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] graphtest_unix.go:73: No driver to put! 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] sysinfo_linux_test.go:92: App Armor Must be Disabled 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) 13:16:26 [2020-07-17T13:16:26.677Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] 13:16:26 [2020-07-17T13:16:26.677Z] DONE 2124 tests, 26 skipped in 247.551s 13:16:26 [2020-07-17T13:16:26.735Z] === RUN TestDockerNetworkMacvlan/OverlapParent 13:16:26 [2020-07-17T13:16:26.861Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd Post stage [Pipeline] junit 13:16:26 [2020-07-17T13:16:26.950Z] Recording test results 13:16:27 [2020-07-17T13:16:27.122Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType 13:16:27 [2020-07-17T13:16:27.374Z] === RUN TestDockerNetworkMacvlan/NilParent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh 13:16:27 [2020-07-17T13:16:27.691Z] === RUN TestDockerSuite/TestExecAPIStart 13:16:27 [2020-07-17T13:16:27.849Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41221/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d hack/validate/vendor 13:16:28 [2020-07-17T13:16:28.630Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible 13:16:28 [2020-07-17T13:16:28.889Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders 13:16:29 [2020-07-17T13:16:29.456Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand 13:16:29 [2020-07-17T13:16:29.457Z] === RUN TestDockerNetworkMacvlan/InternalMode 13:16:29 [2020-07-17T13:16:29.752Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build e2e image) [Pipeline] sh 13:16:30 [2020-07-17T13:16:30.025Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError 13:16:30 [2020-07-17T13:16:30.083Z] + echo Building e2e image 13:16:30 [2020-07-17T13:16:30.083Z] Building e2e image 13:16:30 [2020-07-17T13:16:30.083Z] + docker build --build-arg DOCKER_GITCOMMIT=bf4a5982f0bb80e18f078c6a1c54f3a1cbd3814d -t moby-e2e-test -f Dockerfile.e2e . 13:16:30 [2020-07-17T13:16:30.083Z] #2 [internal] load .dockerignore 13:16:30 [2020-07-17T13:16:30.083Z] #2 transferring context: 34B done 13:16:30 [2020-07-17T13:16:30.083Z] #2 DONE 0.0s 13:16:30 [2020-07-17T13:16:30.083Z] 13:16:30 [2020-07-17T13:16:30.083Z] #1 [internal] load build definition from Dockerfile.e2e 13:16:30 [2020-07-17T13:16:30.083Z] #1 transferring dockerfile: 3.21kB done 13:16:30 [2020-07-17T13:16:30.083Z] #1 DONE 0.0s 13:16:30 [2020-07-17T13:16:30.083Z] 13:16:30 [2020-07-17T13:16:30.083Z] #4 [internal] load metadata for docker.io/library/alpine:3.10 13:16:30 [2020-07-17T13:16:30.285Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand 13:16:30 [2020-07-17T13:16:30.344Z] #4 DONE 0.2s 13:16:30 [2020-07-17T13:16:30.344Z] 13:16:30 [2020-07-17T13:16:30.344Z] #3 [internal] load metadata for docker.io/library/golang:1.13.12-alpine 13:16:30 [2020-07-17T13:16:30.344Z] #3 DONE 0.2s 13:16:30 [2020-07-17T13:16:30.344Z] 13:16:30 [2020-07-17T13:16:30.344Z] #8 [internal] load build context 13:16:30 [2020-07-17T13:16:30.853Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach 13:16:30 [2020-07-17T13:16:30.914Z] #8 ... 13:16:30 [2020-07-17T13:16:30.914Z] 13:16:30 [2020-07-17T13:16:30.914Z] #5 [runner 1/12] FROM docker.io/library/alpine:3.10@sha256:f0e9534a598e5013... 13:16:30 [2020-07-17T13:16:30.914Z] #5 resolve docker.io/library/alpine:3.10@sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 done 13:16:30 [2020-07-17T13:16:30.914Z] #5 sha256:a143f3ba578f79e2c7b3022c488e6e12a35836cd4a6eb9e363d7f3a07d848590 528B / 528B done 13:16:30 [2020-07-17T13:16:30.914Z] #5 sha256:be4e4bea2c2e15b403bb321562e78ea84b501fb41497472e91ecb41504e8a27c 1.51kB / 1.51kB done 13:16:30 [2020-07-17T13:16:30.914Z] #5 sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 2.80MB / 2.80MB 0.1s done 13:16:30 [2020-07-17T13:16:30.914Z] #5 sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 1.64kB / 1.64kB done 13:16:30 [2020-07-17T13:16:30.914Z] #5 extracting sha256:21c83c5242199776c232920ddb58cfa2a46b17e42ed831ca9001c8dbc532d22d 0.4s done 13:16:30 [2020-07-17T13:16:30.914Z] #5 DONE 0.6s 13:16:30 [2020-07-17T13:16:30.914Z] 13:16:30 [2020-07-17T13:16:30.914Z] #8 [internal] load build context 13:16:31 [2020-07-17T13:16:31.112Z] === RUN TestDockerSuite/TestExecAfterContainerRestart 13:16:31 [2020-07-17T13:16:31.487Z] #8 transferring context: 849.33kB 1.3s done 13:16:31 [2020-07-17T13:16:31.562Z] === RUN TestDockerNetworkMacvlan/MultiSubnet 13:16:31 [2020-07-17T13:16:31.749Z] #8 DONE 1.4s 13:16:31 [2020-07-17T13:16:31.749Z] 13:16:31 [2020-07-17T13:16:31.749Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... 13:16:31 [2020-07-17T13:16:31.749Z] #14 resolve docker.io/library/golang:1.13.12-alpine@sha256:4c475018cc22a3c1b1e42806467be68c61beef9f94cb4533960f5fdd53f631b4 done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:4c475018cc22a3c1b1e42806467be68c61beef9f94cb4533960f5fdd53f631b4 1.65kB / 1.65kB done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:90e2f8cc39f2bb8450c45b41580b285ca4c177b3c9c7fe0015732ba010c68a2b 1.36kB / 1.36kB done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:cea245765db1a405a8511d96d147f5161c55f225515c3929dfcf215048add463 3.83kB / 3.83kB done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 2.80MB / 2.80MB 0.2s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 282.60kB / 282.60kB 0.1s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:e5ffe4cf9f04433b1e030067c4d129ea3821af101c597980cfeb846f7efea799 126B / 126B 0.2s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f 155B / 155B 0.1s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 60.64MB / 126.96MB 1.4s 13:16:31 [2020-07-17T13:16:31.749Z] #14 extracting sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c 0.5s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 extracting sha256:ed8968b2872e472e21554ca58b35a02277634f3e501cc04ab7b0d0963f60f54d 0.3s done 13:16:31 [2020-07-17T13:16:31.749Z] #14 extracting sha256:a92cc7c5fd73817407fa0e4de5e1fb262a9c0f34c35c7450a2d01a7cef79c62f done 13:16:31 [2020-07-17T13:16:31.749Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 67.91MB / 126.96MB 1.6s 13:16:32 [2020-07-17T13:16:32.009Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 78.13MB / 126.96MB 1.7s 13:16:32 [2020-07-17T13:16:32.009Z] #14 ... 13:16:32 [2020-07-17T13:16:32.009Z] 13:16:32 [2020-07-17T13:16:32.009Z] #6 [runner 2/12] RUN addgroup docker && adduser -D -G docker unprivilegedus... 13:16:32 [2020-07-17T13:16:32.009Z] #6 DONE 1.2s 13:16:32 [2020-07-17T13:16:32.009Z] 13:16:32 [2020-07-17T13:16:32.009Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... 13:16:32 [2020-07-17T13:16:32.009Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 88.14MB / 126.96MB 1.8s 13:16:32 [2020-07-17T13:16:32.049Z] === RUN TestDockerSuite/TestExecCgroup 13:16:32 [2020-07-17T13:16:32.269Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 97.91MB / 126.96MB 1.9s 13:16:32 [2020-07-17T13:16:32.269Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 109.62MB / 126.96MB 2.1s 13:16:32 [2020-07-17T13:16:32.528Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 120.75MB / 126.96MB 2.2s 13:16:32 [2020-07-17T13:16:32.528Z] #14 sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 126.96MB / 126.96MB 2.3s done 13:16:32 [2020-07-17T13:16:32.528Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 13:16:32 [2020-07-17T13:16:32.988Z] === RUN TestDockerSuite/TestExecEnv 13:16:33 [2020-07-17T13:16:33.556Z] === RUN TestDockerSuite/TestExecEnvLinksHost 13:16:34 [2020-07-17T13:16:34.495Z] === RUN TestDockerSuite/TestExecExitStatus 13:16:34 [2020-07-17T13:16:34.754Z] === RUN TestDockerSuite/TestExecInspectID 13:16:35 [2020-07-17T13:16:35.161Z] === RUN TestDockerNetworkMacvlan/Addressing 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan (10.99s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.87s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.91s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.23s) 13:16:35 [2020-07-17T13:16:35.801Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) 13:16:35 [2020-07-17T13:16:35.801Z] PASS 13:16:35 [2020-07-17T13:16:35.801Z] 13:16:35 [2020-07-17T13:16:35.801Z] DONE 8 tests in 12.475s 13:16:35 [2020-07-17T13:16:35.801Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 13:16:35 [2020-07-17T13:16:35.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:16:35 [2020-07-17T13:16:35.801Z] ++ set -e 13:16:35 [2020-07-17T13:16:35.801Z] ++ '[' -n 0 ']' 13:16:35 [2020-07-17T13:16:35.801Z] ++ set -x 13:16:35 [2020-07-17T13:16:35.801Z] ++ 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=ppc64le 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 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/ppc64le-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin -t ./test.main -test.v -test.timeout=120m 13:16:35 [2020-07-17T13:16:35.801Z] testing: warning: no tests to run 13:16:35 [2020-07-17T13:16:35.801Z] PASS 13:16:35 [2020-07-17T13:16:35.801Z] 13:16:35 [2020-07-17T13:16:35.801Z] DONE 0 tests in 0.012s 13:16:35 [2020-07-17T13:16:35.801Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 13:16:35 [2020-07-17T13:16:35.801Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:16:35 [2020-07-17T13:16:35.801Z] ++ set -e 13:16:35 [2020-07-17T13:16:35.801Z] ++ '[' -n 0 ']' 13:16:35 [2020-07-17T13:16:35.801Z] ++ set -x 13:16:35 [2020-07-17T13:16:35.802Z] ++ 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=ppc64le 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 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/ppc64le-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m 13:16:36 [2020-07-17T13:16:36.096Z] INFO: Testing against a local daemon 13:16:36 [2020-07-17T13:16:36.096Z] === RUN TestAuthZPluginAllowRequest 13:16:37 [2020-07-17T13:16:37.287Z] === RUN TestDockerSuite/TestExecInteractive 13:16:37 [2020-07-17T13:16:37.619Z] --- PASS: TestAuthZPluginAllowRequest (1.30s) 13:16:37 [2020-07-17T13:16:37.619Z] === RUN TestAuthZPluginTLS 13:16:37 [2020-07-17T13:16:37.804Z] #14 ... 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #7 [runner 3/12] RUN apk --no-cache add bash ca-certificates g+... 13:16:37 [2020-07-17T13:16:37.804Z] #7 0.985 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.075 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.174 (1/30) Installing ncurses-terminfo-base (6.1_p20190518-r2) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.179 (2/30) Installing ncurses-libs (6.1_p20190518-r2) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.189 (3/30) Installing readline (8.0.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.193 (4/30) Installing bash (5.0.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.208 Executing bash-5.0.0-r0.post-install 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.210 (5/30) Installing ca-certificates (20191127-r2) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.228 (6/30) Installing libgcc (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.232 (7/30) Installing libstdc++ (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.247 (8/30) Installing binutils (2.32-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.347 (9/30) Installing gmp (6.1.2-r1) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.356 (10/30) Installing isl (0.18-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.378 (11/30) Installing libgomp (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.383 (12/30) Installing libatomic (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.389 (13/30) Installing mpfr3 (3.1.5-r1) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.395 (14/30) Installing mpc1 (1.1.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 2.398 (15/30) Installing gcc (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.301 (16/30) Installing musl-dev (1.1.22-r3) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.400 (17/30) Installing libc-dev (0.7.1-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.403 (18/30) Installing g++ (8.3.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.958 (19/30) Installing nghttp2-libs (1.39.2-r1) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.963 (20/30) Installing libcurl (7.66.0-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.970 (21/30) Installing expat (2.2.8-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.974 (22/30) Installing pcre2 (10.33-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 3.982 (23/30) Installing git (2.22.4-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.195 (24/30) Installing libmnl (1.0.4-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.199 (25/30) Installing libnftnl-libs (1.1.3-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.204 (26/30) Installing iptables (1.8.3-r1) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.230 (27/30) Installing pigz (2.4-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.240 (28/30) Installing tar (1.32-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.247 (29/30) Installing xz-libs (5.2.4-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.252 (30/30) Installing xz (5.2.4-r0) 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.257 Executing busybox-1.30.1-r3.trigger 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.269 Executing ca-certificates-20191127-r2.trigger 13:16:37 [2020-07-17T13:16:37.804Z] #7 4.313 OK: 179 MiB in 44 packages 13:16:37 [2020-07-17T13:16:37.804Z] #7 DONE 5.3s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #9 [runner 4/12] COPY hack/test/e2e-run.sh /scripts/run.sh 13:16:37 [2020-07-17T13:16:37.804Z] #9 DONE 0.1s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #10 [runner 5/12] COPY hack/make/.ensure-emptyfs /scripts/ensure-emptyfs.sh 13:16:37 [2020-07-17T13:16:37.804Z] #10 DONE 0.0s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #11 [runner 6/12] COPY integration/testdata /tests/integration/testdat... 13:16:37 [2020-07-17T13:16:37.804Z] #11 DONE 0.0s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #12 [runner 7/12] COPY integration/build/testdata /tests/integration/build/t... 13:16:37 [2020-07-17T13:16:37.804Z] #12 DONE 0.0s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #13 [runner 8/12] COPY integration-cli/fixtures /tests/integration-cli/fix... 13:16:37 [2020-07-17T13:16:37.804Z] #13 DONE 0.1s 13:16:37 [2020-07-17T13:16:37.804Z] 13:16:37 [2020-07-17T13:16:37.804Z] #14 [base 1/5] FROM docker.io/library/golang:1.13.12-alpine@sha256:4c475018c... 13:16:37 [2020-07-17T13:16:37.804Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 5.1s 13:16:37 [2020-07-17T13:16:37.883Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose 13:16:37 [2020-07-17T13:16:37.916Z] --- PASS: TestAuthZPluginTLS (0.57s) 13:16:37 [2020-07-17T13:16:37.916Z] === RUN TestAuthZPluginDenyRequest 13:16:38 [2020-07-17T13:16:38.451Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer 13:16:38 [2020-07-17T13:16:38.557Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) 13:16:38 [2020-07-17T13:16:38.557Z] === RUN TestAuthZPluginAPIDenyResponse 13:16:38 [2020-07-17T13:16:38.749Z] #14 extracting sha256:e9b686f23470bc8eab4c3afc6da133e5ff7dc010c2ce3f58564e1bcd3cecd752 6.0s done 13:16:38 [2020-07-17T13:16:38.749Z] #14 extracting sha256:e5ffe4cf9f04433b1e030067c4d129ea3821af101c597980cfeb846f7efea799 done 13:16:38 [2020-07-17T13:16:38.749Z] #14 DONE 8.6s 13:16:38 [2020-07-17T13:16:38.854Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) 13:16:38 [2020-07-17T13:16:38.854Z] === RUN TestAuthZPluginDenyResponse 13:16:39 [2020-07-17T13:16:39.008Z] 13:16:39 [2020-07-17T13:16:39.008Z] #15 [base 2/5] RUN apk --no-cache add bash btrfs-progs-dev build... 13:16:39 [2020-07-17T13:16:39.019Z] === RUN TestDockerSuite/TestExecParseError 13:16:39 [2020-07-17T13:16:39.019Z] --- PASS: TestServiceUpdateSecrets (14.73s) 13:16:39 [2020-07-17T13:16:39.019Z] === RUN TestServiceUpdateConfigs 13:16:39 [2020-07-17T13:16:39.490Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) 13:16:39 [2020-07-17T13:16:39.490Z] === RUN TestAuthZPluginAllowEventStream 13:16:39 [2020-07-17T13:16:39.575Z] #15 0.504 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:16:39 [2020-07-17T13:16:39.587Z] === RUN TestDockerSuite/TestExecPausedContainer 13:16:40 [2020-07-17T13:16:40.156Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.574 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.685 (1/55) Upgrading musl (1.1.24-r8 -> 1.1.24-r9) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.695 (2/55) Installing ncurses-terminfo-base (6.2_p20200523-r0) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.698 (3/55) Installing ncurses-libs (6.2_p20200523-r0) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.704 (4/55) Installing readline (8.0.4-r0) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.708 (5/55) Installing bash (5.0.17-r0) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.719 Executing bash-5.0.17-r0.post-install 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.721 (6/55) Installing linux-headers (5.4.5-r1) 13:16:40 [2020-07-17T13:16:40.511Z] #15 1.797 (7/55) Installing libblkid (2.35.2-r0) 13:16:40 [2020-07-17T13:16:40.725Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.802 (8/55) Installing libuuid (2.35.2-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.804 (9/55) Installing btrfs-progs-libs (5.6.1-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.819 (10/55) Installing btrfs-progs-dev (5.6.1-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.825 (11/55) Installing libgcc (9.3.0-r2) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.827 (12/55) Installing libstdc++ (9.3.0-r2) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.839 (13/55) Installing binutils (2.34-r1) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.905 (14/55) Installing libmagic (5.38-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.925 (15/55) Installing file (5.38-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.926 (16/55) Installing gmp (6.2.0-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.932 (17/55) Installing isl (0.18-r0) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.946 (18/55) Installing libgomp (9.3.0-r2) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.949 (19/55) Installing libatomic (9.3.0-r2) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.951 (20/55) Installing libgphobos (9.3.0-r2) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.991 (21/55) Installing mpfr4 (4.0.2-r4) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.996 (22/55) Installing mpc1 (1.1.0-r1) 13:16:40 [2020-07-17T13:16:40.770Z] #15 1.998 (23/55) Installing gcc (9.3.0-r2) 13:16:41 [2020-07-17T13:16:41.008Z] --- PASS: TestAuthZPluginAllowEventStream (1.30s) 13:16:41 [2020-07-17T13:16:41.008Z] === RUN TestAuthZPluginErrorResponse 13:16:41 [2020-07-17T13:16:41.303Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) 13:16:41 [2020-07-17T13:16:41.303Z] === RUN TestAuthZPluginErrorRequest 13:16:41 [2020-07-17T13:16:41.661Z] === RUN TestDockerSuite/TestExecSetEnv 13:16:41 [2020-07-17T13:16:41.708Z] #15 2.832 (24/55) Installing musl-dev (1.1.24-r9) 13:16:41 [2020-07-17T13:16:41.709Z] #15 2.903 (25/55) Installing libc-dev (0.7.2-r3) 13:16:41 [2020-07-17T13:16:41.709Z] #15 2.905 (26/55) Installing g++ (9.3.0-r2) 13:16:41 [2020-07-17T13:16:41.920Z] === RUN TestDockerSuite/TestExecStartFails 13:16:41 [2020-07-17T13:16:41.942Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) 13:16:41 [2020-07-17T13:16:41.942Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration 13:16:42 [2020-07-17T13:16:42.277Z] #15 3.320 (27/55) Installing make (4.3-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.324 (28/55) Installing fortify-headers (1.1-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.326 (29/55) Installing patch (2.7.6-r6) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.329 (30/55) Installing build-base (0.5-r2) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.330 (31/55) Installing nghttp2-libs (1.41.0-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.333 (32/55) Installing libcurl (7.69.1-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.339 (33/55) Installing curl (7.69.1-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.342 (34/55) Installing oniguruma (6.9.5-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.348 (35/55) Installing jq (1.6-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.355 (36/55) Installing device-mapper-libs (2.02.186-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.360 (37/55) Installing device-mapper-event-libs (2.02.186-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.362 (38/55) Installing libaio (0.3.112-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.363 (39/55) Installing lvm2-libs (2.02.186-r1) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.404 (40/55) Installing blkid (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.407 (41/55) Installing libcap-ng (0.7.10-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.409 (42/55) Installing setpriv (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.411 (43/55) Installing libmount (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.416 (44/55) Installing libsmartcols (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.420 (45/55) Installing findmnt (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.422 (46/55) Installing mcookie (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.424 (47/55) Installing hexdump (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.426 (48/55) Installing lsblk (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.429 (49/55) Installing libfdisk (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.435 (50/55) Installing sfdisk (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.438 (51/55) Installing cfdisk (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.440 (52/55) Installing util-linux (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.278Z] #15 3.475 (53/55) Installing pkgconf (1.7.2-r0) 13:16:42 [2020-07-17T13:16:42.488Z] === RUN TestDockerSuite/TestExecStateCleanup 13:16:42 [2020-07-17T13:16:42.536Z] #15 3.477 (54/55) Installing util-linux-dev (2.35.2-r0) 13:16:42 [2020-07-17T13:16:42.536Z] #15 3.498 (55/55) Installing lvm2-dev (2.02.186-r1) 13:16:42 [2020-07-17T13:16:42.536Z] #15 3.503 Executing busybox-1.31.1-r16.trigger 13:16:42 [2020-07-17T13:16:42.536Z] #15 3.508 OK: 230 MiB in 69 packages 13:16:42 [2020-07-17T13:16:42.601Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) 13:16:42 [2020-07-17T13:16:42.601Z] === RUN TestAuthZPluginEnsureLoadImportWorking 13:16:42 [2020-07-17T13:16:42.796Z] #15 DONE 4.0s 13:16:42 [2020-07-17T13:16:42.796Z] 13:16:42 [2020-07-17T13:16:42.796Z] #16 [base 3/5] RUN mkdir -p /build/ 13:16:43 [2020-07-17T13:16:43.364Z] #16 DONE 0.6s 13:16:43 [2020-07-17T13:16:43.364Z] 13:16:43 [2020-07-17T13:16:43.364Z] #17 [base 4/5] RUN mkdir -p /go/src/github.com/docker/docker/ 13:16:44 [2020-07-17T13:16:44.131Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.70s) 13:16:44 [2020-07-17T13:16:44.131Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom 13:16:44 [2020-07-17T13:16:44.302Z] #17 DONE 0.6s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #18 [base 5/5] WORKDIR /go/src/github.com/docker/docker/ 13:16:44 [2020-07-17T13:16:44.302Z] #18 DONE 0.0s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #26 [contrib 1/4] COPY contrib/syscall-test /build/syscall-test 13:16:44 [2020-07-17T13:16:44.302Z] #26 DONE 0.0s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #31 [builder 1/4] COPY . . 13:16:44 [2020-07-17T13:16:44.302Z] #31 ... 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #19 [frozen-images 1/2] COPY contrib/download-frozen-image-v2.sh / 13:16:44 [2020-07-17T13:16:44.302Z] #19 DONE 0.1s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #27 [contrib 2/4] COPY contrib/httpserver/Dockerfile /build/httpserver/Dock... 13:16:44 [2020-07-17T13:16:44.302Z] #27 DONE 0.0s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.302Z] #22 [dockercli 1/3] COPY hack/dockerfile/install/install.sh ./install.sh 13:16:44 [2020-07-17T13:16:44.302Z] #22 DONE 0.1s 13:16:44 [2020-07-17T13:16:44.302Z] 13:16:44 [2020-07-17T13:16:44.303Z] #28 [contrib 3/4] COPY contrib/httpserver contrib/httpserver 13:16:44 [2020-07-17T13:16:44.303Z] #28 DONE 0.1s 13:16:44 [2020-07-17T13:16:44.303Z] 13:16:44 [2020-07-17T13:16:44.303Z] #23 [dockercli 2/3] COPY hack/dockerfile/install/dockercli.installer ./ 13:16:44 [2020-07-17T13:16:44.303Z] #23 DONE 0.1s 13:16:44 [2020-07-17T13:16:44.303Z] 13:16:44 [2020-07-17T13:16:44.303Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli 13:16:46 [2020-07-17T13:16:46.209Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s) 13:16:46 [2020-07-17T13:16:46.209Z] === RUN TestAuthZPluginHeader 13:16:46 [2020-07-17T13:16:46.211Z] #24 ... 13:16:46 [2020-07-17T13:16:46.211Z] 13:16:46 [2020-07-17T13:16:46.211Z] #31 [builder 1/4] COPY . . 13:16:46 [2020-07-17T13:16:46.211Z] #31 DONE 1.7s 13:16:46 [2020-07-17T13:16:46.211Z] 13:16:46 [2020-07-17T13:16:46.211Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.672 + RM_GOPATH=0 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.672 + TMP_GOPATH= 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.672 + : /build 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.672 + '[' -z '' ']' 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.677 ++ mktemp -d 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.682 + export GOPATH=/tmp/tmp.hpDBDi 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.682 + GOPATH=/tmp/tmp.hpDBDi 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.682 + RM_GOPATH=1 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.682 + case "$(go env GOARCH)" in 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.682 ++ go env GOARCH 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.689 + export GO_BUILDMODE=-buildmode=pie 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.689 + GO_BUILDMODE=-buildmode=pie 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.689 ++ dirname ./install.sh 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.689 + dir=. 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.689 + bin=dockercli 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 + shift 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 + '[' '!' -f ./dockercli.installer ']' 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 + . ./dockercli.installer 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 ++ : stable 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 ++ : 17.06.2-ce 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 + install_dockercli 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 + echo 'Install docker/cli version 17.06.2-ce from stable' 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.690 Install docker/cli version 17.06.2-ce from stable 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.692 ++ uname -m 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.694 + arch=x86_64 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.694 + '[' x86_64 '!=' x86_64 ']' 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.697 + url=https://download.docker.com/linux/static 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.697 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz 13:16:46 [2020-07-17T13:16:46.211Z] #24 1.698 + tar -xz docker/docker 13:16:46 [2020-07-17T13:16:46.846Z] --- PASS: TestAuthZPluginHeader (0.84s) 13:16:46 [2020-07-17T13:16:46.846Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest 13:16:46 [2020-07-17T13:16:46.846Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:16:46 [2020-07-17T13:16:46.846Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:16:46 [2020-07-17T13:16:46.846Z] === RUN TestAuthZPluginV2Disable 13:16:46 [2020-07-17T13:16:46.846Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) 13:16:46 [2020-07-17T13:16:46.846Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:16:46 [2020-07-17T13:16:46.846Z] === RUN TestAuthZPluginV2RejectVolumeRequests 13:16:46 [2020-07-17T13:16:46.846Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:16:46 [2020-07-17T13:16:46.846Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:16:46 [2020-07-17T13:16:46.846Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart 13:16:46 [2020-07-17T13:16:46.846Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:16:46 [2020-07-17T13:16:46.846Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:16:46 [2020-07-17T13:16:46.846Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart 13:16:47 [2020-07-17T13:16:47.597Z] #24 ... 13:16:47 [2020-07-17T13:16:47.597Z] 13:16:47 [2020-07-17T13:16:47.597Z] #32 [builder 2/4] RUN mkdir -p /build${PWD} && find integration integration-... 13:16:47 [2020-07-17T13:16:47.597Z] #32 DONE 1.6s 13:16:47 [2020-07-17T13:16:47.597Z] 13:16:47 [2020-07-17T13:16:47.597Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:16:48 [2020-07-17T13:16:48.983Z] #33 1.498 13:16:49 [2020-07-17T13:16:49.244Z] #33 1.677 Removing bundles/ 13:16:49 [2020-07-17T13:16:49.244Z] #33 1.679 13:16:49 [2020-07-17T13:16:49.244Z] #33 1.688 ---> Making bundle: build-integration-test-binary (in bundles/build-integration-test-binary) 13:16:49 [2020-07-17T13:16:49.504Z] #33 ... 13:16:49 [2020-07-17T13:16:49.504Z] 13:16:49 [2020-07-17T13:16:49.504Z] #24 [dockercli 3/3] RUN PREFIX=/build ./install.sh dockercli 13:16:49 [2020-07-17T13:16:49.504Z] #24 5.058 + mkdir -p /build 13:16:49 [2020-07-17T13:16:49.504Z] #24 5.059 + mv docker/docker /build/ 13:16:49 [2020-07-17T13:16:49.504Z] #24 5.060 + rmdir docker 13:16:49 [2020-07-17T13:16:49.504Z] #24 DONE 5.2s 13:16:49 [2020-07-17T13:16:49.504Z] 13:16:49 [2020-07-17T13:16:49.504Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... 13:16:49 [2020-07-17T13:16:49.504Z] #20 2.605 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... 13:16:49 [2020-07-17T13:16:49.504Z] #20 3.172 13:16:49 [2020-07-17T13:16:49.504Z] #20 3.312 0.0% ###### 9.6% ############### 21.2% ########################### 38.9% ######################################################### 79.4% ######################################################################## 100.0% 13:16:49 [2020-07-17T13:16:49.504Z] #20 4.491 13:16:49 [2020-07-17T13:16:49.504Z] #20 4.618 ## 3.8% ######################################################################## 100.0% 13:16:49 [2020-07-17T13:16:49.504Z] #20 5.272 13:16:49 [2020-07-17T13:16:49.764Z] #20 5.525 #=#=# ############ 17.8% ##################################### 52.6% ######################################################################## 100.0% 13:16:50 [2020-07-17T13:16:50.334Z] #20 6.343 13:16:50 [2020-07-17T13:16:50.594Z] #20 ... 13:16:50 [2020-07-17T13:16:50.594Z] 13:16:50 [2020-07-17T13:16:50.594Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:16:50 [2020-07-17T13:16:50.594Z] #33 3.242 Building test suite binary ./integration-cli/test.main 13:16:51 [2020-07-17T13:16:51.017Z] ok github.com/docker/docker/integration/container 61.230s 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === Skipped 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathDoesNotExist (0.03s) 13:16:51 [2020-07-17T13:16:51.017Z] copy_test.go:25: testEnv.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) 13:16:51 [2020-07-17T13:16:51.017Z] copy_test.go:39: testEnv.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathDoesNotExist (0.02s) 13:16:51 [2020-07-17T13:16:51.017Z] copy_test.go:51: testEnv.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s) 13:16:51 [2020-07-17T13:16:51.017Z] copy_test.go:65: testEnv.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] copy_test.go:76: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:75: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:138: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:182: testEnv.DaemonInfo.OSType != "linux" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCapabilities (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:262: testEnv.DaemonInfo.OSType == "windows": FIXME: test should be able to run on LCOW 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:389: testEnv.DaemonInfo.OSType != "linux" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] create_test.go:550: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] diff_test.go:17: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestExec (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] exec_test.go:88: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] exec_test.go:127: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] health_test.go:20: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:33: testEnv.OSType == "windows": TODO Windows: FIXME. No SIGWINCH 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:73: testEnv.OSType == "windows": Windows only supports 1.25 or later 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:112: testEnv.OSType == "windows": Windows only supports 1.25 or later 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:123: testEnv.OSType == "windows": Windows only supports 1.25 or later 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:134: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:151: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] kill_test.go:171: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] nat_test.go:24: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLocalhostTCPNat (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] nat_test.go:43: testEnv.DaemonInfo.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] nat_test.go:61: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] rename_test.go:26: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] rename_test.go:126: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] rename_test.go:194: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestResize (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] resize_test.go:20: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] resize_test.go:38: testEnv.OSType == "windows": FIXME 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] stop_windows_test.go:19: testEnv.OSType == "windows" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) 13:16:51 [2020-07-17T13:16:51.017Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] DONE 85 tests, 42 skipped in 63.841s 13:16:51 [2020-07-17T13:16:51.017Z] 13:16:51 [2020-07-17T13:16:51.017Z] Running D:\gopath\src\github.com\docker\docker\integration\image 13:16:53 [2020-07-17T13:16:53.252Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:16:53 [2020-07-17T13:16:53.252Z] INFO: Testing against a local daemon 13:16:53 [2020-07-17T13:16:53.721Z] ok github.com/docker/docker/integration/image 0.424s 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] === Skipped 13:16:53 [2020-07-17T13:16:53.721Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) 13:16:53 [2020-07-17T13:16:53.721Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) 13:16:53 [2020-07-17T13:16:53.721Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] === SKIP: github.com/docker/docker/integration/image TestRemoveImageOrphaning (0.00s) 13:16:53 [2020-07-17T13:16:53.721Z] remove_test.go:16: testEnv.DaemonInfo.OSType == "windows": FIXME 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] === SKIP: github.com/docker/docker/integration/image TestTagOfficialNames (0.00s) 13:16:53 [2020-07-17T13:16:53.721Z] tag_test.go:98: testEnv.OSType == "windows" 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] DONE 11 tests, 4 skipped in 2.426s 13:16:53 [2020-07-17T13:16:53.721Z] 13:16:53 [2020-07-17T13:16:53.721Z] Running D:\gopath\src\github.com\docker\docker\integration\network 13:16:54 [2020-07-17T13:16:54.691Z] === RUN TestDockerSuite/TestExecStopNotHanging 13:16:54 [2020-07-17T13:16:54.691Z] --- PASS: TestServiceUpdateConfigs (14.54s) 13:16:54 [2020-07-17T13:16:54.691Z] === RUN TestServiceUpdateNetwork 13:16:54 [2020-07-17T13:16:54.691Z] === RUN TestDockerSuite/TestExecTTY 13:16:54 [2020-07-17T13:16:54.691Z] === RUN TestDockerSuite/TestExecTTYCloseStdin 13:16:54 [2020-07-17T13:16:54.691Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin 13:16:54 [2020-07-17T13:16:54.791Z] #33 ... 13:16:54 [2020-07-17T13:16:54.791Z] 13:16:54 [2020-07-17T13:16:54.791Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... 13:16:54 [2020-07-17T13:16:54.791Z] #29 ... 13:16:54 [2020-07-17T13:16:54.791Z] 13:16:54 [2020-07-17T13:16:54.791Z] #20 [frozen-images 2/2] RUN /download-frozen-image-v2.sh /build buildpack-d... 13:16:54 [2020-07-17T13:16:54.791Z] #20 6.567 #=#=# ################ 23.0% ############################### 43.7% ############################################### 66.1% ############################################################### 88.7% ######################################################################## 100.0% 13:16:54 [2020-07-17T13:16:54.791Z] #20 7.490 13:16:54 [2020-07-17T13:16:54.791Z] #20 7.612 1.1% #### 6.4% ######## 12.4% ############ 17.5% ################ 22.9% ################### 27.6% ####################### 32.9% ########################### 38.3% ################################ 45.7% #################################### 50.6% ######################################## 55.9% ########################################### 61.0% ############################################### 66.5% ################################################### 71.9% ####################################################### 77.2% ########################################################### 82.4% ############################################################## 87.4% ################################################################## 92.8% ###################################################################### 98.0% ######################################################################## 100.0% 13:16:54 [2020-07-17T13:16:54.791Z] #20 9.801 13:16:55 [2020-07-17T13:16:55.049Z] #20 10.86 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... 13:16:55 [2020-07-17T13:16:55.631Z] === RUN TestDockerSuite/TestExecUlimits 13:16:55 [2020-07-17T13:16:55.645Z] #20 11.35 13:16:55 [2020-07-17T13:16:55.645Z] #20 11.44 ######################################################################## 100.0% 13:16:55 [2020-07-17T13:16:55.903Z] #20 11.87 13:16:55 [2020-07-17T13:16:55.940Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:16:55 [2020-07-17T13:16:55.940Z] INFO: Testing against a local daemon 13:16:55 [2020-07-17T13:16:55.940Z] ok github.com/docker/docker/integration/network 0.209s 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === Skipped 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] network_test.go:24: testEnv.DaemonInfo.OSType != "linux" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] network_test.go:97: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:29: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:52: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:96: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:130: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:181: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:206: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:236: FLAKY_TEST 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:326: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) 13:16:55 [2020-07-17T13:16:55.940Z] service_test.go:394: testEnv.OSType == "windows" 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] DONE 19 tests, 15 skipped in 2.383s 13:16:55 [2020-07-17T13:16:55.940Z] 13:16:55 [2020-07-17T13:16:55.940Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan 13:16:56 [2020-07-17T13:16:56.199Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped 13:16:56 [2020-07-17T13:16:56.199Z] === RUN TestDockerSuite/TestExecWithImageUser 13:16:56 [2020-07-17T13:16:56.930Z] testing: warning: no tests to run 13:16:56 [2020-07-17T13:16:56.930Z] ok github.com/docker/docker/integration/network/ipvlan 0.064s 13:16:56 [2020-07-17T13:16:56.930Z] 13:16:56 [2020-07-17T13:16:56.930Z] DONE 0 tests in 0.746s 13:16:56 [2020-07-17T13:16:56.930Z] 13:16:56 [2020-07-17T13:16:56.930Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan 13:16:57 [2020-07-17T13:16:57.279Z] #20 12.94 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... 13:16:57 [2020-07-17T13:16:57.538Z] #20 13.47 13:16:57 [2020-07-17T13:16:57.576Z] === RUN TestDockerSuite/TestExecWithNoTERM 13:16:57 [2020-07-17T13:16:57.801Z] #20 13.60 0.6% ######################################################################## 100.0% 13:16:57 [2020-07-17T13:16:57.919Z] testing: warning: no tests to run 13:16:57 [2020-07-17T13:16:57.919Z] ok github.com/docker/docker/integration/network/macvlan 0.074s 13:16:57 [2020-07-17T13:16:57.919Z] 13:16:57 [2020-07-17T13:16:57.919Z] DONE 0 tests in 0.761s 13:16:57 [2020-07-17T13:16:57.919Z] 13:16:57 [2020-07-17T13:16:57.919Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin 13:16:58 [2020-07-17T13:16:58.060Z] #20 14.08 13:16:58 [2020-07-17T13:16:58.144Z] === RUN TestDockerSuite/TestExecWithPrivileged 13:16:58 [2020-07-17T13:16:58.387Z] testing: warning: no tests to run 13:16:58 [2020-07-17T13:16:58.387Z] ok github.com/docker/docker/integration/plugin 0.066s 13:16:58 [2020-07-17T13:16:58.387Z] 13:16:58 [2020-07-17T13:16:58.387Z] DONE 0 tests in 0.742s 13:16:58 [2020-07-17T13:16:58.387Z] 13:16:58 [2020-07-17T13:16:58.387Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz 13:16:58 [2020-07-17T13:16:58.712Z] === RUN TestDockerSuite/TestExecWithTERM 13:16:59 [2020-07-17T13:16:59.281Z] === RUN TestDockerSuite/TestExecWithUser 13:16:59 [2020-07-17T13:16:59.383Z] testing: warning: no tests to run 13:16:59 [2020-07-17T13:16:59.383Z] ok github.com/docker/docker/integration/plugin/authz 0.075s 13:16:59 [2020-07-17T13:16:59.383Z] 13:16:59 [2020-07-17T13:16:59.383Z] DONE 0 tests in 0.744s 13:16:59 [2020-07-17T13:16:59.383Z] 13:16:59 [2020-07-17T13:16:59.383Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common 13:16:59 [2020-07-17T13:16:59.438Z] #20 15.14 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)... 13:16:59 [2020-07-17T13:16:59.438Z] #20 15.29 skipping existing c35d46ef359f 13:16:59 [2020-07-17T13:16:59.850Z] === RUN TestDockerSuite/TestGetContainerStats 13:17:00 [2020-07-17T13:17:00.006Z] #20 15.62 13:17:00 [2020-07-17T13:17:00.944Z] #20 16.84 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... 13:17:01 [2020-07-17T13:17:01.513Z] #20 17.36 13:17:01 [2020-07-17T13:17:01.513Z] #20 17.46 ######################################################################## 100.0% 13:17:01 [2020-07-17T13:17:01.773Z] #20 17.79 13:17:02 [2020-07-17T13:17:02.033Z] #20 17.88 Download of images into '/build' complete. 13:17:02 [2020-07-17T13:17:02.033Z] #20 17.88 Use something like the following to load the result into a Docker daemon: 13:17:02 [2020-07-17T13:17:02.033Z] #20 17.88 tar -cC '/build' . | docker load 13:17:02 [2020-07-17T13:17:02.972Z] #20 DONE 18.8s 13:17:02 [2020-07-17T13:17:02.972Z] 13:17:02 [2020-07-17T13:17:02.972Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:17:05 [2020-07-17T13:17:05.127Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream 13:17:05 [2020-07-17T13:17:05.473Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.81s) 13:17:05 [2020-07-17T13:17:05.473Z] PASS 13:17:05 [2020-07-17T13:17:05.473Z] 13:17:05 [2020-07-17T13:17:05.473Z] === Skipped 13:17:05 [2020-07-17T13:17:05.473Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) 13:17:05 [2020-07-17T13:17:05.473Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:05 [2020-07-17T13:17:05.473Z] 13:17:05 [2020-07-17T13:17:05.473Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) 13:17:05 [2020-07-17T13:17:05.473Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:05 [2020-07-17T13:17:05.473Z] 13:17:05 [2020-07-17T13:17:05.473Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) 13:17:05 [2020-07-17T13:17:05.473Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:05 [2020-07-17T13:17:05.473Z] 13:17:05 [2020-07-17T13:17:05.473Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) 13:17:05 [2020-07-17T13:17:05.474Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:05 [2020-07-17T13:17:05.474Z] 13:17:05 [2020-07-17T13:17:05.474Z] 13:17:05 [2020-07-17T13:17:05.474Z] DONE 17 tests, 4 skipped in 27.613s 13:17:05 [2020-07-17T13:17:05.474Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 13:17:05 [2020-07-17T13:17:05.474Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:17:05 [2020-07-17T13:17:05.474Z] ++ set -e 13:17:05 [2020-07-17T13:17:05.474Z] ++ '[' -n 0 ']' 13:17:05 [2020-07-17T13:17:05.474Z] ++ set -x 13:17:05 [2020-07-17T13:17:05.474Z] ++ 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=ppc64le 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 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/ppc64le-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.common -t ./test.main -test.v -test.timeout=120m 13:17:05 [2020-07-17T13:17:05.474Z] INFO: Testing against a local daemon 13:17:05 [2020-07-17T13:17:05.474Z] === RUN TestPluginInvalidJSON 13:17:05 [2020-07-17T13:17:05.474Z] === RUN TestPluginInvalidJSON//plugins/foobar/set 13:17:05 [2020-07-17T13:17:05.474Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set 13:17:05 [2020-07-17T13:17:05.474Z] === CONT TestPluginInvalidJSON//plugins/foobar/set 13:17:05 [2020-07-17T13:17:05.474Z] --- PASS: TestPluginInvalidJSON (0.03s) 13:17:05 [2020-07-17T13:17:05.474Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) 13:17:05 [2020-07-17T13:17:05.474Z] === RUN TestPluginInstall 13:17:05 [2020-07-17T13:17:05.474Z] === RUN TestPluginInstall/no_auth 13:17:05 [2020-07-17T13:17:05.512Z] #33 ... 13:17:05 [2020-07-17T13:17:05.512Z] 13:17:05 [2020-07-17T13:17:05.512Z] #21 [runner 9/12] COPY --from=frozen-images /build/ /docker-frozen-images 13:17:06 [2020-07-17T13:17:06.063Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster 13:17:06 [2020-07-17T13:17:06.083Z] #21 DONE 0.9s 13:17:06 [2020-07-17T13:17:06.083Z] 13:17:06 [2020-07-17T13:17:06.083Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:17:06 [2020-07-17T13:17:06.083Z] #33 ... 13:17:06 [2020-07-17T13:17:06.083Z] 13:17:06 [2020-07-17T13:17:06.083Z] #25 [runner 10/12] COPY --from=dockercli /build/ /usr/bin/ 13:17:06 [2020-07-17T13:17:06.083Z] #25 DONE 0.1s 13:17:06 [2020-07-17T13:17:06.343Z] 13:17:06 [2020-07-17T13:17:06.343Z] #29 [contrib 4/4] RUN CGO_ENABLED=0 go build -buildmode=pie -o /build/httpse... 13:17:06 [2020-07-17T13:17:06.584Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:06 [2020-07-17T13:17:06.584Z] INFO: Testing against a local daemon 13:17:06 [2020-07-17T13:17:06.584Z] ok github.com/docker/docker/integration/plugin/common 0.242s 13:17:06 [2020-07-17T13:17:06.632Z] --- PASS: TestServiceUpdateNetwork (13.10s) 13:17:06 [2020-07-17T13:17:06.632Z] === RUN TestServiceUpdatePidsLimit 13:17:07 [2020-07-17T13:17:07.053Z] 13:17:07 [2020-07-17T13:17:07.053Z] === Skipped 13:17:07 [2020-07-17T13:17:07.053Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) 13:17:07 [2020-07-17T13:17:07.053Z] plugin_test.go:55: testEnv.OSType == "windows" 13:17:07 [2020-07-17T13:17:07.053Z] 13:17:07 [2020-07-17T13:17:07.053Z] 13:17:07 [2020-07-17T13:17:07.053Z] DONE 3 tests, 1 skipped in 7.548s 13:17:07 [2020-07-17T13:17:07.053Z] 13:17:07 [2020-07-17T13:17:07.053Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver 13:17:08 [2020-07-17T13:17:08.012Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 13:17:08 [2020-07-17T13:17:08.951Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2c1bc8543e4bf031c3def154a8165884eefcf38c32dbcd49fce7f894e999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:09 [2020-07-17T13:17:09.040Z] time="2020-07-17T13:17:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2c1bc8543e4bf031c3def154a8165884eefcf38c32dbcd49fce7f894e999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:09 [2020-07-17T13:17:09.040Z] === RUN TestPluginInstall/with_htpasswd 13:17:09 [2020-07-17T13:17:09.209Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2c1bc8543e4bf031c3def154a8165884eefcf38c32dbcd49fce7f894e999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:09 [2020-07-17T13:17:09.678Z] time="2020-07-17T13:17:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fc2c1bc8543e4bf031c3def154a8165884eefcf38c32dbcd49fce7f894e999aa" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:09 [2020-07-17T13:17:09.975Z] === RUN TestPluginInstall/with_insecure 13:17:10 [2020-07-17T13:17:10.013Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:10 [2020-07-17T13:17:10.013Z] INFO: Testing against a local daemon 13:17:10 [2020-07-17T13:17:10.013Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.232s 13:17:10 [2020-07-17T13:17:10.013Z] 13:17:10 [2020-07-17T13:17:10.013Z] === Skipped 13:17:10 [2020-07-17T13:17:10.013Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) 13:17:10 [2020-07-17T13:17:10.013Z] external_test.go:48: runtime.GOOS == "windows" 13:17:10 [2020-07-17T13:17:10.013Z] 13:17:10 [2020-07-17T13:17:10.013Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) 13:17:10 [2020-07-17T13:17:10.013Z] external_test.go:408: runtime.GOOS == "windows" 13:17:10 [2020-07-17T13:17:10.013Z] 13:17:10 [2020-07-17T13:17:10.013Z] 13:17:10 [2020-07-17T13:17:10.013Z] DONE 2 tests, 2 skipped in 3.101s 13:17:10 [2020-07-17T13:17:10.013Z] 13:17:10 [2020-07-17T13:17:10.013Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging 13:17:10 [2020-07-17T13:17:10.586Z] === RUN TestDockerSuite/TestGetContainerStatsStream 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7d430ec1a5535d0e07d5fb9c0ac29bab510ff334dc8e4692067a6f68eec9e236" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="encountered unknown type application/vnd.docker.plugin.v1+json; children may not be fetched" 13:17:11 [2020-07-17T13:17:11.021Z] time="2020-07-17T13:17:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7d430ec1a5535d0e07d5fb9c0ac29bab510ff334dc8e4692067a6f68eec9e236" mediatype=application/vnd.docker.plugin.v1+json size=522 13:17:11 [2020-07-17T13:17:11.316Z] --- PASS: TestPluginInstall (7.66s) 13:17:11 [2020-07-17T13:17:11.316Z] --- PASS: TestPluginInstall/no_auth (5.40s) 13:17:11 [2020-07-17T13:17:11.316Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) 13:17:11 [2020-07-17T13:17:11.316Z] --- PASS: TestPluginInstall/with_insecure (1.35s) 13:17:11 [2020-07-17T13:17:11.316Z] plugin_test.go:157: [d5d69bad31fb6] daemon is not started 13:17:11 [2020-07-17T13:17:11.316Z] PASS 13:17:11 [2020-07-17T13:17:11.316Z] 13:17:11 [2020-07-17T13:17:11.316Z] DONE 6 tests in 7.756s 13:17:11 [2020-07-17T13:17:11.316Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 13:17:11 [2020-07-17T13:17:11.316Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:17:11 [2020-07-17T13:17:11.316Z] ++ set -e 13:17:11 [2020-07-17T13:17:11.316Z] ++ '[' -n 0 ']' 13:17:11 [2020-07-17T13:17:11.316Z] ++ set -x 13:17:11 [2020-07-17T13:17:11.316Z] ++ 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=ppc64le 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 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/ppc64le-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m 13:17:11 [2020-07-17T13:17:11.316Z] INFO: Testing against a local daemon 13:17:11 [2020-07-17T13:17:11.316Z] === RUN TestExternalGraphDriver 13:17:11 [2020-07-17T13:17:11.611Z] === RUN TestExternalGraphDriver/json 13:17:12 [2020-07-17T13:17:12.987Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:12 [2020-07-17T13:17:12.987Z] INFO: Testing against a local daemon 13:17:12 [2020-07-17T13:17:12.987Z] ok github.com/docker/docker/integration/plugin/logging 0.234s 13:17:12 [2020-07-17T13:17:12.987Z] 13:17:12 [2020-07-17T13:17:12.987Z] === Skipped 13:17:12 [2020-07-17T13:17:12.987Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) 13:17:12 [2020-07-17T13:17:12.987Z] read_test.go:21: no unix domain sockets on Windows 13:17:12 [2020-07-17T13:17:12.987Z] 13:17:12 [2020-07-17T13:17:12.987Z] 13:17:12 [2020-07-17T13:17:12.987Z] DONE 1 tests, 1 skipped in 2.424s 13:17:12 [2020-07-17T13:17:12.987Z] 13:17:12 [2020-07-17T13:17:12.987Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard 13:17:13 [2020-07-17T13:17:13.689Z] === RUN TestExternalGraphDriver/spec 13:17:13 [2020-07-17T13:17:13.976Z] testing: warning: no tests to run 13:17:13 [2020-07-17T13:17:13.976Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.083s 13:17:13 [2020-07-17T13:17:13.976Z] 13:17:13 [2020-07-17T13:17:13.976Z] DONE 0 tests in 1.388s 13:17:13 [2020-07-17T13:17:13.976Z] 13:17:13 [2020-07-17T13:17:13.976Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes 13:17:15 [2020-07-17T13:17:15.211Z] === RUN TestExternalGraphDriver/pull 13:17:15 [2020-07-17T13:17:15.856Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket 13:17:15 [2020-07-17T13:17:15.856Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound 13:17:15 [2020-07-17T13:17:15.856Z] === RUN TestDockerSuite/TestGetStoppedContainerStats 13:17:15 [2020-07-17T13:17:15.856Z] === RUN TestDockerSuite/TestHealth 13:17:15 [2020-07-17T13:17:15.856Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 13:17:16 [2020-07-17T13:17:16.202Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:16 [2020-07-17T13:17:16.202Z] INFO: Testing against a local daemon 13:17:16 [2020-07-17T13:17:16.202Z] ok github.com/docker/docker/integration/plugin/volumes 0.230s 13:17:16 [2020-07-17T13:17:16.671Z] 13:17:16 [2020-07-17T13:17:16.671Z] === Skipped 13:17:16 [2020-07-17T13:17:16.671Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) 13:17:16 [2020-07-17T13:17:16.671Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" 13:17:16 [2020-07-17T13:17:16.671Z] 13:17:16 [2020-07-17T13:17:16.671Z] 13:17:16 [2020-07-17T13:17:16.671Z] DONE 1 tests, 1 skipped in 2.592s 13:17:16 [2020-07-17T13:17:16.671Z] 13:17:16 [2020-07-17T13:17:16.671Z] Running D:\gopath\src\github.com\docker\docker\integration\secret 13:17:17 [2020-07-17T13:17:17.289Z] --- PASS: TestExternalGraphDriver (5.50s) 13:17:17 [2020-07-17T13:17:17.289Z] --- PASS: TestExternalGraphDriver/json (1.81s) 13:17:17 [2020-07-17T13:17:17.289Z] --- PASS: TestExternalGraphDriver/spec (1.82s) 13:17:17 [2020-07-17T13:17:17.289Z] --- PASS: TestExternalGraphDriver/pull (1.68s) 13:17:17 [2020-07-17T13:17:17.289Z] === RUN TestGraphdriverPluginV2 13:17:17 [2020-07-17T13:17:17.289Z] --- SKIP: TestGraphdriverPluginV2 (0.22s) 13:17:17 [2020-07-17T13:17:17.289Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:17 [2020-07-17T13:17:17.289Z] PASS 13:17:17 [2020-07-17T13:17:17.289Z] 13:17:17 [2020-07-17T13:17:17.289Z] === Skipped 13:17:17 [2020-07-17T13:17:17.289Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.22s) 13:17:17 [2020-07-17T13:17:17.289Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:17:17 [2020-07-17T13:17:17.289Z] 13:17:17 [2020-07-17T13:17:17.289Z] 13:17:17 [2020-07-17T13:17:17.289Z] DONE 5 tests, 1 skipped in 5.785s 13:17:17 [2020-07-17T13:17:17.289Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 13:17:17 [2020-07-17T13:17:17.289Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:17:17 [2020-07-17T13:17:17.289Z] ++ set -e 13:17:17 [2020-07-17T13:17:17.289Z] ++ '[' -n 0 ']' 13:17:17 [2020-07-17T13:17:17.289Z] ++ set -x 13:17:17 [2020-07-17T13:17:17.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=ppc64le 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 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/ppc64le-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m 13:17:17 [2020-07-17T13:17:17.289Z] INFO: Testing against a local daemon 13:17:17 [2020-07-17T13:17:17.289Z] === RUN TestContinueAfterPluginCrash 13:17:17 [2020-07-17T13:17:17.289Z] === PAUSE TestContinueAfterPluginCrash 13:17:17 [2020-07-17T13:17:17.289Z] === RUN TestReadPluginNoRead 13:17:17 [2020-07-17T13:17:17.289Z] === PAUSE TestReadPluginNoRead 13:17:17 [2020-07-17T13:17:17.289Z] === RUN TestDaemonStartWithLogOpt 13:17:17 [2020-07-17T13:17:17.289Z] === PAUSE TestDaemonStartWithLogOpt 13:17:17 [2020-07-17T13:17:17.289Z] === CONT TestContinueAfterPluginCrash 13:17:17 [2020-07-17T13:17:17.289Z] === CONT TestDaemonStartWithLogOpt 13:17:17 [2020-07-17T13:17:17.289Z] === CONT TestReadPluginNoRead 13:17:18 [2020-07-17T13:17:18.588Z] #29 33.21 # github.com/docker/docker/contrib/httpserver 13:17:18 [2020-07-17T13:17:18.588Z] #29 33.21 loadinternal: cannot find runtime/cgo 13:17:18 [2020-07-17T13:17:18.588Z] #29 DONE 33.4s 13:17:18 [2020-07-17T13:17:18.588Z] 13:17:18 [2020-07-17T13:17:18.588Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:17:18 [2020-07-17T13:17:18.846Z] #33 ... 13:17:18 [2020-07-17T13:17:18.846Z] 13:17:18 [2020-07-17T13:17:18.846Z] #30 [runner 11/12] COPY --from=contrib /build/ /tests/contrib/ 13:17:18 [2020-07-17T13:17:18.890Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:18 [2020-07-17T13:17:18.890Z] INFO: Testing against a local daemon 13:17:18 [2020-07-17T13:17:18.890Z] ok github.com/docker/docker/integration/secret 0.175s 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === Skipped 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) 13:17:18 [2020-07-17T13:17:18.890Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] DONE 6 tests, 6 skipped in 2.087s 13:17:18 [2020-07-17T13:17:18.890Z] 13:17:18 [2020-07-17T13:17:18.890Z] Running D:\gopath\src\github.com\docker\docker\integration\service 13:17:19 [2020-07-17T13:17:19.105Z] #30 DONE 0.1s 13:17:19 [2020-07-17T13:17:19.105Z] 13:17:19 [2020-07-17T13:17:19.105Z] #33 [builder 3/4] RUN hack/make.sh build-integration-test-binary 13:17:21 [2020-07-17T13:17:21.845Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:21 [2020-07-17T13:17:21.845Z] INFO: Testing against a local daemon 13:17:21 [2020-07-17T13:17:21.845Z] ok github.com/docker/docker/integration/service 0.331s 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === Skipped 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:39: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:79: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:152: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:175: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:194: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:247: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:311: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:403: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) 13:17:21 [2020-07-17T13:17:21.845Z] create_test.go:487: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) 13:17:21 [2020-07-17T13:17:21.845Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) 13:17:21 [2020-07-17T13:17:21.845Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] DONE 24 tests, 23 skipped in 2.767s 13:17:21 [2020-07-17T13:17:21.845Z] 13:17:21 [2020-07-17T13:17:21.845Z] Running D:\gopath\src\github.com\docker\docker\integration\session 13:17:22 [2020-07-17T13:17:22.933Z] === RUN TestReadPluginNoRead/default 13:17:22 [2020-07-17T13:17:22.933Z] --- PASS: TestDaemonStartWithLogOpt (5.47s) 13:17:23 [2020-07-17T13:17:23.412Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:23 [2020-07-17T13:17:23.412Z] INFO: Testing against a local daemon 13:17:23 [2020-07-17T13:17:23.412Z] ok github.com/docker/docker/integration/session 0.211s 13:17:23 [2020-07-17T13:17:23.881Z] 13:17:23 [2020-07-17T13:17:23.881Z] === Skipped 13:17:23 [2020-07-17T13:17:23.881Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) 13:17:23 [2020-07-17T13:17:23.881Z] session_test.go:15: testEnv.OSType == "windows": FIXME 13:17:23 [2020-07-17T13:17:23.881Z] 13:17:23 [2020-07-17T13:17:23.881Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) 13:17:23 [2020-07-17T13:17:23.881Z] session_test.go:36: testEnv.OSType == "windows": FIXME 13:17:23 [2020-07-17T13:17:23.881Z] 13:17:23 [2020-07-17T13:17:23.881Z] 13:17:23 [2020-07-17T13:17:23.881Z] DONE 2 tests, 2 skipped in 2.050s 13:17:23 [2020-07-17T13:17:23.881Z] 13:17:23 [2020-07-17T13:17:23.881Z] Running D:\gopath\src\github.com\docker\docker\integration\system 13:17:23 [2020-07-17T13:17:23.975Z] === RUN TestReadPluginNoRead/disabled_caching 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestServiceUpdatePidsLimit (16.41s) 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.63s) 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.99s) 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) 13:17:23 [2020-07-17T13:17:23.976Z] PASS 13:17:23 [2020-07-17T13:17:23.976Z] 13:17:23 [2020-07-17T13:17:23.976Z] === Skipped 13:17:23 [2020-07-17T13:17:23.976Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) 13:17:23 [2020-07-17T13:17:23.976Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:17:23 [2020-07-17T13:17:23.976Z] 13:17:23 [2020-07-17T13:17:23.976Z] 13:17:23 [2020-07-17T13:17:23.976Z] DONE 27 tests, 1 skipped in 178.345s 13:17:23 [2020-07-17T13:17:23.976Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 13:17:23 [2020-07-17T13:17:23.976Z] ++ 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 13:17:23 [2020-07-17T13:17:23.976Z] ++ set -e 13:17:23 [2020-07-17T13:17:23.976Z] ++ '[' -n 0 ']' 13:17:23 [2020-07-17T13:17:23.976Z] ++ set -x 13:17:23 [2020-07-17T13:17:23.976Z] ++ 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 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 13:17:23 [2020-07-17T13:17:23.976Z] INFO: Testing against a local daemon 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestSessionCreate 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestSessionCreate (0.02s) 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestSessionCreateWithBadUpgrade 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) 13:17:23 [2020-07-17T13:17:23.976Z] PASS 13:17:23 [2020-07-17T13:17:23.976Z] 13:17:23 [2020-07-17T13:17:23.976Z] DONE 2 tests in 0.143s 13:17:23 [2020-07-17T13:17:23.976Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 13:17:23 [2020-07-17T13:17:23.976Z] ++ 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 13:17:23 [2020-07-17T13:17:23.976Z] ++ set -e 13:17:23 [2020-07-17T13:17:23.976Z] ++ '[' -n 0 ']' 13:17:23 [2020-07-17T13:17:23.976Z] ++ set -x 13:17:23 [2020-07-17T13:17:23.976Z] ++ 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 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 13:17:23 [2020-07-17T13:17:23.976Z] INFO: Testing against a local daemon 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestCgroupDriverSystemdMemoryLimit 13:17:23 [2020-07-17T13:17:23.976Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 13:17:23 [2020-07-17T13:17:23.976Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestEventsExecDie 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestEventsExecDie (0.55s) 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestEventsBackwardsCompatible 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestEventsBackwardsCompatible (0.06s) 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestInfoBinaryCommits 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestInfoBinaryCommits (0.02s) 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestInfoAPIVersioned 13:17:23 [2020-07-17T13:17:23.976Z] --- PASS: TestInfoAPIVersioned (0.01s) 13:17:23 [2020-07-17T13:17:23.976Z] === RUN TestInfoDiscoveryBackend 13:17:24 [2020-07-17T13:17:24.543Z] --- PASS: TestInfoDiscoveryBackend (0.53s) 13:17:24 [2020-07-17T13:17:24.543Z] === RUN TestInfoDiscoveryInvalidAdvertise 13:17:25 [2020-07-17T13:17:25.331Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching 13:17:25 [2020-07-17T13:17:25.479Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) 13:17:25 [2020-07-17T13:17:25.479Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName 13:17:26 [2020-07-17T13:17:26.046Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) 13:17:26 [2020-07-17T13:17:26.046Z] === RUN TestInfoAPI 13:17:26 [2020-07-17T13:17:26.046Z] --- PASS: TestInfoAPI (0.03s) 13:17:26 [2020-07-17T13:17:26.046Z] === RUN TestInfoAPIWarnings 13:17:26 [2020-07-17T13:17:26.099Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:26 [2020-07-17T13:17:26.099Z] INFO: Testing against a local daemon 13:17:26 [2020-07-17T13:17:26.614Z] --- PASS: TestInfoAPIWarnings (0.52s) 13:17:26 [2020-07-17T13:17:26.614Z] === RUN TestInfoDebug 13:17:27 [2020-07-17T13:17:27.087Z] ok github.com/docker/docker/integration/system 1.339s 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === Skipped 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) 13:17:27 [2020-07-17T13:17:27.087Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] DONE 13 tests, 7 skipped in 3.391s 13:17:27 [2020-07-17T13:17:27.087Z] 13:17:27 [2020-07-17T13:17:27.087Z] Running D:\gopath\src\github.com\docker\docker\integration\volume 13:17:27 [2020-07-17T13:17:27.181Z] --- PASS: TestInfoDebug (0.53s) 13:17:27 [2020-07-17T13:17:27.182Z] === RUN TestInfoInsecureRegistries 13:17:27 [2020-07-17T13:17:27.749Z] --- PASS: TestInfoInsecureRegistries (0.54s) 13:17:27 [2020-07-17T13:17:27.749Z] === RUN TestInfoRegistryMirrors 13:17:28 [2020-07-17T13:17:28.039Z] --- PASS: TestReadPluginNoRead (9.79s) 13:17:28 [2020-07-17T13:17:28.039Z] --- PASS: TestReadPluginNoRead/default (1.48s) 13:17:28 [2020-07-17T13:17:28.039Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.54s) 13:17:28 [2020-07-17T13:17:28.039Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s) 13:17:28 [2020-07-17T13:17:28.039Z] read_test.go:92: [db26cf9189d9c] daemon is not started 13:17:28 [2020-07-17T13:17:28.039Z] --- PASS: TestContinueAfterPluginCrash (10.93s) 13:17:28 [2020-07-17T13:17:28.039Z] PASS 13:17:28 [2020-07-17T13:17:28.039Z] 13:17:28 [2020-07-17T13:17:28.039Z] DONE 6 tests in 11.013s 13:17:28 [2020-07-17T13:17:28.039Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.039Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.039Z] ++ set -e 13:17:28 [2020-07-17T13:17:28.039Z] ++ '[' -n 0 ']' 13:17:28 [2020-07-17T13:17:28.039Z] ++ set -x 13:17:28 [2020-07-17T13:17:28.039Z] ++ 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=ppc64le 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 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/ppc64le-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.315Z] --- PASS: TestInfoRegistryMirrors (0.53s) 13:17:28 [2020-07-17T13:17:28.315Z] === RUN TestLoginFailsWithBadCredentials 13:17:28 [2020-07-17T13:17:28.378Z] testing: warning: no tests to run 13:17:28 [2020-07-17T13:17:28.378Z] PASS 13:17:28 [2020-07-17T13:17:28.378Z] 13:17:28 [2020-07-17T13:17:28.378Z] DONE 0 tests in 0.020s 13:17:28 [2020-07-17T13:17:28.378Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.378Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.378Z] ++ set -e 13:17:28 [2020-07-17T13:17:28.378Z] ++ '[' -n 0 ']' 13:17:28 [2020-07-17T13:17:28.378Z] ++ set -x 13:17:28 [2020-07-17T13:17:28.378Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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 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/ppc64le-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.378Z] INFO: Testing against a local daemon 13:17:28 [2020-07-17T13:17:28.378Z] === RUN TestPluginWithDevMounts 13:17:28 [2020-07-17T13:17:28.378Z] === PAUSE TestPluginWithDevMounts 13:17:28 [2020-07-17T13:17:28.378Z] === CONT TestPluginWithDevMounts 13:17:28 [2020-07-17T13:17:28.575Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) 13:17:28 [2020-07-17T13:17:28.575Z] === RUN TestPingCacheHeaders 13:17:28 [2020-07-17T13:17:28.575Z] --- PASS: TestPingCacheHeaders (0.02s) 13:17:28 [2020-07-17T13:17:28.575Z] === RUN TestPingGet 13:17:28 [2020-07-17T13:17:28.575Z] --- PASS: TestPingGet (0.01s) 13:17:28 [2020-07-17T13:17:28.575Z] === RUN TestPingHead 13:17:28 [2020-07-17T13:17:28.575Z] --- PASS: TestPingHead (0.02s) 13:17:28 [2020-07-17T13:17:28.575Z] === RUN TestVersion 13:17:28 [2020-07-17T13:17:28.575Z] --- PASS: TestVersion (0.02s) 13:17:28 [2020-07-17T13:17:28.575Z] PASS 13:17:28 [2020-07-17T13:17:28.575Z] 13:17:28 [2020-07-17T13:17:28.575Z] === Skipped 13:17:28 [2020-07-17T13:17:28.575Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:17:28 [2020-07-17T13:17:28.575Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:17:28 [2020-07-17T13:17:28.575Z] 13:17:28 [2020-07-17T13:17:28.575Z] 13:17:28 [2020-07-17T13:17:28.575Z] DONE 18 tests, 1 skipped in 5.354s 13:17:28 [2020-07-17T13:17:28.575Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 13:17:28 [2020-07-17T13:17:28.575Z] ++ 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 13:17:28 [2020-07-17T13:17:28.575Z] ++ set -e 13:17:28 [2020-07-17T13:17:28.575Z] ++ '[' -n 0 ']' 13:17:28 [2020-07-17T13:17:28.575Z] ++ set -x 13:17:28 [2020-07-17T13:17:28.575Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile 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 13:17:28 [2020-07-17T13:17:28.835Z] INFO: Testing against a local daemon 13:17:28 [2020-07-17T13:17:28.835Z] === RUN TestVolumesCreateAndList 13:17:28 [2020-07-17T13:17:28.835Z] --- PASS: TestVolumesCreateAndList (0.03s) 13:17:28 [2020-07-17T13:17:28.835Z] === RUN TestVolumesRemove 13:17:28 [2020-07-17T13:17:28.835Z] --- PASS: TestVolumesRemove (0.06s) 13:17:28 [2020-07-17T13:17:28.835Z] === RUN TestVolumesInspect 13:17:28 [2020-07-17T13:17:28.835Z] --- PASS: TestVolumesInspect (0.02s) 13:17:28 [2020-07-17T13:17:28.835Z] === RUN TestVolumesInvalidJSON 13:17:28 [2020-07-17T13:17:28.835Z] === RUN TestVolumesInvalidJSON//volumes/create 13:17:28 [2020-07-17T13:17:28.835Z] === PAUSE TestVolumesInvalidJSON//volumes/create 13:17:28 [2020-07-17T13:17:28.835Z] === CONT TestVolumesInvalidJSON//volumes/create 13:17:28 [2020-07-17T13:17:28.835Z] --- PASS: TestVolumesInvalidJSON (0.01s) 13:17:28 [2020-07-17T13:17:28.835Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) 13:17:28 [2020-07-17T13:17:28.835Z] PASS 13:17:28 [2020-07-17T13:17:28.835Z] 13:17:28 [2020-07-17T13:17:28.835Z] DONE 5 tests in 0.244s 13:17:28 [2020-07-17T13:17:28.835Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:17:29 [2020-07-17T13:17:29.098Z] ++++ cat bundles/test-integration/docker.pid 13:17:29 [2020-07-17T13:17:29.098Z] +++ kill 5549 13:17:29 [2020-07-17T13:17:29.305Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:29 [2020-07-17T13:17:29.305Z] INFO: Testing against a local daemon 13:17:29 [2020-07-17T13:17:29.305Z] ok github.com/docker/docker/integration/volume 0.272s 13:17:29 [2020-07-17T13:17:29.305Z] 13:17:29 [2020-07-17T13:17:29.305Z] === Skipped 13:17:29 [2020-07-17T13:17:29.305Z] === SKIP: github.com/docker/docker/integration/volume TestVolumesRemove (0.00s) 13:17:29 [2020-07-17T13:17:29.305Z] volume_test.go:64: testEnv.OSType == "windows": FIXME 13:17:29 [2020-07-17T13:17:29.305Z] 13:17:29 [2020-07-17T13:17:29.305Z] 13:17:29 [2020-07-17T13:17:29.305Z] DONE 5 tests, 1 skipped in 2.163s 13:17:29 [2020-07-17T13:17:29.305Z] 13:17:29 [2020-07-17T13:17:29.305Z] INFO: make.ps1 ended at 07/17/2020 13:17:29 13:17:29 [2020-07-17T13:17:29.305Z] INFO: Integration CLI tests being run from the host: 13:17:29 [2020-07-17T13:17:29.305Z] INFO: gotestsum --format=standard-quiet --jsonfile=..\\bundles\\go-test-report-intcli-tests.json --junitfile=..\\bundles\\junit-report-intcli-tests.xml -- "-test.v" "-tags" "autogen" "-test.timeout" "200m" 13:17:30 [2020-07-17T13:17:30.045Z] +++ /etc/init.d/apparmor stop 13:17:30 [2020-07-17T13:17:30.235Z] --- PASS: TestPluginWithDevMounts (1.93s) 13:17:30 [2020-07-17T13:17:30.235Z] PASS 13:17:30 [2020-07-17T13:17:30.235Z] 13:17:30 [2020-07-17T13:17:30.235Z] DONE 1 tests in 2.020s 13:17:30 [2020-07-17T13:17:30.235Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 13:17:30 [2020-07-17T13:17:30.235Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m 13:17:30 [2020-07-17T13:17:30.235Z] ++ set -e 13:17:30 [2020-07-17T13:17:30.235Z] ++ '[' -n 0 ']' 13:17:30 [2020-07-17T13:17:30.235Z] ++ set -x 13:17:30 [2020-07-17T13:17:30.235Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le 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 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/ppc64le-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-secret-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.secret -t ./test.main -test.v -test.timeout=120m 13:17:30 [2020-07-17T13:17:30.235Z] INFO: Testing against a local daemon 13:17:30 [2020-07-17T13:17:30.235Z] === RUN TestSecretInspect 13:17:30 [2020-07-17T13:17:30.304Z] Leaving: AppArmorNo profiles have been unloaded. 13:17:30 [2020-07-17T13:17:30.304Z] 13:17:30 [2020-07-17T13:17:30.304Z] Unloading profiles will leave already running processes permanently 13:17:30 [2020-07-17T13:17:30.304Z] unconfined, which can lead to unexpected situations. 13:17:30 [2020-07-17T13:17:30.304Z] 13:17:30 [2020-07-17T13:17:30.304Z] To set a process to complain mode, use the command line tool 13:17:30 [2020-07-17T13:17:30.304Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:17:30 [2020-07-17T13:17:30.304Z] +++ true 13:17:30 [2020-07-17T13:17:30.304Z] exiting test-integration 13:17:30 [2020-07-17T13:17:30.304Z] ++ exit 0 13:17:30 [2020-07-17T13:17:30.304Z] 13:17:31 [2020-07-17T13:17:31.246Z] + for job in $(jobs -p) 13:17:31 [2020-07-17T13:17:31.246Z] + wait 2335 13:17:33 [2020-07-17T13:17:33.107Z] --- PASS: TestSecretInspect (1.97s) 13:17:33 [2020-07-17T13:17:33.107Z] === RUN TestSecretList 13:17:34 [2020-07-17T13:17:34.246Z] --- PASS: TestSecretList (1.98s) 13:17:34 [2020-07-17T13:17:34.246Z] === RUN TestSecretsCreateAndDelete 13:17:34 [2020-07-17T13:17:34.533Z] === RUN TestDockerSuite/TestHistoryExistentImage 13:17:34 [2020-07-17T13:17:34.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse 13:17:34 [2020-07-17T13:17:34.533Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue 13:17:34 [2020-07-17T13:17:34.533Z] === RUN TestDockerSuite/TestHistoryImageWithComment 13:17:34 [2020-07-17T13:17:34.792Z] === RUN TestDockerSuite/TestHistoryNonExistentImage 13:17:34 [2020-07-17T13:17:34.792Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce 13:17:35 [2020-07-17T13:17:35.360Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed 13:17:35 [2020-07-17T13:17:35.360Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed 13:17:35 [2020-07-17T13:17:35.360Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed 13:17:35 [2020-07-17T13:17:35.360Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown 13:17:35 [2020-07-17T13:17:35.619Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown 13:17:35 [2020-07-17T13:17:35.619Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown 13:17:35 [2020-07-17T13:17:35.878Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest 13:17:35 [2020-07-17T13:17:35.878Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch 13:17:36 [2020-07-17T13:17:36.158Z] --- PASS: TestSecretsCreateAndDelete (1.90s) 13:17:36 [2020-07-17T13:17:36.158Z] === RUN TestSecretsUpdate 13:17:36 [2020-07-17T13:17:36.447Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort 13:17:36 [2020-07-17T13:17:36.707Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore 13:17:37 [2020-07-17T13:17:37.276Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase 13:17:37 [2020-07-17T13:17:37.846Z] === RUN TestDockerSuite/TestImagesFormat 13:17:37 [2020-07-17T13:17:37.846Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat 13:17:37 [2020-07-17T13:17:37.979Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 13:17:37 [2020-07-17T13:17:37.979Z] INFO: Testing against a local daemon 13:17:38 [2020-07-17T13:17:38.105Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate 13:17:38 [2020-07-17T13:17:38.117Z] --- PASS: TestSecretsUpdate (1.93s) 13:17:38 [2020-07-17T13:17:38.117Z] === RUN TestTemplatedSecret 13:17:40 [2020-07-17T13:17:40.637Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter 13:17:40 [2020-07-17T13:17:40.637Z] === RUN TestDockerSuite/TestImportBadURL 13:17:40 [2020-07-17T13:17:40.864Z] --- PASS: TestTemplatedSecret (2.57s) 13:17:40 [2020-07-17T13:17:40.864Z] === RUN TestSecretCreateResolve 13:17:40 [2020-07-17T13:17:40.896Z] === RUN TestDockerSuite/TestImportDisplay 13:17:41 [2020-07-17T13:17:41.836Z] === RUN TestDockerSuite/TestImportFile 13:17:42 [2020-07-17T13:17:42.773Z] === RUN TestDockerSuite/TestImportFileNonExistentFile 13:17:42 [2020-07-17T13:17:42.773Z] === RUN TestDockerSuite/TestImportFileWithMessage 13:17:42 [2020-07-17T13:17:42.978Z] --- PASS: TestSecretCreateResolve (1.93s) 13:17:42 [2020-07-17T13:17:42.978Z] PASS 13:17:42 [2020-07-17T13:17:42.978Z] 13:17:42 [2020-07-17T13:17:42.978Z] DONE 6 tests in 12.356s 13:17:42 [2020-07-17T13:17:42.978Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 13:17:42 [2020-07-17T13:17:42.979Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m 13:17:42 [2020-07-17T13:17:42.979Z] ++ set -e 13:17:42 [2020-07-17T13:17:42.979Z] ++ '[' -n 0 ']' 13:17:42 [2020-07-17T13:17:42.979Z] ++ set -x 13:17:42 [2020-07-17T13:17:42.979Z] ++ 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=ppc64le 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 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/ppc64le-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-service-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.service -t ./test.main -test.v -test.timeout=120m 13:17:42 [2020-07-17T13:17:42.979Z] INFO: Testing against a local daemon 13:17:42 [2020-07-17T13:17:42.979Z] === RUN TestServiceCreateInit 13:17:42 [2020-07-17T13:17:42.979Z] === RUN TestServiceCreateInit/daemonInitDisabled 13:17:44 [2020-07-17T13:17:44.151Z] === RUN TestDockerSuite/TestImportGzipped 13:17:45 [2020-07-17T13:17:45.091Z] === RUN TestDockerSuite/TestImportWithQuotedChanges 13:17:46 [2020-07-17T13:17:46.033Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers 13:17:46 [2020-07-17T13:17:46.517Z] === RUN TestServiceCreateInit/daemonInitEnabled 13:17:46 [2020-07-17T13:17:46.600Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers 13:17:46 [2020-07-17T13:17:46.859Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers 13:17:47 [2020-07-17T13:17:47.428Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds 13:17:47 [2020-07-17T13:17:47.428Z] === RUN TestDockerSuite/TestInfoSecurityOptions 13:17:47 [2020-07-17T13:17:47.428Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 13:17:47 [2020-07-17T13:17:47.687Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 13:17:48 [2020-07-17T13:17:48.255Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse 13:17:48 [2020-07-17T13:17:48.830Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver 13:17:49 [2020-07-17T13:17:49.097Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy 13:17:49 [2020-07-17T13:17:49.357Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 13:17:49 [2020-07-17T13:17:49.924Z] === RUN TestDockerSuite/TestInspectAPIImageResponse 13:17:49 [2020-07-17T13:17:49.924Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks 13:17:50 [2020-07-17T13:17:50.064Z] --- PASS: TestServiceCreateInit (7.46s) 13:17:50 [2020-07-17T13:17:50.064Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s) 13:17:50 [2020-07-17T13:17:50.064Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.71s) 13:17:50 [2020-07-17T13:17:50.064Z] === RUN TestCreateServiceMultipleTimes 13:17:50 [2020-07-17T13:17:50.859Z] === RUN TestDockerSuite/TestInspectAmpersand 13:17:51 [2020-07-17T13:17:51.426Z] === RUN TestDockerSuite/TestInspectBindMountPoint 13:17:51 [2020-07-17T13:17:51.685Z] === RUN TestDockerSuite/TestInspectByPrefix 13:17:51 [2020-07-17T13:17:51.945Z] === RUN TestDockerSuite/TestInspectContainerFilterInt 13:17:52 [2020-07-17T13:17:52.205Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver 13:17:52 [2020-07-17T13:17:52.205Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom 13:17:52 [2020-07-17T13:17:52.774Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault 13:17:53 [2020-07-17T13:17:53.342Z] === RUN TestDockerSuite/TestInspectDefault 13:17:53 [2020-07-17T13:17:53.602Z] === RUN TestDockerSuite/TestInspectHistory 13:17:54 [2020-07-17T13:17:54.169Z] === RUN TestDockerSuite/TestInspectImage 13:17:54 [2020-07-17T13:17:54.169Z] === RUN TestDockerSuite/TestInspectImageFilterInt 13:17:54 [2020-07-17T13:17:54.169Z] === RUN TestDockerSuite/TestInspectImageGraphDriver 13:17:54 [2020-07-17T13:17:54.169Z] === RUN TestDockerSuite/TestInspectInt64 13:17:54 [2020-07-17T13:17:54.737Z] === RUN TestDockerSuite/TestInspectJSONFields 13:17:54 [2020-07-17T13:17:54.997Z] === RUN TestDockerSuite/TestInspectLogConfigNoType 13:17:55 [2020-07-17T13:17:55.255Z] === RUN TestDockerSuite/TestInspectNamedMountPoint 13:17:55 [2020-07-17T13:17:55.822Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer 13:17:56 [2020-07-17T13:17:56.080Z] === RUN TestDockerSuite/TestInspectPlugin 13:17:57 [2020-07-17T13:17:57.982Z] === RUN TestDockerSuite/TestInspectRootFS 13:17:57 [2020-07-17T13:17:57.982Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer 13:17:58 [2020-07-17T13:17:58.241Z] === RUN TestDockerSuite/TestInspectStatus 13:17:58 [2020-07-17T13:17:58.810Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound 13:17:59 [2020-07-17T13:17:59.745Z] === RUN TestDockerSuite/TestInspectTemplateError 13:18:00 [2020-07-17T13:18:00.004Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano 13:18:00 [2020-07-17T13:18:00.572Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer 13:18:00 [2020-07-17T13:18:00.832Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage 13:18:01 [2020-07-17T13:18:01.399Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue 13:18:01 [2020-07-17T13:18:01.659Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer 13:18:02 [2020-07-17T13:18:02.226Z] === RUN TestDockerSuite/TestInspectUnknownObject 13:18:02 [2020-07-17T13:18:02.226Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid 13:18:03 [2020-07-17T13:18:03.603Z] === RUN TestDockerSuite/TestLinkShortDefinition 13:18:04 [2020-07-17T13:18:04.537Z] === RUN TestDockerSuite/TestLinksEnvs 13:18:05 [2020-07-17T13:18:05.106Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile 13:18:05 [2020-07-17T13:18:05.365Z] === RUN TestDockerSuite/TestLinksHostsFilesInject 13:18:05 [2020-07-17T13:18:05.467Z] --- PASS: TestCreateServiceMultipleTimes (15.35s) 13:18:05 [2020-07-17T13:18:05.467Z] === RUN TestCreateServiceConflict 13:18:05 [2020-07-17T13:18:05.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin 13:18:06 [2020-07-17T13:18:06.510Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted 13:18:07 [2020-07-17T13:18:07.562Z] --- PASS: TestCreateServiceConflict (1.90s) 13:18:07 [2020-07-17T13:18:07.562Z] === RUN TestCreateServiceMaxReplicas 13:18:07 [2020-07-17T13:18:07.890Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped 13:18:09 [2020-07-17T13:18:09.267Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget 13:18:09 [2020-07-17T13:18:09.267Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName 13:18:10 [2020-07-17T13:18:10.204Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer 13:18:10 [2020-07-17T13:18:10.322Z] --- PASS: TestCreateServiceMaxReplicas (2.69s) 13:18:10 [2020-07-17T13:18:10.322Z] === RUN TestCreateWithDuplicateNetworkNames 13:18:10 [2020-07-17T13:18:10.464Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail 13:18:11 [2020-07-17T13:18:11.032Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers 13:18:17 [2020-07-17T13:18:17.598Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename 13:18:18 [2020-07-17T13:18:18.537Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename 13:18:19 [2020-07-17T13:18:19.476Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers 13:18:20 [2020-07-17T13:18:20.045Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart 13:18:21 [2020-07-17T13:18:21.422Z] === RUN TestDockerSuite/TestLoadNoStdinFail 13:18:21 [2020-07-17T13:18:21.422Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer 13:18:21 [2020-07-17T13:18:21.682Z] === RUN TestDockerSuite/TestLoginWithoutTTY 13:18:21 [2020-07-17T13:18:21.682Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound 13:18:21 [2020-07-17T13:18:21.682Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput 13:18:22 [2020-07-17T13:18:22.250Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr 13:18:22 [2020-07-17T13:18:22.510Z] === RUN TestDockerSuite/TestLogsAPIUntil 13:18:22 [2020-07-17T13:18:22.997Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.92s) 13:18:22 [2020-07-17T13:18:22.997Z] === RUN TestCreateServiceSecretFileMode 13:18:25 [2020-07-17T13:18:25.749Z] --- PASS: TestCreateServiceSecretFileMode (2.26s) 13:18:25 [2020-07-17T13:18:25.749Z] === RUN TestCreateServiceConfigFileMode 13:18:26 [2020-07-17T13:18:26.697Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue 13:18:26 [2020-07-17T13:18:26.697Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow 13:18:27 [2020-07-17T13:18:27.263Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate 13:18:27 [2020-07-17T13:18:27.832Z] --- PASS: TestCreateServiceConfigFileMode (2.18s) 13:18:27 [2020-07-17T13:18:27.832Z] === RUN TestCreateServiceSysctls 13:18:30 [2020-07-17T13:18:30.604Z] --- PASS: TestCreateServiceSysctls (3.06s) 13:18:30 [2020-07-17T13:18:30.604Z] === RUN TestCreateServiceCapabilities 13:18:31 [2020-07-17T13:18:31.464Z] === RUN TestDockerSuite/TestLogsAPIWithStdout 13:18:31 [2020-07-17T13:18:31.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel 13:18:31 [2020-07-17T13:18:31.464Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound 13:18:31 [2020-07-17T13:18:31.464Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage 13:18:32 [2020-07-17T13:18:32.400Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage 13:18:33 [2020-07-17T13:18:33.338Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage 13:18:33 [2020-07-17T13:18:33.362Z] --- PASS: TestCreateServiceCapabilities (2.34s) 13:18:33 [2020-07-17T13:18:33.362Z] === RUN TestInspect 13:18:34 [2020-07-17T13:18:34.275Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput 13:18:35 [2020-07-17T13:18:35.213Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout 13:18:35 [2020-07-17T13:18:35.518Z] --- PASS: TestInspect (2.42s) 13:18:35 [2020-07-17T13:18:35.518Z] === RUN TestCreateJob 13:18:36 [2020-07-17T13:18:36.150Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer 13:18:38 [2020-07-17T13:18:38.368Z] --- PASS: TestCreateJob (3.07s) 13:18:38 [2020-07-17T13:18:38.368Z] === RUN TestReplicatedJob 13:18:38 [2020-07-17T13:18:38.688Z] === RUN TestDockerSuite/TestLogsFollowStopped 13:18:39 [2020-07-17T13:18:39.624Z] === RUN TestDockerSuite/TestLogsSeparateStderr 13:18:39 [2020-07-17T13:18:39.883Z] === RUN TestDockerSuite/TestLogsSince 13:18:43 [2020-07-17T13:18:43.979Z] --- PASS: TestReplicatedJob (4.84s) 13:18:43 [2020-07-17T13:18:43.979Z] === RUN TestUpdateReplicatedJob 13:18:46 [2020-07-17T13:18:46.342Z] --- PASS: TestUpdateReplicatedJob (3.15s) 13:18:46 [2020-07-17T13:18:46.342Z] === RUN TestServiceListWithStatuses 13:18:46 [2020-07-17T13:18:46.342Z] --- SKIP: TestServiceListWithStatuses (0.00s) 13:18:46 [2020-07-17T13:18:46.342Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:18:46 [2020-07-17T13:18:46.342Z] === RUN TestDockerNetworkConnectAlias 13:18:46 [2020-07-17T13:18:46.445Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow 13:18:49 [2020-07-17T13:18:49.729Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole 13:18:50 [2020-07-17T13:18:50.886Z] --- PASS: TestDockerNetworkConnectAlias (4.21s) 13:18:50 [2020-07-17T13:18:50.886Z] === RUN TestDockerNetworkReConnect 13:18:52 [2020-07-17T13:18:52.267Z] === RUN TestDockerSuite/TestLogsStderrInStdout 13:18:52 [2020-07-17T13:18:52.267Z] === RUN TestDockerSuite/TestLogsTail 13:18:52 [2020-07-17T13:18:52.836Z] === RUN TestDockerSuite/TestLogsTimestamps 13:18:53 [2020-07-17T13:18:53.787Z] === RUN TestDockerSuite/TestLogsWithDetails 13:18:53 [2020-07-17T13:18:53.926Z] --- PASS: TestDockerNetworkReConnect (3.34s) 13:18:53 [2020-07-17T13:18:53.926Z] === RUN TestServicePlugin 13:18:53 [2020-07-17T13:18:53.926Z] --- SKIP: TestServicePlugin (0.00s) 13:18:53 [2020-07-17T13:18:53.926Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:18:53 [2020-07-17T13:18:53.926Z] === RUN TestServiceUpdateLabel 13:18:54 [2020-07-17T13:18:54.046Z] === RUN TestDockerSuite/TestMountIntoProc 13:18:54 [2020-07-17T13:18:54.615Z] === RUN TestDockerSuite/TestMountIntoSys 13:18:55 [2020-07-17T13:18:55.184Z] === RUN TestDockerSuite/TestNetHostname 13:18:56 [2020-07-17T13:18:56.055Z] --- PASS: TestServiceUpdateLabel (1.99s) 13:18:56 [2020-07-17T13:18:56.055Z] === RUN TestServiceUpdateSecrets 13:18:57 [2020-07-17T13:18:57.090Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost 13:18:57 [2020-07-17T13:18:57.090Z] === RUN TestDockerSuite/TestNetworkEvents 13:19:03 [2020-07-17T13:19:03.654Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers 13:19:03 [2020-07-17T13:19:03.914Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs 13:19:04 [2020-07-17T13:19:04.173Z] === RUN TestDockerSuite/TestPluginActive 13:19:05 [2020-07-17T13:19:05.550Z] === RUN TestDockerSuite/TestPluginActiveNetwork 13:19:06 [2020-07-17T13:19:06.117Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs 13:19:10 [2020-07-17T13:19:10.580Z] #33 137.5 Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main 13:19:10 [2020-07-17T13:19:10.580Z] #33 139.6 Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main 13:19:10 [2020-07-17T13:19:10.580Z] #33 141.0 Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main 13:19:10 [2020-07-17T13:19:10.580Z] #33 143.0 Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main 13:19:11 [2020-07-17T13:19:11.424Z] --- PASS: TestServiceUpdateSecrets (14.48s) 13:19:11 [2020-07-17T13:19:11.424Z] === RUN TestServiceUpdateConfigs 13:19:12 [2020-07-17T13:19:12.687Z] === RUN TestDockerSuite/TestPluginInspectOnWindows 13:19:12 [2020-07-17T13:19:12.687Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs 13:19:13 [2020-07-17T13:19:13.113Z] #33 145.6 Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main 13:19:13 [2020-07-17T13:19:13.254Z] === RUN TestDockerSuite/TestPluginLogDriver 13:19:14 [2020-07-17T13:19:14.492Z] #33 147.0 Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main 13:19:15 [2020-07-17T13:19:15.156Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList 13:19:15 [2020-07-17T13:19:15.906Z] #33 148.3 Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main 13:19:16 [2020-07-17T13:19:16.533Z] === RUN TestDockerSuite/TestPluginMetricsCollector 13:19:16 [2020-07-17T13:19:16.844Z] #33 149.6 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main 13:19:17 [2020-07-17T13:19:17.103Z] #33 149.9 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main 13:19:19 [2020-07-17T13:19:19.011Z] #33 151.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main 13:19:19 [2020-07-17T13:19:19.065Z] === RUN TestDockerSuite/TestPluginUpgrade 13:19:20 [2020-07-17T13:19:20.388Z] #33 153.1 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main 13:19:22 [2020-07-17T13:19:22.295Z] #33 154.8 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main 13:19:22 [2020-07-17T13:19:22.368Z] === RUN TestDockerSuite/TestPortBindingOnSandbox 13:19:22 [2020-07-17T13:19:22.627Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate 13:19:24 [2020-07-17T13:19:24.006Z] === RUN TestDockerSuite/TestPortExposeHostBinding 13:19:24 [2020-07-17T13:19:24.202Z] #33 156.3 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main 13:19:24 [2020-07-17T13:19:24.461Z] #33 157.0 Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main 13:19:25 [2020-07-17T13:19:25.387Z] === RUN TestDockerSuite/TestPortHostBinding 13:19:25 [2020-07-17T13:19:25.839Z] #33 158.5 Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main 13:19:26 [2020-07-17T13:19:26.325Z] === RUN TestDockerSuite/TestPortList 13:19:26 [2020-07-17T13:19:26.801Z] --- PASS: TestServiceUpdateConfigs (14.21s) 13:19:26 [2020-07-17T13:19:26.801Z] === RUN TestServiceUpdateNetwork 13:19:27 [2020-07-17T13:19:27.218Z] #33 159.7 Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main 13:19:28 [2020-07-17T13:19:28.598Z] #33 161.4 Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main 13:19:28 [2020-07-17T13:19:28.861Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal 13:19:29 [2020-07-17T13:19:29.978Z] #33 162.5 Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main 13:19:31 [2020-07-17T13:19:31.357Z] #33 163.8 Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main 13:19:32 [2020-07-17T13:19:32.735Z] #33 165.1 13:19:32 [2020-07-17T13:19:32.735Z] #33 DONE 165.2s 13:19:32 [2020-07-17T13:19:32.735Z] 13:19:32 [2020-07-17T13:19:32.735Z] #34 [builder 4/4] RUN mkdir -p /build/tests && find . -name test.main -exec ... 13:19:34 [2020-07-17T13:19:34.111Z] #34 DONE 1.5s 13:19:34 [2020-07-17T13:19:34.141Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint 13:19:34 [2020-07-17T13:19:34.711Z] === RUN TestDockerSuite/TestPostContainersAttach 13:19:36 [2020-07-17T13:19:36.014Z] 13:19:36 [2020-07-17T13:19:36.014Z] #35 [runner 12/12] COPY --from=builder /build/ / 13:19:36 [2020-07-17T13:19:36.582Z] #35 DONE 0.9s 13:19:36 [2020-07-17T13:19:36.841Z] 13:19:36 [2020-07-17T13:19:36.841Z] #36 exporting to image 13:19:36 [2020-07-17T13:19:36.841Z] #36 exporting layers 13:19:37 [2020-07-17T13:19:37.187Z] --- PASS: TestServiceUpdateNetwork (12.33s) 13:19:37 [2020-07-17T13:19:37.187Z] === RUN TestServiceUpdatePidsLimit 13:19:37 [2020-07-17T13:19:37.847Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 13:19:38 [2020-07-17T13:19:38.892Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 13:19:40 [2020-07-17T13:19:40.131Z] #36 exporting layers 2.9s done 13:19:40 [2020-07-17T13:19:40.131Z] #36 writing image sha256:5192d4e54f88cb2cdbc9d3f7a97670d58c5ff509e2be4d609cea96bb09393413 done 13:19:40 [2020-07-17T13:19:40.131Z] #36 naming to docker.io/library/moby-e2e-test done 13:19:40 [2020-07-17T13:19:40.131Z] #36 DONE 2.9s [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:19:40 [2020-07-17T13:19:40.443Z] + echo Ensuring container killed. 13:19:40 [2020-07-17T13:19:40.443Z] Ensuring container killed. 13:19:40 [2020-07-17T13:19:40.443Z] + docker rm -vf docker-pr2 13:19:40 [2020-07-17T13:19:40.443Z] Error: No such container: docker-pr2 13:19:40 [2020-07-17T13:19:40.443Z] + true [Pipeline] sh 13:19:40 [2020-07-17T13:19:40.725Z] + echo Chowning /workspace to jenkins user 13:19:40 [2020-07-17T13:19:40.725Z] Chowning /workspace to jenkins user 13:19:40 [2020-07-17T13:19:40.725Z] + id -u 13:19:40 [2020-07-17T13:19:40.725Z] + id -g 13:19:40 [2020-07-17T13:19:40.725Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/workspace busybox chown -R 1000:1000 /workspace 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange 13:19:41 [2020-07-17T13:19:41.275Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:19:41 [2020-07-17T13:19:41.843Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop 13:19:41 [2020-07-17T13:19:41.844Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd 13:19:41 [2020-07-17T13:19:41.959Z] + bundleName=unit 13:19:41 [2020-07-17T13:19:41.959Z] + echo Creating unit-bundles.tar.gz 13:19:41 [2020-07-17T13:19:41.959Z] Creating unit-bundles.tar.gz 13:19:41 [2020-07-17T13:19:41.959Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out 13:19:41 [2020-07-17T13:19:41.959Z] bundles/junit-report.xml 13:19:41 [2020-07-17T13:19:41.959Z] bundles/go-test-report.json 13:19:41 [2020-07-17T13:19:41.959Z] bundles/profile.out [Pipeline] archiveArtifacts 13:19:41 [2020-07-17T13:19:41.986Z] Archiving artifacts 13:19:42 [2020-07-17T13:19:42.498Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:19:42 [2020-07-17T13:19:42.780Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues 13:19:42 [2020-07-17T13:19:42.780Z] === RUN TestDockerSuite/TestPruneContainerLabel 13:19:42 [2020-07-17T13:19:42.809Z] + make clean 13:19:43 [2020-07-17T13:19:43.068Z] docker volume rm -f docker-dev-cache 13:19:43 [2020-07-17T13:19:43.068Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:19:44 [2020-07-17T13:19:44.688Z] === RUN TestDockerSuite/TestPruneContainerUntil 13:19:45 [2020-07-17T13:19:45.267Z] === RUN TestDockerSuite/TestPruneNetworkLabel 13:19:45 [2020-07-17T13:19:45.548Z] === RUN TestDockerSuite/TestPruneVolumeLabel 13:19:45 [2020-07-17T13:19:45.795Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 13:19:45 [2020-07-17T13:19:45.806Z] === RUN TestDockerSuite/TestPsByOrder 13:19:47 [2020-07-17T13:19:47.711Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate 13:19:47 [2020-07-17T13:19:47.970Z] === RUN TestDockerSuite/TestPsListContainersBase 13:19:49 [2020-07-17T13:19:49.874Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage 13:19:53 [2020-07-17T13:19:53.164Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated 13:19:53 [2020-07-17T13:19:53.164Z] === RUN TestDockerSuite/TestPsListContainersFilterExited 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestServiceUpdatePidsLimit (16.11s) 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s) 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s) 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) 13:19:54 [2020-07-17T13:19:54.310Z] PASS 13:19:54 [2020-07-17T13:19:54.310Z] 13:19:54 [2020-07-17T13:19:54.310Z] === Skipped 13:19:54 [2020-07-17T13:19:54.310Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) 13:19:54 [2020-07-17T13:19:54.310Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") 13:19:54 [2020-07-17T13:19:54.310Z] 13:19:54 [2020-07-17T13:19:54.310Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) 13:19:54 [2020-07-17T13:19:54.310Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" 13:19:54 [2020-07-17T13:19:54.310Z] 13:19:54 [2020-07-17T13:19:54.310Z] 13:19:54 [2020-07-17T13:19:54.310Z] DONE 27 tests, 2 skipped in 130.386s 13:19:54 [2020-07-17T13:19:54.310Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] ++ set -e 13:19:54 [2020-07-17T13:19:54.310Z] ++ '[' -n 0 ']' 13:19:54 [2020-07-17T13:19:54.310Z] ++ set -x 13:19:54 [2020-07-17T13:19:54.310Z] ++ 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=ppc64le 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 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/ppc64le-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-session-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.session -t ./test.main -test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] INFO: Testing against a local daemon 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestSessionCreate 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestSessionCreate (0.04s) 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestSessionCreateWithBadUpgrade 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) 13:19:54 [2020-07-17T13:19:54.310Z] PASS 13:19:54 [2020-07-17T13:19:54.310Z] 13:19:54 [2020-07-17T13:19:54.310Z] DONE 2 tests in 0.152s 13:19:54 [2020-07-17T13:19:54.310Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] ++ set -e 13:19:54 [2020-07-17T13:19:54.310Z] ++ '[' -n 0 ']' 13:19:54 [2020-07-17T13:19:54.310Z] ++ set -x 13:19:54 [2020-07-17T13:19:54.310Z] ++ 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=ppc64le 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 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/ppc64le-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-system-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.system -t ./test.main -test.v -test.timeout=120m 13:19:54 [2020-07-17T13:19:54.310Z] INFO: Testing against a local daemon 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestCgroupDriverSystemdMemoryLimit 13:19:54 [2020-07-17T13:19:54.310Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) 13:19:54 [2020-07-17T13:19:54.310Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestEventsExecDie 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestEventsExecDie (0.59s) 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestEventsBackwardsCompatible 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestEventsBackwardsCompatible (0.09s) 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestInfoBinaryCommits 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestInfoBinaryCommits (0.05s) 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestInfoAPIVersioned 13:19:54 [2020-07-17T13:19:54.310Z] --- PASS: TestInfoAPIVersioned (0.01s) 13:19:54 [2020-07-17T13:19:54.310Z] === RUN TestInfoDiscoveryBackend 13:19:54 [2020-07-17T13:19:54.603Z] --- PASS: TestInfoDiscoveryBackend (0.53s) 13:19:54 [2020-07-17T13:19:54.603Z] === RUN TestInfoDiscoveryInvalidAdvertise 13:19:55 [2020-07-17T13:19:55.071Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth 13:19:55 [2020-07-17T13:19:55.395Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) 13:19:55 [2020-07-17T13:19:55.395Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName 13:19:56 [2020-07-17T13:19:56.032Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) 13:19:56 [2020-07-17T13:19:56.032Z] === RUN TestInfoAPI 13:19:56 [2020-07-17T13:19:56.032Z] --- PASS: TestInfoAPI (0.04s) 13:19:56 [2020-07-17T13:19:56.032Z] === RUN TestInfoAPIWarnings 13:19:56 [2020-07-17T13:19:56.449Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList 13:19:56 [2020-07-17T13:19:56.670Z] --- PASS: TestInfoAPIWarnings (0.53s) 13:19:56 [2020-07-17T13:19:56.670Z] === RUN TestInfoDebug 13:19:57 [2020-07-17T13:19:57.311Z] --- PASS: TestInfoDebug (0.53s) 13:19:57 [2020-07-17T13:19:57.311Z] === RUN TestInfoInsecureRegistries 13:19:57 [2020-07-17T13:19:57.606Z] --- PASS: TestInfoInsecureRegistries (0.53s) 13:19:57 [2020-07-17T13:19:57.606Z] === RUN TestInfoRegistryMirrors 13:19:58 [2020-07-17T13:19:58.241Z] --- PASS: TestInfoRegistryMirrors (0.53s) 13:19:58 [2020-07-17T13:19:58.241Z] === RUN TestLoginFailsWithBadCredentials 13:19:58 [2020-07-17T13:19:58.535Z] --- PASS: TestLoginFailsWithBadCredentials (0.42s) 13:19:58 [2020-07-17T13:19:58.535Z] === RUN TestPingCacheHeaders 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestPingCacheHeaders (0.04s) 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestPingGet 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestPingGet (0.03s) 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestPingHead 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestPingHead (0.03s) 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestVersion 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestVersion (0.04s) 13:19:58 [2020-07-17T13:19:58.829Z] PASS 13:19:58 [2020-07-17T13:19:58.829Z] 13:19:58 [2020-07-17T13:19:58.829Z] === Skipped 13:19:58 [2020-07-17T13:19:58.829Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) 13:19:58 [2020-07-17T13:19:58.829Z] cgroupdriver_systemd_test.go:32: !hasSystemd() 13:19:58 [2020-07-17T13:19:58.829Z] 13:19:58 [2020-07-17T13:19:58.829Z] 13:19:58 [2020-07-17T13:19:58.829Z] DONE 18 tests, 1 skipped in 5.592s 13:19:58 [2020-07-17T13:19:58.829Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 13:19:58 [2020-07-17T13:19:58.829Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m 13:19:58 [2020-07-17T13:19:58.829Z] ++ set -e 13:19:58 [2020-07-17T13:19:58.829Z] ++ '[' -n 0 ']' 13:19:58 [2020-07-17T13:19:58.829Z] ++ set -x 13:19:58 [2020-07-17T13:19:58.829Z] ++ 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=ppc64le 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 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/ppc64le-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-volume-junit-report.xml --raw-command -- go tool test2json -p ppc64le.integration.volume -t ./test.main -test.v -test.timeout=120m 13:19:58 [2020-07-17T13:19:58.829Z] INFO: Testing against a local daemon 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestVolumesCreateAndList 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestVolumesCreateAndList (0.03s) 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestVolumesRemove 13:19:58 [2020-07-17T13:19:58.829Z] --- PASS: TestVolumesRemove (0.07s) 13:19:58 [2020-07-17T13:19:58.829Z] === RUN TestVolumesInspect 13:19:58 [2020-07-17T13:19:58.981Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate 13:19:59 [2020-07-17T13:19:59.125Z] --- PASS: TestVolumesInspect (0.03s) 13:19:59 [2020-07-17T13:19:59.125Z] === RUN TestVolumesInvalidJSON 13:19:59 [2020-07-17T13:19:59.125Z] === RUN TestVolumesInvalidJSON//volumes/create 13:19:59 [2020-07-17T13:19:59.125Z] === PAUSE TestVolumesInvalidJSON//volumes/create 13:19:59 [2020-07-17T13:19:59.125Z] === CONT TestVolumesInvalidJSON//volumes/create 13:19:59 [2020-07-17T13:19:59.125Z] --- PASS: TestVolumesInvalidJSON (0.02s) 13:19:59 [2020-07-17T13:19:59.125Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) 13:19:59 [2020-07-17T13:19:59.125Z] PASS 13:19:59 [2020-07-17T13:19:59.125Z] 13:19:59 [2020-07-17T13:19:59.125Z] DONE 5 tests in 0.218s 13:19:59 [2020-07-17T13:19:59.125Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:19:59 [2020-07-17T13:19:59.125Z] ++++ cat bundles/test-integration/docker.pid 13:19:59 [2020-07-17T13:19:59.125Z] +++ kill 13793 13:20:00 [2020-07-17T13:20:00.634Z] +++ /etc/init.d/apparmor stop 13:20:00 [2020-07-17T13:20:00.634Z] Leaving: AppArmorNo profiles have been unloaded. 13:20:00 [2020-07-17T13:20:00.634Z] 13:20:00 [2020-07-17T13:20:00.634Z] Unloading profiles will leave already running processes permanently 13:20:00 [2020-07-17T13:20:00.634Z] unconfined, which can lead to unexpected situations. 13:20:00 [2020-07-17T13:20:00.634Z] 13:20:00 [2020-07-17T13:20:00.634Z] To set a process to complain mode, use the command line tool 13:20:00 [2020-07-17T13:20:00.634Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:20:00 [2020-07-17T13:20:00.634Z] +++ true 13:20:00 [2020-07-17T13:20:00.634Z] exiting test-integration 13:20:00 [2020-07-17T13:20:00.634Z] ++ exit 0 13:20:00 [2020-07-17T13:20:00.634Z] 13:20:01 [2020-07-17T13:20:01.514Z] === RUN TestDockerSuite/TestPsListContainersFilterID Post stage [Pipeline] junit 13:20:01 [2020-07-17T13:20:01.954Z] Recording test results 13:20:02 [2020-07-17T13:20:02.454Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:20:03 [2020-07-17T13:20:03.007Z] + echo Ensuring container killed. 13:20:03 [2020-07-17T13:20:03.007Z] Ensuring container killed. 13:20:03 [2020-07-17T13:20:03.007Z] + docker rm -vf docker-pr2 13:20:03 [2020-07-17T13:20:03.007Z] Error: No such container: docker-pr2 13:20:03 [2020-07-17T13:20:03.007Z] + true [Pipeline] sh 13:20:03 [2020-07-17T13:20:03.412Z] + echo Chowning /workspace to jenkins user 13:20:03 [2020-07-17T13:20:03.412Z] Chowning /workspace to jenkins user 13:20:03 [2020-07-17T13:20:03.412Z] + id -u 13:20:03 [2020-07-17T13:20:03.412Z] + id -g 13:20:03 [2020-07-17T13:20:03.412Z] + docker run --rm -v /home/docker/workspace/moby_PR-41221:/workspace busybox chown -R 1001:1001 /workspace 13:20:03 [2020-07-17T13:20:03.412Z] Unable to find image 'busybox:latest' locally 13:20:03 [2020-07-17T13:20:03.762Z] latest: Pulling from library/busybox 13:20:03 [2020-07-17T13:20:03.762Z] 7257f00f7d70: Pulling fs layer 13:20:03 [2020-07-17T13:20:03.762Z] 7257f00f7d70: Verifying Checksum 13:20:03 [2020-07-17T13:20:03.762Z] 7257f00f7d70: Download complete 13:20:04 [2020-07-17T13:20:04.060Z] 7257f00f7d70: Pull complete 13:20:04 [2020-07-17T13:20:04.060Z] Digest: sha256:9ddee63a712cea977267342e8750ecbc60d3aab25f04ceacfa795e6fce341793 13:20:04 [2020-07-17T13:20:04.060Z] Status: Downloaded newer image for busybox:latest 13:20:04 [2020-07-17T13:20:04.360Z] === RUN TestDockerSuite/TestPsListContainersFilterName 13:20:05 [2020-07-17T13:20:05.299Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:20:05 [2020-07-17T13:20:05.869Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts 13:20:05 [2020-07-17T13:20:05.998Z] + bundleName=ppc64le-integration 13:20:05 [2020-07-17T13:20:05.998Z] + echo Creating ppc64le-integration-bundles.tar.gz 13:20:05 [2020-07-17T13:20:05.998Z] Creating ppc64le-integration-bundles.tar.gz 13:20:05 [2020-07-17T13:20:05.998Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print 13:20:05 [2020-07-17T13:20:05.998Z] + xargs tar -czf ppc64le-integration-bundles.tar.gz [Pipeline] archiveArtifacts 13:20:06 [2020-07-17T13:20:06.044Z] Archiving artifacts 13:20:06 [2020-07-17T13:20:06.435Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:20:06 [2020-07-17T13:20:06.836Z] + make clean 13:20:07 [2020-07-17T13:20:07.131Z] make: command: Command not found 13:20:07 [2020-07-17T13:20:07.131Z] make: command: Command not found 13:20:07 [2020-07-17T13:20:07.131Z] docker volume rm -f docker-dev-cache 13:20:07 [2020-07-17T13:20:07.131Z] docker-dev-cache [Pipeline] deleteDir 13:20:07 [2020-07-17T13:20:07.271Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus 13:20:08 [2020-07-17T13:20:08.649Z] === RUN TestDockerSuite/TestPsListContainersSize [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:20:09 [2020-07-17T13:20:09.588Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer 13:20:09 [2020-07-17T13:20:09.848Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer 13:20:10 [2020-07-17T13:20:10.788Z] === RUN TestDockerSuite/TestPsRightTagName 13:20:12 [2020-07-17T13:20:12.166Z] === RUN TestDockerSuite/TestPsShowMounts 13:20:13 [2020-07-17T13:20:13.545Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost 13:20:14 [2020-07-17T13:20:14.116Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows 13:20:14 [2020-07-17T13:20:14.116Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux 13:20:14 [2020-07-17T13:20:14.116Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized 13:20:14 [2020-07-17T13:20:14.376Z] === RUN TestDockerSuite/TestPushUnprefixedRepo 13:20:14 [2020-07-17T13:20:14.376Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs 13:20:14 [2020-07-17T13:20:14.637Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer 13:20:15 [2020-07-17T13:20:15.574Z] === RUN TestDockerSuite/TestRestartContainerSuccess 13:20:16 [2020-07-17T13:20:16.512Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer 13:20:17 [2020-07-17T13:20:17.080Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy 13:20:22 [2020-07-17T13:20:22.358Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents 13:20:22 [2020-07-17T13:20:22.617Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer 13:20:23 [2020-07-17T13:20:23.996Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart 13:20:25 [2020-07-17T13:20:25.377Z] === RUN TestDockerSuite/TestRestartPolicyAlways 13:20:25 [2020-07-17T13:20:25.377Z] === RUN TestDockerSuite/TestRestartPolicyNO 13:20:25 [2020-07-17T13:20:25.377Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure 13:20:25 [2020-07-17T13:20:25.377Z] === RUN TestDockerSuite/TestRestartRunningContainer 13:20:27 [2020-07-17T13:20:27.918Z] === RUN TestDockerSuite/TestRestartStoppedContainer 13:20:29 [2020-07-17T13:20:29.324Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork 13:20:31 [2020-07-17T13:20:31.229Z] === RUN TestDockerSuite/TestRestartWithVolumes 13:20:31 [2020-07-17T13:20:31.797Z] === RUN TestDockerSuite/TestRmiBlank 13:20:31 [2020-07-17T13:20:31.797Z] === RUN TestDockerSuite/TestRmiByIDHardConflict 13:20:32 [2020-07-17T13:20:32.056Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound 13:20:34 [2020-07-17T13:20:34.590Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers 13:20:34 [2020-07-17T13:20:34.849Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories 13:20:34 [2020-07-17T13:20:34.849Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags 13:20:36 [2020-07-17T13:20:36.227Z] === RUN TestDockerSuite/TestRmiImgIDForce 13:20:36 [2020-07-17T13:20:36.797Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag 13:20:37 [2020-07-17T13:20:37.735Z] === RUN TestDockerSuite/TestRmiParentImageFail 13:20:38 [2020-07-17T13:20:38.303Z] === RUN TestDockerSuite/TestRmiTag 13:20:38 [2020-07-17T13:20:38.562Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers 13:20:39 [2020-07-17T13:20:39.134Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer 13:20:41 [2020-07-17T13:20:41.669Z] === RUN TestDockerSuite/TestRmiWithContainerFails 13:20:41 [2020-07-17T13:20:41.928Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories 13:20:42 [2020-07-17T13:20:42.496Z] === RUN TestDockerSuite/TestRmiWithParentInUse 13:20:42 [2020-07-17T13:20:42.756Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule 13:20:43 [2020-07-17T13:20:43.696Z] === RUN TestDockerSuite/TestRunAddHost 13:20:44 [2020-07-17T13:20:44.266Z] === RUN TestDockerSuite/TestRunAddHostInHostMode 13:20:44 [2020-07-17T13:20:44.266Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices 13:20:44 [2020-07-17T13:20:44.834Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode 13:20:44 [2020-07-17T13:20:44.834Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc 13:20:45 [2020-07-17T13:20:45.402Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange 13:20:46 [2020-07-17T13:20:46.783Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot 13:20:47 [2020-07-17T13:20:47.042Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose 13:20:47 [2020-07-17T13:20:47.979Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish 13:20:48 [2020-07-17T13:20:48.932Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory 13:20:49 [2020-07-17T13:20:49.501Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes 13:20:50 [2020-07-17T13:20:50.436Z] === RUN TestDockerSuite/TestRunAttachDetach 13:20:51 [2020-07-17T13:20:51.003Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig 13:20:51 [2020-07-17T13:20:51.571Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag 13:20:52 [2020-07-17T13:20:52.139Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag 13:20:52 [2020-07-17T13:20:52.401Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig 13:20:52 [2020-07-17T13:20:52.970Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak 13:20:53 [2020-07-17T13:20:53.538Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting 13:20:53 [2020-07-17T13:20:53.538Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved 13:20:54 [2020-07-17T13:20:54.475Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode 13:20:54 [2020-07-17T13:20:54.734Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode 13:20:55 [2020-07-17T13:20:55.302Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode 13:20:55 [2020-07-17T13:20:55.871Z] === RUN TestDockerSuite/TestRunAttachWithDetach 13:20:56 [2020-07-17T13:20:56.130Z] === RUN TestDockerSuite/TestRunBindMounts 13:20:57 [2020-07-17T13:20:57.509Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface 13:20:57 [2020-07-17T13:20:57.768Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface 13:20:58 [2020-07-17T13:20:58.027Z] === RUN TestDockerSuite/TestRunCapAddCHOWN 13:20:58 [2020-07-17T13:20:58.596Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface 13:20:59 [2020-07-17T13:20:59.535Z] === RUN TestDockerSuite/TestRunCapAddInvalid 13:20:59 [2020-07-17T13:20:59.535Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME 13:21:00 [2020-07-17T13:21:00.472Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod 13:21:01 [2020-07-17T13:21:01.043Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod 13:21:01 [2020-07-17T13:21:01.613Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod 13:21:02 [2020-07-17T13:21:02.181Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase 13:21:02 [2020-07-17T13:21:02.749Z] === RUN TestDockerSuite/TestRunCapDropInvalid 13:21:02 [2020-07-17T13:21:02.749Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength 13:21:03 [2020-07-17T13:21:03.317Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty 13:21:03 [2020-07-17T13:21:03.317Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint 13:21:04 [2020-07-17T13:21:04.254Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts 13:21:04 [2020-07-17T13:21:04.514Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort 13:21:05 [2020-07-17T13:21:05.086Z] === RUN TestDockerSuite/TestRunContainerNetwork 13:21:05 [2020-07-17T13:21:05.355Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf 13:21:05 [2020-07-17T13:21:05.615Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO 13:21:05 [2020-07-17T13:21:05.875Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent 13:21:07 [2020-07-17T13:21:07.254Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer 13:21:07 [2020-07-17T13:21:07.821Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs 13:21:08 [2020-07-17T13:21:08.758Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag 13:21:09 [2020-07-17T13:21:09.018Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag 13:21:09 [2020-07-17T13:21:09.585Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer 13:21:09 [2020-07-17T13:21:09.844Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero 13:21:10 [2020-07-17T13:21:10.412Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs 13:21:10 [2020-07-17T13:21:10.980Z] === RUN TestDockerSuite/TestRunCopyVolumeContent 13:21:11 [2020-07-17T13:21:11.916Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID 13:21:13 [2020-07-17T13:21:13.868Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp 13:21:13 [2020-07-17T13:21:13.868Z] === RUN TestDockerSuite/TestRunCreateVolume 13:21:14 [2020-07-17T13:21:14.128Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc 13:21:15 [2020-07-17T13:21:15.512Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink 13:21:16 [2020-07-17T13:21:16.450Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir 13:21:17 [2020-07-17T13:21:17.828Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 13:21:19 [2020-07-17T13:21:19.737Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures 13:21:19 [2020-07-17T13:21:19.737Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed 13:21:19 [2020-07-17T13:21:19.737Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions 13:21:19 [2020-07-17T13:21:19.737Z] === RUN TestDockerSuite/TestRunDNSInHostMode 13:21:19 [2020-07-17T13:21:19.997Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate 13:21:20 [2020-07-17T13:21:20.935Z] === RUN TestDockerSuite/TestRunDNSOptions 13:21:21 [2020-07-17T13:21:21.878Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf 13:21:23 [2020-07-17T13:21:23.787Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions 13:21:24 [2020-07-17T13:21:24.358Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule 13:21:25 [2020-07-17T13:21:25.734Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting 13:21:25 [2020-07-17T13:21:25.996Z] === RUN TestDockerSuite/TestRunDeviceDirectory 13:21:25 [2020-07-17T13:21:25.996Z] === RUN TestDockerSuite/TestRunDeviceNumbers 13:21:26 [2020-07-17T13:21:26.564Z] === RUN TestDockerSuite/TestRunDeviceSymlink 13:21:27 [2020-07-17T13:21:27.500Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot 13:21:27 [2020-07-17T13:21:27.500Z] === RUN TestDockerSuite/TestRunDuplicateMount 13:21:28 [2020-07-17T13:21:28.067Z] === RUN TestDockerSuite/TestRunEchoNamedContainer 13:21:28 [2020-07-17T13:21:28.326Z] === RUN TestDockerSuite/TestRunEchoStdout 13:21:28 [2020-07-17T13:21:28.897Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit 13:21:29 [2020-07-17T13:21:29.157Z] === RUN TestDockerSuite/TestRunEmptyEnv 13:21:29 [2020-07-17T13:21:29.157Z] === RUN TestDockerSuite/TestRunEntrypoint 13:21:29 [2020-07-17T13:21:29.726Z] === RUN TestDockerSuite/TestRunEnvironment 13:21:29 [2020-07-17T13:21:29.989Z] === RUN TestDockerSuite/TestRunEnvironmentErase 13:21:30 [2020-07-17T13:21:30.557Z] === RUN TestDockerSuite/TestRunEnvironmentOverride 13:21:30 [2020-07-17T13:21:30.816Z] === RUN TestDockerSuite/TestRunExitCode 13:21:31 [2020-07-17T13:21:31.075Z] === RUN TestDockerSuite/TestRunExitCodeOne 13:21:31 [2020-07-17T13:21:31.644Z] === RUN TestDockerSuite/TestRunExitCodeZero 13:21:31 [2020-07-17T13:21:31.903Z] === RUN TestDockerSuite/TestRunExitOnStdinClose 13:21:32 [2020-07-17T13:21:32.472Z] === RUN TestDockerSuite/TestRunExposePort 13:21:32 [2020-07-17T13:21:32.472Z] === RUN TestDockerSuite/TestRunFullHostnameSet 13:21:33 [2020-07-17T13:21:33.409Z] === RUN TestDockerSuite/TestRunGroupAdd 13:21:33 [2020-07-17T13:21:33.667Z] === RUN TestDockerSuite/TestRunHostnameFQDN 13:21:34 [2020-07-17T13:21:34.604Z] === RUN TestDockerSuite/TestRunHostnameInHostMode 13:21:34 [2020-07-17T13:21:34.604Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent 13:21:34 [2020-07-17T13:21:34.604Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership 13:21:36 [2020-07-17T13:21:36.515Z] === RUN TestDockerSuite/TestRunInspectMacAddress 13:21:37 [2020-07-17T13:21:37.082Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy 13:21:49 [2020-07-17T13:21:49.295Z] === RUN TestDockerSuite/TestRunInvalidCPUShares 13:21:49 [2020-07-17T13:21:49.295Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent 13:21:49 [2020-07-17T13:21:49.295Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue 13:21:49 [2020-07-17T13:21:49.556Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue 13:21:49 [2020-07-17T13:21:49.556Z] === RUN TestDockerSuite/TestRunInvalidReference 13:21:49 [2020-07-17T13:21:49.556Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors 13:21:49 [2020-07-17T13:21:49.815Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode 13:21:51 [2020-07-17T13:21:51.717Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID 13:21:52 [2020-07-17T13:21:52.284Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName 13:21:53 [2020-07-17T13:21:53.219Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS 13:21:58 [2020-07-17T13:21:58.485Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst 13:21:58 [2020-07-17T13:21:58.744Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled 13:21:59 [2020-07-17T13:21:59.003Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled 13:21:59 [2020-07-17T13:21:59.572Z] === RUN TestDockerSuite/TestRunModeHostname 13:22:00 [2020-07-17T13:22:00.508Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists 13:22:00 [2020-07-17T13:22:00.508Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning 13:22:00 [2020-07-17T13:22:00.768Z] === RUN TestDockerSuite/TestRunModeIpcHost 13:22:01 [2020-07-17T13:22:01.705Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname 13:22:02 [2020-07-17T13:22:02.642Z] === RUN TestDockerSuite/TestRunModePIDContainer 13:22:03 [2020-07-17T13:22:03.578Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists 13:22:03 [2020-07-17T13:22:03.578Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning 13:22:03 [2020-07-17T13:22:03.836Z] === RUN TestDockerSuite/TestRunModePIDHost 13:22:04 [2020-07-17T13:22:04.774Z] === RUN TestDockerSuite/TestRunModeUTSHost 13:22:05 [2020-07-17T13:22:05.711Z] === RUN TestDockerSuite/TestRunMount 13:22:09 [2020-07-17T13:22:09.907Z] === RUN TestDockerSuite/TestRunMountOrdering 13:22:09 [2020-07-17T13:22:09.907Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm 13:22:10 [2020-07-17T13:22:10.166Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost 13:22:11 [2020-07-17T13:22:11.119Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom 13:22:12 [2020-07-17T13:22:12.495Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles 13:22:15 [2020-07-17T13:22:15.031Z] === RUN TestDockerSuite/TestRunNamedVolume 13:22:16 [2020-07-17T13:22:16.409Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData 13:22:17 [2020-07-17T13:22:17.787Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved 13:22:18 [2020-07-17T13:22:18.724Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved 13:22:19 [2020-07-17T13:22:19.661Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared 13:22:19 [2020-07-17T13:22:19.661Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost 13:22:20 [2020-07-17T13:22:20.230Z] === RUN TestDockerSuite/TestRunNetHost 13:22:20 [2020-07-17T13:22:20.798Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks 13:22:21 [2020-07-17T13:22:21.735Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName 13:22:21 [2020-07-17T13:22:21.994Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount 13:22:22 [2020-07-17T13:22:22.561Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName 13:22:23 [2020-07-17T13:22:23.502Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO 13:22:25 [2020-07-17T13:22:25.410Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem 13:22:27 [2020-07-17T13:22:27.318Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked 13:22:28 [2020-07-17T13:22:28.697Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode 13:22:29 [2020-07-17T13:22:29.265Z] === RUN TestDockerSuite/TestRunNoDupVolumes 13:22:29 [2020-07-17T13:22:29.265Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid 13:22:29 [2020-07-17T13:22:29.525Z] === RUN TestDockerSwarmSuite/TestDNSConfig 13:22:29 [2020-07-17T13:22:29.784Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout 13:22:29 [2020-07-17T13:22:29.784Z] === RUN TestDockerSuite/TestRunNonExecutableCmd 13:22:30 [2020-07-17T13:22:30.357Z] === RUN TestDockerSuite/TestRunNonExistingCmd 13:22:30 [2020-07-17T13:22:30.628Z] === RUN TestDockerSuite/TestRunNonExistingImage 13:22:30 [2020-07-17T13:22:30.897Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress 13:22:31 [2020-07-17T13:22:31.170Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName 13:22:32 [2020-07-17T13:22:32.548Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate 13:22:35 [2020-07-17T13:22:35.081Z] === RUN TestDockerSwarmSuite/TestExtraHosts 13:22:36 [2020-07-17T13:22:36.984Z] === RUN TestDockerSuite/TestRunOOMExitCode 13:22:36 [2020-07-17T13:22:36.984Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable 13:22:37 [2020-07-17T13:22:37.552Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames 13:22:37 [2020-07-17T13:22:37.552Z] === RUN TestDockerSuite/TestRunPIDsLimit 13:22:38 [2020-07-17T13:22:38.121Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse 13:22:39 [2020-07-17T13:22:39.058Z] === RUN TestDockerSuite/TestRunPortInUse 13:22:39 [2020-07-17T13:22:39.996Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices 13:22:40 [2020-07-17T13:22:40.565Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable 13:22:40 [2020-07-17T13:22:40.565Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod 13:22:40 [2020-07-17T13:22:40.825Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount 13:22:41 [2020-07-17T13:22:41.395Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers 13:22:41 [2020-07-17T13:22:41.964Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers 13:22:42 [2020-07-17T13:22:42.533Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent 13:22:42 [2020-07-17T13:22:42.533Z] === RUN TestDockerSuite/TestRunPublishPort 13:22:43 [2020-07-17T13:22:43.103Z] === RUN TestDockerSuite/TestRunReadFilteredProc 13:22:43 [2020-07-17T13:22:43.674Z] === RUN TestDockerSuite/TestRunReadProcLatency 13:22:43 [2020-07-17T13:22:43.674Z] === RUN TestDockerSuite/TestRunReadProcTimer 13:22:44 [2020-07-17T13:22:44.241Z] === RUN TestDockerSuite/TestRunRedirectStdout 13:22:44 [2020-07-17T13:22:44.811Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave 13:22:45 [2020-07-17T13:22:45.380Z] === RUN TestDockerSuite/TestRunResolvconfUpdate 13:22:45 [2020-07-17T13:22:45.380Z] === RUN TestDockerSuite/TestRunRestartMaxRetries 13:22:47 [2020-07-17T13:22:47.917Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink 13:22:48 [2020-07-17T13:22:48.853Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure 13:22:48 [2020-07-17T13:22:48.853Z] === RUN TestDockerSuite/TestRunRm 13:22:49 [2020-07-17T13:22:49.424Z] === RUN TestDockerSuite/TestRunRmAndWait 13:22:52 [2020-07-17T13:22:52.756Z] === RUN TestDockerSuite/TestRunRmPre125Api 13:22:53 [2020-07-17T13:22:53.323Z] === RUN TestDockerSuite/TestRunRootWorkdir 13:22:53 [2020-07-17T13:22:53.583Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns 13:22:54 [2020-07-17T13:22:54.960Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit 13:22:55 [2020-07-17T13:22:55.219Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct 13:22:57 [2020-07-17T13:22:57.125Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS 13:22:59 [2020-07-17T13:22:59.659Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit 13:22:59 [2020-07-17T13:22:59.919Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod 13:23:00 [2020-07-17T13:23:00.487Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns 13:23:00 [2020-07-17T13:23:00.746Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare 13:23:01 [2020-07-17T13:23:01.315Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns 13:23:01 [2020-07-17T13:23:01.575Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns 13:23:01 [2020-07-17T13:23:01.834Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile 13:23:02 [2020-07-17T13:23:02.403Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy 13:23:02 [2020-07-17T13:23:02.662Z] === RUN TestDockerSuite/TestRunSetMacAddress 13:23:03 [2020-07-17T13:23:03.230Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer 13:23:05 [2020-07-17T13:23:05.802Z] === RUN TestDockerSuite/TestRunState 13:23:06 [2020-07-17T13:23:06.370Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit 13:23:07 [2020-07-17T13:23:07.306Z] === RUN TestDockerSuite/TestRunStdinPipe 13:23:07 [2020-07-17T13:23:07.565Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak 13:23:07 [2020-07-17T13:23:07.565Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit 13:23:07 [2020-07-17T13:23:07.565Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers 13:23:08 [2020-07-17T13:23:08.132Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers 13:23:08 [2020-07-17T13:23:08.392Z] === RUN TestDockerSuite/TestRunSysctls 13:23:09 [2020-07-17T13:23:09.329Z] === RUN TestDockerSuite/TestRunTLSVerify 13:23:09 [2020-07-17T13:23:09.329Z] === RUN TestDockerSuite/TestRunTTYWithPipe 13:23:09 [2020-07-17T13:23:09.329Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices 13:23:09 [2020-07-17T13:23:09.897Z] === RUN TestDockerSuite/TestRunTmpfsMounts 13:23:11 [2020-07-17T13:23:11.276Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered 13:23:11 [2020-07-17T13:23:11.535Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes 13:23:12 [2020-07-17T13:23:12.913Z] === RUN TestDockerSwarmSuite/TestPruneNetwork 13:23:12 [2020-07-17T13:23:12.913Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions 13:23:15 [2020-07-17T13:23:15.450Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers 13:23:18 [2020-07-17T13:23:18.739Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod 13:23:18 [2020-07-17T13:23:18.998Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount 13:23:19 [2020-07-17T13:23:19.257Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot 13:23:19 [2020-07-17T13:23:19.827Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint 13:23:21 [2020-07-17T13:23:21.207Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask 13:23:21 [2020-07-17T13:23:21.465Z] === RUN TestDockerSuite/TestRunUnshareProc 13:23:22 [2020-07-17T13:23:22.845Z] === RUN TestDockerSuite/TestRunUserByID 13:23:23 [2020-07-17T13:23:23.104Z] === RUN TestDockerSuite/TestRunUserByIDBig 13:23:23 [2020-07-17T13:23:23.104Z] === RUN TestDockerSuite/TestRunUserByIDNegative 13:23:23 [2020-07-17T13:23:23.363Z] === RUN TestDockerSuite/TestRunUserByIDZero 13:23:23 [2020-07-17T13:23:23.932Z] === RUN TestDockerSuite/TestRunUserByName 13:23:24 [2020-07-17T13:23:24.501Z] === RUN TestDockerSuite/TestRunUserDefaults 13:23:24 [2020-07-17T13:23:24.761Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs 13:23:25 [2020-07-17T13:23:25.020Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed 13:23:25 [2020-07-17T13:23:25.020Z] === RUN TestDockerSuite/TestRunUserNotFound 13:23:25 [2020-07-17T13:23:25.280Z] === RUN TestDockerSuite/TestRunVerifyContainerID 13:23:25 [2020-07-17T13:23:25.848Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag 13:23:29 [2020-07-17T13:23:29.148Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter 13:23:29 [2020-07-17T13:23:29.148Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths 13:23:29 [2020-07-17T13:23:29.715Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode 13:23:31 [2020-07-17T13:23:31.093Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails 13:23:31 [2020-07-17T13:23:31.661Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved 13:23:33 [2020-07-17T13:23:33.042Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath 13:23:34 [2020-07-17T13:23:34.420Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly 13:23:34 [2020-07-17T13:23:34.678Z] === RUN TestDockerSuite/TestRunVolumesMountedAsShared 13:23:35 [2020-07-17T13:23:35.246Z] === RUN TestDockerSuite/TestRunVolumesMountedAsSlave 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWithBadDevice 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWithBlkioWeight 13:23:35 [2020-07-17T13:23:35.814Z] === RUN TestDockerSuite/TestRunWithCPUQuota 13:23:36 [2020-07-17T13:23:36.383Z] === RUN TestDockerSuite/TestRunWithCPUShares 13:23:36 [2020-07-17T13:23:36.643Z] === RUN TestDockerSuite/TestRunWithCpuPeriod 13:23:37 [2020-07-17T13:23:37.580Z] === RUN TestDockerSuite/TestRunWithCpusetCpus 13:23:37 [2020-07-17T13:23:37.580Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume 13:23:38 [2020-07-17T13:23:38.148Z] === RUN TestDockerSuite/TestRunWithCpusetMems 13:23:38 [2020-07-17T13:23:38.717Z] === RUN TestDockerSuite/TestRunWithDaemonFlags 13:23:38 [2020-07-17T13:23:38.717Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize 13:23:38 [2020-07-17T13:23:38.977Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight 13:23:38 [2020-07-17T13:23:38.977Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod 13:23:38 [2020-07-17T13:23:38.977Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory 13:23:38 [2020-07-17T13:23:38.977Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice 13:23:39 [2020-07-17T13:23:39.237Z] === RUN TestDockerSuite/TestRunWithKernelMemory 13:23:39 [2020-07-17T13:23:39.808Z] === RUN TestDockerSuite/TestRunWithMemoryLimit 13:23:40 [2020-07-17T13:23:40.376Z] === RUN TestDockerSuite/TestRunWithMemoryReservation 13:23:40 [2020-07-17T13:23:40.636Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice 13:23:40 [2020-07-17T13:23:40.896Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid 13:23:41 [2020-07-17T13:23:41.156Z] === RUN TestDockerSuite/TestRunWithNanoCPUs 13:23:41 [2020-07-17T13:23:41.724Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks 13:23:41 [2020-07-17T13:23:41.984Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj 13:23:42 [2020-07-17T13:23:42.554Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange 13:23:42 [2020-07-17T13:23:42.554Z] === RUN TestDockerSuite/TestRunWithShmSize 13:23:43 [2020-07-17T13:23:43.124Z] === RUN TestDockerSuite/TestRunWithSwappiness 13:23:43 [2020-07-17T13:23:43.412Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple 13:23:43 [2020-07-17T13:23:43.671Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid 13:23:43 [2020-07-17T13:23:43.671Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit 13:23:43 [2020-07-17T13:23:43.930Z] === RUN TestDockerSuite/TestRunWithUlimits 13:23:44 [2020-07-17T13:23:44.500Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited 13:23:45 [2020-07-17T13:23:45.439Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive 13:23:46 [2020-07-17T13:23:46.007Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit 13:23:46 [2020-07-17T13:23:46.007Z] === RUN TestDockerSuite/TestRunWithoutNetworking 13:23:46 [2020-07-17T13:23:46.007Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths 13:23:46 [2020-07-17T13:23:46.266Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile 13:23:46 [2020-07-17T13:23:46.526Z] === RUN TestDockerSuite/TestRunWorkingDirectory 13:23:47 [2020-07-17T13:23:47.465Z] === RUN TestDockerSuite/TestRunWriteFilteredProc 13:23:48 [2020-07-17T13:23:48.035Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit 13:23:48 [2020-07-17T13:23:48.971Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias 13:23:49 [2020-07-17T13:23:49.909Z] === RUN TestDockerSuite/TestRunWriteToProcAsound 13:23:50 [2020-07-17T13:23:50.168Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue 13:23:50 [2020-07-17T13:23:50.168Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue 13:23:50 [2020-07-17T13:23:50.168Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags 13:23:51 [2020-07-17T13:23:51.106Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout 13:23:52 [2020-07-17T13:23:52.043Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice 13:23:52 [2020-07-17T13:23:52.043Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar 13:23:52 [2020-07-17T13:23:52.983Z] === RUN TestDockerSuite/TestSaveCheckTimes 13:23:52 [2020-07-17T13:23:52.983Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions 13:23:54 [2020-07-17T13:23:54.371Z] === RUN TestDockerSuite/TestSaveImageId 13:23:54 [2020-07-17T13:23:54.629Z] === RUN TestDockerSuite/TestSaveLoadNoTag 13:23:54 [2020-07-17T13:23:54.890Z] === RUN TestDockerSuite/TestSaveLoadParents 13:23:54 [2020-07-17T13:23:54.890Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple 13:23:56 [2020-07-17T13:23:56.269Z] === RUN TestDockerSuite/TestSaveMultipleNames 13:23:56 [2020-07-17T13:23:56.269Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages 13:23:57 [2020-07-17T13:23:57.651Z] === RUN TestDockerSuite/TestSaveSingleTag 13:23:57 [2020-07-17T13:23:57.910Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths 13:23:57 [2020-07-17T13:23:57.910Z] === RUN TestDockerSuite/TestSaveWithNoExistImage 13:23:57 [2020-07-17T13:23:57.910Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout 13:23:59 [2020-07-17T13:23:59.289Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout 13:24:00 [2020-07-17T13:24:00.676Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun 13:24:00 [2020-07-17T13:24:00.935Z] === RUN TestDockerSuite/TestSearchCmdOptions 13:24:01 [2020-07-17T13:24:01.195Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry 13:24:01 [2020-07-17T13:24:01.587Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash 13:24:01 [2020-07-17T13:24:01.587Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter 13:24:01 [2020-07-17T13:24:01.848Z] === RUN TestDockerSuite/TestSearchWithLimit 13:24:02 [2020-07-17T13:24:02.788Z] === RUN TestDockerSuite/TestSlowStdinClosing 13:24:04 [2020-07-17T13:24:04.693Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode 13:24:05 [2020-07-17T13:24:05.628Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart 13:24:09 [2020-07-17T13:24:09.819Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers 13:24:10 [2020-07-17T13:24:10.758Z] === RUN TestDockerSwarmSuite/TestServiceLogs 13:24:11 [2020-07-17T13:24:11.326Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError 13:24:11 [2020-07-17T13:24:11.893Z] === RUN TestDockerSuite/TestStartAttachSilent 13:24:13 [2020-07-17T13:24:13.272Z] === RUN TestDockerSuite/TestStartAttachWithRename 13:24:15 [2020-07-17T13:24:15.803Z] === RUN TestDockerSuite/TestStartMultipleContainers 13:24:17 [2020-07-17T13:24:17.184Z] === RUN TestDockerSuite/TestStartPausedContainer 13:24:17 [2020-07-17T13:24:17.443Z] === RUN TestDockerSuite/TestStartRecordError 13:24:18 [2020-07-17T13:24:18.381Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode 13:24:19 [2020-07-17T13:24:19.792Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded 13:24:20 [2020-07-17T13:24:20.729Z] === RUN TestDockerSuite/TestStatsAllNoStream 13:24:23 [2020-07-17T13:24:23.261Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream 13:24:24 [2020-07-17T13:24:24.198Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness 13:24:26 [2020-07-17T13:24:26.732Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails 13:24:27 [2020-07-17T13:24:27.300Z] === RUN TestDockerSuite/TestStatsContainerNotFound 13:24:29 [2020-07-17T13:24:29.834Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow 13:24:30 [2020-07-17T13:24:30.402Z] === RUN TestDockerSuite/TestStatsFormatAll 13:24:32 [2020-07-17T13:24:32.306Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer 13:24:35 [2020-07-17T13:24:35.592Z] === RUN TestDockerSuite/TestStatsNoStream 13:24:36 [2020-07-17T13:24:36.969Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince 13:24:37 [2020-07-17T13:24:37.544Z] === RUN TestDockerSuite/TestStopContainerSignal 13:24:38 [2020-07-17T13:24:38.921Z] === RUN TestDockerSuite/TestTopMultipleArgs 13:24:39 [2020-07-17T13:24:39.489Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY 13:24:39 [2020-07-17T13:24:39.748Z] === RUN TestDockerSuite/TestTopNonPrivileged 13:24:40 [2020-07-17T13:24:40.330Z] === RUN TestDockerSuite/TestTopPrivileged 13:24:40 [2020-07-17T13:24:40.589Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses 13:24:40 [2020-07-17T13:24:40.589Z] === RUN TestDockerSuite/TestTwoContainersInNetHost 13:24:41 [2020-07-17T13:24:41.157Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput 13:24:43 [2020-07-17T13:24:43.693Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck 13:24:46 [2020-07-17T13:24:46.979Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue 13:24:46 [2020-07-17T13:24:46.979Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags 13:24:47 [2020-07-17T13:24:47.549Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory 13:24:47 [2020-07-17T13:24:47.549Z] === RUN TestDockerSuite/TestUpdateKernelMemory 13:24:48 [2020-07-17T13:24:48.117Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized 13:24:49 [2020-07-17T13:24:49.054Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory 13:24:49 [2020-07-17T13:24:49.054Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy 13:24:49 [2020-07-17T13:24:49.990Z] === RUN TestDockerSuite/TestUpdatePausedContainer 13:24:50 [2020-07-17T13:24:50.249Z] === RUN TestDockerSuite/TestUpdateRunningContainer 13:24:50 [2020-07-17T13:24:50.817Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart 13:24:51 [2020-07-17T13:24:51.754Z] === RUN TestDockerSuite/TestUpdateStats 13:24:52 [2020-07-17T13:24:52.321Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail 13:24:55 [2020-07-17T13:24:55.607Z] === RUN TestDockerSuite/TestUpdateStoppedContainer 13:24:56 [2020-07-17T13:24:56.174Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly 13:24:56 [2020-07-17T13:24:56.174Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs 13:24:56 [2020-07-17T13:24:56.742Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields 13:24:57 [2020-07-17T13:24:57.312Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias 13:24:59 [2020-07-17T13:24:59.216Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias 13:25:01 [2020-07-17T13:25:01.136Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink 13:25:03 [2020-07-17T13:25:03.037Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity 13:25:04 [2020-07-17T13:25:04.417Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs 13:25:04 [2020-07-17T13:25:04.417Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks 13:25:07 [2020-07-17T13:25:07.706Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart 13:25:09 [2020-07-17T13:25:09.615Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown 13:25:10 [2020-07-17T13:25:10.992Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot 13:25:12 [2020-07-17T13:25:12.370Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride 13:25:12 [2020-07-17T13:25:12.938Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner 13:25:13 [2020-07-17T13:25:13.875Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod 13:25:14 [2020-07-17T13:25:14.813Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService 13:25:16 [2020-07-17T13:25:16.189Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw 13:25:17 [2020-07-17T13:25:17.568Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid 13:25:18 [2020-07-17T13:25:18.134Z] === RUN TestDockerSwarmSuite/TestServiceScale 13:25:18 [2020-07-17T13:25:18.704Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid 13:25:20 [2020-07-17T13:25:20.625Z] === RUN TestDockerSuite/TestVolumeCLICreate 13:25:20 [2020-07-17T13:25:20.625Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock 13:25:35 [2020-07-17T13:25:35.519Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel 13:25:35 [2020-07-17T13:25:35.519Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple 13:25:35 [2020-07-17T13:25:35.519Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts 13:25:36 [2020-07-17T13:25:36.090Z] === RUN TestDockerSuite/TestVolumeCLIInspect 13:25:36 [2020-07-17T13:25:36.090Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti 13:25:36 [2020-07-17T13:25:36.090Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError 13:25:36 [2020-07-17T13:25:36.090Z] === RUN TestDockerSuite/TestVolumeCLILs 13:25:36 [2020-07-17T13:25:36.659Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName 13:25:36 [2020-07-17T13:25:36.918Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling 13:25:37 [2020-07-17T13:25:37.488Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers 13:25:37 [2020-07-17T13:25:37.488Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels 13:25:37 [2020-07-17T13:25:37.747Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue 13:25:37 [2020-07-17T13:25:37.747Z] === RUN TestDockerSuite/TestVolumeCLINoArgs 13:25:37 [2020-07-17T13:25:37.747Z] === RUN TestDockerSuite/TestVolumeCLIRm 13:25:38 [2020-07-17T13:25:38.685Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig 13:25:39 [2020-07-17T13:25:39.253Z] === RUN TestDockerSuite/TestVolumeCLIRmForce 13:25:39 [2020-07-17T13:25:39.512Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse 13:25:39 [2020-07-17T13:25:39.512Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage 13:25:39 [2020-07-17T13:25:39.772Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts 13:25:39 [2020-07-17T13:25:39.772Z] === RUN TestDockerSuite/TestVolumeEvents 13:25:40 [2020-07-17T13:25:40.708Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork 13:25:43 [2020-07-17T13:25:43.240Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode 13:25:45 [2020-07-17T13:25:45.144Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions 13:25:47 [2020-07-17T13:25:47.064Z] === RUN TestDockerSuite/TestVolumeLsFormat 13:25:47 [2020-07-17T13:25:47.064Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat 13:25:47 [2020-07-17T13:25:47.064Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode 13:25:48 [2020-07-17T13:25:48.969Z] === RUN TestDockerSuite/TestVolumesNoCopyData 13:25:50 [2020-07-17T13:25:50.888Z] === RUN TestDockerSuite/TestWindowsRunAsSystem 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite (1264.95s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (1.45s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.08s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.86s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.26s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.28s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.34s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.15s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.82s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.17s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (3.94s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.00s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.33s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.96s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.80s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.91s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.89s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.81s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (1.98s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.83s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachDetach (1.11s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.86s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.95s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.93s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.84s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.92s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.10s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.22s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.19s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.12s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.47s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.33s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.80s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.51s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.34s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.91s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (7.02s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.64s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.15s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.77s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.95s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.32s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.75s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.76s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.13s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.10s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.09s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.78s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.37s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.13s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.29s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddTar (5.99s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.28s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.35s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (4.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.49s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.40s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.68s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.47s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.75s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.16s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.20s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.34s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.19s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.72s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.17s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.35s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.09s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.30s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.88s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.24s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.41s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.92s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.74s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (0.90s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.85s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.66s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.43s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.95s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.80s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.31s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCmd (0.26s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.24s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.99s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (3.86s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.88s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContChar (2.33s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.85s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.29s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.21s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.34s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.28s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.60s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.65s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (1.75s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.41s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.22s) 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.09s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.75s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.44s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.77s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.19s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.69s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.27s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.28s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.25s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.14s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (0.99s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (2.60s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.06s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.08s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.48s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.24s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.18s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.31s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.16s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (14.87s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.36s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.26s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.85s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.40s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.07s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.57s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnv (1.40s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.26s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.79s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (17.63s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.66s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.97s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.74s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.49s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.17s) 13:25:50 [2020-07-17T13:25:50.888Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) 13:25:50 [2020-07-17T13:25:50.888Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.30s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (8.07s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildExpose (0.42s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.73s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.80s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.49s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFails (0.77s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.81s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.94s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.40s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.29s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.33s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.88s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.99s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.33s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.18s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.67s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.35s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildHistory (4.01s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.50s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.39s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.93s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.82s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabel (0.42s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.41s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.32s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabels (0.43s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.06s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.61s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.65s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.68s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) 13:25:50 [2020-07-17T13:25:50.888Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.13s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.12s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.72s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.29s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.29s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.08s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.56s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.70s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.36s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.57s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.33s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.38s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.25s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.31s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.41s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.70s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.74s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.17s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.27s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (3.88s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.48s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.57s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.54s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.12s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.94s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.71s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.96s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (0.84s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.28s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (1.93s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildPATH (1.50s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.52s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.65s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.12s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.64s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.42s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRm (2.38s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.67s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.54s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.36s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.46s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.92s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.96s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.85s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.10s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.25s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.75s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildStderr (0.63s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.26s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.88s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.75s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.87s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.14s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildUser (1.44s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.27s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.70s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.63s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.35s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.98s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.49s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.56s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.84s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.62s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.64s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.74s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.06s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.24s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.47s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.27s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_sni_test.go:18: Flakey test 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.37s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.50s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitChange (0.57s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.54s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitHardlink (0.91s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitNewFile (0.87s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.59s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitTTY (0.87s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.53s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.92s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.55s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.88s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.93s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.42s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.46s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.47s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.45s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.47s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.80s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.79s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.95s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.69s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.06s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.95s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.68s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.79s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.84s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.92s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.77s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.08s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.64s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (0.99s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.06s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.45s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.25s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.44s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.54s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.80s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.22s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (4.65s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.52s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.96s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.36s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.35s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.43s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.37s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000a594e0_<nil>} (1.45s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1445110854_/foo_false__<nil>_<nil>_<nil>} (1.33s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1445110854_/foo_true__<nil>_<nil>_<nil>} (1.39s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_false__<nil>_<nil>_<nil>} (1.35s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_true__<nil>_<nil>_<nil>} (1.29s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3954229997_/foo_true__0xc000a59540_<nil>_<nil>} (1.40s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc000a59560_<nil>} (1.29s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000a59580_<nil>} (1.46s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000a595a0_<nil>} (1.27s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000a595c0_<nil>} (1.43s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.34s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.60s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.70s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.61s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.76s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.72s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.66s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.94s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.67s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.16s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.56s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.56s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.70s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.64s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.93s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.77s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.49s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.47s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.48s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.60s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.49s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.56s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.86s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.47s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.62s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.90s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.01s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.67s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.11s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.73s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.58s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.75s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToDot (0.55s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.79s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.78s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToStdout (0.49s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.80s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.53s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.87s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateArgs (0.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.57s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.81s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.48s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.07s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateRM (0.09s) 13:25:50 [2020-07-17T13:25:50.889Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) 13:25:50 [2020-07-17T13:25:50.889Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.10s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.74s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.26s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) 13:25:50 [2020-07-17T13:25:50.889Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.25s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.54s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.71s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.47s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.08s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.51s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.85s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.66s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.21s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.82s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.91s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.99s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsAttach (0.73s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsCommit (0.79s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.54s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.62s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.67s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.54s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsCopy (0.90s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.59s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.35s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.88s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.71s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.16s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.33s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.14s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFilters (0.88s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFormat (0.93s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.61s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.25s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.21s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.19s) 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsRename (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsResize (0.49s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.32s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.63s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsTop (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsUntag (2.55s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (5.83s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExec (0.67s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.60s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStart (0.94s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.47s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.47s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.89s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecCgroup (0.73s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecEnv (0.64s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.89s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecInspectID (2.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecInteractive (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.61s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecParseError (0.49s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.58s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.58s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.95s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecStartFails (0.51s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.62s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.65s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecTTY (0.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.77s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecUlimits (0.70s) 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.65s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.53s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestExecWithUser (0.70s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.60s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.78s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHealth (18.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.51s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.29s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.55s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.59s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.55s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportBadURL (0.13s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportDisplay (1.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportFile (0.99s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.04s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportGzipped (1.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.47s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.40s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.04s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.40s) 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.61s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectHistory (0.49s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.57s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.47s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.55s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectStatus (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.87s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.41s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.34s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.92s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.80s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.20s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.05s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.37s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.23s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.21s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.22s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.46s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.22s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.32s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.97s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.39s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.28s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.39s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.89s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.93s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.94s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.72s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.84s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.70s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.44s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsSince (6.49s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.40s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.50s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsTail (0.61s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.70s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.52s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.32s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.72s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestNetHostname (1.69s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.18s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.60s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.20s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.39s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginActive (1.31s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.90s) 13:25:50 [2020-07-17T13:25:50.890Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.77s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.33s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.02s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.83s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.43s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.29s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.16s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPortList (7.20s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.06s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersAttach (5.83s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.42s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.48s) 13:25:50 [2020-07-17T13:25:50.890Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.05s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.78s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.70s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.87s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsByOrder (1.76s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.60s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersBase (1.92s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.75s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.11s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.00s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.87s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.90s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.82s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsListContainersSize (0.96s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.25s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.78s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.48s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.36s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.86s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.99s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.67s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.04s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.17s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.21s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.93s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (0.84s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiBlank (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.14s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.63s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.22s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.12s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.64s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.64s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.56s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.57s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.84s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddHost (0.46s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.19s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.68s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.15s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.97s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.73s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.80s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.83s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.54s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.54s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.56s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.54s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.59s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.81s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.61s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.59s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.34s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.75s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.07s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.79s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.70s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.61s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.56s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.57s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.95s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.46s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.81s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.77s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.60s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.90s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.90s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.48s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.94s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.08s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.97s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.62s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.82s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.20s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.55s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.07s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunExitCode (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.53s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunExposePort (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.63s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.82s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.17s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.90s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.82s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.82s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.83s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.64s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.83s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.28s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.54s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.96s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.21s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.04s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.89s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.90s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.15s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.92s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.84s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMount (3.73s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.39s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.04s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.67s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.57s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (0.95s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetHost (0.70s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.68s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.48s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.56s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.75s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.36s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.46s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.10s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.52s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.08s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.46s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.72s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.66s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.78s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.58s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.52s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.58s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.62s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.59s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.66s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.95s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.46s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.11s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRm (0.48s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.54s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.16s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (1.96s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.38s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.37s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.43s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.36s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunState (0.93s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.57s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.13s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunSysctls (0.83s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.38s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.45s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.63s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.97s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.42s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.40s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.68s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.17s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.64s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserByName (0.65s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.51s) 13:25:50 [2020-07-17T13:25:50.891Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) 13:25:50 [2020-07-17T13:25:50.891Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.50s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.81s) 13:25:50 [2020-07-17T13:25:50.891Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.43s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.63s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.22s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.82s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.25s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.40s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsShared (0.43s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsSlave (0.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.14s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.43s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.41s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.95s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.50s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.53s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.38s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.03s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.66s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.67s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.51s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.64s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.60s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.69s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.54s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.53s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.99s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.65s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.36s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.07s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.93s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.63s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.69s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.40s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.98s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.04s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.80s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.47s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveImageId (0.09s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.39s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.40s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents261380735 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.35s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.50s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.16s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.20s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.15s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.84s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.88s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.97s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.64s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.64s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.17s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.63s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.37s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.46s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartRecordError (1.00s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.23s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.10s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.41s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.10s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.03s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.77s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.51s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.46s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.61s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.53s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.58s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.53s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.86s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.41s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.49s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (0.94s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.85s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.54s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (0.88s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateStats (3.60s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.82s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.59s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.49s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (1.95s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (1.99s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (1.90s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.39s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.68s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.57s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.21s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.22s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.81s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.80s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.19s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.18s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.24s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.50s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.63s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.05s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.42s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.10s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.61s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.62s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.12s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.11s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.02s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.05s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.64s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.11s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.15s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.07s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.08s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.48s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.45s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.05s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.77s) 13:25:50 [2020-07-17T13:25:50.892Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.25s) 13:25:50 [2020-07-17T13:25:50.892Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) 13:25:50 [2020-07-17T13:25:50.892Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 13:25:50 [2020-07-17T13:25:50.892Z] === RUN TestDockerRegistrySuite 13:25:50 [2020-07-17T13:25:50.892Z] === RUN TestDockerRegistrySuite/TestBuildByDigest 13:25:51 [2020-07-17T13:25:51.829Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull 13:25:52 [2020-07-17T13:25:52.766Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull 13:25:54 [2020-07-17T13:25:54.146Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull 13:25:54 [2020-07-17T13:25:54.146Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags 13:25:56 [2020-07-17T13:25:56.684Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo 13:25:59 [2020-07-17T13:25:59.220Z] === RUN TestDockerRegistrySuite/TestConcurrentPush 13:26:01 [2020-07-17T13:26:01.756Z] === RUN TestDockerRegistrySuite/TestCreateByDigest 13:26:02 [2020-07-17T13:26:02.323Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush 13:26:02 [2020-07-17T13:26:02.582Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope 13:26:03 [2020-07-17T13:26:03.519Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest 13:26:04 [2020-07-17T13:26:04.455Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag 13:26:05 [2020-07-17T13:26:05.831Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag 13:26:06 [2020-07-17T13:26:06.769Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush 13:26:07 [2020-07-17T13:26:07.706Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests 13:26:08 [2020-07-17T13:26:08.643Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests 13:26:10 [2020-07-17T13:26:10.028Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests 13:26:10 [2020-07-17T13:26:10.597Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret 13:26:11 [2020-07-17T13:26:11.975Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests 13:26:13 [2020-07-17T13:26:13.352Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest 13:26:13 [2020-07-17T13:26:13.352Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService 13:26:15 [2020-07-17T13:26:15.885Z] === RUN TestDockerRegistrySuite/TestPullByDigest 13:26:16 [2020-07-17T13:26:16.453Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback 13:26:16 [2020-07-17T13:26:16.453Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest 13:26:17 [2020-07-17T13:26:17.391Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer 13:26:18 [2020-07-17T13:26:18.327Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest 13:26:19 [2020-07-17T13:26:19.263Z] === RUN TestDockerRegistrySuite/TestPullIDStability 13:26:21 [2020-07-17T13:26:21.168Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases 13:26:21 [2020-07-17T13:26:21.427Z] === RUN TestDockerRegistrySuite/TestPullManifestList 13:26:22 [2020-07-17T13:26:22.804Z] === RUN TestDockerRegistrySuite/TestPullNoLayers 13:26:22 [2020-07-17T13:26:22.804Z] === RUN TestDockerRegistrySuite/TestPushBadTag 13:26:23 [2020-07-17T13:26:23.063Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage 13:26:23 [2020-07-17T13:26:23.322Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer 13:26:23 [2020-07-17T13:26:23.586Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags 13:26:23 [2020-07-17T13:26:23.845Z] === RUN TestDockerRegistrySuite/TestPushUntagged 13:26:23 [2020-07-17T13:26:23.845Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest 13:26:24 [2020-07-17T13:26:24.780Z] === RUN TestDockerRegistrySuite/TestRunByDigest 13:26:26 [2020-07-17T13:26:26.158Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag 13:26:27 [2020-07-17T13:26:27.095Z] === RUN TestDockerRegistrySuite/TestTagByDigest 13:26:28 [2020-07-17T13:26:28.031Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough 13:26:28 [2020-07-17T13:26:28.299Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource 13:26:28 [2020-07-17T13:26:28.867Z] === RUN TestDockerRegistrySuite/TestV2Only 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite (38.69s) 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.07s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [deed2e138bb26] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.90s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d58d7ec239830] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.17s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d3b8db3082493] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [db8357d94511a] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.41s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d6294e4af59f0] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (2.49s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d63547c78d7d0] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.47s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [df5e987a3e8db] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.92s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d137f0d5df1d6] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dcf4b65ea9293] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.13s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dda9c08f27096] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.26s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d8c0ace6b82ac] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.98s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d6efce8b609f5] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.90s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dd846286a8b55] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.88s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d46aec16fc4cb] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.70s) 13:26:29 [2020-07-17T13:26:29.436Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1994151fceef9f4918a6c3f8bd6b6be2fb2b5817356c30209d04fa4aa28d9fdc 13:26:29 [2020-07-17T13:26:29.436Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:3e0e327386f8c026ebe10d9e375423cca94ee078a05f549e93df25b7d4ca6ae1 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d62dc7df1f83d] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.95s) 13:26:29 [2020-07-17T13:26:29.436Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:41c2c6d59c1a94655cf7faeb6603b6ee1c351acd0edc0d39e7d34c935b76d975 13:26:29 [2020-07-17T13:26:29.436Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b7e10afc354d02fbaf55ccd4449f7326c04dddc07a2c0da3cc46295d6c80ce69 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [de8e03d25295d] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.04s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d693584ea971b] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.45s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [de6776ac0c836] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.89s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [da51f30b2cae0] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.12s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d1a613c91842e] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.87s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dc3d03728d233] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.80s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dde0e9994986c] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.79s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [dfd7d1bc5cb43] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.12s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d9d4c10512ecd] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.40s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [db13bceb72658] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.00s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d75445dbbfa78] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.34s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d633ca42aa356] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [d642f716026b5] daemon is not started 13:26:29 [2020-07-17T13:26:29.436Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) 13:26:29 [2020-07-17T13:26:29.436Z] check_test.go:196: [de22a1307e25c] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [d3a6762855dbb] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.32s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [dd67e3edc81b5] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [d1bd8202b938e] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (0.92s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [d37f2e37995d6] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.30s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [dc1a2ba6ec017] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.73s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [dd274585799ee] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.93s) 13:26:29 [2020-07-17T13:26:29.437Z] check_test.go:196: [dfdb454ddb73f] daemon is not started 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.92s) 13:26:29 [2020-07-17T13:26:29.437Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) 13:26:29 [2020-07-17T13:26:29.437Z] === RUN TestDockerSchema1RegistrySuite 13:26:29 [2020-07-17T13:26:29.437Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull 13:26:29 [2020-07-17T13:26:29.697Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags 13:26:32 [2020-07-17T13:26:32.988Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo 13:26:35 [2020-07-17T13:26:35.524Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush 13:26:38 [2020-07-17T13:26:38.059Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported 13:26:38 [2020-07-17T13:26:38.626Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest 13:26:39 [2020-07-17T13:26:39.564Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback 13:26:39 [2020-07-17T13:26:39.564Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest 13:26:40 [2020-07-17T13:26:40.501Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer 13:26:41 [2020-07-17T13:26:41.437Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest 13:26:42 [2020-07-17T13:26:42.375Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability 13:26:44 [2020-07-17T13:26:44.277Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases 13:26:44 [2020-07-17T13:26:44.845Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers 13:26:45 [2020-07-17T13:26:45.104Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag 13:26:45 [2020-07-17T13:26:45.104Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage 13:26:45 [2020-07-17T13:26:45.672Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer 13:26:45 [2020-07-17T13:26:45.672Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags 13:26:46 [2020-07-17T13:26:46.239Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite (16.71s) 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.14s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d59de4a52bd5b] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.14s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d91448d449b15] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (2.51s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d0adacacf5da1] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.46s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [ddcf07defc44d] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.87s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [dde7115947494] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.92s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d6df57489f80f] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.12s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d8dd0fc32fe26] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.88s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d015bc6aca0ad] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.82s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d197e63db6858] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.83s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d84ab66cd0026] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.15s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [df3788f9d2e2d] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.39s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d2fbba9911f3c] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.35s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d106a6246b505] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [df5b728381936] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.28s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d88e87a24353b] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d63830a27aa39] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [d4a7a6fc728ba] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) 13:26:46 [2020-07-17T13:26:46.239Z] check_test.go:223: [da648d09c9a18] daemon is not started 13:26:46 [2020-07-17T13:26:46.239Z] === RUN TestDockerRegistryAuthHtpasswdSuite 13:26:46 [2020-07-17T13:26:46.239Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry 13:26:47 [2020-07-17T13:26:47.183Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth 13:26:47 [2020-07-17T13:26:47.457Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry 13:26:47 [2020-07-17T13:26:47.457Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType 13:26:47 [2020-07-17T13:26:47.724Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth 13:26:48 [2020-07-17T13:26:48.661Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored 13:26:48 [2020-07-17T13:26:48.920Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth 13:26:49 [2020-07-17T13:26:49.488Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme 13:26:50 [2020-07-17T13:26:50.055Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.04s) 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.70s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [d8a2018f50aae] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.47s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [d3be42fa06e51] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.22s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [de8362bb2fcd1] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s) 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.30s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [d8cce8760631c] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.58s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [d92f2956b5139] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [d01c67ec41b8e] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) 13:26:50 [2020-07-17T13:26:50.314Z] check_test.go:252: [de2fcfdfdf381] daemon is not started 13:26:50 [2020-07-17T13:26:50.314Z] === RUN TestDockerRegistryAuthTokenSuite 13:26:50 [2020-07-17T13:26:50.314Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError 13:26:55 [2020-07-17T13:26:55.581Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey 13:26:55 [2020-07-17T13:26:55.581Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken 13:26:55 [2020-07-17T13:26:55.581Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized 13:26:55 [2020-07-17T13:26:55.839Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable 13:26:55 [2020-07-17T13:26:55.839Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.79s) 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) 13:26:56 [2020-07-17T13:26:56.098Z] check_test.go:279: [d99fa882bac7e] daemon is not started 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) 13:26:56 [2020-07-17T13:26:56.098Z] check_test.go:279: [d43a15ca8ad83] daemon is not started 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) 13:26:56 [2020-07-17T13:26:56.098Z] check_test.go:279: [d3068590d5f0b] daemon is not started 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) 13:26:56 [2020-07-17T13:26:56.098Z] check_test.go:279: [d58faac95c14c] daemon is not started 13:26:56 [2020-07-17T13:26:56.098Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) 13:26:56 [2020-07-17T13:26:56.098Z] check_test.go:279: [d8f3d2f3f243e] daemon is not started 13:26:56 [2020-07-17T13:26:56.098Z] === RUN TestDockerNetworkSuite 13:26:56 [2020-07-17T13:26:56.098Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak 13:26:58 [2020-07-17T13:26:58.632Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig 13:26:59 [2020-07-17T13:26:59.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint 13:27:01 [2020-07-17T13:27:01.733Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect 13:27:03 [2020-07-17T13:27:03.111Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer 13:27:05 [2020-07-17T13:27:05.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping 13:27:07 [2020-07-17T13:27:07.025Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP 13:27:12 [2020-07-17T13:27:12.333Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP 13:27:14 [2020-07-17T13:27:14.239Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer 13:27:15 [2020-07-17T13:27:15.175Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork 13:27:15 [2020-07-17T13:27:15.433Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks 13:27:15 [2020-07-17T13:27:15.692Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac 13:27:16 [2020-07-17T13:27:16.627Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping 13:27:17 [2020-07-17T13:27:17.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete 13:27:17 [2020-07-17T13:27:17.564Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters 13:27:17 [2020-07-17T13:27:17.823Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind 13:27:18 [2020-07-17T13:27:18.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel 13:27:18 [2020-07-17T13:27:18.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined 13:27:18 [2020-07-17T13:27:18.760Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM 13:27:19 [2020-07-17T13:27:19.019Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork 13:27:19 [2020-07-17T13:27:19.586Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault 13:27:20 [2020-07-17T13:27:20.522Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge 13:27:20 [2020-07-17T13:27:20.522Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost 13:27:20 [2020-07-17T13:27:20.781Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions 13:27:20 [2020-07-17T13:27:20.781Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart 13:27:23 [2020-07-17T13:27:23.315Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias 13:27:24 [2020-07-17T13:27:24.691Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart 13:27:29 [2020-07-17T13:27:29.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations 13:27:29 [2020-07-17T13:27:29.969Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks 13:27:30 [2020-07-17T13:27:30.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions 13:27:30 [2020-07-17T13:27:30.537Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer 13:27:30 [2020-07-17T13:27:30.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified 13:27:30 [2020-07-17T13:27:30.795Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified 13:27:31 [2020-07-17T13:27:31.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault 13:27:31 [2020-07-17T13:27:31.054Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly 13:27:33 [2020-07-17T13:27:33.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault 13:27:33 [2020-07-17T13:27:33.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter 13:27:33 [2020-07-17T13:27:33.623Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect 13:27:33 [2020-07-17T13:27:33.882Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart 13:27:37 [2020-07-17T13:27:37.170Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart 13:27:40 [2020-07-17T13:27:40.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver 13:27:40 [2020-07-17T13:27:40.458Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping 13:27:40 [2020-07-17T13:27:40.720Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks 13:27:42 [2020-07-17T13:27:42.101Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined 13:27:42 [2020-07-17T13:27:42.360Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID 13:27:42 [2020-07-17T13:27:42.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP 13:27:43 [2020-07-17T13:27:43.495Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP 13:27:44 [2020-07-17T13:27:44.432Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite (53.13s) 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.27s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d38e5f1cb00a2] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d9ea30fe236e3] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.60s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d20378c3fa5d8] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.40s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d356f9c4b334a] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.39s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:1233: [d74d5d8b95c6e] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.29s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d9b1ab6eff5f9] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.05s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d8589684aa851] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.12s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [de957686414b5] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.04s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d615663bd4079] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.45s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [dc0bf788cf781] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.37s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [da1437084b9c2] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [dc4b265c85b1b] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.80s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d423073250b5d] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d70026538f091] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.29s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [dccccf6eca445] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.64s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [debbdca869c53] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d42384b995e62] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [daccf250d699a] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d12d2ef4f4377] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.66s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [dc651717b526a] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.95s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d5e12ff36c1ea] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.06s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d1f2dee453ac6] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.24s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d8ce0a9fa244b] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d2701e6085b27] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.23s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:968: [d8e280f216fee] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.57s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d45ea3993ffc5] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (4.81s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:1116: [d78732d5cde4c] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d4262dddb894e] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.78s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [db657b70921bd] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d6a882387569c] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.05s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d18b02a15ada0] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [de58717a307c4] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.14s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [da6567b813fc9] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [da519bec40dda] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.25s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d801983c9d194] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d56011bd9a0f4] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d839c8af71ea6] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.69s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d3165a0437c00] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.24s) 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.81s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:1084: [dec5caa2406de] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [db92371026c57] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.72s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d10162521482d] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.44s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d32bb259639b0] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d5f4e608fd54a] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.72s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d06776d5abcc0] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.42s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [dca4f9819c889] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [de6a79377e89b] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.90s) 13:27:49 [2020-07-17T13:27:49.703Z] docker_cli_network_unix_test.go:46: [d56f5d19c2894] daemon is not started 13:27:49 [2020-07-17T13:27:49.703Z] === RUN TestDockerHubPullSuite 13:27:49 [2020-07-17T13:27:49.703Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry 13:27:50 [2020-07-17T13:27:50.638Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect 13:27:53 [2020-07-17T13:27:53.169Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry 13:27:53 [2020-07-17T13:27:53.735Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts 13:27:55 [2020-07-17T13:27:55.111Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage 13:27:55 [2020-07-17T13:27:55.383Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite (6.24s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.49s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.19s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.94s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.29s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.25s) 13:27:55 [2020-07-17T13:27:55.383Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.08s) 13:27:55 [2020-07-17T13:27:55.383Z] PASS 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === Skipped 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5338: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5912: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5895: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5930: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5315: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5861: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:5303: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:6052: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.03s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_build_test.go:4911: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_sni_test.go:18: Flakey test 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_api_containers_test.go:419: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_run_test.go:4128: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_run_test.go:4147: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) 13:27:55 [2020-07-17T13:27:55.383Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd 13:27:55 [2020-07-17T13:27:55.383Z] 13:27:55 [2020-07-17T13:27:55.383Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4213: unmatched requirement IsolationIsProcess 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:2868: kernel doesn't have latency_stats configured 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:1428: Unstable test, to be re-activated once #19937 is resolved 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4183: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4193: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.02s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.02s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_run_test.go:4521: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks 13:27:55 [2020-07-17T13:27:55.384Z] docker_cli_network_unix_test.go:46: [d839c8af71ea6] daemon is not started 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] 13:27:55 [2020-07-17T13:27:55.384Z] DONE 1277 tests, 51 skipped in 1430.191s 13:27:55 [2020-07-17T13:27:55.384Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:27:55 [2020-07-17T13:27:55.384Z] ++++ cat bundles/test-integration/docker.pid 13:27:55 [2020-07-17T13:27:55.384Z] +++ kill 7586 13:27:56 [2020-07-17T13:27:56.430Z] +++ /etc/init.d/apparmor stop 13:27:56 [2020-07-17T13:27:56.430Z] Leaving: AppArmorNo profiles have been unloaded. 13:27:56 [2020-07-17T13:27:56.430Z] 13:27:56 [2020-07-17T13:27:56.430Z] Unloading profiles will leave already running processes permanently 13:27:56 [2020-07-17T13:27:56.430Z] unconfined, which can lead to unexpected situations. 13:27:56 [2020-07-17T13:27:56.430Z] 13:27:56 [2020-07-17T13:27:56.430Z] To set a process to complain mode, use the command line tool 13:27:56 [2020-07-17T13:27:56.430Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:27:56 [2020-07-17T13:27:56.430Z] +++ true 13:27:56 [2020-07-17T13:27:56.430Z] exiting test-integration 13:27:56 [2020-07-17T13:27:56.430Z] ++ exit 0 13:27:56 [2020-07-17T13:27:56.430Z] 13:27:56 [2020-07-17T13:27:56.696Z] + for job in $(jobs -p) 13:27:56 [2020-07-17T13:27:56.696Z] + wait 2336 13:29:33 [2020-07-17T13:29:33.133Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId 13:29:33 [2020-07-17T13:29:33.133Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart 13:29:33 [2020-07-17T13:29:33.133Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions 13:29:35 [2020-07-17T13:29:35.034Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork 13:29:36 [2020-07-17T13:29:36.936Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon 13:29:41 [2020-07-17T13:29:41.127Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork 13:29:43 [2020-07-17T13:29:43.659Z] === RUN TestDockerSwarmSuite/TestSwarmInit 13:29:47 [2020-07-17T13:29:47.864Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 13:29:47 [2020-07-17T13:29:47.864Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked 13:29:53 [2020-07-17T13:29:53.132Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr 13:29:53 [2020-07-17T13:29:53.698Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr 13:29:54 [2020-07-17T13:29:54.633Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain 13:29:57 [2020-07-17T13:29:57.164Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave 13:30:53 [2020-07-17T13:30:53.384Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked 13:31:40 [2020-07-17T13:31:40.077Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain 13:31:54 [2020-07-17T13:31:54.952Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked 13:31:56 [2020-07-17T13:31:56.854Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster 13:34:18 [2020-07-17T13:34:18.355Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress 13:34:23 [2020-07-17T13:34:23.620Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup 13:34:24 [2020-07-17T13:34:24.557Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge 13:34:24 [2020-07-17T13:34:24.816Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay 13:34:24 [2020-07-17T13:34:24.816Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge 13:34:25 [2020-07-17T13:34:25.075Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay 13:34:25 [2020-07-17T13:34:25.643Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 13:34:28 [2020-07-17T13:34:28.177Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions 13:34:31 [2020-07-17T13:34:31.466Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin 13:34:33 [2020-07-17T13:34:33.999Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 13:35:30 [2020-07-17T13:35:30.257Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter 13:35:30 [2020-07-17T13:35:30.257Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter 13:35:32 [2020-07-17T13:35:32.166Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd 13:35:34 [2020-07-17T13:35:34.071Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts 13:35:37 [2020-07-17T13:35:37.361Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs 13:35:39 [2020-07-17T13:35:39.897Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation 13:36:01 [2020-07-17T13:36:01.829Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey 13:36:11 [2020-07-17T13:36:11.803Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile 13:36:14 [2020-07-17T13:36:14.350Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter 13:36:16 [2020-07-17T13:36:16.254Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode 13:36:19 [2020-07-17T13:36:19.544Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate 13:36:27 [2020-07-17T13:36:27.663Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY 13:36:32 [2020-07-17T13:36:32.932Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate 13:36:34 [2020-07-17T13:36:34.835Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname 13:36:37 [2020-07-17T13:36:37.371Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup 13:36:39 [2020-07-17T13:36:39.905Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal 13:36:42 [2020-07-17T13:36:42.465Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter 13:36:45 [2020-07-17T13:36:45.000Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate 13:36:47 [2020-07-17T13:36:47.533Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin 13:37:43 [2020-07-17T13:37:43.755Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm 13:37:55 [2020-07-17T13:37:55.953Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite (1691.24s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.00s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.32s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.27s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.25s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (27.39s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:562: [d61088f5e832f] joining swarm manager [dc406bb92b596]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:584: [de922d5bbe437] joining swarm manager [dc406bb92b596]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] check_test.go:380: [d61088f5e832f] daemon is not started 13:38:14 [2020-07-17T13:38:14.044Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.45s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:45: [dc9e6f7554707] joining swarm manager [dfccabe4d8fbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.14s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (39.88s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:303: [d3f3c3bc6ae8b] joining swarm manager [d53f0a2d0b655]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:304: [d7b5939a08ed9] joining swarm manager [d53f0a2d0b655]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:350: Waiting for election to occur... 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:363: Waiting for possible election... 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.52s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:271: [d68f6e3e42dfe] joining swarm manager [da596c5ede3d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:272: [d27a9729ceb25] joining swarm manager [da596c5ede3d3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.40s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.22s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.39s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_node_test.go:19: [d043f1f155d65] joining swarm manager [d90d91726aafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_node_test.go:20: [d85a3bf93f1ac] joining swarm manager [d90d91726aafb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (53.71s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:501: [d2e0903be5f2d] joining swarm manager [d33f5402882c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:506: [df141b7780cd1] joining swarm manager [d33f5402882c2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.60s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_node_test.go:80: [d5ded1b8713e3] joining swarm manager [dde1c9f16d683]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.58s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_node_test.go:52: [d886bc46902b2] joining swarm manager [d6f2139e9b36b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_node_test.go:53: [d61140791106c] joining swarm manager [d6f2139e9b36b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.69s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.59s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:201: [d3be3d309e638] joining swarm manager [db1e1a823b086]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.39s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:383: [d31d546aaf3c0] joining swarm manager [da87d62a8f2b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:384: [d40fe03f47702] joining swarm manager [da87d62a8f2b5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] check_test.go:380: [d40fe03f47702] daemon is not started 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.98s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:801: [d547d7f6dc287] joining swarm manager [ddebb1b6ca6ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:801: [df5a2246be833] joining swarm manager [ddebb1b6ca6ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:801: [d67e9d47960ab] joining swarm manager [ddebb1b6ca6ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:801: [d81a204e91a05] joining swarm manager [ddebb1b6ca6ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_test.go:809: [d9affe58cee9e] joining swarm manager [ddebb1b6ca6ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.37s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.67s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.57s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:394: [d9671e07f35ae] joining swarm manager [d8ab643364479]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:394: [d58e354c41fe7] joining swarm manager [d8ab643364479]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.73s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:342: [d012e0b4478f4] joining swarm manager [d3d6aada70c1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:342: [dec5a763c9d80] joining swarm manager [d3d6aada70c1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.36s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:489: [de35861c23595] joining swarm manager [d795f1bb38541]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:489: [d63715e630e83] joining swarm manager [d795f1bb38541]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.28s) 13:38:14 [2020-07-17T13:38:14.044Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (27.50s) 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:127: [df61adb7310de] joining swarm manager [d5329e5e53f51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.044Z] docker_api_swarm_service_test.go:128: [d87f970253604] joining swarm manager [d5329e5e53f51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:136: [d2b5fa856a06e] joining swarm manager [d5329e5e53f51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:137: [d379daf24c3fc] joining swarm manager [d5329e5e53f51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.30s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.80s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:303: [ddc5243ec02b9] joining swarm manager [d7f743861812b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:303: [d2f22c3806c60] joining swarm manager [d7f743861812b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.11s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:99: [d92a39621d7a3] joining swarm manager [d9b81b9d04773]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:100: [d7066370ed73a] joining swarm manager [d9b81b9d04773]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] check_test.go:380: [d92a39621d7a3] daemon is not started 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.36s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:532: [d44bbd5dd45ac] joining swarm manager [db478207f2f9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:533: [d4ab03f33ad08] joining swarm manager [db478207f2f9e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (37.87s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:147: [dd0353da768ca] joining swarm manager [dfb49a54f216b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_service_test.go:147: [d5a98a3dfb2f7] joining swarm manager [dfb49a54f216b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.71s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.54s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.60s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.00s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.41s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.59s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.80s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.25s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.11s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.85s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.55s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.57s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.91s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.01s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.74s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.69s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (2.69s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.11s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.10s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.78s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (2.76s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (4.99s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.00s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.46s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.42s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.48s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.44s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.38s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.72s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.84s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.15s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.61s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_service_logs_test.go:245: checking task wftmh80pe1jq 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_service_logs_test.go:250: checking messages for wftmh80pe1jq 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_service_logs_test.go:245: checking task ndvwe41d9pc1 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_service_logs_test.go:250: checking messages for ndvwe41d9pc1 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.61s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (18.01s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.10s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.32s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.60s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1901: [de1397582fd39] joining swarm manager [d2af113842cd8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1902: [db71bd0d6243a] joining swarm manager [d2af113842cd8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.95s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.53s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.13s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.22s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1802: [dfb5cbc52ae3b] joining swarm manager [d2420e3c60cc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1803: [d86dfad0bbad2] joining swarm manager [d2420e3c60cc1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.90s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (144.49s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1321: [dfd3e7ea5c4be] joining swarm manager [d5e10b5c740e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1322: [d32f43baa9c57] joining swarm manager [d5e10b5c740e9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1386: [dfd3e7ea5c4be] got 'swarm does not have a leader'. retrying (attempt 1/5) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1386: [dfd3e7ea5c4be] got 'swarm does not have a leader'. retrying (attempt 2/5) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1386: [dfd3e7ea5c4be] got 'swarm does not have a leader'. retrying (attempt 3/5) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1386: [dfd3e7ea5c4be] got 'swarm does not have a leader'. retrying (attempt 4/5) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1386: [dfd3e7ea5c4be] got 'swarm does not have a leader'. retrying (attempt 5/5) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.62s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.75s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.39s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.18s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.33s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.22s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.76s) 13:38:14 [2020-07-17T13:38:14.045Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.92s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.17s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.47s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (49.22s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1186: [dce5be2cea1b8] joining swarm manager [d86bc6913c5bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1195: [d178a3b02b89a] joining swarm manager [d86bc6913c5bd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.05s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.43s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (133.11s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1118: [dc59e446a64f2] joining swarm manager [dfc4c5aeeb588]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1119: [dd90b620c054d] joining swarm manager [dfc4c5aeeb588]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1172: [dca75ed7eebe0] joining swarm manager [dfc4c5aeeb588]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1453: [d2608f73d05c9] joining swarm manager [dbfe3f285a9e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_test.go:1454: [df5046d80b989] joining swarm manager [dbfe3f285a9e2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.26s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.13s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.03s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.35s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.43s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.33s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.38s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_cli_swarm_unix_test.go:62: [d855fbde4ef14] joining swarm manager [dff866ee49c1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.38s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.27s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.37s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.22s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.50s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.20s) 13:38:14 [2020-07-17T13:38:14.045Z] docker_api_swarm_test.go:961: [d238dc352d920] joining swarm manager [d9c5dcc83a787]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.70s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.27s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.28s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.90s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.34s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.60s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.63s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.12s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.50s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.59s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.01s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.24s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.93s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (16.84s) 13:38:14 [2020-07-17T13:38:14.045Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.30s) 13:38:14 [2020-07-17T13:38:14.045Z] === RUN TestDockerExternalVolumeSuite 13:38:14 [2020-07-17T13:38:14.045Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume 13:38:28 [2020-07-17T13:38:28.922Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities 13:39:36 [2020-07-17T13:39:36.594Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer 13:39:46 [2020-07-17T13:39:46.583Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet 13:40:18 [2020-07-17T13:40:18.652Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse 13:40:33 [2020-07-17T13:40:33.523Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList 13:41:05 [2020-07-17T13:41:05.588Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked 13:41:17 [2020-07-17T13:41:17.814Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID 13:41:49 [2020-07-17T13:41:49.880Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed 13:42:04 [2020-07-17T13:42:04.750Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete 13:42:19 [2020-07-17T13:42:19.621Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls 13:43:06 [2020-07-17T13:43:06.303Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists 13:43:24 [2020-07-17T13:43:24.380Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp 13:43:56 [2020-07-17T13:43:56.447Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail 13:44:28 [2020-07-17T13:44:28.533Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed 13:44:43 [2020-07-17T13:44:43.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom 13:45:01 [2020-07-17T13:45:01.485Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart 13:45:16 [2020-07-17T13:45:16.376Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite (436.60s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.52s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:53: [d76dc43cfd3b8] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.12s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:53: [d1a6ff0e83110] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:53: [df56727dfbc76] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:53: [dec5e536f5f24] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.13s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.56s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.21s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.13s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.56s) 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:485: [d355f119f7fc1] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_external_volume_driver_test.go:53: [da55a7a775711] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] PASS 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] === Skipped 13:45:31 [2020-07-17T13:45:31.247Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) 13:45:31 [2020-07-17T13:45:31.247Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 13:45:31 [2020-07-17T13:45:31.247Z] check_test.go:309: [dbfadbcc863c7] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper 13:45:31 [2020-07-17T13:45:31.247Z] check_test.go:309: [d851bd24bd1bb] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper 13:45:31 [2020-07-17T13:45:31.247Z] check_test.go:309: [d9c55a3007af8] daemon is not started 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) 13:45:31 [2020-07-17T13:45:31.247Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] DONE 273 tests, 5 skipped in 2483.970s 13:45:31 [2020-07-17T13:45:31.247Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) 13:45:31 [2020-07-17T13:45:31.247Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcc277bfa3af1/docker.pid 13:45:31 [2020-07-17T13:45:31.247Z] +++ kill 5527 13:45:31 [2020-07-17T13:45:31.247Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 5527 is not a child of this shell 13:45:31 [2020-07-17T13:45:31.247Z] warning: PID 5527 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcc277bfa3af1/docker.pid had a nonzero exit code 13:45:31 [2020-07-17T13:45:31.247Z] umount: /go/src/github.com/docker/docker/bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dcc277bfa3af1/root: target is busy. 13:45:31 [2020-07-17T13:45:31.247Z] ++++ cat bundles/test-integration/docker.pid 13:45:31 [2020-07-17T13:45:31.247Z] +++ kill 7568 13:45:31 [2020-07-17T13:45:31.247Z] +++ /etc/init.d/apparmor stop 13:45:31 [2020-07-17T13:45:31.247Z] Leaving: AppArmorNo profiles have been unloaded. 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] Unloading profiles will leave already running processes permanently 13:45:31 [2020-07-17T13:45:31.247Z] unconfined, which can lead to unexpected situations. 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.247Z] To set a process to complain mode, use the command line tool 13:45:31 [2020-07-17T13:45:31.247Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." 13:45:31 [2020-07-17T13:45:31.247Z] +++ true 13:45:31 [2020-07-17T13:45:31.247Z] exiting test-integration 13:45:31 [2020-07-17T13:45:31.247Z] ++ exit 0 13:45:31 [2020-07-17T13:45:31.247Z] 13:45:31 [2020-07-17T13:45:31.814Z] + exit 0 13:45:31 [2020-07-17T13:45:31.814Z] ++ jobs -p 13:45:31 [2020-07-17T13:45:31.814Z] + pids= 13:45:31 [2020-07-17T13:45:31.814Z] + echo 'Remaining pids to kill: []' 13:45:31 [2020-07-17T13:45:31.814Z] Remaining pids to kill: [] 13:45:31 [2020-07-17T13:45:31.814Z] + '[' -z '' ']' Post stage [Pipeline] junit 13:45:31 [2020-07-17T13:45:31.826Z] Recording test results [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh 13:45:33 [2020-07-17T13:45:33.969Z] + echo Ensuring container killed. 13:45:33 [2020-07-17T13:45:33.969Z] Ensuring container killed. 13:45:33 [2020-07-17T13:45:33.969Z] + docker ps -aq -f name=docker-pr2-* 13:45:33 [2020-07-17T13:45:33.969Z] + cids=f73a7e6467f7 13:45:33 [2020-07-17T13:45:33.969Z] 5d86ddf1dc6a 13:45:33 [2020-07-17T13:45:33.969Z] c1d6706ca97f 13:45:33 [2020-07-17T13:45:33.969Z] + [ -n f73a7e6467f7 13:45:33 [2020-07-17T13:45:33.969Z] 5d86ddf1dc6a 13:45:33 [2020-07-17T13:45:33.969Z] c1d6706ca97f ] 13:45:33 [2020-07-17T13:45:33.969Z] + docker rm -vf f73a7e6467f7 5d86ddf1dc6a c1d6706ca97f 13:45:35 [2020-07-17T13:45:35.878Z] f73a7e6467f7 13:45:35 [2020-07-17T13:45:35.878Z] 5d86ddf1dc6a 13:45:35 [2020-07-17T13:45:35.878Z] c1d6706ca97f [Pipeline] sh 13:45:36 [2020-07-17T13:45:36.163Z] + echo Chowning /workspace to jenkins user 13:45:36 [2020-07-17T13:45:36.163Z] Chowning /workspace to jenkins user 13:45:36 [2020-07-17T13:45:36.163Z] + id -u 13:45:36 [2020-07-17T13:45:36.163Z] + id -g 13:45:36 [2020-07-17T13:45:36.163Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41221:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh 13:45:39 [2020-07-17T13:45:39.774Z] + bundleName=amd64 13:45:39 [2020-07-17T13:45:39.774Z] + echo Creating amd64-bundles.tar.gz 13:45:39 [2020-07-17T13:45:39.774Z] Creating amd64-bundles.tar.gz 13:45:39 [2020-07-17T13:45:39.774Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print 13:45:39 [2020-07-17T13:45:39.774Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts 13:45:40 [2020-07-17T13:45:40.722Z] Archiving artifacts 13:45:42 [2020-07-17T13:45:42.462Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:45:42 [2020-07-17T13:45:42.773Z] + make clean 13:45:43 [2020-07-17T13:45:43.035Z] docker volume rm -f docker-dev-cache 13:45:43 [2020-07-17T13:45:43.035Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:53:20 [2020-07-17T13:53:20.389Z] ok github.com/docker/docker/integration-cli 2137.904s 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === Skipped 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_run_test.go:3180: unmatched requirement Apparmor 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_run_test.go:3158: unmatched requirement Apparmor 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_build_test.go:177: unmatched requirement UnixCli 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:2817: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:2953: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:3000: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.61s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.94s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.94s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4463: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4486: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4609: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4528: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4411: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4265: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4294: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.58s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:4439: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:5428: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:3576: unmatched requirement UnixCli 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:2647: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] docker_cli_build_test.go:3975: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.390Z] 13:53:20 [2020-07-17T13:53:20.390Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) 13:53:20 [2020-07-17T13:53:20.390Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.33s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.33s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5151: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.32s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.32s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2636: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3171: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3938: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.29s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.29s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2719: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2750: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3304: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3703: unmatched requirement UnixCli 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3754: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2208: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2625: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5522: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5949: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5558: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5546: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:6007: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3953: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:4073: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2661: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3880: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3675: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5574: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:5590: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:6087: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_build_test.go:3657: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_sni_test.go:18: Flakey test 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:505: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:1095: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:1021: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:1051: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:1073: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:588: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:1351: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) 13:53:20 [2020-07-17T13:53:20.391Z] docker_api_containers_test.go:594: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.391Z] 13:53:20 [2020-07-17T13:53:20.391Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:623: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:1149: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:128: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:101: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:366: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:1599: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:396: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:2411: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3529: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3592: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3575: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:2180: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3465: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3457: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:3484: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.03s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.03s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_api_containers_test.go:855: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_run_test.go:2994: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.02s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.392Z] 13:53:20 [2020-07-17T13:53:20.392Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) 13:53:20 [2020-07-17T13:53:20.392Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExec (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_info_test.go:70: unmatched requirement IsPausable 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) 13:53:20 [2020-07-17T13:53:20.393Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.393Z] 13:53:20 [2020-07-17T13:53:20.393Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:2908: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:2917: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestNetHostname (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:3511: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:2697: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1531: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1445: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1427: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1473: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1556: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1500: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1323: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1394: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:3143: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_api_containers_test.go:1370: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.394Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) 13:53:20 [2020-07-17T13:53:20.394Z] docker_cli_run_test.go:4506: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.394Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1578: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1173: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1191: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1182: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2062: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2627: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1054: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1064: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3007: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1044: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1035: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3193: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1025: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1013: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:987: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1000: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:978: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1934: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3335: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3326: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3311: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3236: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2735: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2684: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2757: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2747: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1679: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1660: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3201: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2155: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:623: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:385: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:429: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1255: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3988: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1290: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1323: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1312: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2027: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1143: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4246: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:819: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:858: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:891: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:949: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1076: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4485: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4498: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:4230: unmatched requirement IsolationIsHyperv 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3724: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2005: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3271: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:62: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3380: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:197: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:182: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3390: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:1200: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2318: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2327: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2296: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2340: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2365: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2374: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2432: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.395Z] 13:53:20 [2020-07-17T13:53:20.395Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) 13:53:20 [2020-07-17T13:53:20.395Z] docker_cli_run_test.go:2454: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:4308: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2083: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:4296: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2387: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3213: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3855: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2607: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:933: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2599: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3068: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3092: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3114: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3438: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1405: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2807: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2496: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2045: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:959: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1087: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1126: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1134: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2885: unmatched requirement Apparmor 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2864: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2849: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1427: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2128: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2240: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1623: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:100: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1110: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1118: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1158: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:969: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1097: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1167: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2924: unmatched requirement Apparmor 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:738: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:748: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:761: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:774: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:728: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:787: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3946: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:660: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsShared (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3770: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunVolumesMountedAsSlave (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3801: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1852: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:284: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3740: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3751: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2830: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3225: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3041: unmatched requirement Apparmor 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:1804: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:2840: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3638: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_run_test.go:3649: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.396Z] 13:53:20 [2020-07-17T13:53:20.396Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) 13:53:20 [2020-07-17T13:53:20.396Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:99: unmatched requirement IsPausable 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_run_test.go:3449: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_run_test.go:295: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_run_test.go:210: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_run_test.go:246: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) 13:53:20 [2020-07-17T13:53:20.397Z] docker_cli_run_test.go:2176: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:185: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.397Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) 13:53:20 [2020-07-17T13:53:20.397Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.397Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:212: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.398Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) 13:53:20 [2020-07-17T13:53:20.398Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.398Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:239: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.815Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) 13:53:20 [2020-07-17T13:53:20.815Z] check_test.go:268: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.815Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:302: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:302: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:302: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:407: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:128: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:134: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) 13:53:20 [2020-07-17T13:53:20.816Z] check_test.go:142: unmatched requirement DaemonIsLinux 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] DONE 1096 tests, 549 skipped in 2146.112s 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Integration tests ended at 07/17/2020 13:53:15. Duration:00:35:46.2291965 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Docker info of the daemon under test at end of run 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] Containers: 2 13:53:20 [2020-07-17T13:53:20.816Z] Running: 0 13:53:20 [2020-07-17T13:53:20.816Z] Paused: 0 13:53:20 [2020-07-17T13:53:20.816Z] Stopped: 2 13:53:20 [2020-07-17T13:53:20.816Z] Images: 15 13:53:20 [2020-07-17T13:53:20.816Z] Server Version: 0.0.0-dev 13:53:20 [2020-07-17T13:53:20.816Z] Storage Driver: windowsfilter 13:53:20 [2020-07-17T13:53:20.816Z] Windows: 13:53:20 [2020-07-17T13:53:20.816Z] Logging Driver: json-file 13:53:20 [2020-07-17T13:53:20.816Z] Plugins: 13:53:20 [2020-07-17T13:53:20.816Z] Volume: local 13:53:20 [2020-07-17T13:53:20.816Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent 13:53:20 [2020-07-17T13:53:20.816Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog 13:53:20 [2020-07-17T13:53:20.816Z] Swarm: inactive 13:53:20 [2020-07-17T13:53:20.816Z] Default Isolation: process 13:53:20 [2020-07-17T13:53:20.816Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) 13:53:20 [2020-07-17T13:53:20.816Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1282) 13:53:20 [2020-07-17T13:53:20.816Z] OSType: windows 13:53:20 [2020-07-17T13:53:20.816Z] Architecture: x86_64 13:53:20 [2020-07-17T13:53:20.816Z] CPUs: 4 13:53:20 [2020-07-17T13:53:20.816Z] Total Memory: 32GiB 13:53:20 [2020-07-17T13:53:20.816Z] Name: azwin-2-465ec0 13:53:20 [2020-07-17T13:53:20.816Z] ID: RVWO:RKQW:ZS2R:6KWN:2B5R:AX5O:ZSPN:MS2D:SGOB:LVHW:6Y36:SAMF 13:53:20 [2020-07-17T13:53:20.816Z] Docker Root Dir: D:\CI\PR-41221\2\daemon 13:53:20 [2020-07-17T13:53:20.816Z] Debug Mode (client): false 13:53:20 [2020-07-17T13:53:20.816Z] Debug Mode (server): true 13:53:20 [2020-07-17T13:53:20.816Z] File Descriptors: -1 13:53:20 [2020-07-17T13:53:20.816Z] Goroutines: 18 13:53:20 [2020-07-17T13:53:20.816Z] System Time: 2020-07-17T13:53:15.4795896Z 13:53:20 [2020-07-17T13:53:20.816Z] EventsListeners: 0 13:53:20 [2020-07-17T13:53:20.816Z] Registry: https://index.docker.io/v1/ 13:53:20 [2020-07-17T13:53:20.816Z] Labels: 13:53:20 [2020-07-17T13:53:20.816Z] Experimental: false 13:53:20 [2020-07-17T13:53:20.816Z] Insecure Registries: 13:53:20 [2020-07-17T13:53:20.816Z] 127.0.0.0/8 13:53:20 [2020-07-17T13:53:20.816Z] Live Restore Enabled: false 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Stopping daemon under test 13:53:20 [2020-07-17T13:53:20.816Z] SUCCESS: The process with PID 4736 (child process of PID 5820) has been terminated. 13:53:20 [2020-07-17T13:53:20.816Z] SUCCESS: The process with PID 5820 (child process of PID 5668) has been terminated. 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Stop tailing logs of the daemon under tests 13:53:20 [2020-07-17T13:53:20.816Z] INFO: executeCI.ps1 Completed successfully at 07/17/2020 13:53:15. 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Tidying up at end of run 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Saving daemon under test log (d:\CI\PR-41221\2\dut.out) to C:\windows\TEMP\CIDUT.out 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Saving daemon under test log (d:\CI\PR-41221\2\dut.err) to C:\windows\TEMP\CIDUT.err 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Nuke-Everything... 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Container count on control daemon to delete is 2 13:53:20 [2020-07-17T13:53:20.816Z] 2ae670c61b65 13:53:20 [2020-07-17T13:53:20.816Z] 194eab049d29 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Tidying pidfile d:\CI\PR-41221\2\docker.pid 13:53:20 [2020-07-17T13:53:20.816Z] INFO: Nuking d:\CI 13:53:42 [2020-07-17T13:53:42.062Z] INFO: Zapped successfully 13:53:42 [2020-07-17T13:53:42.062Z] 13:53:42 [2020-07-17T13:53:42.062Z] INFO: executeCI.ps1 exiting at Fri Jul 17 13:53:40 CUT 2020. Duration 00:57:00.5088507 13:53:42 [2020-07-17T13:53:42.062Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit 13:53:42 [2020-07-17T13:53:42.315Z] Recording test results [Pipeline] catchError [Pipeline] { [Pipeline] powershell 13:53:50 [2020-07-17T13:53:50.740Z] Creating windowsRS5-integration-bundles.zip [Pipeline] step 13:53:52 [2020-07-17T13:53:52.528Z] Archiving artifacts 13:54:06 [2020-07-17T13:54:06.906Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41221/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh 13:54:07 [2020-07-17T13:54:07.860Z] + make clean 13:54:09 [2020-07-17T13:54:09.428Z] docker volume rm -f docker-dev-cache 13:54:09 [2020-07-17T13:54:09.575Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS